Correct list of supported AMD GPU devices
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
... / ...
CommitLineData
1\input texinfo @c -*-texinfo-*-
2@c Copyright (C) 1988-2020 Free Software Foundation, Inc.
3@c Copyright (C) 2020 Advanced Micro Devices, Inc. All rights reserved.
4@c
5@c %**start of header
6@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
7@c of @set vars. However, you can override filename with makeinfo -o.
8@setfilename gdb.info
9@c
10@c man begin INCLUDE
11@include gdb-cfg.texi
12@c man end
13@c
14@settitle Debugging with @value{GDBN}
15@setchapternewpage odd
16@c %**end of header
17
18@iftex
19@c @smallbook
20@c @cropmarks
21@end iftex
22
23@finalout
24@c To avoid file-name clashes between index.html and Index.html, when
25@c the manual is produced on a Posix host and then moved to a
26@c case-insensitive filesystem (e.g., MS-Windows), we separate the
27@c indices into two: Concept Index and all the rest.
28@syncodeindex ky fn
29@syncodeindex tp fn
30
31@c readline appendices use @vindex, @findex and @ftable,
32@c annotate.texi and gdbmi use @findex.
33@syncodeindex vr fn
34
35@c !!set GDB manual's edition---not the same as GDB version!
36@c This is updated by GNU Press.
37@set EDITION Tenth
38
39@c !!set GDB edit command default editor
40@set EDITOR /bin/ex
41
42@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
43
44@c This is a dir.info fragment to support semi-automated addition of
45@c manuals to an info tree.
46@dircategory Software development
47@direntry
48* ROCgdb: (gdb). The ROCm GNU debugger.
49@c * gdbserver: (gdb) Server. The GNU debugging server.
50@end direntry
51
52@copying
53@c man begin COPYRIGHT
54Copyright @copyright{} 1988-2020 Free Software Foundation, Inc.
55
56Copyright @copyright{} 2020 Advanced Micro Devices, Inc. All rights reserved.
57
58Permission is granted to copy, distribute and/or modify this document
59under the terms of the GNU Free Documentation License, Version 1.3 or
60any later version published by the Free Software Foundation; with the
61Invariant Sections being ``Free Software'' and ``Free Software Needs
62Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
63and with the Back-Cover Texts as in (a) below.
64
65(a) The FSF's Back-Cover Text is: ``You are free to copy and modify
66this GNU Manual. Buying copies from GNU Press supports the FSF in
67developing GNU and promoting software freedom.''
68@c man end
69@end copying
70
71@ifnottex
72This file documents the @sc{gnu} debugger @value{GDBN}.
73
74This is the @value{EDITION} Edition, of @cite{Debugging with
75@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
76@ifset VERSION_PACKAGE
77@value{VERSION_PACKAGE}
78@end ifset
79Version @value{GDBVN}.
80
81@insertcopying
82@end ifnottex
83
84@titlepage
85@title Debugging with @value{GDBN}
86@subtitle The @sc{gnu} Source-Level Debugger
87@sp 1
88@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
89@ifset VERSION_PACKAGE
90@sp 1
91@subtitle @value{VERSION_PACKAGE}
92@end ifset
93@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
94@page
95@tex
96{\parskip=0pt
97\hfill (Send bugs and comments on @value{GDBN} to @value{BUGURL}.)\par
98\hfill {\it Debugging with @value{GDBN}}\par
99\hfill \TeX{}info \texinfoversion\par
100}
101@end tex
102
103@c Comment out publisher until upstreamed:
104@c @vskip 0pt plus 1filll
105@c Published by the Free Software Foundation @*
106@c 51 Franklin Street, Fifth Floor,
107@c Boston, MA 02110-1301, USA@*
108@c ISBN 978-0-9831592-3-0 @*
109
110@insertcopying
111@end titlepage
112@page
113
114@ifnottex
115@node Top, Summary, (dir), (dir)
116
117@top Debugging with @value{GDBN}
118
119This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
120
121This is the @value{EDITION} Edition, for @value{GDBN}
122@ifset VERSION_PACKAGE
123@value{VERSION_PACKAGE}
124@end ifset
125Version @value{GDBVN}.
126
127Copyright (C) 1988-2020 Free Software Foundation, Inc.
128
129This edition of the GDB manual is dedicated to the memory of Fred
130Fish. Fred was a long-standing contributor to GDB and to Free
131software in general. We will miss him.
132
133@menu
134* Summary:: Summary of @value{GDBN}
135* Sample Session:: A sample @value{GDBN} session
136
137* Invocation:: Getting in and out of @value{GDBN}
138* Commands:: @value{GDBN} commands
139* Running:: Running programs under @value{GDBN}
140* Stopping:: Stopping and continuing
141* Reverse Execution:: Running programs backward
142* Process Record and Replay:: Recording inferior's execution and replaying it
143* Stack:: Examining the stack
144* Source:: Examining source files
145* Data:: Examining data
146* Optimized Code:: Debugging optimized code
147* Macros:: Preprocessor Macros
148* Tracepoints:: Debugging remote targets non-intrusively
149* Overlays:: Debugging programs that use overlays
150
151* Languages:: Using @value{GDBN} with different languages
152
153* Symbols:: Examining the symbol table
154* Altering:: Altering execution
155* GDB Files:: @value{GDBN} files
156* Targets:: Specifying a debugging target
157* Heterogeneous Debugging:: Debugging Heterogeneous Programs
158* Remote Debugging:: Debugging remote programs
159* Configurations:: Configuration-specific information
160* Controlling GDB:: Controlling @value{GDBN}
161* Extending GDB:: Extending @value{GDBN}
162* Interpreters:: Command Interpreters
163* TUI:: @value{GDBN} Text User Interface
164* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
165* GDB/MI:: @value{GDBN}'s Machine Interface.
166* Annotations:: @value{GDBN}'s annotation interface.
167* JIT Interface:: Using the JIT debugging interface.
168* In-Process Agent:: In-Process Agent
169
170* GDB Bugs:: Reporting bugs in @value{GDBN}
171
172@ifset SYSTEM_READLINE
173* Command Line Editing: (rluserman). Command Line Editing
174* Using History Interactively: (history). Using History Interactively
175@end ifset
176@ifclear SYSTEM_READLINE
177* Command Line Editing:: Command Line Editing
178* Using History Interactively:: Using History Interactively
179@end ifclear
180* In Memoriam:: In Memoriam
181* Formatting Documentation:: How to format and print @value{GDBN} documentation
182* Installing GDB:: Installing @value{GDBN}
183* Maintenance Commands:: Maintenance Commands
184* Remote Protocol:: GDB Remote Serial Protocol
185* Agent Expressions:: The @value{GDBN} Agent Expression Mechanism
186* Target Descriptions:: How targets can describe themselves to
187 @value{GDBN}
188* Operating System Information:: Getting additional information from
189 the operating system
190* Trace File Format:: @value{GDBN} trace file format
191* Index Section Format:: .gdb_index section format
192* Man Pages:: Manual pages
193* Copying:: GNU General Public License says
194 how you can copy and share @value{GDBN}
195* GNU Free Documentation License:: The license for this documentation
196* Concept Index:: Index of @value{GDBN} concepts
197* Command and Variable Index:: Index of @value{GDBN} commands, variables,
198 functions, and Python data types
199@end menu
200
201@end ifnottex
202
203@contents
204
205@node Summary
206@unnumbered Summary of @value{GDBN}
207
208The purpose of a debugger such as @value{GDBN} is to allow you to see what is
209going on ``inside'' another program while it executes---or what another
210program was doing at the moment it crashed.
211
212@value{GDBN} can do four main kinds of things (plus other things in support of
213these) to help you catch bugs in the act:
214
215@itemize @bullet
216@item
217Start your program, specifying anything that might affect its behavior.
218
219@item
220Make your program stop on specified conditions.
221
222@item
223Examine what has happened, when your program has stopped.
224
225@item
226Change things in your program, so you can experiment with correcting the
227effects of one bug and go on to learn about another.
228@end itemize
229
230You can use @value{GDBN} to debug programs written in C and C@t{++}.
231For more information, see @ref{Supported Languages,,Supported Languages}.
232For more information, see @ref{C,,C and C++}.
233
234Support for D is partial. For information on D, see
235@ref{D,,D}.
236
237@cindex Modula-2
238Support for Modula-2 is partial. For information on Modula-2, see
239@ref{Modula-2,,Modula-2}.
240
241Support for OpenCL C is partial. For information on OpenCL C, see
242@ref{OpenCL C,,OpenCL C}.
243
244@cindex Pascal
245Debugging Pascal programs which use sets, subranges, file variables, or
246nested functions does not currently work. @value{GDBN} does not support
247entering expressions, printing values, or similar features using Pascal
248syntax.
249
250@cindex Fortran
251@value{GDBN} can be used to debug programs written in Fortran, although
252it may be necessary to refer to some variables with a trailing
253underscore.
254
255@value{GDBN} can be used to debug programs written in Objective-C,
256using either the Apple/NeXT or the GNU Objective-C runtime.
257
258@menu
259* Free Software:: Freely redistributable software
260* Free Documentation:: Free Software Needs Free Documentation
261* Contributors:: Contributors to GDB
262@end menu
263
264@node Free Software
265@unnumberedsec Free Software
266
267@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
268General Public License
269(GPL). The GPL gives you the freedom to copy or adapt a licensed
270program---but every person getting a copy also gets with it the
271freedom to modify that copy (which means that they must get access to
272the source code), and the freedom to distribute further copies.
273Typical software companies use copyrights to limit your freedoms; the
274Free Software Foundation uses the GPL to preserve these freedoms.
275
276Fundamentally, the General Public License is a license which says that
277you have these freedoms and that you cannot take these freedoms away
278from anyone else.
279
280@node Free Documentation
281@unnumberedsec Free Software Needs Free Documentation
282
283The biggest deficiency in the free software community today is not in
284the software---it is the lack of good free documentation that we can
285include with the free software. Many of our most important
286programs do not come with free reference manuals and free introductory
287texts. Documentation is an essential part of any software package;
288when an important free software package does not come with a free
289manual and a free tutorial, that is a major gap. We have many such
290gaps today.
291
292Consider Perl, for instance. The tutorial manuals that people
293normally use are non-free. How did this come about? Because the
294authors of those manuals published them with restrictive terms---no
295copying, no modification, source files not available---which exclude
296them from the free software world.
297
298That wasn't the first time this sort of thing happened, and it was far
299from the last. Many times we have heard a GNU user eagerly describe a
300manual that he is writing, his intended contribution to the community,
301only to learn that he had ruined everything by signing a publication
302contract to make it non-free.
303
304Free documentation, like free software, is a matter of freedom, not
305price. The problem with the non-free manual is not that publishers
306charge a price for printed copies---that in itself is fine. (The Free
307Software Foundation sells printed copies of manuals, too.) The
308problem is the restrictions on the use of the manual. Free manuals
309are available in source code form, and give you permission to copy and
310modify. Non-free manuals do not allow this.
311
312The criteria of freedom for a free manual are roughly the same as for
313free software. Redistribution (including the normal kinds of
314commercial redistribution) must be permitted, so that the manual can
315accompany every copy of the program, both on-line and on paper.
316
317Permission for modification of the technical content is crucial too.
318When people modify the software, adding or changing features, if they
319are conscientious they will change the manual too---so they can
320provide accurate and clear documentation for the modified program. A
321manual that leaves you no choice but to write a new manual to document
322a changed version of the program is not really available to our
323community.
324
325Some kinds of limits on the way modification is handled are
326acceptable. For example, requirements to preserve the original
327author's copyright notice, the distribution terms, or the list of
328authors, are ok. It is also no problem to require modified versions
329to include notice that they were modified. Even entire sections that
330may not be deleted or changed are acceptable, as long as they deal
331with nontechnical topics (like this one). These kinds of restrictions
332are acceptable because they don't obstruct the community's normal use
333of the manual.
334
335However, it must be possible to modify all the @emph{technical}
336content of the manual, and then distribute the result in all the usual
337media, through all the usual channels. Otherwise, the restrictions
338obstruct the use of the manual, it is not free, and we need another
339manual to replace it.
340
341Please spread the word about this issue. Our community continues to
342lose manuals to proprietary publishing. If we spread the word that
343free software needs free reference manuals and free tutorials, perhaps
344the next person who wants to contribute by writing documentation will
345realize, before it is too late, that only free manuals contribute to
346the free software community.
347
348If you are writing documentation, please insist on publishing it under
349the GNU Free Documentation License or another free documentation
350license. Remember that this decision requires your approval---you
351don't have to let the publisher decide. Some commercial publishers
352will use a free license if you insist, but they will not propose the
353option; it is up to you to raise the issue and say firmly that this is
354what you want. If the publisher you are dealing with refuses, please
355try other publishers. If you're not sure whether a proposed license
356is free, write to @email{licensing@@gnu.org}.
357
358You can encourage commercial publishers to sell more free, copylefted
359manuals and tutorials by buying them, and particularly by buying
360copies from the publishers that paid for their writing or for major
361improvements. Meanwhile, try to avoid buying non-free documentation
362at all. Check the distribution terms of a manual before you buy it,
363and insist that whoever seeks your business must respect your freedom.
364Check the history of the book, and try to reward the publishers that
365have paid or pay the authors to work on it.
366
367The Free Software Foundation maintains a list of free documentation
368published by other publishers, at
369@url{http://www.fsf.org/doc/other-free-books.html}.
370
371@node Contributors
372@unnumberedsec Contributors to @value{GDBN}
373
374Richard Stallman was the original author of @value{GDBN}, and of many
375other @sc{gnu} programs. Many others have contributed to its
376development. This section attempts to credit major contributors. One
377of the virtues of free software is that everyone is free to contribute
378to it; with regret, we cannot actually acknowledge everyone here. The
379file @file{ChangeLog} in the @value{GDBN} distribution approximates a
380blow-by-blow account.
381
382Changes much prior to version 2.0 are lost in the mists of time.
383
384@quotation
385@emph{Plea:} Additions to this section are particularly welcome. If you
386or your friends (or enemies, to be evenhanded) have been unfairly
387omitted from this list, we would like to add your names!
388@end quotation
389
390So that they may not regard their many labors as thankless, we
391particularly thank those who shepherded @value{GDBN} through major
392releases:
393Andrew Cagney (releases 6.3, 6.2, 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
394Jim Blandy (release 4.18);
395Jason Molenda (release 4.17);
396Stan Shebs (release 4.14);
397Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
398Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
399John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
400Jim Kingdon (releases 3.5, 3.4, and 3.3);
401and Randy Smith (releases 3.2, 3.1, and 3.0).
402
403Richard Stallman, assisted at various times by Peter TerMaat, Chris
404Hanson, and Richard Mlynarik, handled releases through 2.8.
405
406Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
407in @value{GDBN}, with significant additional contributions from Per
408Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
409demangler. Early work on C@t{++} was by Peter TerMaat (who also did
410much general update work leading to release 3.0).
411
412@value{GDBN} uses the BFD subroutine library to examine multiple
413object-file formats; BFD was a joint project of David V.
414Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
415
416David Johnson wrote the original COFF support; Pace Willison did
417the original support for encapsulated COFF.
418
419Brent Benson of Harris Computer Systems contributed DWARF 2 support.
420
421Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
422Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
423support.
424Jean-Daniel Fekete contributed Sun 386i support.
425Chris Hanson improved the HP9000 support.
426Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
427David Johnson contributed Encore Umax support.
428Jyrki Kuoppala contributed Altos 3068 support.
429Jeff Law contributed HP PA and SOM support.
430Keith Packard contributed NS32K support.
431Doug Rabson contributed Acorn Risc Machine support.
432Bob Rusk contributed Harris Nighthawk CX-UX support.
433Chris Smith contributed Convex support (and Fortran debugging).
434Jonathan Stone contributed Pyramid support.
435Michael Tiemann contributed SPARC support.
436Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
437Pace Willison contributed Intel 386 support.
438Jay Vosburgh contributed Symmetry support.
439Marko Mlinar contributed OpenRISC 1000 support.
440
441Andreas Schwab contributed M68K @sc{gnu}/Linux support.
442
443Rich Schaefer and Peter Schauer helped with support of SunOS shared
444libraries.
445
446Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
447about several machine instruction sets.
448
449Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
450remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
451contributed remote debugging modules for the i960, VxWorks, A29K UDI,
452and RDI targets, respectively.
453
454Brian Fox is the author of the readline libraries providing
455command-line editing and command history.
456
457Andrew Beers of SUNY Buffalo wrote the language-switching code, the
458Modula-2 support, and contributed the Languages chapter of this manual.
459
460Fred Fish wrote most of the support for Unix System Vr4.
461He also enhanced the command-completion support to cover C@t{++} overloaded
462symbols.
463
464Hitachi America (now Renesas America), Ltd. sponsored the support for
465H8/300, H8/500, and Super-H processors.
466
467NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
468
469Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
470processors.
471
472Toshiba sponsored the support for the TX39 Mips processor.
473
474Matsushita sponsored the support for the MN10200 and MN10300 processors.
475
476Fujitsu sponsored the support for SPARClite and FR30 processors.
477
478Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
479watchpoints.
480
481Michael Snyder added support for tracepoints.
482
483Stu Grossman wrote gdbserver.
484
485Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
486nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
487
488The following people at the Hewlett-Packard Company contributed
489support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
490(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
491compiler, and the Text User Interface (nee Terminal User Interface):
492Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
493Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
494provided HP-specific information in this manual.
495
496DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
497Robert Hoehne made significant contributions to the DJGPP port.
498
499Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
500development since 1991. Cygnus engineers who have worked on @value{GDBN}
501fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
502Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
503Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
504Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
505Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
506addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
507JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
508Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
509Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
510Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
511Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
512Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
513Zuhn have made contributions both large and small.
514
515Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
516Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
517
518Jim Blandy added support for preprocessor macros, while working for Red
519Hat.
520
521Andrew Cagney designed @value{GDBN}'s architecture vector. Many
522people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
523Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
524Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
525Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
526with the migration of old architectures to this new framework.
527
528Andrew Cagney completely re-designed and re-implemented @value{GDBN}'s
529unwinder framework, this consisting of a fresh new design featuring
530frame IDs, independent frame sniffers, and the sentinel frame. Mark
531Kettenis implemented the @sc{dwarf 2} unwinder, Jeff Johnston the
532libunwind unwinder, and Andrew Cagney the dummy, sentinel, tramp, and
533trad unwinders. The architecture-specific changes, each involving a
534complete rewrite of the architecture's frame code, were carried out by
535Jim Blandy, Joel Brobecker, Kevin Buettner, Andrew Cagney, Stephane
536Carrez, Randolph Chung, Orjan Friberg, Richard Henderson, Daniel
537Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei
538Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich
539Weigand.
540
541Christian Zankel, Ross Morley, Bob Wilson, and Maxim Grigoriev from
542Tensilica, Inc.@: contributed support for Xtensa processors. Others
543who have worked on the Xtensa port of @value{GDBN} in the past include
544Steve Tjiang, John Newlin, and Scott Foehner.
545
546Michael Eager and staff of Xilinx, Inc., contributed support for the
547Xilinx MicroBlaze architecture.
548
549Initial support for the FreeBSD/mips target and native configuration
550was developed by SRI International and the University of Cambridge
551Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
552("CTSRD"), as part of the DARPA CRASH research programme.
553
554Initial support for the FreeBSD/riscv target and native configuration
555was developed by SRI International and the University of Cambridge
556Computer Laboratory (Department of Computer Science and Technology)
557under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the DARPA
558SSITH research programme.
559
560The original port to the OpenRISC 1000 is believed to be due to
561Alessandro Forin and Per Bothner. More recent ports have been the work
562of Jeremy Bennett, Franck Jullien, Stefan Wallentowitz and
563Stafford Horne.
564
565Initial support for heterogeneous program debugging and the
566@acronym{AMD GPU} targets was developed by the following people at the
567Advanced Micro Devices company: Scott Linder, Laurent Morichetti,
568Qingchuan Shi, Tony Tye, and Zoran Zaric.
569
570@node Sample Session
571@chapter A Sample @value{GDBN} Session
572
573You can use this manual at your leisure to read all about @value{GDBN}.
574However, a handful of commands are enough to get started using the
575debugger. This chapter illustrates those commands.
576
577@iftex
578In this sample session, we emphasize user input like this: @b{input},
579to make it easier to pick out from the surrounding output.
580@end iftex
581
582@c FIXME: this example may not be appropriate for some configs, where
583@c FIXME...primary interest is in remote use.
584
585One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
586processor) exhibits the following bug: sometimes, when we change its
587quote strings from the default, the commands used to capture one macro
588definition within another stop working. In the following short @code{m4}
589session, we define a macro @code{foo} which expands to @code{0000}; we
590then use the @code{m4} built-in @code{defn} to define @code{bar} as the
591same thing. However, when we change the open quote string to
592@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
593procedure fails to define a new synonym @code{baz}:
594
595@smallexample
596$ @b{cd gnu/m4}
597$ @b{./m4}
598@b{define(foo,0000)}
599
600@b{foo}
6010000
602@b{define(bar,defn(`foo'))}
603
604@b{bar}
6050000
606@b{changequote(<QUOTE>,<UNQUOTE>)}
607
608@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
609@b{baz}
610@b{Ctrl-d}
611m4: End of input: 0: fatal error: EOF in string
612@end smallexample
613
614@noindent
615Let us use @value{GDBN} to try to see what is going on.
616
617@smallexample
618$ @b{@value{GDBP} m4}
619@c FIXME: this falsifies the exact text played out, to permit smallbook
620@c FIXME... format to come out better.
621@value{GDBN} is free software and you are welcome to distribute copies
622 of it under certain conditions; type "show copying" to see
623 the conditions.
624There is absolutely no warranty for @value{GDBN}; type "show warranty"
625 for details.
626
627@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
628(@value{GDBP})
629@end smallexample
630
631@noindent
632@value{GDBN} reads only enough symbol data to know where to find the
633rest when needed; as a result, the first prompt comes up very quickly.
634We now tell @value{GDBN} to use a narrower display width than usual, so
635that examples fit in this manual.
636
637@smallexample
638(@value{GDBP}) @b{set width 70}
639@end smallexample
640
641@noindent
642We need to see how the @code{m4} built-in @code{changequote} works.
643Having looked at the source, we know the relevant subroutine is
644@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
645@code{break} command.
646
647@smallexample
648(@value{GDBP}) @b{break m4_changequote}
649Breakpoint 1 at 0x62f4: file builtin.c, line 879.
650@end smallexample
651
652@noindent
653Using the @code{run} command, we start @code{m4} running under @value{GDBN}
654control; as long as control does not reach the @code{m4_changequote}
655subroutine, the program runs as usual:
656
657@smallexample
658(@value{GDBP}) @b{run}
659Starting program: /work/Editorial/gdb/gnu/m4/m4
660@b{define(foo,0000)}
661
662@b{foo}
6630000
664@end smallexample
665
666@noindent
667To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
668suspends execution of @code{m4}, displaying information about the
669context where it stops.
670
671@smallexample
672@b{changequote(<QUOTE>,<UNQUOTE>)}
673
674Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
675 at builtin.c:879
676879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
677@end smallexample
678
679@noindent
680Now we use the command @code{n} (@code{next}) to advance execution to
681the next line of the current function.
682
683@smallexample
684(@value{GDBP}) @b{n}
685882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
686 : nil,
687@end smallexample
688
689@noindent
690@code{set_quotes} looks like a promising subroutine. We can go into it
691by using the command @code{s} (@code{step}) instead of @code{next}.
692@code{step} goes to the next line to be executed in @emph{any}
693subroutine, so it steps into @code{set_quotes}.
694
695@smallexample
696(@value{GDBP}) @b{s}
697set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
698 at input.c:530
699530 if (lquote != def_lquote)
700@end smallexample
701
702@noindent
703The display that shows the subroutine where @code{m4} is now
704suspended (and its arguments) is called a stack frame display. It
705shows a summary of the stack. We can use the @code{backtrace}
706command (which can also be spelled @code{bt}), to see where we are
707in the stack as a whole: the @code{backtrace} command displays a
708stack frame for each active subroutine.
709
710@smallexample
711(@value{GDBP}) @b{bt}
712#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
713 at input.c:530
714#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
715 at builtin.c:882
716#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
717#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
718 at macro.c:71
719#4 0x79dc in expand_input () at macro.c:40
720#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
721@end smallexample
722
723@noindent
724We step through a few more lines to see what happens. The first two
725times, we can use @samp{s}; the next two times we use @code{n} to avoid
726falling into the @code{xstrdup} subroutine.
727
728@smallexample
729(@value{GDBP}) @b{s}
7300x3b5c 532 if (rquote != def_rquote)
731(@value{GDBP}) @b{s}
7320x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
733def_lquote : xstrdup(lq);
734(@value{GDBP}) @b{n}
735536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
736 : xstrdup(rq);
737(@value{GDBP}) @b{n}
738538 len_lquote = strlen(rquote);
739@end smallexample
740
741@noindent
742The last line displayed looks a little odd; we can examine the variables
743@code{lquote} and @code{rquote} to see if they are in fact the new left
744and right quotes we specified. We use the command @code{p}
745(@code{print}) to see their values.
746
747@smallexample
748(@value{GDBP}) @b{p lquote}
749$1 = 0x35d40 "<QUOTE>"
750(@value{GDBP}) @b{p rquote}
751$2 = 0x35d50 "<UNQUOTE>"
752@end smallexample
753
754@noindent
755@code{lquote} and @code{rquote} are indeed the new left and right quotes.
756To look at some context, we can display ten lines of source
757surrounding the current line with the @code{l} (@code{list}) command.
758
759@smallexample
760(@value{GDBP}) @b{l}
761533 xfree(rquote);
762534
763535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
764 : xstrdup (lq);
765536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
766 : xstrdup (rq);
767537
768538 len_lquote = strlen(rquote);
769539 len_rquote = strlen(lquote);
770540 @}
771541
772542 void
773@end smallexample
774
775@noindent
776Let us step past the two lines that set @code{len_lquote} and
777@code{len_rquote}, and then examine the values of those variables.
778
779@smallexample
780(@value{GDBP}) @b{n}
781539 len_rquote = strlen(lquote);
782(@value{GDBP}) @b{n}
783540 @}
784(@value{GDBP}) @b{p len_lquote}
785$3 = 9
786(@value{GDBP}) @b{p len_rquote}
787$4 = 7
788@end smallexample
789
790@noindent
791That certainly looks wrong, assuming @code{len_lquote} and
792@code{len_rquote} are meant to be the lengths of @code{lquote} and
793@code{rquote} respectively. We can set them to better values using
794the @code{p} command, since it can print the value of
795any expression---and that expression can include subroutine calls and
796assignments.
797
798@smallexample
799(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
800$5 = 7
801(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
802$6 = 9
803@end smallexample
804
805@noindent
806Is that enough to fix the problem of using the new quotes with the
807@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
808executing with the @code{c} (@code{continue}) command, and then try the
809example that caused trouble initially:
810
811@smallexample
812(@value{GDBP}) @b{c}
813Continuing.
814
815@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
816
817baz
8180000
819@end smallexample
820
821@noindent
822Success! The new quotes now work just as well as the default ones. The
823problem seems to have been just the two typos defining the wrong
824lengths. We allow @code{m4} exit by giving it an EOF as input:
825
826@smallexample
827@b{Ctrl-d}
828Program exited normally.
829@end smallexample
830
831@noindent
832The message @samp{Program exited normally.} is from @value{GDBN}; it
833indicates @code{m4} has finished executing. We can end our @value{GDBN}
834session with the @value{GDBN} @code{quit} command.
835
836@smallexample
837(@value{GDBP}) @b{quit}
838@end smallexample
839
840@node Invocation
841@chapter Getting In and Out of @value{GDBN}
842
843This chapter discusses how to start @value{GDBN}, and how to get out of it.
844The essentials are:
845@itemize @bullet
846@item
847type @samp{@value{GDBP}} to start @value{GDBN}.
848@item
849type @kbd{quit} or @kbd{Ctrl-d} to exit.
850@end itemize
851
852@menu
853* Invoking GDB:: How to start @value{GDBN}
854* Quitting GDB:: How to quit @value{GDBN}
855* Shell Commands:: How to use shell commands inside @value{GDBN}
856* Logging Output:: How to log @value{GDBN}'s output to a file
857@end menu
858
859@node Invoking GDB
860@section Invoking @value{GDBN}
861
862Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
863@value{GDBN} reads commands from the terminal until you tell it to exit.
864
865You can also run @code{@value{GDBP}} with a variety of arguments and options,
866to specify more of your debugging environment at the outset.
867
868The command-line options described here are designed
869to cover a variety of situations; in some environments, some of these
870options may effectively be unavailable.
871
872The most usual way to start @value{GDBN} is with one argument,
873specifying an executable program:
874
875@smallexample
876@value{GDBP} @var{program}
877@end smallexample
878
879@noindent
880You can also start with both an executable program and a core file
881specified:
882
883@smallexample
884@value{GDBP} @var{program} @var{core}
885@end smallexample
886
887You can, instead, specify a process ID as a second argument or use option
888@code{-p}, if you want to debug a running process:
889
890@smallexample
891@value{GDBP} @var{program} 1234
892@value{GDBP} -p 1234
893@end smallexample
894
895@noindent
896would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
897can omit the @var{program} filename.
898
899Taking advantage of the second command-line argument requires a fairly
900complete operating system; when you use @value{GDBN} as a remote
901debugger attached to a bare board, there may not be any notion of
902``process'', and there is often no way to get a core dump. @value{GDBN}
903will warn you if it is unable to attach or to read core dumps.
904
905You can optionally have @code{@value{GDBP}} pass any arguments after the
906executable file to the inferior using @code{--args}. This option stops
907option processing.
908@smallexample
909@value{GDBP} --args gcc -O2 -c foo.c
910@end smallexample
911This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
912@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
913
914You can run @code{@value{GDBP}} without printing the front material, which describes
915@value{GDBN}'s non-warranty, by specifying @code{--silent}
916(or @code{-q}/@code{--quiet}):
917
918@smallexample
919@value{GDBP} --silent
920@end smallexample
921
922@noindent
923You can further control how @value{GDBN} starts up by using command-line
924options. @value{GDBN} itself can remind you of the options available.
925
926@noindent
927Type
928
929@smallexample
930@value{GDBP} -help
931@end smallexample
932
933@noindent
934to display all available options and briefly describe their use
935(@samp{@value{GDBP} -h} is a shorter equivalent).
936
937All options and command line arguments you give are processed
938in sequential order. The order makes a difference when the
939@samp{-x} option is used.
940
941
942@menu
943* File Options:: Choosing files
944* Mode Options:: Choosing modes
945* Startup:: What @value{GDBN} does during startup
946@end menu
947
948@node File Options
949@subsection Choosing Files
950
951When @value{GDBN} starts, it reads any arguments other than options as
952specifying an executable file and core file (or process ID). This is
953the same as if the arguments were specified by the @samp{-se} and
954@samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
955first argument that does not have an associated option flag as
956equivalent to the @samp{-se} option followed by that argument; and the
957second argument that does not have an associated option flag, if any, as
958equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
959If the second argument begins with a decimal digit, @value{GDBN} will
960first attempt to attach to it as a process, and if that fails, attempt
961to open it as a corefile. If you have a corefile whose name begins with
962a digit, you can prevent @value{GDBN} from treating it as a pid by
963prefixing it with @file{./}, e.g.@: @file{./12345}.
964
965If @value{GDBN} has not been configured to included core file support,
966such as for most embedded targets, then it will complain about a second
967argument and ignore it.
968
969Many options have both long and short forms; both are shown in the
970following list. @value{GDBN} also recognizes the long forms if you truncate
971them, so long as enough of the option is present to be unambiguous.
972(If you prefer, you can flag option arguments with @samp{--} rather
973than @samp{-}, though we illustrate the more usual convention.)
974
975@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
976@c way, both those who look for -foo and --foo in the index, will find
977@c it.
978
979@table @code
980@item -symbols @var{file}
981@itemx -s @var{file}
982@cindex @code{--symbols}
983@cindex @code{-s}
984Read symbol table from file @var{file}.
985
986@item -exec @var{file}
987@itemx -e @var{file}
988@cindex @code{--exec}
989@cindex @code{-e}
990Use file @var{file} as the executable file to execute when appropriate,
991and for examining pure data in conjunction with a core dump.
992
993@item -se @var{file}
994@cindex @code{--se}
995Read symbol table from file @var{file} and use it as the executable
996file.
997
998@item -core @var{file}
999@itemx -c @var{file}
1000@cindex @code{--core}
1001@cindex @code{-c}
1002Use file @var{file} as a core dump to examine.
1003
1004@item -pid @var{number}
1005@itemx -p @var{number}
1006@cindex @code{--pid}
1007@cindex @code{-p}
1008Connect to process ID @var{number}, as with the @code{attach} command.
1009
1010@item -command @var{file}
1011@itemx -x @var{file}
1012@cindex @code{--command}
1013@cindex @code{-x}
1014Execute commands from file @var{file}. The contents of this file is
1015evaluated exactly as the @code{source} command would.
1016@xref{Command Files,, Command files}.
1017
1018@item -eval-command @var{command}
1019@itemx -ex @var{command}
1020@cindex @code{--eval-command}
1021@cindex @code{-ex}
1022Execute a single @value{GDBN} command.
1023
1024This option may be used multiple times to call multiple commands. It may
1025also be interleaved with @samp{-command} as required.
1026
1027@smallexample
1028@value{GDBP} -ex 'target sim' -ex 'load' \
1029 -x setbreakpoints -ex 'run' a.out
1030@end smallexample
1031
1032@item -init-command @var{file}
1033@itemx -ix @var{file}
1034@cindex @code{--init-command}
1035@cindex @code{-ix}
1036Execute commands from file @var{file} before loading the inferior (but
1037after loading gdbinit files).
1038@xref{Startup}.
1039
1040@item -init-eval-command @var{command}
1041@itemx -iex @var{command}
1042@cindex @code{--init-eval-command}
1043@cindex @code{-iex}
1044Execute a single @value{GDBN} command before loading the inferior (but
1045after loading gdbinit files).
1046@xref{Startup}.
1047
1048@item -directory @var{directory}
1049@itemx -d @var{directory}
1050@cindex @code{--directory}
1051@cindex @code{-d}
1052Add @var{directory} to the path to search for source and script files.
1053
1054@item -r
1055@itemx -readnow
1056@cindex @code{--readnow}
1057@cindex @code{-r}
1058Read each symbol file's entire symbol table immediately, rather than
1059the default, which is to read it incrementally as it is needed.
1060This makes startup slower, but makes future operations faster.
1061
1062@item --readnever
1063@anchor{--readnever}
1064@cindex @code{--readnever}, command-line option
1065Do not read each symbol file's symbolic debug information. This makes
1066startup faster but at the expense of not being able to perform
1067symbolic debugging. DWARF unwind information is also not read,
1068meaning backtraces may become incomplete or inaccurate. One use of
1069this is when a user simply wants to do the following sequence: attach,
1070dump core, detach. Loading the debugging information in this case is
1071an unnecessary cause of delay.
1072@end table
1073
1074@node Mode Options
1075@subsection Choosing Modes
1076
1077You can run @value{GDBN} in various alternative modes---for example, in
1078batch mode or quiet mode.
1079
1080@table @code
1081@anchor{-nx}
1082@item -nx
1083@itemx -n
1084@cindex @code{--nx}
1085@cindex @code{-n}
1086Do not execute commands found in any initialization file.
1087There are three init files, loaded in the following order:
1088
1089@table @code
1090@item @file{system.gdbinit}
1091This is the system-wide init file.
1092Its location is specified with the @code{--with-system-gdbinit}
1093configure option (@pxref{System-wide configuration}).
1094It is loaded first when @value{GDBN} starts, before command line options
1095have been processed.
1096@item @file{system.gdbinit.d}
1097This is the system-wide init directory.
1098Its location is specified with the @code{--with-system-gdbinit-dir}
1099configure option (@pxref{System-wide configuration}).
1100Files in this directory are loaded in alphabetical order immediately after
1101system.gdbinit (if enabled) when @value{GDBN} starts, before command line
1102options have been processed. Files need to have a recognized scripting
1103language extension (@file{.py}/@file{.scm}) or be named with a @file{.gdb}
1104extension to be interpreted as regular @value{GDBN} commands. @value{GDBN}
1105will not recurse into any subdirectories of this directory.
1106@item @file{~/.gdbinit}
1107This is the init file in your home directory.
1108It is loaded next, after @file{system.gdbinit}, and before
1109command options have been processed.
1110@item @file{./.gdbinit}
1111This is the init file in the current directory.
1112It is loaded last, after command line options other than @code{-x} and
1113@code{-ex} have been processed. Command line options @code{-x} and
1114@code{-ex} are processed last, after @file{./.gdbinit} has been loaded.
1115@end table
1116
1117For further documentation on startup processing, @xref{Startup}.
1118For documentation on how to write command files,
1119@xref{Command Files,,Command Files}.
1120
1121@anchor{-nh}
1122@item -nh
1123@cindex @code{--nh}
1124Do not execute commands found in @file{~/.gdbinit}, the init file
1125in your home directory.
1126@xref{Startup}.
1127
1128@item -quiet
1129@itemx -silent
1130@itemx -q
1131@cindex @code{--quiet}
1132@cindex @code{--silent}
1133@cindex @code{-q}
1134``Quiet''. Do not print the introductory and copyright messages. These
1135messages are also suppressed in batch mode.
1136
1137@item -batch
1138@cindex @code{--batch}
1139Run in batch mode. Exit with status @code{0} after processing all the
1140command files specified with @samp{-x} (and all commands from
1141initialization files, if not inhibited with @samp{-n}). Exit with
1142nonzero status if an error occurs in executing the @value{GDBN} commands
1143in the command files. Batch mode also disables pagination, sets unlimited
1144terminal width and height @pxref{Screen Size}, and acts as if @kbd{set confirm
1145off} were in effect (@pxref{Messages/Warnings}).
1146
1147Batch mode may be useful for running @value{GDBN} as a filter, for
1148example to download and run a program on another computer; in order to
1149make this more useful, the message
1150
1151@smallexample
1152Program exited normally.
1153@end smallexample
1154
1155@noindent
1156(which is ordinarily issued whenever a program running under
1157@value{GDBN} control terminates) is not issued when running in batch
1158mode.
1159
1160@item -batch-silent
1161@cindex @code{--batch-silent}
1162Run in batch mode exactly like @samp{-batch}, but totally silently. All
1163@value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1164unaffected). This is much quieter than @samp{-silent} and would be useless
1165for an interactive session.
1166
1167This is particularly useful when using targets that give @samp{Loading section}
1168messages, for example.
1169
1170Note that targets that give their output via @value{GDBN}, as opposed to
1171writing directly to @code{stdout}, will also be made silent.
1172
1173@item -return-child-result
1174@cindex @code{--return-child-result}
1175The return code from @value{GDBN} will be the return code from the child
1176process (the process being debugged), with the following exceptions:
1177
1178@itemize @bullet
1179@item
1180@value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1181internal error. In this case the exit code is the same as it would have been
1182without @samp{-return-child-result}.
1183@item
1184The user quits with an explicit value. E.g., @samp{quit 1}.
1185@item
1186The child process never runs, or is not allowed to terminate, in which case
1187the exit code will be -1.
1188@end itemize
1189
1190This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1191when @value{GDBN} is being used as a remote program loader or simulator
1192interface.
1193
1194@item -nowindows
1195@itemx -nw
1196@cindex @code{--nowindows}
1197@cindex @code{-nw}
1198``No windows''. If @value{GDBN} comes with a graphical user interface
1199(GUI) built in, then this option tells @value{GDBN} to only use the command-line
1200interface. If no GUI is available, this option has no effect.
1201
1202@item -windows
1203@itemx -w
1204@cindex @code{--windows}
1205@cindex @code{-w}
1206If @value{GDBN} includes a GUI, then this option requires it to be
1207used if possible.
1208
1209@item -cd @var{directory}
1210@cindex @code{--cd}
1211Run @value{GDBN} using @var{directory} as its working directory,
1212instead of the current directory.
1213
1214@item -data-directory @var{directory}
1215@itemx -D @var{directory}
1216@cindex @code{--data-directory}
1217@cindex @code{-D}
1218Run @value{GDBN} using @var{directory} as its data directory.
1219The data directory is where @value{GDBN} searches for its
1220auxiliary files. @xref{Data Files}.
1221
1222@item -fullname
1223@itemx -f
1224@cindex @code{--fullname}
1225@cindex @code{-f}
1226@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1227subprocess. It tells @value{GDBN} to output the full file name and line
1228number in a standard, recognizable fashion each time a stack frame is
1229displayed (which includes each time your program stops). This
1230recognizable format looks like two @samp{\032} characters, followed by
1231the file name, line number and character position separated by colons,
1232and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1233@samp{\032} characters as a signal to display the source code for the
1234frame.
1235
1236@item -annotate @var{level}
1237@cindex @code{--annotate}
1238This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1239effect is identical to using @samp{set annotate @var{level}}
1240(@pxref{Annotations}). The annotation @var{level} controls how much
1241information @value{GDBN} prints together with its prompt, values of
1242expressions, source lines, and other types of output. Level 0 is the
1243normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1244@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1245that control @value{GDBN}, and level 2 has been deprecated.
1246
1247The annotation mechanism has largely been superseded by @sc{gdb/mi}
1248(@pxref{GDB/MI}).
1249
1250@item --args
1251@cindex @code{--args}
1252Change interpretation of command line so that arguments following the
1253executable file are passed as command line arguments to the inferior.
1254This option stops option processing.
1255
1256@item -baud @var{bps}
1257@itemx -b @var{bps}
1258@cindex @code{--baud}
1259@cindex @code{-b}
1260Set the line speed (baud rate or bits per second) of any serial
1261interface used by @value{GDBN} for remote debugging.
1262
1263@item -l @var{timeout}
1264@cindex @code{-l}
1265Set the timeout (in seconds) of any communication used by @value{GDBN}
1266for remote debugging.
1267
1268@item -tty @var{device}
1269@itemx -t @var{device}
1270@cindex @code{--tty}
1271@cindex @code{-t}
1272Run using @var{device} for your program's standard input and output.
1273@c FIXME: kingdon thinks there is more to -tty. Investigate.
1274
1275@c resolve the situation of these eventually
1276@item -tui
1277@cindex @code{--tui}
1278Activate the @dfn{Text User Interface} when starting. The Text User
1279Interface manages several text windows on the terminal, showing
1280source, assembly, registers and @value{GDBN} command outputs
1281(@pxref{TUI, ,@value{GDBN} Text User Interface}). Do not use this
1282option if you run @value{GDBN} from Emacs (@pxref{Emacs, ,
1283Using @value{GDBN} under @sc{gnu} Emacs}).
1284
1285@item -interpreter @var{interp}
1286@cindex @code{--interpreter}
1287Use the interpreter @var{interp} for interface with the controlling
1288program or device. This option is meant to be set by programs which
1289communicate with @value{GDBN} using it as a back end.
1290@xref{Interpreters, , Command Interpreters}.
1291
1292@samp{--interpreter=mi} (or @samp{--interpreter=mi3}) causes
1293@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} version 3 (@pxref{GDB/MI, ,
1294The @sc{gdb/mi} Interface}) included since @value{GDBN} version 9.1. @sc{gdb/mi}
1295version 2 (@code{mi2}), included in @value{GDBN} 6.0 and version 1 (@code{mi1}),
1296included in @value{GDBN} 5.3, are also available. Earlier @sc{gdb/mi}
1297interfaces are no longer supported.
1298
1299@item -write
1300@cindex @code{--write}
1301Open the executable and core files for both reading and writing. This
1302is equivalent to the @samp{set write on} command inside @value{GDBN}
1303(@pxref{Patching}).
1304
1305@item -statistics
1306@cindex @code{--statistics}
1307This option causes @value{GDBN} to print statistics about time and
1308memory usage after it completes each command and returns to the prompt.
1309
1310@item -version
1311@cindex @code{--version}
1312This option causes @value{GDBN} to print its version number and
1313no-warranty blurb, and exit.
1314
1315@item -configuration
1316@cindex @code{--configuration}
1317This option causes @value{GDBN} to print details about its build-time
1318configuration parameters, and then exit. These details can be
1319important when reporting @value{GDBN} bugs (@pxref{GDB Bugs}).
1320
1321@end table
1322
1323@node Startup
1324@subsection What @value{GDBN} Does During Startup
1325@cindex @value{GDBN} startup
1326
1327Here's the description of what @value{GDBN} does during session startup:
1328
1329@enumerate
1330@item
1331Sets up the command interpreter as specified by the command line
1332(@pxref{Mode Options, interpreter}).
1333
1334@item
1335@cindex init file
1336Reads the system-wide @dfn{init file} (if @option{--with-system-gdbinit} was
1337used when building @value{GDBN}; @pxref{System-wide configuration,
1338 ,System-wide configuration and settings}) and the files in the system-wide
1339gdbinit directory (if @option{--with-system-gdbinit-dir} was used) and executes
1340all the commands in those files. The files need to be named with a @file{.gdb}
1341extension to be interpreted as @value{GDBN} commands, or they can be written
1342in a supported scripting language with an appropriate file extension.
1343
1344@anchor{Home Directory Init File}
1345@item
1346Reads the init file (if any) in your home directory@footnote{On
1347DOS/Windows systems, the home directory is the one pointed to by the
1348@code{HOME} environment variable.} and executes all the commands in
1349that file.
1350
1351@anchor{Option -init-eval-command}
1352@item
1353Executes commands and command files specified by the @samp{-iex} and
1354@samp{-ix} options in their specified order. Usually you should use the
1355@samp{-ex} and @samp{-x} options instead, but this way you can apply
1356settings before @value{GDBN} init files get executed and before inferior
1357gets loaded.
1358
1359@item
1360Processes command line options and operands.
1361
1362@anchor{Init File in the Current Directory during Startup}
1363@item
1364Reads and executes the commands from init file (if any) in the current
1365working directory as long as @samp{set auto-load local-gdbinit} is set to
1366@samp{on} (@pxref{Init File in the Current Directory}).
1367This is only done if the current directory is
1368different from your home directory. Thus, you can have more than one
1369init file, one generic in your home directory, and another, specific
1370to the program you are debugging, in the directory where you invoke
1371@value{GDBN}.
1372
1373@item
1374If the command line specified a program to debug, or a process to
1375attach to, or a core file, @value{GDBN} loads any auto-loaded
1376scripts provided for the program or for its loaded shared libraries.
1377@xref{Auto-loading}.
1378
1379If you wish to disable the auto-loading during startup,
1380you must do something like the following:
1381
1382@smallexample
1383$ gdb -iex "set auto-load python-scripts off" myprogram
1384@end smallexample
1385
1386Option @samp{-ex} does not work because the auto-loading is then turned
1387off too late.
1388
1389@item
1390Executes commands and command files specified by the @samp{-ex} and
1391@samp{-x} options in their specified order. @xref{Command Files}, for
1392more details about @value{GDBN} command files.
1393
1394@item
1395Reads the command history recorded in the @dfn{history file}.
1396@xref{Command History}, for more details about the command history and the
1397files where @value{GDBN} records it.
1398@end enumerate
1399
1400Init files use the same syntax as @dfn{command files} (@pxref{Command
1401Files}) and are processed by @value{GDBN} in the same way. The init
1402file in your home directory can set options (such as @samp{set
1403complaints}) that affect subsequent processing of command line options
1404and operands. Init files are not executed if you use the @samp{-nx}
1405option (@pxref{Mode Options, ,Choosing Modes}).
1406
1407To display the list of init files loaded by gdb at startup, you
1408can use @kbd{gdb --help}.
1409
1410@cindex init file name
1411@cindex @file{.gdbinit}
1412@cindex @file{gdb.ini}
1413The @value{GDBN} init files are normally called @file{.gdbinit}.
1414The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1415the limitations of file names imposed by DOS filesystems. The Windows
1416port of @value{GDBN} uses the standard name, but if it finds a
1417@file{gdb.ini} file in your home directory, it warns you about that
1418and suggests to rename the file to the standard name.
1419
1420
1421@node Quitting GDB
1422@section Quitting @value{GDBN}
1423@cindex exiting @value{GDBN}
1424@cindex leaving @value{GDBN}
1425
1426@table @code
1427@kindex quit @r{[}@var{expression}@r{]}
1428@kindex q @r{(@code{quit})}
1429@item quit @r{[}@var{expression}@r{]}
1430@itemx q
1431To exit @value{GDBN}, use the @code{quit} command (abbreviated
1432@code{q}), or type an end-of-file character (usually @kbd{Ctrl-d}). If you
1433do not supply @var{expression}, @value{GDBN} will terminate normally;
1434otherwise it will terminate using the result of @var{expression} as the
1435error code.
1436@end table
1437
1438@cindex interrupt
1439An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
1440terminates the action of any @value{GDBN} command that is in progress and
1441returns to @value{GDBN} command level. It is safe to type the interrupt
1442character at any time because @value{GDBN} does not allow it to take effect
1443until a time when it is safe.
1444
1445If you have been using @value{GDBN} to control an attached process or
1446device, you can release it with the @code{detach} command
1447(@pxref{Attach, ,Debugging an Already-running Process}).
1448
1449@node Shell Commands
1450@section Shell Commands
1451
1452If you need to execute occasional shell commands during your
1453debugging session, there is no need to leave or suspend @value{GDBN}; you can
1454just use the @code{shell} command.
1455
1456@table @code
1457@kindex shell
1458@kindex !
1459@cindex shell escape
1460@item shell @var{command-string}
1461@itemx !@var{command-string}
1462Invoke a standard shell to execute @var{command-string}.
1463Note that no space is needed between @code{!} and @var{command-string}.
1464If it exists, the environment variable @code{SHELL} determines which
1465shell to run. Otherwise @value{GDBN} uses the default shell
1466(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1467@end table
1468
1469The utility @code{make} is often needed in development environments.
1470You do not have to use the @code{shell} command for this purpose in
1471@value{GDBN}:
1472
1473@table @code
1474@kindex make
1475@cindex calling make
1476@item make @var{make-args}
1477Execute the @code{make} program with the specified
1478arguments. This is equivalent to @samp{shell make @var{make-args}}.
1479@end table
1480
1481@table @code
1482@kindex pipe
1483@kindex |
1484@cindex send the output of a gdb command to a shell command
1485@anchor{pipe}
1486@item pipe [@var{command}] | @var{shell_command}
1487@itemx | [@var{command}] | @var{shell_command}
1488@itemx pipe -d @var{delim} @var{command} @var{delim} @var{shell_command}
1489@itemx | -d @var{delim} @var{command} @var{delim} @var{shell_command}
1490Executes @var{command} and sends its output to @var{shell_command}.
1491Note that no space is needed around @code{|}.
1492If no @var{command} is provided, the last command executed is repeated.
1493
1494In case the @var{command} contains a @code{|}, the option @code{-d @var{delim}}
1495can be used to specify an alternate delimiter string @var{delim} that separates
1496the @var{command} from the @var{shell_command}.
1497
1498Example:
1499@smallexample
1500@group
1501(@value{GDBP}) p var
1502$1 = @{
1503 black = 144,
1504 red = 233,
1505 green = 377,
1506 blue = 610,
1507 white = 987
1508@}
1509@end group
1510@group
1511(@value{GDBP}) pipe p var|wc
1512 7 19 80
1513(@value{GDBP}) |p var|wc -l
15147
1515@end group
1516@group
1517(@value{GDBP}) p /x var
1518$4 = @{
1519 black = 0x90,
1520 red = 0xe9,
1521 green = 0x179,
1522 blue = 0x262,
1523 white = 0x3db
1524@}
1525(@value{GDBP}) ||grep red
1526 red => 0xe9,
1527@end group
1528@group
1529(@value{GDBP}) | -d ! echo this contains a | char\n ! sed -e 's/|/PIPE/'
1530this contains a PIPE char
1531(@value{GDBP}) | -d xxx echo this contains a | char!\n xxx sed -e 's/|/PIPE/'
1532this contains a PIPE char!
1533(@value{GDBP})
1534@end group
1535@end smallexample
1536@end table
1537
1538The convenience variables @code{$_shell_exitcode} and @code{$_shell_exitsignal}
1539can be used to examine the exit status of the last shell command launched
1540by @code{shell}, @code{make}, @code{pipe} and @code{|}.
1541@xref{Convenience Vars,, Convenience Variables}.
1542
1543@node Logging Output
1544@section Logging Output
1545@cindex logging @value{GDBN} output
1546@cindex save @value{GDBN} output to a file
1547
1548You may want to save the output of @value{GDBN} commands to a file.
1549There are several commands to control @value{GDBN}'s logging.
1550
1551@table @code
1552@kindex set logging
1553@item set logging on
1554Enable logging.
1555@item set logging off
1556Disable logging.
1557@cindex logging file name
1558@item set logging file @var{file}
1559Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1560@item set logging overwrite [on|off]
1561By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1562you want @code{set logging on} to overwrite the logfile instead.
1563@item set logging redirect [on|off]
1564By default, @value{GDBN} output will go to both the terminal and the logfile.
1565Set @code{redirect} if you want output to go only to the log file.
1566@item set logging debugredirect [on|off]
1567By default, @value{GDBN} debug output will go to both the terminal and the logfile.
1568Set @code{debugredirect} if you want debug output to go only to the log file.
1569@kindex show logging
1570@item show logging
1571Show the current values of the logging settings.
1572@end table
1573
1574You can also redirect the output of a @value{GDBN} command to a
1575shell command. @xref{pipe}.
1576@node Commands
1577@chapter @value{GDBN} Commands
1578
1579You can abbreviate a @value{GDBN} command to the first few letters of the command
1580name, if that abbreviation is unambiguous; and you can repeat certain
1581@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1582key to get @value{GDBN} to fill out the rest of a word in a command (or to
1583show you the alternatives available, if there is more than one possibility).
1584
1585@menu
1586* Command Syntax:: How to give commands to @value{GDBN}
1587* Command Settings:: How to change default behavior of commands
1588* Completion:: Command completion
1589* Command Options:: Command options
1590* Help:: How to ask @value{GDBN} for help
1591@end menu
1592
1593@node Command Syntax
1594@section Command Syntax
1595
1596A @value{GDBN} command is a single line of input. There is no limit on
1597how long it can be. It starts with a command name, which is followed by
1598arguments whose meaning depends on the command name. For example, the
1599command @code{step} accepts an argument which is the number of times to
1600step, as in @samp{step 5}. You can also use the @code{step} command
1601with no arguments. Some commands do not allow any arguments.
1602
1603@cindex abbreviation
1604@value{GDBN} command names may always be truncated if that abbreviation is
1605unambiguous. Other possible command abbreviations are listed in the
1606documentation for individual commands. In some cases, even ambiguous
1607abbreviations are allowed; for example, @code{s} is specially defined as
1608equivalent to @code{step} even though there are other commands whose
1609names start with @code{s}. You can test abbreviations by using them as
1610arguments to the @code{help} command.
1611
1612@cindex repeating commands
1613@kindex RET @r{(repeat last command)}
1614A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1615repeat the previous command. Certain commands (for example, @code{run})
1616will not repeat this way; these are commands whose unintentional
1617repetition might cause trouble and which you are unlikely to want to
1618repeat. User-defined commands can disable this feature; see
1619@ref{Define, dont-repeat}.
1620
1621The @code{list} and @code{x} commands, when you repeat them with
1622@key{RET}, construct new arguments rather than repeating
1623exactly as typed. This permits easy scanning of source or memory.
1624
1625@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1626output, in a way similar to the common utility @code{more}
1627(@pxref{Screen Size,,Screen Size}). Since it is easy to press one
1628@key{RET} too many in this situation, @value{GDBN} disables command
1629repetition after any command that generates this sort of display.
1630
1631@kindex # @r{(a comment)}
1632@cindex comment
1633Any text from a @kbd{#} to the end of the line is a comment; it does
1634nothing. This is useful mainly in command files (@pxref{Command
1635Files,,Command Files}).
1636
1637@cindex repeating command sequences
1638@kindex Ctrl-o @r{(operate-and-get-next)}
1639The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
1640commands. This command accepts the current line, like @key{RET}, and
1641then fetches the next line relative to the current line from the history
1642for editing.
1643
1644
1645@node Command Settings
1646@section Command Settings
1647@cindex default behavior of commands, changing
1648@cindex default settings, changing
1649
1650Many commands change their behavior according to command-specific
1651variables or settings. These settings can be changed with the
1652@code{set} subcommands. For example, the @code{print} command
1653(@pxref{Data, ,Examining Data}) prints arrays differently depending on
1654settings changeable with the commands @code{set print elements
1655NUMBER-OF-ELEMENTS} and @code{set print array-indexes}, among others.
1656
1657You can change these settings to your preference in the gdbinit files
1658loaded at @value{GDBN} startup. @xref{Startup}.
1659
1660The settings can also be changed interactively during the debugging
1661session. For example, to change the limit of array elements to print,
1662you can do the following:
1663@smallexample
1664(@value{GDBP}) set print elements 10
1665(@value{GDBP}) print some_array
1666$1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1667@end smallexample
1668
1669The above @code{set print elements 10} command changes the number of
1670elements to print from the default of 200 to 10. If you only intend
1671this limit of 10 to be used for printing @code{some_array}, then you
1672must restore the limit back to 200, with @code{set print elements
1673200}.
1674
1675Some commands allow overriding settings with command options. For
1676example, the @code{print} command supports a number of options that
1677allow overriding relevant global print settings as set by @code{set
1678print} subcommands. @xref{print options}. The example above could be
1679rewritten as:
1680@smallexample
1681(@value{GDBP}) print -elements 10 -- some_array
1682$1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1683@end smallexample
1684
1685Alternatively, you can use the @code{with} command to change a setting
1686temporarily, for the duration of a command invocation.
1687
1688@table @code
1689@kindex with command
1690@kindex w @r{(@code{with})}
1691@cindex settings
1692@cindex temporarily change settings
1693@item with @var{setting} [@var{value}] [-- @var{command}]
1694@itemx w @var{setting} [@var{value}] [-- @var{command}]
1695Temporarily set @var{setting} to @var{value} for the duration of
1696@var{command}.
1697
1698@var{setting} is any setting you can change with the @code{set}
1699subcommands. @var{value} is the value to assign to @code{setting}
1700while running @code{command}.
1701
1702If no @var{command} is provided, the last command executed is
1703repeated.
1704
1705If a @var{command} is provided, it must be preceded by a double dash
1706(@code{--}) separator. This is required because some settings accept
1707free-form arguments, such as expressions or filenames.
1708
1709For example, the command
1710@smallexample
1711(@value{GDBP}) with print array on -- print some_array
1712@end smallexample
1713@noindent
1714is equivalent to the following 3 commands:
1715@smallexample
1716(@value{GDBP}) set print array on
1717(@value{GDBP}) print some_array
1718(@value{GDBP}) set print array off
1719@end smallexample
1720
1721The @code{with} command is particularly useful when you want to
1722override a setting while running user-defined commands, or commands
1723defined in Python or Guile. @xref{Extending GDB,, Extending GDB}.
1724
1725@smallexample
1726(@value{GDBP}) with print pretty on -- my_complex_command
1727@end smallexample
1728
1729To change several settings for the same command, you can nest
1730@code{with} commands. For example, @code{with language ada -- with
1731print elements 10} temporarily changes the language to Ada and sets a
1732limit of 10 elements to print for arrays and strings.
1733
1734@end table
1735
1736@node Completion
1737@section Command Completion
1738
1739@cindex completion
1740@cindex word completion
1741@value{GDBN} can fill in the rest of a word in a command for you, if there is
1742only one possibility; it can also show you what the valid possibilities
1743are for the next word in a command, at any time. This works for @value{GDBN}
1744commands, @value{GDBN} subcommands, command options, and the names of symbols
1745in your program.
1746
1747Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1748of a word. If there is only one possibility, @value{GDBN} fills in the
1749word, and waits for you to finish the command (or press @key{RET} to
1750enter it). For example, if you type
1751
1752@c FIXME "@key" does not distinguish its argument sufficiently to permit
1753@c complete accuracy in these examples; space introduced for clarity.
1754@c If texinfo enhancements make it unnecessary, it would be nice to
1755@c replace " @key" by "@key" in the following...
1756@smallexample
1757(@value{GDBP}) info bre @key{TAB}
1758@end smallexample
1759
1760@noindent
1761@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1762the only @code{info} subcommand beginning with @samp{bre}:
1763
1764@smallexample
1765(@value{GDBP}) info breakpoints
1766@end smallexample
1767
1768@noindent
1769You can either press @key{RET} at this point, to run the @code{info
1770breakpoints} command, or backspace and enter something else, if
1771@samp{breakpoints} does not look like the command you expected. (If you
1772were sure you wanted @code{info breakpoints} in the first place, you
1773might as well just type @key{RET} immediately after @samp{info bre},
1774to exploit command abbreviations rather than command completion).
1775
1776If there is more than one possibility for the next word when you press
1777@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1778characters and try again, or just press @key{TAB} a second time;
1779@value{GDBN} displays all the possible completions for that word. For
1780example, you might want to set a breakpoint on a subroutine whose name
1781begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1782just sounds the bell. Typing @key{TAB} again displays all the
1783function names in your program that begin with those characters, for
1784example:
1785
1786@smallexample
1787(@value{GDBP}) b make_ @key{TAB}
1788@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1789make_a_section_from_file make_environ
1790make_abs_section make_function_type
1791make_blockvector make_pointer_type
1792make_cleanup make_reference_type
1793make_command make_symbol_completion_list
1794(@value{GDBP}) b make_
1795@end smallexample
1796
1797@noindent
1798After displaying the available possibilities, @value{GDBN} copies your
1799partial input (@samp{b make_} in the example) so you can finish the
1800command.
1801
1802If you just want to see the list of alternatives in the first place, you
1803can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1804means @kbd{@key{META} ?}. You can type this either by holding down a
1805key designated as the @key{META} shift on your keyboard (if there is
1806one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1807
1808If the number of possible completions is large, @value{GDBN} will
1809print as much of the list as it has collected, as well as a message
1810indicating that the list may be truncated.
1811
1812@smallexample
1813(@value{GDBP}) b m@key{TAB}@key{TAB}
1814main
1815<... the rest of the possible completions ...>
1816*** List may be truncated, max-completions reached. ***
1817(@value{GDBP}) b m
1818@end smallexample
1819
1820@noindent
1821This behavior can be controlled with the following commands:
1822
1823@table @code
1824@kindex set max-completions
1825@item set max-completions @var{limit}
1826@itemx set max-completions unlimited
1827Set the maximum number of completion candidates. @value{GDBN} will
1828stop looking for more completions once it collects this many candidates.
1829This is useful when completing on things like function names as collecting
1830all the possible candidates can be time consuming.
1831The default value is 200. A value of zero disables tab-completion.
1832Note that setting either no limit or a very large limit can make
1833completion slow.
1834@kindex show max-completions
1835@item show max-completions
1836Show the maximum number of candidates that @value{GDBN} will collect and show
1837during completion.
1838@end table
1839
1840@cindex quotes in commands
1841@cindex completion of quoted strings
1842Sometimes the string you need, while logically a ``word'', may contain
1843parentheses or other characters that @value{GDBN} normally excludes from
1844its notion of a word. To permit word completion to work in this
1845situation, you may enclose words in @code{'} (single quote marks) in
1846@value{GDBN} commands.
1847
1848A likely situation where you might need this is in typing an
1849expression that involves a C@t{++} symbol name with template
1850parameters. This is because when completing expressions, GDB treats
1851the @samp{<} character as word delimiter, assuming that it's the
1852less-than comparison operator (@pxref{C Operators, , C and C@t{++}
1853Operators}).
1854
1855For example, when you want to call a C@t{++} template function
1856interactively using the @code{print} or @code{call} commands, you may
1857need to distinguish whether you mean the version of @code{name} that
1858was specialized for @code{int}, @code{name<int>()}, or the version
1859that was specialized for @code{float}, @code{name<float>()}. To use
1860the word-completion facilities in this situation, type a single quote
1861@code{'} at the beginning of the function name. This alerts
1862@value{GDBN} that it may need to consider more information than usual
1863when you press @key{TAB} or @kbd{M-?} to request word completion:
1864
1865@smallexample
1866(@value{GDBP}) p 'func< @kbd{M-?}
1867func<int>() func<float>()
1868(@value{GDBP}) p 'func<
1869@end smallexample
1870
1871When setting breakpoints however (@pxref{Specify Location}), you don't
1872usually need to type a quote before the function name, because
1873@value{GDBN} understands that you want to set a breakpoint on a
1874function:
1875
1876@smallexample
1877(@value{GDBP}) b func< @kbd{M-?}
1878func<int>() func<float>()
1879(@value{GDBP}) b func<
1880@end smallexample
1881
1882This is true even in the case of typing the name of C@t{++} overloaded
1883functions (multiple definitions of the same function, distinguished by
1884argument type). For example, when you want to set a breakpoint you
1885don't need to distinguish whether you mean the version of @code{name}
1886that takes an @code{int} parameter, @code{name(int)}, or the version
1887that takes a @code{float} parameter, @code{name(float)}.
1888
1889@smallexample
1890(@value{GDBP}) b bubble( @kbd{M-?}
1891bubble(int) bubble(double)
1892(@value{GDBP}) b bubble(dou @kbd{M-?}
1893bubble(double)
1894@end smallexample
1895
1896See @ref{quoting names} for a description of other scenarios that
1897require quoting.
1898
1899For more information about overloaded functions, see @ref{C Plus Plus
1900Expressions, ,C@t{++} Expressions}. You can use the command @code{set
1901overload-resolution off} to disable overload resolution;
1902see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
1903
1904@cindex completion of structure field names
1905@cindex structure field name completion
1906@cindex completion of union field names
1907@cindex union field name completion
1908When completing in an expression which looks up a field in a
1909structure, @value{GDBN} also tries@footnote{The completer can be
1910confused by certain kinds of invalid expressions. Also, it only
1911examines the static type of the expression, not the dynamic type.} to
1912limit completions to the field names available in the type of the
1913left-hand-side:
1914
1915@smallexample
1916(@value{GDBP}) p gdb_stdout.@kbd{M-?}
1917magic to_fputs to_rewind
1918to_data to_isatty to_write
1919to_delete to_put to_write_async_safe
1920to_flush to_read
1921@end smallexample
1922
1923@noindent
1924This is because the @code{gdb_stdout} is a variable of the type
1925@code{struct ui_file} that is defined in @value{GDBN} sources as
1926follows:
1927
1928@smallexample
1929struct ui_file
1930@{
1931 int *magic;
1932 ui_file_flush_ftype *to_flush;
1933 ui_file_write_ftype *to_write;
1934 ui_file_write_async_safe_ftype *to_write_async_safe;
1935 ui_file_fputs_ftype *to_fputs;
1936 ui_file_read_ftype *to_read;
1937 ui_file_delete_ftype *to_delete;
1938 ui_file_isatty_ftype *to_isatty;
1939 ui_file_rewind_ftype *to_rewind;
1940 ui_file_put_ftype *to_put;
1941 void *to_data;
1942@}
1943@end smallexample
1944
1945@node Command Options
1946@section Command options
1947
1948@cindex command options
1949Some commands accept options starting with a leading dash. For
1950example, @code{print -pretty}. Similarly to command names, you can
1951abbreviate a @value{GDBN} option to the first few letters of the
1952option name, if that abbreviation is unambiguous, and you can also use
1953the @key{TAB} key to get @value{GDBN} to fill out the rest of a word
1954in an option (or to show you the alternatives available, if there is
1955more than one possibility).
1956
1957@cindex command options, raw input
1958Some commands take raw input as argument. For example, the print
1959command processes arbitrary expressions in any of the languages
1960supported by @value{GDBN}. With such commands, because raw input may
1961start with a leading dash that would be confused with an option or any
1962of its abbreviations, e.g.@: @code{print -p} (short for @code{print
1963-pretty} or printing negative @code{p}?), if you specify any command
1964option, then you must use a double-dash (@code{--}) delimiter to
1965indicate the end of options.
1966
1967@cindex command options, boolean
1968
1969Some options are described as accepting an argument which can be
1970either @code{on} or @code{off}. These are known as @dfn{boolean
1971options}. Similarly to boolean settings commands---@code{on} and
1972@code{off} are the typical values, but any of @code{1}, @code{yes} and
1973@code{enable} can also be used as ``true'' value, and any of @code{0},
1974@code{no} and @code{disable} can also be used as ``false'' value. You
1975can also omit a ``true'' value, as it is implied by default.
1976
1977For example, these are equivalent:
1978
1979@smallexample
1980(@value{GDBP}) print -object on -pretty off -element unlimited -- *myptr
1981(@value{GDBP}) p -o -p 0 -e u -- *myptr
1982@end smallexample
1983
1984You can discover the set of options some command accepts by completing
1985on @code{-} after the command name. For example:
1986
1987@smallexample
1988(@value{GDBP}) print -@key{TAB}@key{TAB}
1989-address -max-depth -raw-values -union
1990-array -null-stop -repeats -vtbl
1991-array-indexes -object -static-members
1992-elements -pretty -symbol
1993@end smallexample
1994
1995Completion will in some cases guide you with a suggestion of what kind
1996of argument an option expects. For example:
1997
1998@smallexample
1999(@value{GDBP}) print -elements @key{TAB}@key{TAB}
2000NUMBER unlimited
2001@end smallexample
2002
2003Here, the option expects a number (e.g., @code{100}), not literal
2004@code{NUMBER}. Such metasyntactical arguments are always presented in
2005uppercase.
2006
2007(For more on using the @code{print} command, see @ref{Data, ,Examining
2008Data}.)
2009
2010@node Help
2011@section Getting Help
2012@cindex online documentation
2013@kindex help
2014
2015You can always ask @value{GDBN} itself for information on its commands,
2016using the command @code{help}.
2017
2018@table @code
2019@kindex h @r{(@code{help})}
2020@item help
2021@itemx h
2022You can use @code{help} (abbreviated @code{h}) with no arguments to
2023display a short list of named classes of commands:
2024
2025@smallexample
2026(@value{GDBP}) help
2027List of classes of commands:
2028
2029aliases -- Aliases of other commands
2030breakpoints -- Making program stop at certain points
2031data -- Examining data
2032files -- Specifying and examining files
2033internals -- Maintenance commands
2034obscure -- Obscure features
2035running -- Running the program
2036stack -- Examining the stack
2037status -- Status inquiries
2038support -- Support facilities
2039tracepoints -- Tracing of program execution without
2040 stopping the program
2041user-defined -- User-defined commands
2042
2043Type "help" followed by a class name for a list of
2044commands in that class.
2045Type "help" followed by command name for full
2046documentation.
2047Command name abbreviations are allowed if unambiguous.
2048(@value{GDBP})
2049@end smallexample
2050@c the above line break eliminates huge line overfull...
2051
2052@item help @var{class}
2053Using one of the general help classes as an argument, you can get a
2054list of the individual commands in that class. For example, here is the
2055help display for the class @code{status}:
2056
2057@smallexample
2058(@value{GDBP}) help status
2059Status inquiries.
2060
2061List of commands:
2062
2063@c Line break in "show" line falsifies real output, but needed
2064@c to fit in smallbook page size.
2065info -- Generic command for showing things
2066 about the program being debugged
2067show -- Generic command for showing things
2068 about the debugger
2069
2070Type "help" followed by command name for full
2071documentation.
2072Command name abbreviations are allowed if unambiguous.
2073(@value{GDBP})
2074@end smallexample
2075
2076@item help @var{command}
2077With a command name as @code{help} argument, @value{GDBN} displays a
2078short paragraph on how to use that command.
2079
2080@kindex apropos
2081@item apropos [-v] @var{regexp}
2082The @code{apropos} command searches through all of the @value{GDBN}
2083commands, and their documentation, for the regular expression specified in
2084@var{args}. It prints out all matches found. The optional flag @samp{-v},
2085which stands for @samp{verbose}, indicates to output the full documentation
2086of the matching commands and highlight the parts of the documentation
2087matching @var{regexp}. For example:
2088
2089@smallexample
2090apropos alias
2091@end smallexample
2092
2093@noindent
2094results in:
2095
2096@smallexample
2097@group
2098alias -- Define a new command that is an alias of an existing command
2099aliases -- Aliases of other commands
2100d -- Delete some breakpoints or auto-display expressions
2101del -- Delete some breakpoints or auto-display expressions
2102delete -- Delete some breakpoints or auto-display expressions
2103@end group
2104@end smallexample
2105
2106@noindent
2107while
2108
2109@smallexample
2110apropos -v cut.*thread apply
2111@end smallexample
2112
2113@noindent
2114results in the below output, where @samp{cut for 'thread apply}
2115is highlighted if styling is enabled.
2116
2117@smallexample
2118@group
2119taas -- Apply a command to all threads (ignoring errors
2120and empty output).
2121Usage: taas COMMAND
2122shortcut for 'thread apply all -s COMMAND'
2123
2124tfaas -- Apply a command to all frames of all threads
2125(ignoring errors and empty output).
2126Usage: tfaas COMMAND
2127shortcut for 'thread apply all -s frame apply all -s COMMAND'
2128@end group
2129@end smallexample
2130
2131@kindex complete
2132@item complete @var{args}
2133The @code{complete @var{args}} command lists all the possible completions
2134for the beginning of a command. Use @var{args} to specify the beginning of the
2135command you want completed. For example:
2136
2137@smallexample
2138complete i
2139@end smallexample
2140
2141@noindent results in:
2142
2143@smallexample
2144@group
2145if
2146ignore
2147info
2148inspect
2149@end group
2150@end smallexample
2151
2152@noindent This is intended for use by @sc{gnu} Emacs.
2153@end table
2154
2155In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
2156and @code{show} to inquire about the state of your program, or the state
2157of @value{GDBN} itself. Each command supports many topics of inquiry; this
2158manual introduces each of them in the appropriate context. The listings
2159under @code{info} and under @code{show} in the Command, Variable, and
2160Function Index point to all the sub-commands. @xref{Command and Variable
2161Index}.
2162
2163@c @group
2164@table @code
2165@kindex info
2166@kindex i @r{(@code{info})}
2167@item info
2168This command (abbreviated @code{i}) is for describing the state of your
2169program. For example, you can show the arguments passed to a function
2170with @code{info args}, list the registers currently in use with @code{info
2171registers}, or list the breakpoints you have set with @code{info breakpoints}.
2172You can get a complete list of the @code{info} sub-commands with
2173@w{@code{help info}}.
2174
2175@kindex set
2176@item set
2177You can assign the result of an expression to an environment variable with
2178@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
2179@code{set prompt $}.
2180
2181@kindex show
2182@item show
2183In contrast to @code{info}, @code{show} is for describing the state of
2184@value{GDBN} itself.
2185You can change most of the things you can @code{show}, by using the
2186related command @code{set}; for example, you can control what number
2187system is used for displays with @code{set radix}, or simply inquire
2188which is currently in use with @code{show radix}.
2189
2190@kindex info set
2191To display all the settable parameters and their current
2192values, you can use @code{show} with no arguments; you may also use
2193@code{info set}. Both commands produce the same display.
2194@c FIXME: "info set" violates the rule that "info" is for state of
2195@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
2196@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
2197@end table
2198@c @end group
2199
2200Here are several miscellaneous @code{show} subcommands, all of which are
2201exceptional in lacking corresponding @code{set} commands:
2202
2203@table @code
2204@kindex show version
2205@cindex @value{GDBN} version number
2206@item show version
2207Show what version of @value{GDBN} is running. You should include this
2208information in @value{GDBN} bug-reports. If multiple versions of
2209@value{GDBN} are in use at your site, you may need to determine which
2210version of @value{GDBN} you are running; as @value{GDBN} evolves, new
2211commands are introduced, and old ones may wither away. Also, many
2212system vendors ship variant versions of @value{GDBN}, and there are
2213variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2214The version number is the same as the one announced when you start
2215@value{GDBN}.
2216
2217@kindex show copying
2218@kindex info copying
2219@cindex display @value{GDBN} copyright
2220@item show copying
2221@itemx info copying
2222Display information about permission for copying @value{GDBN}.
2223
2224@kindex show warranty
2225@kindex info warranty
2226@item show warranty
2227@itemx info warranty
2228Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
2229if your version of @value{GDBN} comes with one.
2230
2231@kindex show configuration
2232@item show configuration
2233Display detailed information about the way @value{GDBN} was configured
2234when it was built. This displays the optional arguments passed to the
2235@file{configure} script and also configuration parameters detected
2236automatically by @command{configure}. When reporting a @value{GDBN}
2237bug (@pxref{GDB Bugs}), it is important to include this information in
2238your report.
2239
2240@end table
2241
2242@node Running
2243@chapter Running Programs Under @value{GDBN}
2244
2245When you run a program under @value{GDBN}, you must first generate
2246debugging information when you compile it.
2247
2248You may start @value{GDBN} with its arguments, if any, in an environment
2249of your choice. If you are doing native debugging, you may redirect
2250your program's input and output, debug an already running process, or
2251kill a child process.
2252
2253@menu
2254* Compilation:: Compiling for debugging
2255* Starting:: Starting your program
2256* Arguments:: Your program's arguments
2257* Environment:: Your program's environment
2258
2259* Working Directory:: Your program's working directory
2260* Input/Output:: Your program's input and output
2261* Attach:: Debugging an already-running process
2262* Kill Process:: Killing the child process
2263
2264* Inferiors and Programs:: Debugging multiple inferiors and programs
2265* Threads:: Debugging programs with multiple threads
2266* Forks:: Debugging forks
2267* Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
2268@end menu
2269
2270@node Compilation
2271@section Compiling for Debugging
2272
2273In order to debug a program effectively, you need to generate
2274debugging information when you compile it. This debugging information
2275is stored in the object file; it describes the data type of each
2276variable or function and the correspondence between source line numbers
2277and addresses in the executable code.
2278
2279To request debugging information, specify the @option{-g} option when
2280you run the compiler. However, to use the most expressive format
2281available, including @value{GDBN} extensions if at all possible,
2282@value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports
2283@w{@option{-ggdb}} which produces debugging information for use by
2284@value{GDBN}. We recommend that you @emph{always} use
2285@w{@option{-ggdb}} instead of plain @option{-g} if it is supported by
2286the compiler you are using.
2287
2288Programs that are to be shipped to your customers are compiled with
2289optimizations, using the @option{-O} compiler option. However, some
2290compilers are unable to handle the @option{-g} and @option{-O} options
2291together. Using those compilers, you cannot generate optimized
2292executables containing debugging information.
2293
2294@value{NGCC} supports @option{-g} with or without @option{-O}, making
2295it possible to debug optimized code. We recommend that you
2296@emph{always} use @option{-g} whenever you compile a program. You may
2297think your program is correct, but there is no sense in pushing your
2298luck. For more information, see @ref{Optimized Code}.
2299
2300Older versions of the @sc{gnu} C compiler permitted a variant option
2301@w{@option{-gg}} for debugging information. @value{GDBN} no longer
2302supports this format; if your @sc{gnu} C compiler has this option, do
2303not use it.
2304
2305@value{GDBN} knows about preprocessor macros and can show you their
2306expansion (@pxref{Macros}). Most compilers do not include information
2307about preprocessor macros in the debugging information if you specify
2308the @option{-g} flag alone. Version 3.1 and later of @value{NGCC},
2309the @sc{gnu} C compiler, provides macro information if you are using
2310the DWARF debugging format, and specify the option @w{@option{-g3}}.
2311
2312@xref{Debugging Options,,Options for Debugging Your Program or GCC,
2313gcc, Using the @sc{gnu} Compiler Collection (GCC)}, for more
2314information on @value{NGCC} options affecting debug information.
2315
2316You will have the best debugging experience if you use the latest
2317version of the DWARF debugging format that your compiler supports.
2318DWARF is currently the most expressive and best supported debugging
2319format in @value{GDBN}.
2320
2321@need 2000
2322@node Starting
2323@section Starting your Program
2324@cindex starting
2325@cindex running
2326
2327@table @code
2328@kindex run
2329@kindex r @r{(@code{run})}
2330@item run
2331@itemx r
2332Use the @code{run} command to start your program under @value{GDBN}.
2333You must first specify the program name with an argument to
2334@value{GDBN} (@pxref{Invocation, ,Getting In and Out of
2335@value{GDBN}}), or by using the @code{file} or @code{exec-file}
2336command (@pxref{Files, ,Commands to Specify Files}).
2337
2338@end table
2339
2340If you are running your program in an execution environment that
2341supports processes, @code{run} creates an inferior process and makes
2342that process run your program. In some environments without processes,
2343@code{run} jumps to the start of your program. Other targets,
2344like @samp{remote}, are always running. If you get an error
2345message like this one:
2346
2347@smallexample
2348The "remote" target does not support "run".
2349Try "help target" or "continue".
2350@end smallexample
2351
2352@noindent
2353then use @code{continue} to run your program. You may need @code{load}
2354first (@pxref{load}).
2355
2356The execution of a program is affected by certain information it
2357receives from its superior. @value{GDBN} provides ways to specify this
2358information, which you must do @emph{before} starting your program. (You
2359can change it after starting your program, but such changes only affect
2360your program the next time you start it.) This information may be
2361divided into four categories:
2362
2363@table @asis
2364@item The @emph{arguments.}
2365Specify the arguments to give your program as the arguments of the
2366@code{run} command. If a shell is available on your target, the shell
2367is used to pass the arguments, so that you may use normal conventions
2368(such as wildcard expansion or variable substitution) in describing
2369the arguments.
2370In Unix systems, you can control which shell is used with the
2371@code{SHELL} environment variable. If you do not define @code{SHELL},
2372@value{GDBN} uses the default shell (@file{/bin/sh}). You can disable
2373use of any shell with the @code{set startup-with-shell} command (see
2374below for details).
2375
2376@item The @emph{environment.}
2377Your program normally inherits its environment from @value{GDBN}, but you can
2378use the @value{GDBN} commands @code{set environment} and @code{unset
2379environment} to change parts of the environment that affect
2380your program. @xref{Environment, ,Your Program's Environment}.
2381
2382@item The @emph{working directory.}
2383You can set your program's working directory with the command
2384@kbd{set cwd}. If you do not set any working directory with this
2385command, your program will inherit @value{GDBN}'s working directory if
2386native debugging, or the remote server's working directory if remote
2387debugging. @xref{Working Directory, ,Your Program's Working
2388Directory}.
2389
2390@item The @emph{standard input and output.}
2391Your program normally uses the same device for standard input and
2392standard output as @value{GDBN} is using. You can redirect input and output
2393in the @code{run} command line, or you can use the @code{tty} command to
2394set a different device for your program.
2395@xref{Input/Output, ,Your Program's Input and Output}.
2396
2397@cindex pipes
2398@emph{Warning:} While input and output redirection work, you cannot use
2399pipes to pass the output of the program you are debugging to another
2400program; if you attempt this, @value{GDBN} is likely to wind up debugging the
2401wrong program.
2402@end table
2403
2404When you issue the @code{run} command, your program begins to execute
2405immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
2406of how to arrange for your program to stop. Once your program has
2407stopped, you may call functions in your program, using the @code{print}
2408or @code{call} commands. @xref{Data, ,Examining Data}.
2409
2410If the modification time of your symbol file has changed since the last
2411time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
2412table, and reads it again. When it does this, @value{GDBN} tries to retain
2413your current breakpoints.
2414
2415@table @code
2416@kindex start
2417@item start
2418@cindex run to main procedure
2419The name of the main procedure can vary from language to language.
2420With C or C@t{++}, the main procedure name is always @code{main}, but
2421other languages such as Ada do not require a specific name for their
2422main procedure. The debugger provides a convenient way to start the
2423execution of the program and to stop at the beginning of the main
2424procedure, depending on the language used.
2425
2426The @samp{start} command does the equivalent of setting a temporary
2427breakpoint at the beginning of the main procedure and then invoking
2428the @samp{run} command.
2429
2430@cindex elaboration phase
2431Some programs contain an @dfn{elaboration} phase where some startup code is
2432executed before the main procedure is called. This depends on the
2433languages used to write your program. In C@t{++}, for instance,
2434constructors for static and global objects are executed before
2435@code{main} is called. It is therefore possible that the debugger stops
2436before reaching the main procedure. However, the temporary breakpoint
2437will remain to halt execution.
2438
2439Specify the arguments to give to your program as arguments to the
2440@samp{start} command. These arguments will be given verbatim to the
2441underlying @samp{run} command. Note that the same arguments will be
2442reused if no argument is provided during subsequent calls to
2443@samp{start} or @samp{run}.
2444
2445It is sometimes necessary to debug the program during elaboration. In
2446these cases, using the @code{start} command would stop the execution
2447of your program too late, as the program would have already completed
2448the elaboration phase. Under these circumstances, either insert
2449breakpoints in your elaboration code before running your program or
2450use the @code{starti} command.
2451
2452@kindex starti
2453@item starti
2454@cindex run to first instruction
2455The @samp{starti} command does the equivalent of setting a temporary
2456breakpoint at the first instruction of a program's execution and then
2457invoking the @samp{run} command. For programs containing an
2458elaboration phase, the @code{starti} command will stop execution at
2459the start of the elaboration phase.
2460
2461@anchor{set exec-wrapper}
2462@kindex set exec-wrapper
2463@item set exec-wrapper @var{wrapper}
2464@itemx show exec-wrapper
2465@itemx unset exec-wrapper
2466When @samp{exec-wrapper} is set, the specified wrapper is used to
2467launch programs for debugging. @value{GDBN} starts your program
2468with a shell command of the form @kbd{exec @var{wrapper}
2469@var{program}}. Quoting is added to @var{program} and its
2470arguments, but not to @var{wrapper}, so you should add quotes if
2471appropriate for your shell. The wrapper runs until it executes
2472your program, and then @value{GDBN} takes control.
2473
2474You can use any program that eventually calls @code{execve} with
2475its arguments as a wrapper. Several standard Unix utilities do
2476this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
2477with @code{exec "$@@"} will also work.
2478
2479For example, you can use @code{env} to pass an environment variable to
2480the debugged program, without setting the variable in your shell's
2481environment:
2482
2483@smallexample
2484(@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
2485(@value{GDBP}) run
2486@end smallexample
2487
2488This command is available when debugging locally on most targets, excluding
2489@sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2490
2491@kindex set startup-with-shell
2492@anchor{set startup-with-shell}
2493@item set startup-with-shell
2494@itemx set startup-with-shell on
2495@itemx set startup-with-shell off
2496@itemx show startup-with-shell
2497On Unix systems, by default, if a shell is available on your target,
2498@value{GDBN}) uses it to start your program. Arguments of the
2499@code{run} command are passed to the shell, which does variable
2500substitution, expands wildcard characters and performs redirection of
2501I/O. In some circumstances, it may be useful to disable such use of a
2502shell, for example, when debugging the shell itself or diagnosing
2503startup failures such as:
2504
2505@smallexample
2506(@value{GDBP}) run
2507Starting program: ./a.out
2508During startup program terminated with signal SIGSEGV, Segmentation fault.
2509@end smallexample
2510
2511@noindent
2512which indicates the shell or the wrapper specified with
2513@samp{exec-wrapper} crashed, not your program. Most often, this is
2514caused by something odd in your shell's non-interactive mode
2515initialization file---such as @file{.cshrc} for C-shell,
2516$@file{.zshenv} for the Z shell, or the file specified in the
2517@samp{BASH_ENV} environment variable for BASH.
2518
2519@anchor{set auto-connect-native-target}
2520@kindex set auto-connect-native-target
2521@item set auto-connect-native-target
2522@itemx set auto-connect-native-target on
2523@itemx set auto-connect-native-target off
2524@itemx show auto-connect-native-target
2525
2526By default, if not connected to any target yet (e.g., with
2527@code{target remote}), the @code{run} command starts your program as a
2528native process under @value{GDBN}, on your local machine. If you're
2529sure you don't want to debug programs on your local machine, you can
2530tell @value{GDBN} to not connect to the native target automatically
2531with the @code{set auto-connect-native-target off} command.
2532
2533If @code{on}, which is the default, and if @value{GDBN} is not
2534connected to a target already, the @code{run} command automaticaly
2535connects to the native target, if one is available.
2536
2537If @code{off}, and if @value{GDBN} is not connected to a target
2538already, the @code{run} command fails with an error:
2539
2540@smallexample
2541(@value{GDBP}) run
2542Don't know how to run. Try "help target".
2543@end smallexample
2544
2545If @value{GDBN} is already connected to a target, @value{GDBN} always
2546uses it with the @code{run} command.
2547
2548In any case, you can explicitly connect to the native target with the
2549@code{target native} command. For example,
2550
2551@smallexample
2552(@value{GDBP}) set auto-connect-native-target off
2553(@value{GDBP}) run
2554Don't know how to run. Try "help target".
2555(@value{GDBP}) target native
2556(@value{GDBP}) run
2557Starting program: ./a.out
2558[Inferior 1 (process 10421) exited normally]
2559@end smallexample
2560
2561In case you connected explicitly to the @code{native} target,
2562@value{GDBN} remains connected even if all inferiors exit, ready for
2563the next @code{run} command. Use the @code{disconnect} command to
2564disconnect.
2565
2566Examples of other commands that likewise respect the
2567@code{auto-connect-native-target} setting: @code{attach}, @code{info
2568proc}, @code{info os}.
2569
2570@kindex set disable-randomization
2571@item set disable-randomization
2572@itemx set disable-randomization on
2573This option (enabled by default in @value{GDBN}) will turn off the native
2574randomization of the virtual address space of the started program. This option
2575is useful for multiple debugging sessions to make the execution better
2576reproducible and memory addresses reusable across debugging sessions.
2577
2578This feature is implemented only on certain targets, including @sc{gnu}/Linux.
2579On @sc{gnu}/Linux you can get the same behavior using
2580
2581@smallexample
2582(@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2583@end smallexample
2584
2585@item set disable-randomization off
2586Leave the behavior of the started executable unchanged. Some bugs rear their
2587ugly heads only when the program is loaded at certain addresses. If your bug
2588disappears when you run the program under @value{GDBN}, that might be because
2589@value{GDBN} by default disables the address randomization on platforms, such
2590as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2591disable-randomization off} to try to reproduce such elusive bugs.
2592
2593On targets where it is available, virtual address space randomization
2594protects the programs against certain kinds of security attacks. In these
2595cases the attacker needs to know the exact location of a concrete executable
2596code. Randomizing its location makes it impossible to inject jumps misusing
2597a code at its expected addresses.
2598
2599Prelinking shared libraries provides a startup performance advantage but it
2600makes addresses in these libraries predictable for privileged processes by
2601having just unprivileged access at the target system. Reading the shared
2602library binary gives enough information for assembling the malicious code
2603misusing it. Still even a prelinked shared library can get loaded at a new
2604random address just requiring the regular relocation process during the
2605startup. Shared libraries not already prelinked are always loaded at
2606a randomly chosen address.
2607
2608Position independent executables (PIE) contain position independent code
2609similar to the shared libraries and therefore such executables get loaded at
2610a randomly chosen address upon startup. PIE executables always load even
2611already prelinked shared libraries at a random address. You can build such
2612executable using @command{gcc -fPIE -pie}.
2613
2614Heap (malloc storage), stack and custom mmap areas are always placed randomly
2615(as long as the randomization is enabled).
2616
2617@item show disable-randomization
2618Show the current setting of the explicit disable of the native randomization of
2619the virtual address space of the started program.
2620
2621@end table
2622
2623@node Arguments
2624@section Your Program's Arguments
2625
2626@cindex arguments (to your program)
2627The arguments to your program can be specified by the arguments of the
2628@code{run} command.
2629They are passed to a shell, which expands wildcard characters and
2630performs redirection of I/O, and thence to your program. Your
2631@code{SHELL} environment variable (if it exists) specifies what shell
2632@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
2633the default shell (@file{/bin/sh} on Unix).
2634
2635On non-Unix systems, the program is usually invoked directly by
2636@value{GDBN}, which emulates I/O redirection via the appropriate system
2637calls, and the wildcard characters are expanded by the startup code of
2638the program, not by the shell.
2639
2640@code{run} with no arguments uses the same arguments used by the previous
2641@code{run}, or those set by the @code{set args} command.
2642
2643@table @code
2644@kindex set args
2645@item set args
2646Specify the arguments to be used the next time your program is run. If
2647@code{set args} has no arguments, @code{run} executes your program
2648with no arguments. Once you have run your program with arguments,
2649using @code{set args} before the next @code{run} is the only way to run
2650it again without arguments.
2651
2652@kindex show args
2653@item show args
2654Show the arguments to give your program when it is started.
2655@end table
2656
2657@node Environment
2658@section Your Program's Environment
2659
2660@cindex environment (of your program)
2661The @dfn{environment} consists of a set of environment variables and
2662their values. Environment variables conventionally record such things as
2663your user name, your home directory, your terminal type, and your search
2664path for programs to run. Usually you set up environment variables with
2665the shell and they are inherited by all the other programs you run. When
2666debugging, it can be useful to try running your program with a modified
2667environment without having to start @value{GDBN} over again.
2668
2669@table @code
2670@kindex path
2671@item path @var{directory}
2672Add @var{directory} to the front of the @code{PATH} environment variable
2673(the search path for executables) that will be passed to your program.
2674The value of @code{PATH} used by @value{GDBN} does not change.
2675You may specify several directory names, separated by whitespace or by a
2676system-dependent separator character (@samp{:} on Unix, @samp{;} on
2677MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2678is moved to the front, so it is searched sooner.
2679
2680You can use the string @samp{$cwd} to refer to whatever is the current
2681working directory at the time @value{GDBN} searches the path. If you
2682use @samp{.} instead, it refers to the directory where you executed the
2683@code{path} command. @value{GDBN} replaces @samp{.} in the
2684@var{directory} argument (with the current path) before adding
2685@var{directory} to the search path.
2686@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2687@c document that, since repeating it would be a no-op.
2688
2689@kindex show paths
2690@item show paths
2691Display the list of search paths for executables (the @code{PATH}
2692environment variable).
2693
2694@kindex show environment
2695@item show environment @r{[}@var{varname}@r{]}
2696Print the value of environment variable @var{varname} to be given to
2697your program when it starts. If you do not supply @var{varname},
2698print the names and values of all environment variables to be given to
2699your program. You can abbreviate @code{environment} as @code{env}.
2700
2701@kindex set environment
2702@anchor{set environment}
2703@item set environment @var{varname} @r{[}=@var{value}@r{]}
2704Set environment variable @var{varname} to @var{value}. The value
2705changes for your program (and the shell @value{GDBN} uses to launch
2706it), not for @value{GDBN} itself. The @var{value} may be any string; the
2707values of environment variables are just strings, and any
2708interpretation is supplied by your program itself. The @var{value}
2709parameter is optional; if it is eliminated, the variable is set to a
2710null value.
2711@c "any string" here does not include leading, trailing
2712@c blanks. Gnu asks: does anyone care?
2713
2714For example, this command:
2715
2716@smallexample
2717set env USER = foo
2718@end smallexample
2719
2720@noindent
2721tells the debugged program, when subsequently run, that its user is named
2722@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2723are not actually required.)
2724
2725Note that on Unix systems, @value{GDBN} runs your program via a shell,
2726which also inherits the environment set with @code{set environment}.
2727If necessary, you can avoid that by using the @samp{env} program as a
2728wrapper instead of using @code{set environment}. @xref{set
2729exec-wrapper}, for an example doing just that.
2730
2731Environment variables that are set by the user are also transmitted to
2732@command{gdbserver} to be used when starting the remote inferior.
2733@pxref{QEnvironmentHexEncoded}.
2734
2735@kindex unset environment
2736@anchor{unset environment}
2737@item unset environment @var{varname}
2738Remove variable @var{varname} from the environment to be passed to your
2739program. This is different from @samp{set env @var{varname} =};
2740@code{unset environment} removes the variable from the environment,
2741rather than assigning it an empty value.
2742
2743Environment variables that are unset by the user are also unset on
2744@command{gdbserver} when starting the remote inferior.
2745@pxref{QEnvironmentUnset}.
2746@end table
2747
2748@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2749the shell indicated by your @code{SHELL} environment variable if it
2750exists (or @code{/bin/sh} if not). If your @code{SHELL} variable
2751names a shell that runs an initialization file when started
2752non-interactively---such as @file{.cshrc} for C-shell, $@file{.zshenv}
2753for the Z shell, or the file specified in the @samp{BASH_ENV}
2754environment variable for BASH---any variables you set in that file
2755affect your program. You may wish to move setting of environment
2756variables to files that are only run when you sign on, such as
2757@file{.login} or @file{.profile}.
2758
2759@node Working Directory
2760@section Your Program's Working Directory
2761
2762@cindex working directory (of your program)
2763Each time you start your program with @code{run}, the inferior will be
2764initialized with the current working directory specified by the
2765@kbd{set cwd} command. If no directory has been specified by this
2766command, then the inferior will inherit @value{GDBN}'s current working
2767directory as its working directory if native debugging, or it will
2768inherit the remote server's current working directory if remote
2769debugging.
2770
2771@table @code
2772@kindex set cwd
2773@cindex change inferior's working directory
2774@anchor{set cwd command}
2775@item set cwd @r{[}@var{directory}@r{]}
2776Set the inferior's working directory to @var{directory}, which will be
2777@code{glob}-expanded in order to resolve tildes (@file{~}). If no
2778argument has been specified, the command clears the setting and resets
2779it to an empty state. This setting has no effect on @value{GDBN}'s
2780working directory, and it only takes effect the next time you start
2781the inferior. The @file{~} in @var{directory} is a short for the
2782@dfn{home directory}, usually pointed to by the @env{HOME} environment
2783variable. On MS-Windows, if @env{HOME} is not defined, @value{GDBN}
2784uses the concatenation of @env{HOMEDRIVE} and @env{HOMEPATH} as
2785fallback.
2786
2787You can also change @value{GDBN}'s current working directory by using
2788the @code{cd} command.
2789@xref{cd command}.
2790
2791@kindex show cwd
2792@cindex show inferior's working directory
2793@item show cwd
2794Show the inferior's working directory. If no directory has been
2795specified by @kbd{set cwd}, then the default inferior's working
2796directory is the same as @value{GDBN}'s working directory.
2797
2798@kindex cd
2799@cindex change @value{GDBN}'s working directory
2800@anchor{cd command}
2801@item cd @r{[}@var{directory}@r{]}
2802Set the @value{GDBN} working directory to @var{directory}. If not
2803given, @var{directory} uses @file{'~'}.
2804
2805The @value{GDBN} working directory serves as a default for the
2806commands that specify files for @value{GDBN} to operate on.
2807@xref{Files, ,Commands to Specify Files}.
2808@xref{set cwd command}.
2809
2810@kindex pwd
2811@item pwd
2812Print the @value{GDBN} working directory.
2813@end table
2814
2815It is generally impossible to find the current working directory of
2816the process being debugged (since a program can change its directory
2817during its run). If you work on a system where @value{GDBN} supports
2818the @code{info proc} command (@pxref{Process Information}), you can
2819use the @code{info proc} command to find out the
2820current working directory of the debuggee.
2821
2822@node Input/Output
2823@section Your Program's Input and Output
2824
2825@cindex redirection
2826@cindex i/o
2827@cindex terminal
2828By default, the program you run under @value{GDBN} does input and output to
2829the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
2830to its own terminal modes to interact with you, but it records the terminal
2831modes your program was using and switches back to them when you continue
2832running your program.
2833
2834@table @code
2835@kindex info terminal
2836@item info terminal
2837Displays information recorded by @value{GDBN} about the terminal modes your
2838program is using.
2839@end table
2840
2841You can redirect your program's input and/or output using shell
2842redirection with the @code{run} command. For example,
2843
2844@smallexample
2845run > outfile
2846@end smallexample
2847
2848@noindent
2849starts your program, diverting its output to the file @file{outfile}.
2850
2851@kindex tty
2852@cindex controlling terminal
2853Another way to specify where your program should do input and output is
2854with the @code{tty} command. This command accepts a file name as
2855argument, and causes this file to be the default for future @code{run}
2856commands. It also resets the controlling terminal for the child
2857process, for future @code{run} commands. For example,
2858
2859@smallexample
2860tty /dev/ttyb
2861@end smallexample
2862
2863@noindent
2864directs that processes started with subsequent @code{run} commands
2865default to do input and output on the terminal @file{/dev/ttyb} and have
2866that as their controlling terminal.
2867
2868An explicit redirection in @code{run} overrides the @code{tty} command's
2869effect on the input/output device, but not its effect on the controlling
2870terminal.
2871
2872When you use the @code{tty} command or redirect input in the @code{run}
2873command, only the input @emph{for your program} is affected. The input
2874for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2875for @code{set inferior-tty}.
2876
2877@cindex inferior tty
2878@cindex set inferior controlling terminal
2879You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2880display the name of the terminal that will be used for future runs of your
2881program.
2882
2883@table @code
2884@item set inferior-tty [ @var{tty} ]
2885@kindex set inferior-tty
2886Set the tty for the program being debugged to @var{tty}. Omitting @var{tty}
2887restores the default behavior, which is to use the same terminal as
2888@value{GDBN}.
2889
2890@item show inferior-tty
2891@kindex show inferior-tty
2892Show the current tty for the program being debugged.
2893@end table
2894
2895@node Attach
2896@section Debugging an Already-running Process
2897@kindex attach
2898@cindex attach
2899
2900@table @code
2901@item attach @var{process-id}
2902This command attaches to a running process---one that was started
2903outside @value{GDBN}. (@code{info files} shows your active
2904targets.) The command takes as argument a process ID. The usual way to
2905find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2906or with the @samp{jobs -l} shell command.
2907
2908@code{attach} does not repeat if you press @key{RET} a second time after
2909executing the command.
2910@end table
2911
2912To use @code{attach}, your program must be running in an environment
2913which supports processes; for example, @code{attach} does not work for
2914programs on bare-board targets that lack an operating system. You must
2915also have permission to send the process a signal.
2916
2917When you use @code{attach}, the debugger finds the program running in
2918the process first by looking in the current working directory, then (if
2919the program is not found) by using the source file search path
2920(@pxref{Source Path, ,Specifying Source Directories}). You can also use
2921the @code{file} command to load the program. @xref{Files, ,Commands to
2922Specify Files}.
2923
2924The first thing @value{GDBN} does after arranging to debug the specified
2925process is to stop it. You can examine and modify an attached process
2926with all the @value{GDBN} commands that are ordinarily available when
2927you start processes with @code{run}. You can insert breakpoints; you
2928can step and continue; you can modify storage. If you would rather the
2929process continue running, you may use the @code{continue} command after
2930attaching @value{GDBN} to the process.
2931
2932@table @code
2933@kindex detach
2934@item detach
2935When you have finished debugging the attached process, you can use the
2936@code{detach} command to release it from @value{GDBN} control. Detaching
2937the process continues its execution. After the @code{detach} command,
2938that process and @value{GDBN} become completely independent once more, and you
2939are ready to @code{attach} another process or start one with @code{run}.
2940@code{detach} does not repeat if you press @key{RET} again after
2941executing the command.
2942@end table
2943
2944If you exit @value{GDBN} while you have an attached process, you detach
2945that process. If you use the @code{run} command, you kill that process.
2946By default, @value{GDBN} asks for confirmation if you try to do either of these
2947things; you can control whether or not you need to confirm by using the
2948@code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
2949Messages}).
2950
2951@node Kill Process
2952@section Killing the Child Process
2953
2954@table @code
2955@kindex kill
2956@item kill
2957Kill the child process in which your program is running under @value{GDBN}.
2958@end table
2959
2960This command is useful if you wish to debug a core dump instead of a
2961running process. @value{GDBN} ignores any core dump file while your program
2962is running.
2963
2964On some operating systems, a program cannot be executed outside @value{GDBN}
2965while you have breakpoints set on it inside @value{GDBN}. You can use the
2966@code{kill} command in this situation to permit running your program
2967outside the debugger.
2968
2969The @code{kill} command is also useful if you wish to recompile and
2970relink your program, since on many systems it is impossible to modify an
2971executable file while it is running in a process. In this case, when you
2972next type @code{run}, @value{GDBN} notices that the file has changed, and
2973reads the symbol table again (while trying to preserve your current
2974breakpoint settings).
2975
2976@node Inferiors and Programs
2977@section Debugging Multiple Inferiors and Programs
2978
2979@value{GDBN} lets you run and debug multiple programs in a single
2980session. In addition, @value{GDBN} on some systems may let you run
2981several programs simultaneously (otherwise you have to exit from one
2982before starting another). In the most general case, you can have
2983multiple threads of execution in each of multiple processes, launched
2984from multiple executables.
2985
2986@cindex inferior
2987@value{GDBN} represents the state of each program execution with an
2988object called an @dfn{inferior}. An inferior typically corresponds to
2989a process, but is more general and applies also to targets that do not
2990have processes. Inferiors may be created before a process runs, and
2991may be retained after a process exits. Inferiors have unique
2992identifiers that are different from process ids. Usually each
2993inferior will also have its own distinct address space, although some
2994embedded targets may have several inferiors running in different parts
2995of a single address space. Each inferior may in turn have multiple
2996threads running in it.
2997
2998To find out what inferiors exist at any moment, use @w{@code{info
2999inferiors}}:
3000
3001@table @code
3002@kindex info inferiors [ @var{id}@dots{} ]
3003@item info inferiors
3004Print a list of all inferiors currently being managed by @value{GDBN}.
3005By default all inferiors are printed, but the argument @var{id}@dots{}
3006-- a space separated list of inferior numbers -- can be used to limit
3007the display to just the requested inferiors.
3008
3009@value{GDBN} displays for each inferior (in this order):
3010
3011@enumerate
3012@item
3013the inferior number assigned by @value{GDBN}
3014
3015@item
3016the target system's inferior identifier
3017
3018@item
3019the name of the executable the inferior is running.
3020
3021@end enumerate
3022
3023@noindent
3024An asterisk @samp{*} preceding the @value{GDBN} inferior number
3025indicates the current inferior.
3026
3027For example,
3028@end table
3029@c end table here to get a little more width for example
3030
3031@smallexample
3032(@value{GDBP}) info inferiors
3033 Num Description Executable
3034 2 process 2307 hello
3035* 1 process 3401 goodbye
3036@end smallexample
3037
3038To switch focus between inferiors, use the @code{inferior} command:
3039
3040@table @code
3041@kindex inferior @var{infno}
3042@item inferior @var{infno}
3043Make inferior number @var{infno} the current inferior. The argument
3044@var{infno} is the inferior number assigned by @value{GDBN}, as shown
3045in the first field of the @samp{info inferiors} display.
3046@end table
3047
3048@vindex $_inferior@r{, convenience variable}
3049The debugger convenience variable @samp{$_inferior} contains the
3050number of the current inferior. You may find this useful in writing
3051breakpoint conditional expressions, command scripts, and so forth.
3052@xref{Convenience Vars,, Convenience Variables}, for general
3053information on convenience variables.
3054
3055You can get multiple executables into a debugging session via the
3056@code{add-inferior} and @w{@code{clone-inferior}} commands. On some
3057systems @value{GDBN} can add inferiors to the debug session
3058automatically by following calls to @code{fork} and @code{exec}. To
3059remove inferiors from the debugging session use the
3060@w{@code{remove-inferiors}} command.
3061
3062@table @code
3063@kindex add-inferior
3064@item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ]
3065Adds @var{n} inferiors to be run using @var{executable} as the
3066executable; @var{n} defaults to 1. If no executable is specified,
3067the inferiors begins empty, with no program. You can still assign or
3068change the program assigned to the inferior at any time by using the
3069@code{file} command with the executable name as its argument.
3070
3071@kindex clone-inferior
3072@item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
3073Adds @var{n} inferiors ready to execute the same program as inferior
3074@var{infno}; @var{n} defaults to 1, and @var{infno} defaults to the
3075number of the current inferior. This is a convenient command when you
3076want to run another instance of the inferior you are debugging.
3077
3078@smallexample
3079(@value{GDBP}) info inferiors
3080 Num Description Executable
3081* 1 process 29964 helloworld
3082(@value{GDBP}) clone-inferior
3083Added inferior 2.
30841 inferiors added.
3085(@value{GDBP}) info inferiors
3086 Num Description Executable
3087 2 <null> helloworld
3088* 1 process 29964 helloworld
3089@end smallexample
3090
3091You can now simply switch focus to inferior 2 and run it.
3092
3093@kindex remove-inferiors
3094@item remove-inferiors @var{infno}@dots{}
3095Removes the inferior or inferiors @var{infno}@dots{}. It is not
3096possible to remove an inferior that is running with this command. For
3097those, use the @code{kill} or @code{detach} command first.
3098
3099@end table
3100
3101To quit debugging one of the running inferiors that is not the current
3102inferior, you can either detach from it by using the @w{@code{detach
3103inferior}} command (allowing it to run independently), or kill it
3104using the @w{@code{kill inferiors}} command:
3105
3106@table @code
3107@kindex detach inferiors @var{infno}@dots{}
3108@item detach inferior @var{infno}@dots{}
3109Detach from the inferior or inferiors identified by @value{GDBN}
3110inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
3111still stays on the list of inferiors shown by @code{info inferiors},
3112but its Description will show @samp{<null>}.
3113
3114@kindex kill inferiors @var{infno}@dots{}
3115@item kill inferiors @var{infno}@dots{}
3116Kill the inferior or inferiors identified by @value{GDBN} inferior
3117number(s) @var{infno}@dots{}. Note that the inferior's entry still
3118stays on the list of inferiors shown by @code{info inferiors}, but its
3119Description will show @samp{<null>}.
3120@end table
3121
3122After the successful completion of a command such as @code{detach},
3123@code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
3124a normal process exit, the inferior is still valid and listed with
3125@code{info inferiors}, ready to be restarted.
3126
3127
3128To be notified when inferiors are started or exit under @value{GDBN}'s
3129control use @w{@code{set print inferior-events}}:
3130
3131@table @code
3132@kindex set print inferior-events
3133@cindex print messages on inferior start and exit
3134@item set print inferior-events
3135@itemx set print inferior-events on
3136@itemx set print inferior-events off
3137The @code{set print inferior-events} command allows you to enable or
3138disable printing of messages when @value{GDBN} notices that new
3139inferiors have started or that inferiors have exited or have been
3140detached. By default, these messages will not be printed.
3141
3142@kindex show print inferior-events
3143@item show print inferior-events
3144Show whether messages will be printed when @value{GDBN} detects that
3145inferiors have started, exited or have been detached.
3146@end table
3147
3148Many commands will work the same with multiple programs as with a
3149single program: e.g., @code{print myglobal} will simply display the
3150value of @code{myglobal} in the current inferior.
3151
3152
3153Occasionally, when debugging @value{GDBN} itself, it may be useful to
3154get more info about the relationship of inferiors, programs, address
3155spaces in a debug session. You can do that with the @w{@code{maint
3156info program-spaces}} command.
3157
3158@table @code
3159@kindex maint info program-spaces
3160@item maint info program-spaces
3161Print a list of all program spaces currently being managed by
3162@value{GDBN}.
3163
3164@value{GDBN} displays for each program space (in this order):
3165
3166@enumerate
3167@item
3168the program space number assigned by @value{GDBN}
3169
3170@item
3171the name of the executable loaded into the program space, with e.g.,
3172the @code{file} command.
3173
3174@end enumerate
3175
3176@noindent
3177An asterisk @samp{*} preceding the @value{GDBN} program space number
3178indicates the current program space.
3179
3180In addition, below each program space line, @value{GDBN} prints extra
3181information that isn't suitable to display in tabular form. For
3182example, the list of inferiors bound to the program space.
3183
3184@smallexample
3185(@value{GDBP}) maint info program-spaces
3186 Id Executable
3187* 1 hello
3188 2 goodbye
3189 Bound inferiors: ID 1 (process 21561)
3190@end smallexample
3191
3192Here we can see that no inferior is running the program @code{hello},
3193while @code{process 21561} is running the program @code{goodbye}. On
3194some targets, it is possible that multiple inferiors are bound to the
3195same program space. The most common example is that of debugging both
3196the parent and child processes of a @code{vfork} call. For example,
3197
3198@smallexample
3199(@value{GDBP}) maint info program-spaces
3200 Id Executable
3201* 1 vfork-test
3202 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
3203@end smallexample
3204
3205Here, both inferior 2 and inferior 1 are running in the same program
3206space as a result of inferior 1 having executed a @code{vfork} call.
3207@end table
3208
3209@node Threads
3210@section Debugging Programs with Multiple Threads
3211
3212@cindex threads of execution
3213@cindex multiple threads
3214@cindex switching threads
3215In some operating systems, such as GNU/Linux and Solaris, a single program
3216may have more than one @dfn{thread} of execution. The precise semantics
3217of threads differ from one operating system to another, but in general
3218the threads of a single program are akin to multiple processes---except
3219that they share one address space (that is, they can all examine and
3220modify the same variables). On the other hand, each thread has its own
3221registers and execution stack, and perhaps private memory.
3222
3223@value{GDBN} provides these facilities for debugging multi-thread
3224programs:
3225
3226@itemize @bullet
3227@item automatic notification of new threads
3228@item @samp{thread @var{thread-id}}, a command to switch among threads
3229@item @samp{info threads}, a command to inquire about existing threads
3230@item @samp{thread apply @r{[}@var{thread-id-list} @r{|} all@r{]} @var{args}},
3231a command to apply a command to a list of threads
3232@item thread-specific breakpoints
3233@item @samp{set print thread-events}, which controls printing of
3234messages on thread start and exit.
3235@item @samp{set libthread-db-search-path @var{path}}, which lets
3236the user specify which @code{libthread_db} to use if the default choice
3237isn't compatible with the program.
3238@end itemize
3239
3240@cindex focus of debugging
3241@cindex current thread
3242The @value{GDBN} thread debugging facility allows you to observe all
3243threads while your program runs---but whenever @value{GDBN} takes
3244control, one thread in particular is always the focus of debugging.
3245This thread is called the @dfn{current thread}. Debugging commands show
3246program information from the perspective of the current thread.
3247
3248@cindex @code{New} @var{systag} message
3249@cindex thread identifier (system)
3250@anchor{target system thread identifier}
3251@c FIXME-implementors!! It would be more helpful if the [New...] message
3252@c included GDB's numeric thread handle, so you could just go to that
3253@c thread without first checking `info threads'.
3254Whenever @value{GDBN} detects a new thread in your program, it displays
3255the target system's identification for the thread with a message in the
3256form @samp{[New @var{systag}]}, where @var{systag} is a thread identifier
3257whose form varies depending on the particular system. For example, on
3258@sc{gnu}/Linux, you might see
3259
3260@smallexample
3261[New Thread 0x41e02940 (LWP 25582)]
3262@end smallexample
3263
3264@noindent
3265when @value{GDBN} notices a new thread. In contrast, on other systems,
3266the @var{systag} is simply something like @samp{process 368}, with no
3267further qualifier.
3268
3269@c FIXME!! (1) Does the [New...] message appear even for the very first
3270@c thread of a program, or does it only appear for the
3271@c second---i.e.@: when it becomes obvious we have a multithread
3272@c program?
3273@c (2) *Is* there necessarily a first thread always? Or do some
3274@c multithread systems permit starting a program with multiple
3275@c threads ab initio?
3276
3277@anchor{thread numbers}
3278@cindex thread number, per inferior
3279@cindex thread identifier (GDB)
3280For debugging purposes, @value{GDBN} associates its own thread number
3281---always a single integer---with each thread of an inferior. This
3282number is unique between all threads of an inferior, but not unique
3283between threads of different inferiors.
3284
3285@cindex qualified thread ID
3286You can refer to a given thread in an inferior using the qualified
3287@var{inferior-num}.@var{thread-num} syntax, also known as
3288@dfn{qualified thread ID}, with @var{inferior-num} being the inferior
3289number and @var{thread-num} being the thread number of the given
3290inferior. For example, thread @code{2.3} refers to thread number 3 of
3291inferior 2. If you omit @var{inferior-num} (e.g., @code{thread 3}),
3292then @value{GDBN} infers you're referring to a thread of the current
3293inferior.
3294
3295Until you create a second inferior, @value{GDBN} does not show the
3296@var{inferior-num} part of thread IDs, even though you can always use
3297the full @var{inferior-num}.@var{thread-num} form to refer to threads
3298of inferior 1, the initial inferior.
3299
3300@anchor{thread ID list}
3301@cindex thread ID list
3302Some commands accept a space-separated @dfn{thread ID list} as
3303argument. A list element can be:
3304
3305@enumerate
3306@item
3307A thread ID as shown in the first field of the @samp{info threads}
3308display, with or without an inferior qualifier. E.g., @samp{2.1} or
3309@samp{1}.
3310
3311@item
3312A range of thread numbers, again with or without an inferior
3313qualifier, as in @var{inf}.@var{thr1}-@var{thr2} or
3314@var{thr1}-@var{thr2}. E.g., @samp{1.2-4} or @samp{2-4}.
3315
3316@item
3317All threads of an inferior, specified with a star wildcard, with or
3318without an inferior qualifier, as in @var{inf}.@code{*} (e.g.,
3319@samp{1.*}) or @code{*}. The former refers to all threads of the
3320given inferior, and the latter form without an inferior qualifier
3321refers to all threads of the current inferior.
3322
3323@end enumerate
3324
3325For example, if the current inferior is 1, and inferior 7 has one
3326thread with ID 7.1, the thread list @samp{1 2-3 4.5 6.7-9 7.*}
3327includes threads 1 to 3 of inferior 1, thread 5 of inferior 4, threads
33287 to 9 of inferior 6 and all threads of inferior 7. That is, in
3329expanded qualified form, the same as @samp{1.1 1.2 1.3 4.5 6.7 6.8 6.9
33307.1}.
3331
3332
3333@anchor{global thread number}
3334@cindex global thread number
3335@cindex global thread identifier (GDB)
3336In addition to a @emph{per-inferior} number, each thread is also
3337assigned a unique @emph{global} number, also known as @dfn{global
3338thread ID}, a single integer. Unlike the thread number component of
3339the thread ID, no two threads have the same global ID, even when
3340you're debugging multiple inferiors.
3341
3342From @value{GDBN}'s perspective, a process always has at least one
3343thread. In other words, @value{GDBN} assigns a thread number to the
3344program's ``main thread'' even if the program is not multi-threaded.
3345
3346@vindex $_thread@r{, convenience variable}
3347@vindex $_gthread@r{, convenience variable}
3348@vindex $_thread_systag@r{, convenience variable}
3349@vindex $_thread_name@r{, convenience variable}
3350The debugger convenience variables @samp{$_thread}, @samp{$_gthread},
3351@samp{$_thread_systag}, and @samp{$_thread_name} contain,
3352respectively, the per-inferior thread number, the global thread
3353number, the target system's thread identifier (@var{systag}) string,
3354and the thread name string of the current thread. You may find this
3355useful in writing breakpoint conditional expressions, command scripts,
3356and so forth. @xref{Convenience Vars,, Convenience Variables}, for
3357general information on convenience variables.
3358
3359If @value{GDBN} detects the program is multi-threaded, it augments the
3360usual message about stopping at a breakpoint with the ID and name of
3361the thread that hit the breakpoint.
3362
3363@smallexample
3364Thread 2 "client" hit Breakpoint 1, send_message () at client.c:68
3365@end smallexample
3366
3367Likewise when the program receives a signal:
3368
3369@smallexample
3370Thread 1 "main" received signal SIGINT, Interrupt.
3371@end smallexample
3372
3373@table @code
3374@kindex info threads
3375@item info threads @r{[}-gid@r{]} @r{[}@var{thread-id-list}@r{]}
3376
3377Display information about one or more threads. With no arguments
3378displays information about all threads. You can specify the list of
3379threads that you want to display using the thread ID list syntax
3380(@pxref{thread ID list}).
3381
3382@value{GDBN} displays for each thread (in this order):
3383
3384@enumerate
3385@item
3386the per-inferior thread number assigned by @value{GDBN}
3387
3388@item
3389the global thread number assigned by @value{GDBN}, if the
3390@w{@option{-gid}} option was specified
3391
3392@item
3393the target system's thread identifier (@var{systag})
3394
3395@item
3396the thread's name, if one is known. A thread can either be named by
3397the user (see @code{thread name}, below), or, in some cases, by the
3398program itself.
3399
3400@item
3401the current stack frame summary for that thread
3402@end enumerate
3403
3404@noindent
3405An asterisk @samp{*} to the left of the @value{GDBN} thread number
3406indicates the current thread.
3407
3408For example,
3409@end table
3410@c end table here to get a little more width for example
3411
3412@smallexample
3413(@value{GDBP}) info threads
3414 Id Target Id Frame
3415* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3416 2 process 35 thread 23 0x34e5 in sigpause ()
3417 3 process 35 thread 27 0x34e5 in sigpause ()
3418@end smallexample
3419
3420If you're debugging multiple inferiors, @value{GDBN} displays thread
3421IDs using the qualified @var{inferior-num}.@var{thread-num} format.
3422Otherwise, only @var{thread-num} is shown.
3423
3424If you specify the @w{@option{-gid}} option, @value{GDBN} displays a
3425column indicating each thread's global thread ID:
3426
3427@smallexample
3428(@value{GDBP}) info threads -gid
3429 Id GId Target Id Frame
3430 1.1 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3431 1.2 3 process 35 thread 23 0x34e5 in sigpause ()
3432 1.3 4 process 35 thread 27 0x34e5 in sigpause ()
3433* 2.1 2 process 65 thread 1 main (argc=1, argv=0x7ffffff8)
3434@end smallexample
3435
3436On Solaris, you can display more information about user threads with a
3437Solaris-specific command:
3438
3439@table @code
3440@item maint info sol-threads
3441@kindex maint info sol-threads
3442@cindex thread info (Solaris)
3443Display info on Solaris user threads.
3444@end table
3445
3446@table @code
3447@kindex thread @r{[}-gid@r{]} @var{thread-id}
3448@item thread @r{[}-gid@r{]} @var{thread-id}
3449Make thread ID @var{thread-id} the current thread. The command
3450argument @var{thread-id} is the @value{GDBN} thread ID: if the
3451@w{@option{-gid}} option is given it is a global thread identifier, as
3452shown in the second field of the @samp{info threads -gid} display;
3453otherwise it is a per process thread identifier, with or without an
3454inferior qualifier (e.g., @samp{2.1} or @samp{1}), as shown in the
3455first field of the @samp{info threads} display.
3456
3457@value{GDBN} responds by displaying the system identifier of the
3458thread you selected, and its current stack frame summary:
3459
3460@smallexample
3461(@value{GDBP}) thread 2
3462[Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
3463#0 some_function (ignore=0x0) at example.c:8
34648 printf ("hello\n");
3465@end smallexample
3466
3467@noindent
3468As with the @samp{[New @dots{}]} message, the form of the text after
3469@samp{Switching to} depends on your system's conventions for identifying
3470threads.
3471
3472@anchor{thread apply all}
3473@kindex thread apply
3474@cindex apply command to several threads
3475@item thread apply @r{[}@var{thread-id-list} @r{|} all @r{[}-ascending@r{]]} @r{[}@var{flag}@r{]@dots{}} @var{command}
3476The @code{thread apply} command allows you to apply the named
3477@var{command} to one or more threads. Specify the threads that you
3478want affected using the thread ID list syntax (@pxref{thread ID
3479list}), or specify @code{all} to apply to all threads. To apply a
3480command to all threads in descending order, type @kbd{thread apply all
3481@var{command}}. To apply a command to all threads in ascending order,
3482type @kbd{thread apply all -ascending @var{command}}.
3483
3484The @var{flag} arguments control what output to produce and how to handle
3485errors raised when applying @var{command} to a thread. @var{flag}
3486must start with a @code{-} directly followed by one letter in
3487@code{qcs}. If several flags are provided, they must be given
3488individually, such as @code{-c -q}.
3489
3490By default, @value{GDBN} displays some thread information before the
3491output produced by @var{command}, and an error raised during the
3492execution of a @var{command} will abort @code{thread apply}. The
3493following flags can be used to fine-tune this behavior:
3494
3495@table @code
3496@item -c
3497The flag @code{-c}, which stands for @samp{continue}, causes any
3498errors in @var{command} to be displayed, and the execution of
3499@code{thread apply} then continues.
3500@item -s
3501The flag @code{-s}, which stands for @samp{silent}, causes any errors
3502or empty output produced by a @var{command} to be silently ignored.
3503That is, the execution continues, but the thread information and errors
3504are not printed.
3505@item -q
3506The flag @code{-q} (@samp{quiet}) disables printing the thread
3507information.
3508@end table
3509
3510Flags @code{-c} and @code{-s} cannot be used together.
3511
3512@kindex taas
3513@cindex apply command to all threads (ignoring errors and empty output)
3514@item taas [@var{option}]@dots{} @var{command}
3515Shortcut for @code{thread apply all -s @r{[}@var{option}@r{]@dots{}} @var{command}}.
3516Applies @var{command} on all threads, ignoring errors and empty output.
3517
3518The @code{taas} command accepts the same options as the @code{thread
3519apply all} command. @xref{thread apply all}.
3520
3521@kindex tfaas
3522@cindex apply a command to all frames of all threads (ignoring errors and empty output)
3523@item tfaas [@var{option}]@dots{} @var{command}
3524Shortcut for @code{thread apply all -s -- frame apply all -s @r{[}@var{option}@r{]@dots{}} @var{command}}.
3525Applies @var{command} on all frames of all threads, ignoring errors
3526and empty output. Note that the flag @code{-s} is specified twice:
3527The first @code{-s} ensures that @code{thread apply} only shows the thread
3528information of the threads for which @code{frame apply} produces
3529some output. The second @code{-s} is needed to ensure that @code{frame
3530apply} shows the frame information of a frame only if the
3531@var{command} successfully produced some output.
3532
3533It can for example be used to print a local variable or a function
3534argument without knowing the thread or frame where this variable or argument
3535is, using:
3536@smallexample
3537(@value{GDBP}) tfaas p some_local_var_i_do_not_remember_where_it_is
3538@end smallexample
3539
3540The @code{tfaas} command accepts the same options as the @code{frame
3541apply} command. @xref{frame apply}.
3542
3543@kindex thread name
3544@cindex name a thread
3545@anchor{thread name}
3546@item thread name [@var{name}]
3547This command assigns a name to the current thread. If no argument is
3548given, any existing user-specified name is removed. The thread name
3549appears in the @samp{info threads} display.
3550
3551On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
3552determine the name of the thread as given by the OS. On these
3553systems, a name specified with @samp{thread name} will override the
3554system-give name, and removing the user-specified name will cause
3555@value{GDBN} to once again display the system-specified name.
3556
3557@kindex thread find
3558@cindex search for a thread
3559@anchor{thread find}
3560@item thread find [@var{regexp}]
3561Search for and display thread ids whose name or @var{systag}
3562matches the supplied regular expression. The syntax of the regular
3563expression is that specified by Python's regular expression support.
3564
3565As well as being the complement to the @samp{thread name} command,
3566this command also allows you to identify a thread by its target
3567@var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
3568is the LWP id.
3569
3570@smallexample
3571(@value{GDBP}) thread find 26688
3572Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
3573(@value{GDBP}) info thread 4
3574 Id Target Id Frame
3575 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
3576@end smallexample
3577
3578@kindex set print thread-events
3579@cindex print messages on thread start and exit
3580@item set print thread-events
3581@itemx set print thread-events on
3582@itemx set print thread-events off
3583The @code{set print thread-events} command allows you to enable or
3584disable printing of messages when @value{GDBN} notices that new threads have
3585started or that threads have exited. By default, these messages will
3586be printed if detection of these events is supported by the target.
3587Note that these messages cannot be disabled on all targets.
3588
3589@kindex show print thread-events
3590@item show print thread-events
3591Show whether messages will be printed when @value{GDBN} detects that threads
3592have started and exited.
3593@end table
3594
3595@xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
3596more information about how @value{GDBN} behaves when you stop and start
3597programs with multiple threads.
3598
3599@xref{Set Watchpoints,,Setting Watchpoints}, for information about
3600watchpoints in programs with multiple threads.
3601
3602@anchor{set libthread-db-search-path}
3603@table @code
3604@kindex set libthread-db-search-path
3605@cindex search path for @code{libthread_db}
3606@item set libthread-db-search-path @r{[}@var{path}@r{]}
3607If this variable is set, @var{path} is a colon-separated list of
3608directories @value{GDBN} will use to search for @code{libthread_db}.
3609If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
3610its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
3611Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
3612macro.
3613
3614On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
3615@code{libthread_db} library to obtain information about threads in the
3616inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
3617to find @code{libthread_db}. @value{GDBN} also consults first if inferior
3618specific thread debugging library loading is enabled
3619by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
3620
3621A special entry @samp{$sdir} for @samp{libthread-db-search-path}
3622refers to the default system directories that are
3623normally searched for loading shared libraries. The @samp{$sdir} entry
3624is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
3625(@pxref{libthread_db.so.1 file}).
3626
3627A special entry @samp{$pdir} for @samp{libthread-db-search-path}
3628refers to the directory from which @code{libpthread}
3629was loaded in the inferior process.
3630
3631For any @code{libthread_db} library @value{GDBN} finds in above directories,
3632@value{GDBN} attempts to initialize it with the current inferior process.
3633If this initialization fails (which could happen because of a version
3634mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
3635will unload @code{libthread_db}, and continue with the next directory.
3636If none of @code{libthread_db} libraries initialize successfully,
3637@value{GDBN} will issue a warning and thread debugging will be disabled.
3638
3639Setting @code{libthread-db-search-path} is currently implemented
3640only on some platforms.
3641
3642@kindex show libthread-db-search-path
3643@item show libthread-db-search-path
3644Display current libthread_db search path.
3645
3646@kindex set debug libthread-db
3647@kindex show debug libthread-db
3648@cindex debugging @code{libthread_db}
3649@item set debug libthread-db
3650@itemx show debug libthread-db
3651Turns on or off display of @code{libthread_db}-related events.
3652Use @code{1} to enable, @code{0} to disable.
3653@end table
3654
3655@xref{Heterogeneous Debugging} for additional information related to
3656threads in heterogeneous systems.
3657
3658@node Forks
3659@section Debugging Forks
3660
3661@cindex fork, debugging programs which call
3662@cindex multiple processes
3663@cindex processes, multiple
3664On most systems, @value{GDBN} has no special support for debugging
3665programs which create additional processes using the @code{fork}
3666function. When a program forks, @value{GDBN} will continue to debug the
3667parent process and the child process will run unimpeded. If you have
3668set a breakpoint in any code which the child then executes, the child
3669will get a @code{SIGTRAP} signal which (unless it catches the signal)
3670will cause it to terminate.
3671
3672However, if you want to debug the child process there is a workaround
3673which isn't too painful. Put a call to @code{sleep} in the code which
3674the child process executes after the fork. It may be useful to sleep
3675only if a certain environment variable is set, or a certain file exists,
3676so that the delay need not occur when you don't want to run @value{GDBN}
3677on the child. While the child is sleeping, use the @code{ps} program to
3678get its process ID. Then tell @value{GDBN} (a new invocation of
3679@value{GDBN} if you are also debugging the parent process) to attach to
3680the child process (@pxref{Attach}). From that point on you can debug
3681the child process just like any other process which you attached to.
3682
3683On some systems, @value{GDBN} provides support for debugging programs
3684that create additional processes using the @code{fork} or @code{vfork}
3685functions. On @sc{gnu}/Linux platforms, this feature is supported
3686with kernel version 2.5.46 and later.
3687
3688The fork debugging commands are supported in native mode and when
3689connected to @code{gdbserver} in either @code{target remote} mode or
3690@code{target extended-remote} mode.
3691
3692By default, when a program forks, @value{GDBN} will continue to debug
3693the parent process and the child process will run unimpeded.
3694
3695If you want to follow the child process instead of the parent process,
3696use the command @w{@code{set follow-fork-mode}}.
3697
3698@table @code
3699@kindex set follow-fork-mode
3700@item set follow-fork-mode @var{mode}
3701Set the debugger response to a program call of @code{fork} or
3702@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
3703process. The @var{mode} argument can be:
3704
3705@table @code
3706@item parent
3707The original process is debugged after a fork. The child process runs
3708unimpeded. This is the default.
3709
3710@item child
3711The new process is debugged after a fork. The parent process runs
3712unimpeded.
3713
3714@end table
3715
3716@kindex show follow-fork-mode
3717@item show follow-fork-mode
3718Display the current debugger response to a @code{fork} or @code{vfork} call.
3719@end table
3720
3721@cindex debugging multiple processes
3722On Linux, if you want to debug both the parent and child processes, use the
3723command @w{@code{set detach-on-fork}}.
3724
3725@table @code
3726@kindex set detach-on-fork
3727@item set detach-on-fork @var{mode}
3728Tells gdb whether to detach one of the processes after a fork, or
3729retain debugger control over them both.
3730
3731@table @code
3732@item on
3733The child process (or parent process, depending on the value of
3734@code{follow-fork-mode}) will be detached and allowed to run
3735independently. This is the default.
3736
3737@item off
3738Both processes will be held under the control of @value{GDBN}.
3739One process (child or parent, depending on the value of
3740@code{follow-fork-mode}) is debugged as usual, while the other
3741is held suspended.
3742
3743@end table
3744
3745@kindex show detach-on-fork
3746@item show detach-on-fork
3747Show whether detach-on-fork mode is on/off.
3748@end table
3749
3750If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
3751will retain control of all forked processes (including nested forks).
3752You can list the forked processes under the control of @value{GDBN} by
3753using the @w{@code{info inferiors}} command, and switch from one fork
3754to another by using the @code{inferior} command (@pxref{Inferiors and
3755Programs, ,Debugging Multiple Inferiors and Programs}).
3756
3757To quit debugging one of the forked processes, you can either detach
3758from it by using the @w{@code{detach inferiors}} command (allowing it
3759to run independently), or kill it using the @w{@code{kill inferiors}}
3760command. @xref{Inferiors and Programs, ,Debugging Multiple Inferiors
3761and Programs}.
3762
3763If you ask to debug a child process and a @code{vfork} is followed by an
3764@code{exec}, @value{GDBN} executes the new target up to the first
3765breakpoint in the new target. If you have a breakpoint set on
3766@code{main} in your original program, the breakpoint will also be set on
3767the child process's @code{main}.
3768
3769On some systems, when a child process is spawned by @code{vfork}, you
3770cannot debug the child or parent until an @code{exec} call completes.
3771
3772If you issue a @code{run} command to @value{GDBN} after an @code{exec}
3773call executes, the new target restarts. To restart the parent
3774process, use the @code{file} command with the parent executable name
3775as its argument. By default, after an @code{exec} call executes,
3776@value{GDBN} discards the symbols of the previous executable image.
3777You can change this behaviour with the @w{@code{set follow-exec-mode}}
3778command.
3779
3780@table @code
3781@kindex set follow-exec-mode
3782@item set follow-exec-mode @var{mode}
3783
3784Set debugger response to a program call of @code{exec}. An
3785@code{exec} call replaces the program image of a process.
3786
3787@code{follow-exec-mode} can be:
3788
3789@table @code
3790@item new
3791@value{GDBN} creates a new inferior and rebinds the process to this
3792new inferior. The program the process was running before the
3793@code{exec} call can be restarted afterwards by restarting the
3794original inferior.
3795
3796For example:
3797
3798@smallexample
3799(@value{GDBP}) info inferiors
3800(@value{GDBP}) info inferior
3801 Id Description Executable
3802* 1 <null> prog1
3803(@value{GDBP}) run
3804process 12020 is executing new program: prog2
3805Program exited normally.
3806(@value{GDBP}) info inferiors
3807 Id Description Executable
3808 1 <null> prog1
3809* 2 <null> prog2
3810@end smallexample
3811
3812@item same
3813@value{GDBN} keeps the process bound to the same inferior. The new
3814executable image replaces the previous executable loaded in the
3815inferior. Restarting the inferior after the @code{exec} call, with
3816e.g., the @code{run} command, restarts the executable the process was
3817running after the @code{exec} call. This is the default mode.
3818
3819For example:
3820
3821@smallexample
3822(@value{GDBP}) info inferiors
3823 Id Description Executable
3824* 1 <null> prog1
3825(@value{GDBP}) run
3826process 12020 is executing new program: prog2
3827Program exited normally.
3828(@value{GDBP}) info inferiors
3829 Id Description Executable
3830* 1 <null> prog2
3831@end smallexample
3832
3833@end table
3834@end table
3835
3836@code{follow-exec-mode} is supported in native mode and
3837@code{target extended-remote} mode.
3838
3839You can use the @code{catch} command to make @value{GDBN} stop whenever
3840a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
3841Catchpoints, ,Setting Catchpoints}.
3842
3843@node Checkpoint/Restart
3844@section Setting a @emph{Bookmark} to Return to Later
3845
3846@cindex checkpoint
3847@cindex restart
3848@cindex bookmark
3849@cindex snapshot of a process
3850@cindex rewind program state
3851
3852On certain operating systems@footnote{Currently, only
3853@sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
3854program's state, called a @dfn{checkpoint}, and come back to it
3855later.
3856
3857Returning to a checkpoint effectively undoes everything that has
3858happened in the program since the @code{checkpoint} was saved. This
3859includes changes in memory, registers, and even (within some limits)
3860system state. Effectively, it is like going back in time to the
3861moment when the checkpoint was saved.
3862
3863Thus, if you're stepping thru a program and you think you're
3864getting close to the point where things go wrong, you can save
3865a checkpoint. Then, if you accidentally go too far and miss
3866the critical statement, instead of having to restart your program
3867from the beginning, you can just go back to the checkpoint and
3868start again from there.
3869
3870This can be especially useful if it takes a lot of time or
3871steps to reach the point where you think the bug occurs.
3872
3873To use the @code{checkpoint}/@code{restart} method of debugging:
3874
3875@table @code
3876@kindex checkpoint
3877@item checkpoint
3878Save a snapshot of the debugged program's current execution state.
3879The @code{checkpoint} command takes no arguments, but each checkpoint
3880is assigned a small integer id, similar to a breakpoint id.
3881
3882@kindex info checkpoints
3883@item info checkpoints
3884List the checkpoints that have been saved in the current debugging
3885session. For each checkpoint, the following information will be
3886listed:
3887
3888@table @code
3889@item Checkpoint ID
3890@item Process ID
3891@item Code Address
3892@item Source line, or label
3893@end table
3894
3895@kindex restart @var{checkpoint-id}
3896@item restart @var{checkpoint-id}
3897Restore the program state that was saved as checkpoint number
3898@var{checkpoint-id}. All program variables, registers, stack frames
3899etc.@: will be returned to the values that they had when the checkpoint
3900was saved. In essence, gdb will ``wind back the clock'' to the point
3901in time when the checkpoint was saved.
3902
3903Note that breakpoints, @value{GDBN} variables, command history etc.
3904are not affected by restoring a checkpoint. In general, a checkpoint
3905only restores things that reside in the program being debugged, not in
3906the debugger.
3907
3908@kindex delete checkpoint @var{checkpoint-id}
3909@item delete checkpoint @var{checkpoint-id}
3910Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
3911
3912@end table
3913
3914Returning to a previously saved checkpoint will restore the user state
3915of the program being debugged, plus a significant subset of the system
3916(OS) state, including file pointers. It won't ``un-write'' data from
3917a file, but it will rewind the file pointer to the previous location,
3918so that the previously written data can be overwritten. For files
3919opened in read mode, the pointer will also be restored so that the
3920previously read data can be read again.
3921
3922Of course, characters that have been sent to a printer (or other
3923external device) cannot be ``snatched back'', and characters received
3924from eg.@: a serial device can be removed from internal program buffers,
3925but they cannot be ``pushed back'' into the serial pipeline, ready to
3926be received again. Similarly, the actual contents of files that have
3927been changed cannot be restored (at this time).
3928
3929However, within those constraints, you actually can ``rewind'' your
3930program to a previously saved point in time, and begin debugging it
3931again --- and you can change the course of events so as to debug a
3932different execution path this time.
3933
3934@cindex checkpoints and process id
3935Finally, there is one bit of internal program state that will be
3936different when you return to a checkpoint --- the program's process
3937id. Each checkpoint will have a unique process id (or @var{pid}),
3938and each will be different from the program's original @var{pid}.
3939If your program has saved a local copy of its process id, this could
3940potentially pose a problem.
3941
3942@subsection A Non-obvious Benefit of Using Checkpoints
3943
3944On some systems such as @sc{gnu}/Linux, address space randomization
3945is performed on new processes for security reasons. This makes it
3946difficult or impossible to set a breakpoint, or watchpoint, on an
3947absolute address if you have to restart the program, since the
3948absolute location of a symbol will change from one execution to the
3949next.
3950
3951A checkpoint, however, is an @emph{identical} copy of a process.
3952Therefore if you create a checkpoint at (eg.@:) the start of main,
3953and simply return to that checkpoint instead of restarting the
3954process, you can avoid the effects of address randomization and
3955your symbols will all stay in the same place.
3956
3957@node Stopping
3958@chapter Stopping and Continuing
3959
3960The principal purposes of using a debugger are so that you can stop your
3961program before it terminates; or so that, if your program runs into
3962trouble, you can investigate and find out why.
3963
3964Inside @value{GDBN}, your program may stop for any of several reasons,
3965such as a signal, a breakpoint, or reaching a new line after a
3966@value{GDBN} command such as @code{step}. You may then examine and
3967change variables, set new breakpoints or remove old ones, and then
3968continue execution. Usually, the messages shown by @value{GDBN} provide
3969ample explanation of the status of your program---but you can also
3970explicitly request this information at any time.
3971
3972@table @code
3973@kindex info program
3974@item info program
3975Display information about the status of your program: whether it is
3976running or not, what process it is, and why it stopped.
3977@end table
3978
3979@menu
3980* Breakpoints:: Breakpoints, watchpoints, and catchpoints
3981* Continuing and Stepping:: Resuming execution
3982* Skipping Over Functions and Files::
3983 Skipping over functions and files
3984* Signals:: Signals
3985* Thread Stops:: Stopping and starting multi-thread programs
3986@end menu
3987
3988@node Breakpoints
3989@section Breakpoints, Watchpoints, and Catchpoints
3990
3991@cindex breakpoints
3992A @dfn{breakpoint} makes your program stop whenever a certain point in
3993the program is reached. For each breakpoint, you can add conditions to
3994control in finer detail whether your program stops. You can set
3995breakpoints with the @code{break} command and its variants (@pxref{Set
3996Breaks, ,Setting Breakpoints}), to specify the place where your program
3997should stop by line number, function name or exact address in the
3998program.
3999
4000On some systems, you can set breakpoints in shared libraries before
4001the executable is run.
4002
4003@cindex watchpoints
4004@cindex data breakpoints
4005@cindex memory tracing
4006@cindex breakpoint on memory address
4007@cindex breakpoint on variable modification
4008A @dfn{watchpoint} is a special breakpoint that stops your program
4009when the value of an expression changes. The expression may be a value
4010of a variable, or it could involve values of one or more variables
4011combined by operators, such as @samp{a + b}. This is sometimes called
4012@dfn{data breakpoints}. You must use a different command to set
4013watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
4014from that, you can manage a watchpoint like any other breakpoint: you
4015enable, disable, and delete both breakpoints and watchpoints using the
4016same commands.
4017
4018You can arrange to have values from your program displayed automatically
4019whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
4020Automatic Display}.
4021
4022@cindex catchpoints
4023@cindex breakpoint on events
4024A @dfn{catchpoint} is another special breakpoint that stops your program
4025when a certain kind of event occurs, such as the throwing of a C@t{++}
4026exception or the loading of a library. As with watchpoints, you use a
4027different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
4028Catchpoints}), but aside from that, you can manage a catchpoint like any
4029other breakpoint. (To stop when your program receives a signal, use the
4030@code{handle} command; see @ref{Signals, ,Signals}.)
4031
4032@cindex breakpoint numbers
4033@cindex numbers for breakpoints
4034@value{GDBN} assigns a number to each breakpoint, watchpoint, or
4035catchpoint when you create it; these numbers are successive integers
4036starting with one. In many of the commands for controlling various
4037features of breakpoints you use the breakpoint number to say which
4038breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
4039@dfn{disabled}; if disabled, it has no effect on your program until you
4040enable it again.
4041
4042@cindex breakpoint ranges
4043@cindex breakpoint lists
4044@cindex ranges of breakpoints
4045@cindex lists of breakpoints
4046Some @value{GDBN} commands accept a space-separated list of breakpoints
4047on which to operate. A list element can be either a single breakpoint number,
4048like @samp{5}, or a range of such numbers, like @samp{5-7}.
4049When a breakpoint list is given to a command, all breakpoints in that list
4050are operated on.
4051
4052@menu
4053* Set Breaks:: Setting breakpoints
4054* Set Watchpoints:: Setting watchpoints
4055* Set Catchpoints:: Setting catchpoints
4056* Delete Breaks:: Deleting breakpoints
4057* Disabling:: Disabling breakpoints
4058* Conditions:: Break conditions
4059* Break Commands:: Breakpoint command lists
4060* Dynamic Printf:: Dynamic printf
4061* Save Breakpoints:: How to save breakpoints in a file
4062* Static Probe Points:: Listing static probe points
4063* Error in Breakpoints:: ``Cannot insert breakpoints''
4064* Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
4065@end menu
4066
4067@node Set Breaks
4068@subsection Setting Breakpoints
4069
4070@c FIXME LMB what does GDB do if no code on line of breakpt?
4071@c consider in particular declaration with/without initialization.
4072@c
4073@c FIXME 2 is there stuff on this already? break at fun start, already init?
4074
4075@kindex break
4076@kindex b @r{(@code{break})}
4077@vindex $bpnum@r{, convenience variable}
4078@cindex latest breakpoint
4079Breakpoints are set with the @code{break} command (abbreviated
4080@code{b}). The debugger convenience variable @samp{$bpnum} records the
4081number of the breakpoint you've set most recently; see @ref{Convenience
4082Vars,, Convenience Variables}, for a discussion of what you can do with
4083convenience variables.
4084
4085@table @code
4086@item break @var{location}
4087Set a breakpoint at the given @var{location}, which can specify a
4088function name, a line number, or an address of an instruction.
4089(@xref{Specify Location}, for a list of all the possible ways to
4090specify a @var{location}.) The breakpoint will stop your program just
4091before it executes any of the code in the specified @var{location}.
4092
4093When using source languages that permit overloading of symbols, such as
4094C@t{++}, a function name may refer to more than one possible place to break.
4095@xref{Ambiguous Expressions,,Ambiguous Expressions}, for a discussion of
4096that situation.
4097
4098It is also possible to insert a breakpoint that will stop the program
4099only if a specific thread (@pxref{Thread-Specific Breakpoints})
4100or a specific task (@pxref{Ada Tasks}) hits that breakpoint.
4101
4102@item break
4103When called without any arguments, @code{break} sets a breakpoint at
4104the next instruction to be executed in the selected stack frame
4105(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
4106innermost, this makes your program stop as soon as control
4107returns to that frame. This is similar to the effect of a
4108@code{finish} command in the frame inside the selected frame---except
4109that @code{finish} does not leave an active breakpoint. If you use
4110@code{break} without an argument in the innermost frame, @value{GDBN} stops
4111the next time it reaches the current location; this may be useful
4112inside loops.
4113
4114@value{GDBN} normally ignores breakpoints when it resumes execution, until at
4115least one instruction has been executed. If it did not do this, you
4116would be unable to proceed past a breakpoint without first disabling the
4117breakpoint. This rule applies whether or not the breakpoint already
4118existed when your program stopped.
4119
4120@item break @dots{} if @var{cond}
4121Set a breakpoint with condition @var{cond}; evaluate the expression
4122@var{cond} each time the breakpoint is reached, and stop only if the
4123value is nonzero---that is, if @var{cond} evaluates as true.
4124@samp{@dots{}} stands for one of the possible arguments described
4125above (or no argument) specifying where to break. @xref{Conditions,
4126,Break Conditions}, for more information on breakpoint conditions.
4127
4128@kindex tbreak
4129@item tbreak @var{args}
4130Set a breakpoint enabled only for one stop. The @var{args} are the
4131same as for the @code{break} command, and the breakpoint is set in the same
4132way, but the breakpoint is automatically deleted after the first time your
4133program stops there. @xref{Disabling, ,Disabling Breakpoints}.
4134
4135@kindex hbreak
4136@cindex hardware breakpoints
4137@item hbreak @var{args}
4138Set a hardware-assisted breakpoint. The @var{args} are the same as for the
4139@code{break} command and the breakpoint is set in the same way, but the
4140breakpoint requires hardware support and some target hardware may not
4141have this support. The main purpose of this is EPROM/ROM code
4142debugging, so you can set a breakpoint at an instruction without
4143changing the instruction. This can be used with the new trap-generation
4144provided by SPARClite DSU and most x86-based targets. These targets
4145will generate traps when a program accesses some data or instruction
4146address that is assigned to the debug registers. However the hardware
4147breakpoint registers can take a limited number of breakpoints. For
4148example, on the DSU, only two data breakpoints can be set at a time, and
4149@value{GDBN} will reject this command if more than two are used. Delete
4150or disable unused hardware breakpoints before setting new ones
4151(@pxref{Disabling, ,Disabling Breakpoints}).
4152@xref{Conditions, ,Break Conditions}.
4153For remote targets, you can restrict the number of hardware
4154breakpoints @value{GDBN} will use, see @ref{set remote
4155hardware-breakpoint-limit}.
4156
4157@kindex thbreak
4158@item thbreak @var{args}
4159Set a hardware-assisted breakpoint enabled only for one stop. The @var{args}
4160are the same as for the @code{hbreak} command and the breakpoint is set in
4161the same way. However, like the @code{tbreak} command,
4162the breakpoint is automatically deleted after the
4163first time your program stops there. Also, like the @code{hbreak}
4164command, the breakpoint requires hardware support and some target hardware
4165may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
4166See also @ref{Conditions, ,Break Conditions}.
4167
4168@kindex rbreak
4169@cindex regular expression
4170@cindex breakpoints at functions matching a regexp
4171@cindex set breakpoints in many functions
4172@item rbreak @var{regex}
4173Set breakpoints on all functions matching the regular expression
4174@var{regex}. This command sets an unconditional breakpoint on all
4175matches, printing a list of all breakpoints it set. Once these
4176breakpoints are set, they are treated just like the breakpoints set with
4177the @code{break} command. You can delete them, disable them, or make
4178them conditional the same way as any other breakpoint.
4179
4180In programs using different languages, @value{GDBN} chooses the syntax
4181to print the list of all breakpoints it sets according to the
4182@samp{set language} value: using @samp{set language auto}
4183(see @ref{Automatically, ,Set Language Automatically}) means to use the
4184language of the breakpoint's function, other values mean to use
4185the manually specified language (see @ref{Manually, ,Set Language Manually}).
4186
4187The syntax of the regular expression is the standard one used with tools
4188like @file{grep}. Note that this is different from the syntax used by
4189shells, so for instance @code{foo*} matches all functions that include
4190an @code{fo} followed by zero or more @code{o}s. There is an implicit
4191@code{.*} leading and trailing the regular expression you supply, so to
4192match only functions that begin with @code{foo}, use @code{^foo}.
4193
4194@cindex non-member C@t{++} functions, set breakpoint in
4195When debugging C@t{++} programs, @code{rbreak} is useful for setting
4196breakpoints on overloaded functions that are not members of any special
4197classes.
4198
4199@cindex set breakpoints on all functions
4200The @code{rbreak} command can be used to set breakpoints in
4201@strong{all} the functions in a program, like this:
4202
4203@smallexample
4204(@value{GDBP}) rbreak .
4205@end smallexample
4206
4207@item rbreak @var{file}:@var{regex}
4208If @code{rbreak} is called with a filename qualification, it limits
4209the search for functions matching the given regular expression to the
4210specified @var{file}. This can be used, for example, to set breakpoints on
4211every function in a given file:
4212
4213@smallexample
4214(@value{GDBP}) rbreak file.c:.
4215@end smallexample
4216
4217The colon separating the filename qualifier from the regex may
4218optionally be surrounded by spaces.
4219
4220@kindex info breakpoints
4221@cindex @code{$_} and @code{info breakpoints}
4222@item info breakpoints @r{[}@var{list}@dots{}@r{]}
4223@itemx info break @r{[}@var{list}@dots{}@r{]}
4224Print a table of all breakpoints, watchpoints, and catchpoints set and
4225not deleted. Optional argument @var{n} means print information only
4226about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
4227For each breakpoint, following columns are printed:
4228
4229@table @emph
4230@item Breakpoint Numbers
4231@item Type
4232Breakpoint, watchpoint, or catchpoint.
4233@item Disposition
4234Whether the breakpoint is marked to be disabled or deleted when hit.
4235@item Enabled or Disabled
4236Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
4237that are not enabled.
4238@item Address
4239Where the breakpoint is in your program, as a memory address. For a
4240pending breakpoint whose address is not yet known, this field will
4241contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
4242library that has the symbol or line referred by breakpoint is loaded.
4243See below for details. A breakpoint with several locations will
4244have @samp{<MULTIPLE>} in this field---see below for details.
4245@item What
4246Where the breakpoint is in the source for your program, as a file and
4247line number. For a pending breakpoint, the original string passed to
4248the breakpoint command will be listed as it cannot be resolved until
4249the appropriate shared library is loaded in the future.
4250@end table
4251
4252@noindent
4253If a breakpoint is conditional, there are two evaluation modes: ``host'' and
4254``target''. If mode is ``host'', breakpoint condition evaluation is done by
4255@value{GDBN} on the host's side. If it is ``target'', then the condition
4256is evaluated by the target. The @code{info break} command shows
4257the condition on the line following the affected breakpoint, together with
4258its condition evaluation mode in between parentheses.
4259
4260Breakpoint commands, if any, are listed after that. A pending breakpoint is
4261allowed to have a condition specified for it. The condition is not parsed for
4262validity until a shared library is loaded that allows the pending
4263breakpoint to resolve to a valid location.
4264
4265@noindent
4266@code{info break} with a breakpoint
4267number @var{n} as argument lists only that breakpoint. The
4268convenience variable @code{$_} and the default examining-address for
4269the @code{x} command are set to the address of the last breakpoint
4270listed (@pxref{Memory, ,Examining Memory}).
4271
4272@noindent
4273@code{info break} displays a count of the number of times the breakpoint
4274has been hit. This is especially useful in conjunction with the
4275@code{ignore} command. You can ignore a large number of breakpoint
4276hits, look at the breakpoint info to see how many times the breakpoint
4277was hit, and then run again, ignoring one less than that number. This
4278will get you quickly to the last hit of that breakpoint.
4279
4280@noindent
4281For a breakpoints with an enable count (xref) greater than 1,
4282@code{info break} also displays that count.
4283
4284@end table
4285
4286@value{GDBN} allows you to set any number of breakpoints at the same place in
4287your program. There is nothing silly or meaningless about this. When
4288the breakpoints are conditional, this is even useful
4289(@pxref{Conditions, ,Break Conditions}).
4290
4291@cindex multiple locations, breakpoints
4292@cindex breakpoints, multiple locations
4293It is possible that a breakpoint corresponds to several locations
4294in your program. Examples of this situation are:
4295
4296@itemize @bullet
4297@item
4298Multiple functions in the program may have the same name.
4299
4300@item
4301For a C@t{++} constructor, the @value{NGCC} compiler generates several
4302instances of the function body, used in different cases.
4303
4304@item
4305For a C@t{++} template function, a given line in the function can
4306correspond to any number of instantiations.
4307
4308@item
4309For an inlined function, a given source line can correspond to
4310several places where that function is inlined.
4311@end itemize
4312
4313In all those cases, @value{GDBN} will insert a breakpoint at all
4314the relevant locations.
4315
4316A breakpoint with multiple locations is displayed in the breakpoint
4317table using several rows---one header row, followed by one row for
4318each breakpoint location. The header row has @samp{<MULTIPLE>} in the
4319address column. The rows for individual locations contain the actual
4320addresses for locations, and show the functions to which those
4321locations belong. The number column for a location is of the form
4322@var{breakpoint-number}.@var{location-number}.
4323
4324For example:
4325
4326@smallexample
4327Num Type Disp Enb Address What
43281 breakpoint keep y <MULTIPLE>
4329 stop only if i==1
4330 breakpoint already hit 1 time
43311.1 y 0x080486a2 in void foo<int>() at t.cc:8
43321.2 y 0x080486ca in void foo<double>() at t.cc:8
4333@end smallexample
4334
4335You cannot delete the individual locations from a breakpoint. However,
4336each location can be individually enabled or disabled by passing
4337@var{breakpoint-number}.@var{location-number} as argument to the
4338@code{enable} and @code{disable} commands. It's also possible to
4339@code{enable} and @code{disable} a range of @var{location-number}
4340locations using a @var{breakpoint-number} and two @var{location-number}s,
4341in increasing order, separated by a hyphen, like
4342@kbd{@var{breakpoint-number}.@var{location-number1}-@var{location-number2}},
4343in which case @value{GDBN} acts on all the locations in the range (inclusive).
4344Disabling or enabling the parent breakpoint (@pxref{Disabling}) affects
4345all of the locations that belong to that breakpoint.
4346
4347@cindex pending breakpoints
4348It's quite common to have a breakpoint inside a shared library.
4349Shared libraries can be loaded and unloaded explicitly,
4350and possibly repeatedly, as the program is executed. To support
4351this use case, @value{GDBN} updates breakpoint locations whenever
4352any shared library is loaded or unloaded. Typically, you would
4353set a breakpoint in a shared library at the beginning of your
4354debugging session, when the library is not loaded, and when the
4355symbols from the library are not available. When you try to set
4356breakpoint, @value{GDBN} will ask you if you want to set
4357a so called @dfn{pending breakpoint}---breakpoint whose address
4358is not yet resolved.
4359
4360After the program is run, whenever a new shared library is loaded,
4361@value{GDBN} reevaluates all the breakpoints. When a newly loaded
4362shared library contains the symbol or line referred to by some
4363pending breakpoint, that breakpoint is resolved and becomes an
4364ordinary breakpoint. When a library is unloaded, all breakpoints
4365that refer to its symbols or source lines become pending again.
4366
4367This logic works for breakpoints with multiple locations, too. For
4368example, if you have a breakpoint in a C@t{++} template function, and
4369a newly loaded shared library has an instantiation of that template,
4370a new location is added to the list of locations for the breakpoint.
4371
4372Except for having unresolved address, pending breakpoints do not
4373differ from regular breakpoints. You can set conditions or commands,
4374enable and disable them and perform other breakpoint operations.
4375
4376@value{GDBN} provides some additional commands for controlling what
4377happens when the @samp{break} command cannot resolve breakpoint
4378address specification to an address:
4379
4380@kindex set breakpoint pending
4381@kindex show breakpoint pending
4382@table @code
4383@item set breakpoint pending auto
4384This is the default behavior. When @value{GDBN} cannot find the breakpoint
4385location, it queries you whether a pending breakpoint should be created.
4386
4387@item set breakpoint pending on
4388This indicates that an unrecognized breakpoint location should automatically
4389result in a pending breakpoint being created.
4390
4391@item set breakpoint pending off
4392This indicates that pending breakpoints are not to be created. Any
4393unrecognized breakpoint location results in an error. This setting does
4394not affect any pending breakpoints previously created.
4395
4396@item show breakpoint pending
4397Show the current behavior setting for creating pending breakpoints.
4398@end table
4399
4400The settings above only affect the @code{break} command and its
4401variants. Once breakpoint is set, it will be automatically updated
4402as shared libraries are loaded and unloaded.
4403
4404@cindex automatic hardware breakpoints
4405For some targets, @value{GDBN} can automatically decide if hardware or
4406software breakpoints should be used, depending on whether the
4407breakpoint address is read-only or read-write. This applies to
4408breakpoints set with the @code{break} command as well as to internal
4409breakpoints set by commands like @code{next} and @code{finish}. For
4410breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
4411breakpoints.
4412
4413You can control this automatic behaviour with the following commands:
4414
4415@kindex set breakpoint auto-hw
4416@kindex show breakpoint auto-hw
4417@table @code
4418@item set breakpoint auto-hw on
4419This is the default behavior. When @value{GDBN} sets a breakpoint, it
4420will try to use the target memory map to decide if software or hardware
4421breakpoint must be used.
4422
4423@item set breakpoint auto-hw off
4424This indicates @value{GDBN} should not automatically select breakpoint
4425type. If the target provides a memory map, @value{GDBN} will warn when
4426trying to set software breakpoint at a read-only address.
4427@end table
4428
4429@value{GDBN} normally implements breakpoints by replacing the program code
4430at the breakpoint address with a special instruction, which, when
4431executed, given control to the debugger. By default, the program
4432code is so modified only when the program is resumed. As soon as
4433the program stops, @value{GDBN} restores the original instructions. This
4434behaviour guards against leaving breakpoints inserted in the
4435target should gdb abrubptly disconnect. However, with slow remote
4436targets, inserting and removing breakpoint can reduce the performance.
4437This behavior can be controlled with the following commands::
4438
4439@kindex set breakpoint always-inserted
4440@kindex show breakpoint always-inserted
4441@table @code
4442@item set breakpoint always-inserted off
4443All breakpoints, including newly added by the user, are inserted in
4444the target only when the target is resumed. All breakpoints are
4445removed from the target when it stops. This is the default mode.
4446
4447@item set breakpoint always-inserted on
4448Causes all breakpoints to be inserted in the target at all times. If
4449the user adds a new breakpoint, or changes an existing breakpoint, the
4450breakpoints in the target are updated immediately. A breakpoint is
4451removed from the target only when breakpoint itself is deleted.
4452@end table
4453
4454@value{GDBN} handles conditional breakpoints by evaluating these conditions
4455when a breakpoint breaks. If the condition is true, then the process being
4456debugged stops, otherwise the process is resumed.
4457
4458If the target supports evaluating conditions on its end, @value{GDBN} may
4459download the breakpoint, together with its conditions, to it.
4460
4461This feature can be controlled via the following commands:
4462
4463@kindex set breakpoint condition-evaluation
4464@kindex show breakpoint condition-evaluation
4465@table @code
4466@item set breakpoint condition-evaluation host
4467This option commands @value{GDBN} to evaluate the breakpoint
4468conditions on the host's side. Unconditional breakpoints are sent to
4469the target which in turn receives the triggers and reports them back to GDB
4470for condition evaluation. This is the standard evaluation mode.
4471
4472@item set breakpoint condition-evaluation target
4473This option commands @value{GDBN} to download breakpoint conditions
4474to the target at the moment of their insertion. The target
4475is responsible for evaluating the conditional expression and reporting
4476breakpoint stop events back to @value{GDBN} whenever the condition
4477is true. Due to limitations of target-side evaluation, some conditions
4478cannot be evaluated there, e.g., conditions that depend on local data
4479that is only known to the host. Examples include
4480conditional expressions involving convenience variables, complex types
4481that cannot be handled by the agent expression parser and expressions
4482that are too long to be sent over to the target, specially when the
4483target is a remote system. In these cases, the conditions will be
4484evaluated by @value{GDBN}.
4485
4486@item set breakpoint condition-evaluation auto
4487This is the default mode. If the target supports evaluating breakpoint
4488conditions on its end, @value{GDBN} will download breakpoint conditions to
4489the target (limitations mentioned previously apply). If the target does
4490not support breakpoint condition evaluation, then @value{GDBN} will fallback
4491to evaluating all these conditions on the host's side.
4492@end table
4493
4494
4495@cindex negative breakpoint numbers
4496@cindex internal @value{GDBN} breakpoints
4497@value{GDBN} itself sometimes sets breakpoints in your program for
4498special purposes, such as proper handling of @code{longjmp} (in C
4499programs). These internal breakpoints are assigned negative numbers,
4500starting with @code{-1}; @samp{info breakpoints} does not display them.
4501You can see these breakpoints with the @value{GDBN} maintenance command
4502@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
4503
4504
4505@node Set Watchpoints
4506@subsection Setting Watchpoints
4507
4508@cindex setting watchpoints
4509You can use a watchpoint to stop execution whenever the value of an
4510expression changes, without having to predict a particular place where
4511this may happen. (This is sometimes called a @dfn{data breakpoint}.)
4512The expression may be as simple as the value of a single variable, or
4513as complex as many variables combined by operators. Examples include:
4514
4515@itemize @bullet
4516@item
4517A reference to the value of a single variable.
4518
4519@item
4520An address cast to an appropriate data type. For example,
4521@samp{*(int *)0x12345678} will watch a 4-byte region at the specified
4522address (assuming an @code{int} occupies 4 bytes).
4523
4524@item
4525An arbitrarily complex expression, such as @samp{a*b + c/d}. The
4526expression can use any operators valid in the program's native
4527language (@pxref{Languages}).
4528@end itemize
4529
4530You can set a watchpoint on an expression even if the expression can
4531not be evaluated yet. For instance, you can set a watchpoint on
4532@samp{*global_ptr} before @samp{global_ptr} is initialized.
4533@value{GDBN} will stop when your program sets @samp{global_ptr} and
4534the expression produces a valid value. If the expression becomes
4535valid in some other way than changing a variable (e.g.@: if the memory
4536pointed to by @samp{*global_ptr} becomes readable as the result of a
4537@code{malloc} call), @value{GDBN} may not stop until the next time
4538the expression changes.
4539
4540@cindex software watchpoints
4541@cindex hardware watchpoints
4542Depending on your system, watchpoints may be implemented in software or
4543hardware. @value{GDBN} does software watchpointing by single-stepping your
4544program and testing the variable's value each time, which is hundreds of
4545times slower than normal execution. (But this may still be worth it, to
4546catch errors where you have no clue what part of your program is the
4547culprit.)
4548
4549On some systems, such as most PowerPC or x86-based targets,
4550@value{GDBN} includes support for hardware watchpoints, which do not
4551slow down the running of your program.
4552
4553@table @code
4554@kindex watch
4555@item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4556Set a watchpoint for an expression. @value{GDBN} will break when the
4557expression @var{expr} is written into by the program and its value
4558changes. The simplest (and the most popular) use of this command is
4559to watch the value of a single variable:
4560
4561@smallexample
4562(@value{GDBP}) watch foo
4563@end smallexample
4564
4565If the command includes a @code{@r{[}thread @var{thread-id}@r{]}}
4566argument, @value{GDBN} breaks only when the thread identified by
4567@var{thread-id} changes the value of @var{expr}. If any other threads
4568change the value of @var{expr}, @value{GDBN} will not break. Note
4569that watchpoints restricted to a single thread in this way only work
4570with Hardware Watchpoints.
4571
4572Ordinarily a watchpoint respects the scope of variables in @var{expr}
4573(see below). The @code{-location} argument tells @value{GDBN} to
4574instead watch the memory referred to by @var{expr}. In this case,
4575@value{GDBN} will evaluate @var{expr}, take the address of the result,
4576and watch the memory at that address. The type of the result is used
4577to determine the size of the watched memory. If the expression's
4578result does not have an address, then @value{GDBN} will print an
4579error.
4580
4581The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
4582of masked watchpoints, if the current architecture supports this
4583feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
4584Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
4585to an address to watch. The mask specifies that some bits of an address
4586(the bits which are reset in the mask) should be ignored when matching
4587the address accessed by the inferior against the watchpoint address.
4588Thus, a masked watchpoint watches many addresses simultaneously---those
4589addresses whose unmasked bits are identical to the unmasked bits in the
4590watchpoint address. The @code{mask} argument implies @code{-location}.
4591Examples:
4592
4593@smallexample
4594(@value{GDBP}) watch foo mask 0xffff00ff
4595(@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
4596@end smallexample
4597
4598@kindex rwatch
4599@item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4600Set a watchpoint that will break when the value of @var{expr} is read
4601by the program.
4602
4603@kindex awatch
4604@item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
4605Set a watchpoint that will break when @var{expr} is either read from
4606or written into by the program.
4607
4608@kindex info watchpoints @r{[}@var{list}@dots{}@r{]}
4609@item info watchpoints @r{[}@var{list}@dots{}@r{]}
4610This command prints a list of watchpoints, using the same format as
4611@code{info break} (@pxref{Set Breaks}).
4612@end table
4613
4614If you watch for a change in a numerically entered address you need to
4615dereference it, as the address itself is just a constant number which will
4616never change. @value{GDBN} refuses to create a watchpoint that watches
4617a never-changing value:
4618
4619@smallexample
4620(@value{GDBP}) watch 0x600850
4621Cannot watch constant value 0x600850.
4622(@value{GDBP}) watch *(int *) 0x600850
4623Watchpoint 1: *(int *) 6293584
4624@end smallexample
4625
4626@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
4627watchpoints execute very quickly, and the debugger reports a change in
4628value at the exact instruction where the change occurs. If @value{GDBN}
4629cannot set a hardware watchpoint, it sets a software watchpoint, which
4630executes more slowly and reports the change in value at the next
4631@emph{statement}, not the instruction, after the change occurs.
4632
4633@cindex use only software watchpoints
4634You can force @value{GDBN} to use only software watchpoints with the
4635@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
4636zero, @value{GDBN} will never try to use hardware watchpoints, even if
4637the underlying system supports them. (Note that hardware-assisted
4638watchpoints that were set @emph{before} setting
4639@code{can-use-hw-watchpoints} to zero will still use the hardware
4640mechanism of watching expression values.)
4641
4642@table @code
4643@item set can-use-hw-watchpoints
4644@kindex set can-use-hw-watchpoints
4645Set whether or not to use hardware watchpoints.
4646
4647@item show can-use-hw-watchpoints
4648@kindex show can-use-hw-watchpoints
4649Show the current mode of using hardware watchpoints.
4650@end table
4651
4652For remote targets, you can restrict the number of hardware
4653watchpoints @value{GDBN} will use, see @ref{set remote
4654hardware-breakpoint-limit}.
4655
4656When you issue the @code{watch} command, @value{GDBN} reports
4657
4658@smallexample
4659Hardware watchpoint @var{num}: @var{expr}
4660@end smallexample
4661
4662@noindent
4663if it was able to set a hardware watchpoint.
4664
4665Currently, the @code{awatch} and @code{rwatch} commands can only set
4666hardware watchpoints, because accesses to data that don't change the
4667value of the watched expression cannot be detected without examining
4668every instruction as it is being executed, and @value{GDBN} does not do
4669that currently. If @value{GDBN} finds that it is unable to set a
4670hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
4671will print a message like this:
4672
4673@smallexample
4674Expression cannot be implemented with read/access watchpoint.
4675@end smallexample
4676
4677Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
4678data type of the watched expression is wider than what a hardware
4679watchpoint on the target machine can handle. For example, some systems
4680can only watch regions that are up to 4 bytes wide; on such systems you
4681cannot set hardware watchpoints for an expression that yields a
4682double-precision floating-point number (which is typically 8 bytes
4683wide). As a work-around, it might be possible to break the large region
4684into a series of smaller ones and watch them with separate watchpoints.
4685
4686If you set too many hardware watchpoints, @value{GDBN} might be unable
4687to insert all of them when you resume the execution of your program.
4688Since the precise number of active watchpoints is unknown until such
4689time as the program is about to be resumed, @value{GDBN} might not be
4690able to warn you about this when you set the watchpoints, and the
4691warning will be printed only when the program is resumed:
4692
4693@smallexample
4694Hardware watchpoint @var{num}: Could not insert watchpoint
4695@end smallexample
4696
4697@noindent
4698If this happens, delete or disable some of the watchpoints.
4699
4700Watching complex expressions that reference many variables can also
4701exhaust the resources available for hardware-assisted watchpoints.
4702That's because @value{GDBN} needs to watch every variable in the
4703expression with separately allocated resources.
4704
4705If you call a function interactively using @code{print} or @code{call},
4706any watchpoints you have set will be inactive until @value{GDBN} reaches another
4707kind of breakpoint or the call completes.
4708
4709@value{GDBN} automatically deletes watchpoints that watch local
4710(automatic) variables, or expressions that involve such variables, when
4711they go out of scope, that is, when the execution leaves the block in
4712which these variables were defined. In particular, when the program
4713being debugged terminates, @emph{all} local variables go out of scope,
4714and so only watchpoints that watch global variables remain set. If you
4715rerun the program, you will need to set all such watchpoints again. One
4716way of doing that would be to set a code breakpoint at the entry to the
4717@code{main} function and when it breaks, set all the watchpoints.
4718
4719@cindex watchpoints and threads
4720@cindex threads and watchpoints
4721In multi-threaded programs, watchpoints will detect changes to the
4722watched expression from every thread.
4723
4724@quotation
4725@emph{Warning:} In multi-threaded programs, software watchpoints
4726have only limited usefulness. If @value{GDBN} creates a software
4727watchpoint, it can only watch the value of an expression @emph{in a
4728single thread}. If you are confident that the expression can only
4729change due to the current thread's activity (and if you are also
4730confident that no other thread can become current), then you can use
4731software watchpoints as usual. However, @value{GDBN} may not notice
4732when a non-current thread's activity changes the expression. (Hardware
4733watchpoints, in contrast, watch an expression in all threads.)
4734@end quotation
4735
4736@xref{set remote hardware-watchpoint-limit}.
4737
4738@node Set Catchpoints
4739@subsection Setting Catchpoints
4740@cindex catchpoints, setting
4741@cindex exception handlers
4742@cindex event handling
4743
4744You can use @dfn{catchpoints} to cause the debugger to stop for certain
4745kinds of program events, such as C@t{++} exceptions or the loading of a
4746shared library. Use the @code{catch} command to set a catchpoint.
4747
4748@table @code
4749@kindex catch
4750@item catch @var{event}
4751Stop when @var{event} occurs. The @var{event} can be any of the following:
4752
4753@table @code
4754@item throw @r{[}@var{regexp}@r{]}
4755@itemx rethrow @r{[}@var{regexp}@r{]}
4756@itemx catch @r{[}@var{regexp}@r{]}
4757@kindex catch throw
4758@kindex catch rethrow
4759@kindex catch catch
4760@cindex stop on C@t{++} exceptions
4761The throwing, re-throwing, or catching of a C@t{++} exception.
4762
4763If @var{regexp} is given, then only exceptions whose type matches the
4764regular expression will be caught.
4765
4766@vindex $_exception@r{, convenience variable}
4767The convenience variable @code{$_exception} is available at an
4768exception-related catchpoint, on some systems. This holds the
4769exception being thrown.
4770
4771There are currently some limitations to C@t{++} exception handling in
4772@value{GDBN}:
4773
4774@itemize @bullet
4775@item
4776The support for these commands is system-dependent. Currently, only
4777systems using the @samp{gnu-v3} C@t{++} ABI (@pxref{ABI}) are
4778supported.
4779
4780@item
4781The regular expression feature and the @code{$_exception} convenience
4782variable rely on the presence of some SDT probes in @code{libstdc++}.
4783If these probes are not present, then these features cannot be used.
4784These probes were first available in the GCC 4.8 release, but whether
4785or not they are available in your GCC also depends on how it was
4786built.
4787
4788@item
4789The @code{$_exception} convenience variable is only valid at the
4790instruction at which an exception-related catchpoint is set.
4791
4792@item
4793When an exception-related catchpoint is hit, @value{GDBN} stops at a
4794location in the system library which implements runtime exception
4795support for C@t{++}, usually @code{libstdc++}. You can use @code{up}
4796(@pxref{Selection}) to get to your code.
4797
4798@item
4799If you call a function interactively, @value{GDBN} normally returns
4800control to you when the function has finished executing. If the call
4801raises an exception, however, the call may bypass the mechanism that
4802returns control to you and cause your program either to abort or to
4803simply continue running until it hits a breakpoint, catches a signal
4804that @value{GDBN} is listening for, or exits. This is the case even if
4805you set a catchpoint for the exception; catchpoints on exceptions are
4806disabled within interactive calls. @xref{Calling}, for information on
4807controlling this with @code{set unwind-on-terminating-exception}.
4808
4809@item
4810You cannot raise an exception interactively.
4811
4812@item
4813You cannot install an exception handler interactively.
4814@end itemize
4815
4816@item exception @r{[}@var{name}@r{]}
4817@kindex catch exception
4818@cindex Ada exception catching
4819@cindex catch Ada exceptions
4820An Ada exception being raised. If an exception name is specified
4821at the end of the command (eg @code{catch exception Program_Error}),
4822the debugger will stop only when this specific exception is raised.
4823Otherwise, the debugger stops execution when any Ada exception is raised.
4824
4825When inserting an exception catchpoint on a user-defined exception whose
4826name is identical to one of the exceptions defined by the language, the
4827fully qualified name must be used as the exception name. Otherwise,
4828@value{GDBN} will assume that it should stop on the pre-defined exception
4829rather than the user-defined one. For instance, assuming an exception
4830called @code{Constraint_Error} is defined in package @code{Pck}, then
4831the command to use to catch such exceptions is @kbd{catch exception
4832Pck.Constraint_Error}.
4833
4834@vindex $_ada_exception@r{, convenience variable}
4835The convenience variable @code{$_ada_exception} holds the address of
4836the exception being thrown. This can be useful when setting a
4837condition for such a catchpoint.
4838
4839@item exception unhandled
4840@kindex catch exception unhandled
4841An exception that was raised but is not handled by the program. The
4842convenience variable @code{$_ada_exception} is set as for @code{catch
4843exception}.
4844
4845@item handlers @r{[}@var{name}@r{]}
4846@kindex catch handlers
4847@cindex Ada exception handlers catching
4848@cindex catch Ada exceptions when handled
4849An Ada exception being handled. If an exception name is
4850specified at the end of the command
4851 (eg @kbd{catch handlers Program_Error}), the debugger will stop
4852only when this specific exception is handled.
4853Otherwise, the debugger stops execution when any Ada exception is handled.
4854
4855When inserting a handlers catchpoint on a user-defined
4856exception whose name is identical to one of the exceptions
4857defined by the language, the fully qualified name must be used
4858as the exception name. Otherwise, @value{GDBN} will assume that it
4859should stop on the pre-defined exception rather than the
4860user-defined one. For instance, assuming an exception called
4861 @code{Constraint_Error} is defined in package @code{Pck}, then the
4862command to use to catch such exceptions handling is
4863@kbd{catch handlers Pck.Constraint_Error}.
4864
4865The convenience variable @code{$_ada_exception} is set as for
4866@code{catch exception}.
4867
4868@item assert
4869@kindex catch assert
4870A failed Ada assertion. Note that the convenience variable
4871@code{$_ada_exception} is @emph{not} set by this catchpoint.
4872
4873@item exec
4874@kindex catch exec
4875@cindex break on fork/exec
4876A call to @code{exec}.
4877
4878@anchor{catch syscall}
4879@item syscall
4880@itemx syscall @r{[}@var{name} @r{|} @var{number} @r{|} @r{group:}@var{groupname} @r{|} @r{g:}@var{groupname}@r{]} @dots{}
4881@kindex catch syscall
4882@cindex break on a system call.
4883A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
4884syscall is a mechanism for application programs to request a service
4885from the operating system (OS) or one of the OS system services.
4886@value{GDBN} can catch some or all of the syscalls issued by the
4887debuggee, and show the related information for each syscall. If no
4888argument is specified, calls to and returns from all system calls
4889will be caught.
4890
4891@var{name} can be any system call name that is valid for the
4892underlying OS. Just what syscalls are valid depends on the OS. On
4893GNU and Unix systems, you can find the full list of valid syscall
4894names on @file{/usr/include/asm/unistd.h}.
4895
4896@c For MS-Windows, the syscall names and the corresponding numbers
4897@c can be found, e.g., on this URL:
4898@c http://www.metasploit.com/users/opcode/syscalls.html
4899@c but we don't support Windows syscalls yet.
4900
4901Normally, @value{GDBN} knows in advance which syscalls are valid for
4902each OS, so you can use the @value{GDBN} command-line completion
4903facilities (@pxref{Completion,, command completion}) to list the
4904available choices.
4905
4906You may also specify the system call numerically. A syscall's
4907number is the value passed to the OS's syscall dispatcher to
4908identify the requested service. When you specify the syscall by its
4909name, @value{GDBN} uses its database of syscalls to convert the name
4910into the corresponding numeric code, but using the number directly
4911may be useful if @value{GDBN}'s database does not have the complete
4912list of syscalls on your system (e.g., because @value{GDBN} lags
4913behind the OS upgrades).
4914
4915You may specify a group of related syscalls to be caught at once using
4916the @code{group:} syntax (@code{g:} is a shorter equivalent). For
4917instance, on some platforms @value{GDBN} allows you to catch all
4918network related syscalls, by passing the argument @code{group:network}
4919to @code{catch syscall}. Note that not all syscall groups are
4920available in every system. You can use the command completion
4921facilities (@pxref{Completion,, command completion}) to list the
4922syscall groups available on your environment.
4923
4924The example below illustrates how this command works if you don't provide
4925arguments to it:
4926
4927@smallexample
4928(@value{GDBP}) catch syscall
4929Catchpoint 1 (syscall)
4930(@value{GDBP}) r
4931Starting program: /tmp/catch-syscall
4932
4933Catchpoint 1 (call to syscall 'close'), \
4934 0xffffe424 in __kernel_vsyscall ()
4935(@value{GDBP}) c
4936Continuing.
4937
4938Catchpoint 1 (returned from syscall 'close'), \
4939 0xffffe424 in __kernel_vsyscall ()
4940(@value{GDBP})
4941@end smallexample
4942
4943Here is an example of catching a system call by name:
4944
4945@smallexample
4946(@value{GDBP}) catch syscall chroot
4947Catchpoint 1 (syscall 'chroot' [61])
4948(@value{GDBP}) r
4949Starting program: /tmp/catch-syscall
4950
4951Catchpoint 1 (call to syscall 'chroot'), \
4952 0xffffe424 in __kernel_vsyscall ()
4953(@value{GDBP}) c
4954Continuing.
4955
4956Catchpoint 1 (returned from syscall 'chroot'), \
4957 0xffffe424 in __kernel_vsyscall ()
4958(@value{GDBP})
4959@end smallexample
4960
4961An example of specifying a system call numerically. In the case
4962below, the syscall number has a corresponding entry in the XML
4963file, so @value{GDBN} finds its name and prints it:
4964
4965@smallexample
4966(@value{GDBP}) catch syscall 252
4967Catchpoint 1 (syscall(s) 'exit_group')
4968(@value{GDBP}) r
4969Starting program: /tmp/catch-syscall
4970
4971Catchpoint 1 (call to syscall 'exit_group'), \
4972 0xffffe424 in __kernel_vsyscall ()
4973(@value{GDBP}) c
4974Continuing.
4975
4976Program exited normally.
4977(@value{GDBP})
4978@end smallexample
4979
4980Here is an example of catching a syscall group:
4981
4982@smallexample
4983(@value{GDBP}) catch syscall group:process
4984Catchpoint 1 (syscalls 'exit' [1] 'fork' [2] 'waitpid' [7]
4985'execve' [11] 'wait4' [114] 'clone' [120] 'vfork' [190]
4986'exit_group' [252] 'waitid' [284] 'unshare' [310])
4987(@value{GDBP}) r
4988Starting program: /tmp/catch-syscall
4989
4990Catchpoint 1 (call to syscall fork), 0x00007ffff7df4e27 in open64 ()
4991 from /lib64/ld-linux-x86-64.so.2
4992
4993(@value{GDBP}) c
4994Continuing.
4995@end smallexample
4996
4997However, there can be situations when there is no corresponding name
4998in XML file for that syscall number. In this case, @value{GDBN} prints
4999a warning message saying that it was not able to find the syscall name,
5000but the catchpoint will be set anyway. See the example below:
5001
5002@smallexample
5003(@value{GDBP}) catch syscall 764
5004warning: The number '764' does not represent a known syscall.
5005Catchpoint 2 (syscall 764)
5006(@value{GDBP})
5007@end smallexample
5008
5009If you configure @value{GDBN} using the @samp{--without-expat} option,
5010it will not be able to display syscall names. Also, if your
5011architecture does not have an XML file describing its system calls,
5012you will not be able to see the syscall names. It is important to
5013notice that these two features are used for accessing the syscall
5014name database. In either case, you will see a warning like this:
5015
5016@smallexample
5017(@value{GDBP}) catch syscall
5018warning: Could not open "syscalls/i386-linux.xml"
5019warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
5020GDB will not be able to display syscall names.
5021Catchpoint 1 (syscall)
5022(@value{GDBP})
5023@end smallexample
5024
5025Of course, the file name will change depending on your architecture and system.
5026
5027Still using the example above, you can also try to catch a syscall by its
5028number. In this case, you would see something like:
5029
5030@smallexample
5031(@value{GDBP}) catch syscall 252
5032Catchpoint 1 (syscall(s) 252)
5033@end smallexample
5034
5035Again, in this case @value{GDBN} would not be able to display syscall's names.
5036
5037@item fork
5038@kindex catch fork
5039A call to @code{fork}.
5040
5041@item vfork
5042@kindex catch vfork
5043A call to @code{vfork}.
5044
5045@item load @r{[}@var{regexp}@r{]}
5046@itemx unload @r{[}@var{regexp}@r{]}
5047@kindex catch load
5048@kindex catch unload
5049The loading or unloading of a shared library. If @var{regexp} is
5050given, then the catchpoint will stop only if the regular expression
5051matches one of the affected libraries.
5052
5053@item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
5054@kindex catch signal
5055The delivery of a signal.
5056
5057With no arguments, this catchpoint will catch any signal that is not
5058used internally by @value{GDBN}, specifically, all signals except
5059@samp{SIGTRAP} and @samp{SIGINT}.
5060
5061With the argument @samp{all}, all signals, including those used by
5062@value{GDBN}, will be caught. This argument cannot be used with other
5063signal names.
5064
5065Otherwise, the arguments are a list of signal names as given to
5066@code{handle} (@pxref{Signals}). Only signals specified in this list
5067will be caught.
5068
5069One reason that @code{catch signal} can be more useful than
5070@code{handle} is that you can attach commands and conditions to the
5071catchpoint.
5072
5073When a signal is caught by a catchpoint, the signal's @code{stop} and
5074@code{print} settings, as specified by @code{handle}, are ignored.
5075However, whether the signal is still delivered to the inferior depends
5076on the @code{pass} setting; this can be changed in the catchpoint's
5077commands.
5078
5079@end table
5080
5081@item tcatch @var{event}
5082@kindex tcatch
5083Set a catchpoint that is enabled only for one stop. The catchpoint is
5084automatically deleted after the first time the event is caught.
5085
5086@end table
5087
5088Use the @code{info break} command to list the current catchpoints.
5089
5090
5091@node Delete Breaks
5092@subsection Deleting Breakpoints
5093
5094@cindex clearing breakpoints, watchpoints, catchpoints
5095@cindex deleting breakpoints, watchpoints, catchpoints
5096It is often necessary to eliminate a breakpoint, watchpoint, or
5097catchpoint once it has done its job and you no longer want your program
5098to stop there. This is called @dfn{deleting} the breakpoint. A
5099breakpoint that has been deleted no longer exists; it is forgotten.
5100
5101With the @code{clear} command you can delete breakpoints according to
5102where they are in your program. With the @code{delete} command you can
5103delete individual breakpoints, watchpoints, or catchpoints by specifying
5104their breakpoint numbers.
5105
5106It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
5107automatically ignores breakpoints on the first instruction to be executed
5108when you continue execution without changing the execution address.
5109
5110@table @code
5111@kindex clear
5112@item clear
5113Delete any breakpoints at the next instruction to be executed in the
5114selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
5115the innermost frame is selected, this is a good way to delete a
5116breakpoint where your program just stopped.
5117
5118@item clear @var{location}
5119Delete any breakpoints set at the specified @var{location}.
5120@xref{Specify Location}, for the various forms of @var{location}; the
5121most useful ones are listed below:
5122
5123@table @code
5124@item clear @var{function}
5125@itemx clear @var{filename}:@var{function}
5126Delete any breakpoints set at entry to the named @var{function}.
5127
5128@item clear @var{linenum}
5129@itemx clear @var{filename}:@var{linenum}
5130Delete any breakpoints set at or within the code of the specified
5131@var{linenum} of the specified @var{filename}.
5132@end table
5133
5134@cindex delete breakpoints
5135@kindex delete
5136@kindex d @r{(@code{delete})}
5137@item delete @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5138Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
5139list specified as argument. If no argument is specified, delete all
5140breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
5141confirm off}). You can abbreviate this command as @code{d}.
5142@end table
5143
5144@node Disabling
5145@subsection Disabling Breakpoints
5146
5147@cindex enable/disable a breakpoint
5148Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
5149prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
5150it had been deleted, but remembers the information on the breakpoint so
5151that you can @dfn{enable} it again later.
5152
5153You disable and enable breakpoints, watchpoints, and catchpoints with
5154the @code{enable} and @code{disable} commands, optionally specifying
5155one or more breakpoint numbers as arguments. Use @code{info break} to
5156print a list of all breakpoints, watchpoints, and catchpoints if you
5157do not know which numbers to use.
5158
5159Disabling and enabling a breakpoint that has multiple locations
5160affects all of its locations.
5161
5162A breakpoint, watchpoint, or catchpoint can have any of several
5163different states of enablement:
5164
5165@itemize @bullet
5166@item
5167Enabled. The breakpoint stops your program. A breakpoint set
5168with the @code{break} command starts out in this state.
5169@item
5170Disabled. The breakpoint has no effect on your program.
5171@item
5172Enabled once. The breakpoint stops your program, but then becomes
5173disabled.
5174@item
5175Enabled for a count. The breakpoint stops your program for the next
5176N times, then becomes disabled.
5177@item
5178Enabled for deletion. The breakpoint stops your program, but
5179immediately after it does so it is deleted permanently. A breakpoint
5180set with the @code{tbreak} command starts out in this state.
5181@end itemize
5182
5183You can use the following commands to enable or disable breakpoints,
5184watchpoints, and catchpoints:
5185
5186@table @code
5187@kindex disable
5188@kindex dis @r{(@code{disable})}
5189@item disable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5190Disable the specified breakpoints---or all breakpoints, if none are
5191listed. A disabled breakpoint has no effect but is not forgotten. All
5192options such as ignore-counts, conditions and commands are remembered in
5193case the breakpoint is enabled again later. You may abbreviate
5194@code{disable} as @code{dis}.
5195
5196@kindex enable
5197@item enable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5198Enable the specified breakpoints (or all defined breakpoints). They
5199become effective once again in stopping your program.
5200
5201@item enable @r{[}breakpoints@r{]} once @var{list}@dots{}
5202Enable the specified breakpoints temporarily. @value{GDBN} disables any
5203of these breakpoints immediately after stopping your program.
5204
5205@item enable @r{[}breakpoints@r{]} count @var{count} @var{list}@dots{}
5206Enable the specified breakpoints temporarily. @value{GDBN} records
5207@var{count} with each of the specified breakpoints, and decrements a
5208breakpoint's count when it is hit. When any count reaches 0,
5209@value{GDBN} disables that breakpoint. If a breakpoint has an ignore
5210count (@pxref{Conditions, ,Break Conditions}), that will be
5211decremented to 0 before @var{count} is affected.
5212
5213@item enable @r{[}breakpoints@r{]} delete @var{list}@dots{}
5214Enable the specified breakpoints to work once, then die. @value{GDBN}
5215deletes any of these breakpoints as soon as your program stops there.
5216Breakpoints set by the @code{tbreak} command start out in this state.
5217@end table
5218
5219@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
5220@c confusing: tbreak is also initially enabled.
5221Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
5222,Setting Breakpoints}), breakpoints that you set are initially enabled;
5223subsequently, they become disabled or enabled only when you use one of
5224the commands above. (The command @code{until} can set and delete a
5225breakpoint of its own, but it does not change the state of your other
5226breakpoints; see @ref{Continuing and Stepping, ,Continuing and
5227Stepping}.)
5228
5229@node Conditions
5230@subsection Break Conditions
5231@cindex conditional breakpoints
5232@cindex breakpoint conditions
5233
5234@c FIXME what is scope of break condition expr? Context where wanted?
5235@c in particular for a watchpoint?
5236The simplest sort of breakpoint breaks every time your program reaches a
5237specified place. You can also specify a @dfn{condition} for a
5238breakpoint. A condition is just a Boolean expression in your
5239programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
5240a condition evaluates the expression each time your program reaches it,
5241and your program stops only if the condition is @emph{true}.
5242
5243This is the converse of using assertions for program validation; in that
5244situation, you want to stop when the assertion is violated---that is,
5245when the condition is false. In C, if you want to test an assertion expressed
5246by the condition @var{assert}, you should set the condition
5247@samp{! @var{assert}} on the appropriate breakpoint.
5248
5249Conditions are also accepted for watchpoints; you may not need them,
5250since a watchpoint is inspecting the value of an expression anyhow---but
5251it might be simpler, say, to just set a watchpoint on a variable name,
5252and specify a condition that tests whether the new value is an interesting
5253one.
5254
5255Break conditions can have side effects, and may even call functions in
5256your program. This can be useful, for example, to activate functions
5257that log program progress, or to use your own print functions to
5258format special data structures. The effects are completely predictable
5259unless there is another enabled breakpoint at the same address. (In
5260that case, @value{GDBN} might see the other breakpoint first and stop your
5261program without checking the condition of this one.) Note that
5262breakpoint commands are usually more convenient and flexible than break
5263conditions for the
5264purpose of performing side effects when a breakpoint is reached
5265(@pxref{Break Commands, ,Breakpoint Command Lists}).
5266
5267Breakpoint conditions can also be evaluated on the target's side if
5268the target supports it. Instead of evaluating the conditions locally,
5269@value{GDBN} encodes the expression into an agent expression
5270(@pxref{Agent Expressions}) suitable for execution on the target,
5271independently of @value{GDBN}. Global variables become raw memory
5272locations, locals become stack accesses, and so forth.
5273
5274In this case, @value{GDBN} will only be notified of a breakpoint trigger
5275when its condition evaluates to true. This mechanism may provide faster
5276response times depending on the performance characteristics of the target
5277since it does not need to keep @value{GDBN} informed about
5278every breakpoint trigger, even those with false conditions.
5279
5280Break conditions can be specified when a breakpoint is set, by using
5281@samp{if} in the arguments to the @code{break} command. @xref{Set
5282Breaks, ,Setting Breakpoints}. They can also be changed at any time
5283with the @code{condition} command.
5284
5285You can also use the @code{if} keyword with the @code{watch} command.
5286The @code{catch} command does not recognize the @code{if} keyword;
5287@code{condition} is the only way to impose a further condition on a
5288catchpoint.
5289
5290@table @code
5291@kindex condition
5292@item condition @var{bnum} @var{expression}
5293Specify @var{expression} as the break condition for breakpoint,
5294watchpoint, or catchpoint number @var{bnum}. After you set a condition,
5295breakpoint @var{bnum} stops your program only if the value of
5296@var{expression} is true (nonzero, in C). When you use
5297@code{condition}, @value{GDBN} checks @var{expression} immediately for
5298syntactic correctness, and to determine whether symbols in it have
5299referents in the context of your breakpoint. If @var{expression} uses
5300symbols not referenced in the context of the breakpoint, @value{GDBN}
5301prints an error message:
5302
5303@smallexample
5304No symbol "foo" in current context.
5305@end smallexample
5306
5307@noindent
5308@value{GDBN} does
5309not actually evaluate @var{expression} at the time the @code{condition}
5310command (or a command that sets a breakpoint with a condition, like
5311@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
5312
5313@item condition @var{bnum}
5314Remove the condition from breakpoint number @var{bnum}. It becomes
5315an ordinary unconditional breakpoint.
5316@end table
5317
5318@cindex ignore count (of breakpoint)
5319A special case of a breakpoint condition is to stop only when the
5320breakpoint has been reached a certain number of times. This is so
5321useful that there is a special way to do it, using the @dfn{ignore
5322count} of the breakpoint. Every breakpoint has an ignore count, which
5323is an integer. Most of the time, the ignore count is zero, and
5324therefore has no effect. But if your program reaches a breakpoint whose
5325ignore count is positive, then instead of stopping, it just decrements
5326the ignore count by one and continues. As a result, if the ignore count
5327value is @var{n}, the breakpoint does not stop the next @var{n} times
5328your program reaches it.
5329
5330@table @code
5331@kindex ignore
5332@item ignore @var{bnum} @var{count}
5333Set the ignore count of breakpoint number @var{bnum} to @var{count}.
5334The next @var{count} times the breakpoint is reached, your program's
5335execution does not stop; other than to decrement the ignore count, @value{GDBN}
5336takes no action.
5337
5338To make the breakpoint stop the next time it is reached, specify
5339a count of zero.
5340
5341When you use @code{continue} to resume execution of your program from a
5342breakpoint, you can specify an ignore count directly as an argument to
5343@code{continue}, rather than using @code{ignore}. @xref{Continuing and
5344Stepping,,Continuing and Stepping}.
5345
5346If a breakpoint has a positive ignore count and a condition, the
5347condition is not checked. Once the ignore count reaches zero,
5348@value{GDBN} resumes checking the condition.
5349
5350You could achieve the effect of the ignore count with a condition such
5351as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
5352is decremented each time. @xref{Convenience Vars, ,Convenience
5353Variables}.
5354@end table
5355
5356Ignore counts apply to breakpoints, watchpoints, and catchpoints.
5357
5358
5359@node Break Commands
5360@subsection Breakpoint Command Lists
5361
5362@cindex breakpoint commands
5363You can give any breakpoint (or watchpoint or catchpoint) a series of
5364commands to execute when your program stops due to that breakpoint. For
5365example, you might want to print the values of certain expressions, or
5366enable other breakpoints.
5367
5368@table @code
5369@kindex commands
5370@kindex end@r{ (breakpoint commands)}
5371@item commands @r{[}@var{list}@dots{}@r{]}
5372@itemx @dots{} @var{command-list} @dots{}
5373@itemx end
5374Specify a list of commands for the given breakpoints. The commands
5375themselves appear on the following lines. Type a line containing just
5376@code{end} to terminate the commands.
5377
5378To remove all commands from a breakpoint, type @code{commands} and
5379follow it immediately with @code{end}; that is, give no commands.
5380
5381With no argument, @code{commands} refers to the last breakpoint,
5382watchpoint, or catchpoint set (not to the breakpoint most recently
5383encountered). If the most recent breakpoints were set with a single
5384command, then the @code{commands} will apply to all the breakpoints
5385set by that command. This applies to breakpoints set by
5386@code{rbreak}, and also applies when a single @code{break} command
5387creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
5388Expressions}).
5389@end table
5390
5391Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
5392disabled within a @var{command-list}.
5393
5394You can use breakpoint commands to start your program up again. Simply
5395use the @code{continue} command, or @code{step}, or any other command
5396that resumes execution.
5397
5398Any other commands in the command list, after a command that resumes
5399execution, are ignored. This is because any time you resume execution
5400(even with a simple @code{next} or @code{step}), you may encounter
5401another breakpoint---which could have its own command list, leading to
5402ambiguities about which list to execute.
5403
5404@kindex silent
5405If the first command you specify in a command list is @code{silent}, the
5406usual message about stopping at a breakpoint is not printed. This may
5407be desirable for breakpoints that are to print a specific message and
5408then continue. If none of the remaining commands print anything, you
5409see no sign that the breakpoint was reached. @code{silent} is
5410meaningful only at the beginning of a breakpoint command list.
5411
5412The commands @code{echo}, @code{output}, and @code{printf} allow you to
5413print precisely controlled output, and are often useful in silent
5414breakpoints. @xref{Output, ,Commands for Controlled Output}.
5415
5416For example, here is how you could use breakpoint commands to print the
5417value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
5418
5419@smallexample
5420break foo if x>0
5421commands
5422silent
5423printf "x is %d\n",x
5424cont
5425end
5426@end smallexample
5427
5428One application for breakpoint commands is to compensate for one bug so
5429you can test for another. Put a breakpoint just after the erroneous line
5430of code, give it a condition to detect the case in which something
5431erroneous has been done, and give it commands to assign correct values
5432to any variables that need them. End with the @code{continue} command
5433so that your program does not stop, and start with the @code{silent}
5434command so that no output is produced. Here is an example:
5435
5436@smallexample
5437break 403
5438commands
5439silent
5440set x = y + 4
5441cont
5442end
5443@end smallexample
5444
5445@node Dynamic Printf
5446@subsection Dynamic Printf
5447
5448@cindex dynamic printf
5449@cindex dprintf
5450The dynamic printf command @code{dprintf} combines a breakpoint with
5451formatted printing of your program's data to give you the effect of
5452inserting @code{printf} calls into your program on-the-fly, without
5453having to recompile it.
5454
5455In its most basic form, the output goes to the GDB console. However,
5456you can set the variable @code{dprintf-style} for alternate handling.
5457For instance, you can ask to format the output by calling your
5458program's @code{printf} function. This has the advantage that the
5459characters go to the program's output device, so they can recorded in
5460redirects to files and so forth.
5461
5462If you are doing remote debugging with a stub or agent, you can also
5463ask to have the printf handled by the remote agent. In addition to
5464ensuring that the output goes to the remote program's device along
5465with any other output the program might produce, you can also ask that
5466the dprintf remain active even after disconnecting from the remote
5467target. Using the stub/agent is also more efficient, as it can do
5468everything without needing to communicate with @value{GDBN}.
5469
5470@table @code
5471@kindex dprintf
5472@item dprintf @var{location},@var{template},@var{expression}[,@var{expression}@dots{}]
5473Whenever execution reaches @var{location}, print the values of one or
5474more @var{expressions} under the control of the string @var{template}.
5475To print several values, separate them with commas.
5476
5477@item set dprintf-style @var{style}
5478Set the dprintf output to be handled in one of several different
5479styles enumerated below. A change of style affects all existing
5480dynamic printfs immediately. (If you need individual control over the
5481print commands, simply define normal breakpoints with
5482explicitly-supplied command lists.)
5483
5484@table @code
5485@item gdb
5486@kindex dprintf-style gdb
5487Handle the output using the @value{GDBN} @code{printf} command.
5488
5489@item call
5490@kindex dprintf-style call
5491Handle the output by calling a function in your program (normally
5492@code{printf}).
5493
5494@item agent
5495@kindex dprintf-style agent
5496Have the remote debugging agent (such as @code{gdbserver}) handle
5497the output itself. This style is only available for agents that
5498support running commands on the target.
5499@end table
5500
5501@item set dprintf-function @var{function}
5502Set the function to call if the dprintf style is @code{call}. By
5503default its value is @code{printf}. You may set it to any expression.
5504that @value{GDBN} can evaluate to a function, as per the @code{call}
5505command.
5506
5507@item set dprintf-channel @var{channel}
5508Set a ``channel'' for dprintf. If set to a non-empty value,
5509@value{GDBN} will evaluate it as an expression and pass the result as
5510a first argument to the @code{dprintf-function}, in the manner of
5511@code{fprintf} and similar functions. Otherwise, the dprintf format
5512string will be the first argument, in the manner of @code{printf}.
5513
5514As an example, if you wanted @code{dprintf} output to go to a logfile
5515that is a standard I/O stream assigned to the variable @code{mylog},
5516you could do the following:
5517
5518@example
5519(@value{GDBP}) set dprintf-style call
5520(@value{GDBP}) set dprintf-function fprintf
5521(@value{GDBP}) set dprintf-channel mylog
5522(@value{GDBP}) dprintf 25,"at line 25, glob=%d\n",glob
5523Dprintf 1 at 0x123456: file main.c, line 25.
5524(@value{GDBP}) info break
55251 dprintf keep y 0x00123456 in main at main.c:25
5526 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
5527 continue
5528(@value{GDBP})
5529@end example
5530
5531Note that the @code{info break} displays the dynamic printf commands
5532as normal breakpoint commands; you can thus easily see the effect of
5533the variable settings.
5534
5535@item set disconnected-dprintf on
5536@itemx set disconnected-dprintf off
5537@kindex set disconnected-dprintf
5538Choose whether @code{dprintf} commands should continue to run if
5539@value{GDBN} has disconnected from the target. This only applies
5540if the @code{dprintf-style} is @code{agent}.
5541
5542@item show disconnected-dprintf off
5543@kindex show disconnected-dprintf
5544Show the current choice for disconnected @code{dprintf}.
5545
5546@end table
5547
5548@value{GDBN} does not check the validity of function and channel,
5549relying on you to supply values that are meaningful for the contexts
5550in which they are being used. For instance, the function and channel
5551may be the values of local variables, but if that is the case, then
5552all enabled dynamic prints must be at locations within the scope of
5553those locals. If evaluation fails, @value{GDBN} will report an error.
5554
5555@node Save Breakpoints
5556@subsection How to save breakpoints to a file
5557
5558To save breakpoint definitions to a file use the @w{@code{save
5559breakpoints}} command.
5560
5561@table @code
5562@kindex save breakpoints
5563@cindex save breakpoints to a file for future sessions
5564@item save breakpoints [@var{filename}]
5565This command saves all current breakpoint definitions together with
5566their commands and ignore counts, into a file @file{@var{filename}}
5567suitable for use in a later debugging session. This includes all
5568types of breakpoints (breakpoints, watchpoints, catchpoints,
5569tracepoints). To read the saved breakpoint definitions, use the
5570@code{source} command (@pxref{Command Files}). Note that watchpoints
5571with expressions involving local variables may fail to be recreated
5572because it may not be possible to access the context where the
5573watchpoint is valid anymore. Because the saved breakpoint definitions
5574are simply a sequence of @value{GDBN} commands that recreate the
5575breakpoints, you can edit the file in your favorite editing program,
5576and remove the breakpoint definitions you're not interested in, or
5577that can no longer be recreated.
5578@end table
5579
5580@node Static Probe Points
5581@subsection Static Probe Points
5582
5583@cindex static probe point, SystemTap
5584@cindex static probe point, DTrace
5585@value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
5586for Statically Defined Tracing, and the probes are designed to have a tiny
5587runtime code and data footprint, and no dynamic relocations.
5588
5589Currently, the following types of probes are supported on
5590ELF-compatible systems:
5591
5592@itemize @bullet
5593
5594@item @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
5595@acronym{SDT} probes@footnote{See
5596@uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
5597for more information on how to add @code{SystemTap} @acronym{SDT}
5598probes in your applications.}. @code{SystemTap} probes are usable
5599from assembly, C and C@t{++} languages@footnote{See
5600@uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
5601for a good reference on how the @acronym{SDT} probes are implemented.}.
5602
5603@item @code{DTrace} (@uref{http://oss.oracle.com/projects/DTrace})
5604@acronym{USDT} probes. @code{DTrace} probes are usable from C and
5605C@t{++} languages.
5606@end itemize
5607
5608@cindex semaphores on static probe points
5609Some @code{SystemTap} probes have an associated semaphore variable;
5610for instance, this happens automatically if you defined your probe
5611using a DTrace-style @file{.d} file. If your probe has a semaphore,
5612@value{GDBN} will automatically enable it when you specify a
5613breakpoint using the @samp{-probe-stap} notation. But, if you put a
5614breakpoint at a probe's location by some other method (e.g.,
5615@code{break file:line}), then @value{GDBN} will not automatically set
5616the semaphore. @code{DTrace} probes do not support semaphores.
5617
5618You can examine the available static static probes using @code{info
5619probes}, with optional arguments:
5620
5621@table @code
5622@kindex info probes
5623@item info probes @r{[}@var{type}@r{]} @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5624If given, @var{type} is either @code{stap} for listing
5625@code{SystemTap} probes or @code{dtrace} for listing @code{DTrace}
5626probes. If omitted all probes are listed regardless of their types.
5627
5628If given, @var{provider} is a regular expression used to match against provider
5629names when selecting which probes to list. If omitted, probes by all
5630probes from all providers are listed.
5631
5632If given, @var{name} is a regular expression to match against probe names
5633when selecting which probes to list. If omitted, probe names are not
5634considered when deciding whether to display them.
5635
5636If given, @var{objfile} is a regular expression used to select which
5637object files (executable or shared libraries) to examine. If not
5638given, all object files are considered.
5639
5640@item info probes all
5641List the available static probes, from all types.
5642@end table
5643
5644@cindex enabling and disabling probes
5645Some probe points can be enabled and/or disabled. The effect of
5646enabling or disabling a probe depends on the type of probe being
5647handled. Some @code{DTrace} probes can be enabled or
5648disabled, but @code{SystemTap} probes cannot be disabled.
5649
5650You can enable (or disable) one or more probes using the following
5651commands, with optional arguments:
5652
5653@table @code
5654@kindex enable probes
5655@item enable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5656If given, @var{provider} is a regular expression used to match against
5657provider names when selecting which probes to enable. If omitted,
5658all probes from all providers are enabled.
5659
5660If given, @var{name} is a regular expression to match against probe
5661names when selecting which probes to enable. If omitted, probe names
5662are not considered when deciding whether to enable them.
5663
5664If given, @var{objfile} is a regular expression used to select which
5665object files (executable or shared libraries) to examine. If not
5666given, all object files are considered.
5667
5668@kindex disable probes
5669@item disable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
5670See the @code{enable probes} command above for a description of the
5671optional arguments accepted by this command.
5672@end table
5673
5674@vindex $_probe_arg@r{, convenience variable}
5675A probe may specify up to twelve arguments. These are available at the
5676point at which the probe is defined---that is, when the current PC is
5677at the probe's location. The arguments are available using the
5678convenience variables (@pxref{Convenience Vars})
5679@code{$_probe_arg0}@dots{}@code{$_probe_arg11}. In @code{SystemTap}
5680probes each probe argument is an integer of the appropriate size;
5681types are not preserved. In @code{DTrace} probes types are preserved
5682provided that they are recognized as such by @value{GDBN}; otherwise
5683the value of the probe argument will be a long integer. The
5684convenience variable @code{$_probe_argc} holds the number of arguments
5685at the current probe point.
5686
5687These variables are always available, but attempts to access them at
5688any location other than a probe point will cause @value{GDBN} to give
5689an error message.
5690
5691
5692@c @ifclear BARETARGET
5693@node Error in Breakpoints
5694@subsection ``Cannot insert breakpoints''
5695
5696If you request too many active hardware-assisted breakpoints and
5697watchpoints, you will see this error message:
5698
5699@c FIXME: the precise wording of this message may change; the relevant
5700@c source change is not committed yet (Sep 3, 1999).
5701@smallexample
5702Stopped; cannot insert breakpoints.
5703You may have requested too many hardware breakpoints and watchpoints.
5704@end smallexample
5705
5706@noindent
5707This message is printed when you attempt to resume the program, since
5708only then @value{GDBN} knows exactly how many hardware breakpoints and
5709watchpoints it needs to insert.
5710
5711When this message is printed, you need to disable or remove some of the
5712hardware-assisted breakpoints and watchpoints, and then continue.
5713
5714@node Breakpoint-related Warnings
5715@subsection ``Breakpoint address adjusted...''
5716@cindex breakpoint address adjusted
5717
5718Some processor architectures place constraints on the addresses at
5719which breakpoints may be placed. For architectures thus constrained,
5720@value{GDBN} will attempt to adjust the breakpoint's address to comply
5721with the constraints dictated by the architecture.
5722
5723One example of such an architecture is the Fujitsu FR-V. The FR-V is
5724a VLIW architecture in which a number of RISC-like instructions may be
5725bundled together for parallel execution. The FR-V architecture
5726constrains the location of a breakpoint instruction within such a
5727bundle to the instruction with the lowest address. @value{GDBN}
5728honors this constraint by adjusting a breakpoint's address to the
5729first in the bundle.
5730
5731It is not uncommon for optimized code to have bundles which contain
5732instructions from different source statements, thus it may happen that
5733a breakpoint's address will be adjusted from one source statement to
5734another. Since this adjustment may significantly alter @value{GDBN}'s
5735breakpoint related behavior from what the user expects, a warning is
5736printed when the breakpoint is first set and also when the breakpoint
5737is hit.
5738
5739A warning like the one below is printed when setting a breakpoint
5740that's been subject to address adjustment:
5741
5742@smallexample
5743warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
5744@end smallexample
5745
5746Such warnings are printed both for user settable and @value{GDBN}'s
5747internal breakpoints. If you see one of these warnings, you should
5748verify that a breakpoint set at the adjusted address will have the
5749desired affect. If not, the breakpoint in question may be removed and
5750other breakpoints may be set which will have the desired behavior.
5751E.g., it may be sufficient to place the breakpoint at a later
5752instruction. A conditional breakpoint may also be useful in some
5753cases to prevent the breakpoint from triggering too often.
5754
5755@value{GDBN} will also issue a warning when stopping at one of these
5756adjusted breakpoints:
5757
5758@smallexample
5759warning: Breakpoint 1 address previously adjusted from 0x00010414
5760to 0x00010410.
5761@end smallexample
5762
5763When this warning is encountered, it may be too late to take remedial
5764action except in cases where the breakpoint is hit earlier or more
5765frequently than expected.
5766
5767@node Continuing and Stepping
5768@section Continuing and Stepping
5769
5770@cindex stepping
5771@cindex continuing
5772@cindex resuming execution
5773@dfn{Continuing} means resuming program execution until your program
5774completes normally. In contrast, @dfn{stepping} means executing just
5775one more ``step'' of your program, where ``step'' may mean either one
5776line of source code, or one machine instruction (depending on what
5777particular command you use). Either when continuing or when stepping,
5778your program may stop even sooner, due to a breakpoint or a signal. (If
5779it stops due to a signal, you may want to use @code{handle}, or use
5780@samp{signal 0} to resume execution (@pxref{Signals, ,Signals}),
5781or you may step into the signal's handler (@pxref{stepping and signal
5782handlers}).)
5783
5784@table @code
5785@kindex continue
5786@kindex c @r{(@code{continue})}
5787@kindex fg @r{(resume foreground execution)}
5788@item continue @r{[}@var{ignore-count}@r{]}
5789@itemx c @r{[}@var{ignore-count}@r{]}
5790@itemx fg @r{[}@var{ignore-count}@r{]}
5791Resume program execution, at the address where your program last stopped;
5792any breakpoints set at that address are bypassed. The optional argument
5793@var{ignore-count} allows you to specify a further number of times to
5794ignore a breakpoint at this location; its effect is like that of
5795@code{ignore} (@pxref{Conditions, ,Break Conditions}).
5796
5797The argument @var{ignore-count} is meaningful only when your program
5798stopped due to a breakpoint. At other times, the argument to
5799@code{continue} is ignored.
5800
5801The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
5802debugged program is deemed to be the foreground program) are provided
5803purely for convenience, and have exactly the same behavior as
5804@code{continue}.
5805@end table
5806
5807To resume execution at a different place, you can use @code{return}
5808(@pxref{Returning, ,Returning from a Function}) to go back to the
5809calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
5810Different Address}) to go to an arbitrary location in your program.
5811
5812A typical technique for using stepping is to set a breakpoint
5813(@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
5814beginning of the function or the section of your program where a problem
5815is believed to lie, run your program until it stops at that breakpoint,
5816and then step through the suspect area, examining the variables that are
5817interesting, until you see the problem happen.
5818
5819@table @code
5820@kindex step
5821@kindex s @r{(@code{step})}
5822@item step
5823Continue running your program until control reaches a different source
5824line, then stop it and return control to @value{GDBN}. This command is
5825abbreviated @code{s}.
5826
5827@quotation
5828@c "without debugging information" is imprecise; actually "without line
5829@c numbers in the debugging information". (gcc -g1 has debugging info but
5830@c not line numbers). But it seems complex to try to make that
5831@c distinction here.
5832@emph{Warning:} If you use the @code{step} command while control is
5833within a function that was compiled without debugging information,
5834execution proceeds until control reaches a function that does have
5835debugging information. Likewise, it will not step into a function which
5836is compiled without debugging information. To step through functions
5837without debugging information, use the @code{stepi} command, described
5838below.
5839@end quotation
5840
5841The @code{step} command only stops at the first instruction of a source
5842line. This prevents the multiple stops that could otherwise occur in
5843@code{switch} statements, @code{for} loops, etc. @code{step} continues
5844to stop if a function that has debugging information is called within
5845the line. In other words, @code{step} @emph{steps inside} any functions
5846called within the line.
5847
5848Also, the @code{step} command only enters a function if there is line
5849number information for the function. Otherwise it acts like the
5850@code{next} command. This avoids problems when using @code{cc -gl}
5851on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
5852was any debugging information about the routine.
5853
5854@item step @var{count}
5855Continue running as in @code{step}, but do so @var{count} times. If a
5856breakpoint is reached, or a signal not related to stepping occurs before
5857@var{count} steps, stepping stops right away.
5858
5859@kindex next
5860@kindex n @r{(@code{next})}
5861@item next @r{[}@var{count}@r{]}
5862Continue to the next source line in the current (innermost) stack frame.
5863This is similar to @code{step}, but function calls that appear within
5864the line of code are executed without stopping. Execution stops when
5865control reaches a different line of code at the original stack level
5866that was executing when you gave the @code{next} command. This command
5867is abbreviated @code{n}.
5868
5869An argument @var{count} is a repeat count, as for @code{step}.
5870
5871
5872@c FIX ME!! Do we delete this, or is there a way it fits in with
5873@c the following paragraph? --- Vctoria
5874@c
5875@c @code{next} within a function that lacks debugging information acts like
5876@c @code{step}, but any function calls appearing within the code of the
5877@c function are executed without stopping.
5878
5879The @code{next} command only stops at the first instruction of a
5880source line. This prevents multiple stops that could otherwise occur in
5881@code{switch} statements, @code{for} loops, etc.
5882
5883@kindex set step-mode
5884@item set step-mode
5885@cindex functions without line info, and stepping
5886@cindex stepping into functions with no line info
5887@itemx set step-mode on
5888The @code{set step-mode on} command causes the @code{step} command to
5889stop at the first instruction of a function which contains no debug line
5890information rather than stepping over it.
5891
5892This is useful in cases where you may be interested in inspecting the
5893machine instructions of a function which has no symbolic info and do not
5894want @value{GDBN} to automatically skip over this function.
5895
5896@item set step-mode off
5897Causes the @code{step} command to step over any functions which contains no
5898debug information. This is the default.
5899
5900@item show step-mode
5901Show whether @value{GDBN} will stop in or step over functions without
5902source line debug information.
5903
5904@kindex finish
5905@kindex fin @r{(@code{finish})}
5906@item finish
5907Continue running until just after function in the selected stack frame
5908returns. Print the returned value (if any). This command can be
5909abbreviated as @code{fin}.
5910
5911Contrast this with the @code{return} command (@pxref{Returning,
5912,Returning from a Function}).
5913
5914@kindex set print finish
5915@kindex show print finish
5916@item set print finish @r{[}on|off@r{]}
5917@itemx show print finish
5918By default the @code{finish} command will show the value that is
5919returned by the function. This can be disabled using @code{set print
5920finish off}. When disabled, the value is still entered into the value
5921history (@pxref{Value History}), but not displayed.
5922
5923@kindex until
5924@kindex u @r{(@code{until})}
5925@cindex run until specified location
5926@item until
5927@itemx u
5928Continue running until a source line past the current line, in the
5929current stack frame, is reached. This command is used to avoid single
5930stepping through a loop more than once. It is like the @code{next}
5931command, except that when @code{until} encounters a jump, it
5932automatically continues execution until the program counter is greater
5933than the address of the jump.
5934
5935This means that when you reach the end of a loop after single stepping
5936though it, @code{until} makes your program continue execution until it
5937exits the loop. In contrast, a @code{next} command at the end of a loop
5938simply steps back to the beginning of the loop, which forces you to step
5939through the next iteration.
5940
5941@code{until} always stops your program if it attempts to exit the current
5942stack frame.
5943
5944@code{until} may produce somewhat counterintuitive results if the order
5945of machine code does not match the order of the source lines. For
5946example, in the following excerpt from a debugging session, the @code{f}
5947(@code{frame}) command shows that execution is stopped at line
5948@code{206}; yet when we use @code{until}, we get to line @code{195}:
5949
5950@smallexample
5951(@value{GDBP}) f
5952#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
5953206 expand_input();
5954(@value{GDBP}) until
5955195 for ( ; argc > 0; NEXTARG) @{
5956@end smallexample
5957
5958This happened because, for execution efficiency, the compiler had
5959generated code for the loop closure test at the end, rather than the
5960start, of the loop---even though the test in a C @code{for}-loop is
5961written before the body of the loop. The @code{until} command appeared
5962to step back to the beginning of the loop when it advanced to this
5963expression; however, it has not really gone to an earlier
5964statement---not in terms of the actual machine code.
5965
5966@code{until} with no argument works by means of single
5967instruction stepping, and hence is slower than @code{until} with an
5968argument.
5969
5970@item until @var{location}
5971@itemx u @var{location}
5972Continue running your program until either the specified @var{location} is
5973reached, or the current stack frame returns. The location is any of
5974the forms described in @ref{Specify Location}.
5975This form of the command uses temporary breakpoints, and
5976hence is quicker than @code{until} without an argument. The specified
5977location is actually reached only if it is in the current frame. This
5978implies that @code{until} can be used to skip over recursive function
5979invocations. For instance in the code below, if the current location is
5980line @code{96}, issuing @code{until 99} will execute the program up to
5981line @code{99} in the same invocation of factorial, i.e., after the inner
5982invocations have returned.
5983
5984@smallexample
598594 int factorial (int value)
598695 @{
598796 if (value > 1) @{
598897 value *= factorial (value - 1);
598998 @}
599099 return (value);
5991100 @}
5992@end smallexample
5993
5994
5995@kindex advance @var{location}
5996@item advance @var{location}
5997Continue running the program up to the given @var{location}. An argument is
5998required, which should be of one of the forms described in
5999@ref{Specify Location}.
6000Execution will also stop upon exit from the current stack
6001frame. This command is similar to @code{until}, but @code{advance} will
6002not skip over recursive function calls, and the target location doesn't
6003have to be in the same frame as the current one.
6004
6005
6006@kindex stepi
6007@kindex si @r{(@code{stepi})}
6008@item stepi
6009@itemx stepi @var{arg}
6010@itemx si
6011Execute one machine instruction, then stop and return to the debugger.
6012
6013It is often useful to do @samp{display/i $pc} when stepping by machine
6014instructions. This makes @value{GDBN} automatically display the next
6015instruction to be executed, each time your program stops. @xref{Auto
6016Display,, Automatic Display}.
6017
6018An argument is a repeat count, as in @code{step}.
6019
6020@need 750
6021@kindex nexti
6022@kindex ni @r{(@code{nexti})}
6023@item nexti
6024@itemx nexti @var{arg}
6025@itemx ni
6026Execute one machine instruction, but if it is a function call,
6027proceed until the function returns.
6028
6029An argument is a repeat count, as in @code{next}.
6030
6031@end table
6032
6033@anchor{range stepping}
6034@cindex range stepping
6035@cindex target-assisted range stepping
6036By default, and if available, @value{GDBN} makes use of
6037target-assisted @dfn{range stepping}. In other words, whenever you
6038use a stepping command (e.g., @code{step}, @code{next}), @value{GDBN}
6039tells the target to step the corresponding range of instruction
6040addresses instead of issuing multiple single-steps. This speeds up
6041line stepping, particularly for remote targets. Ideally, there should
6042be no reason you would want to turn range stepping off. However, it's
6043possible that a bug in the debug info, a bug in the remote stub (for
6044remote targets), or even a bug in @value{GDBN} could make line
6045stepping behave incorrectly when target-assisted range stepping is
6046enabled. You can use the following command to turn off range stepping
6047if necessary:
6048
6049@table @code
6050@kindex set range-stepping
6051@kindex show range-stepping
6052@item set range-stepping
6053@itemx show range-stepping
6054Control whether range stepping is enabled.
6055
6056If @code{on}, and the target supports it, @value{GDBN} tells the
6057target to step a range of addresses itself, instead of issuing
6058multiple single-steps. If @code{off}, @value{GDBN} always issues
6059single-steps, even if range stepping is supported by the target. The
6060default is @code{on}.
6061
6062@end table
6063
6064@node Skipping Over Functions and Files
6065@section Skipping Over Functions and Files
6066@cindex skipping over functions and files
6067
6068The program you are debugging may contain some functions which are
6069uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to
6070skip a function, all functions in a file or a particular function in
6071a particular file when stepping.
6072
6073For example, consider the following C function:
6074
6075@smallexample
6076101 int func()
6077102 @{
6078103 foo(boring());
6079104 bar(boring());
6080105 @}
6081@end smallexample
6082
6083@noindent
6084Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
6085are not interested in stepping through @code{boring}. If you run @code{step}
6086at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
6087step over both @code{foo} and @code{boring}!
6088
6089One solution is to @code{step} into @code{boring} and use the @code{finish}
6090command to immediately exit it. But this can become tedious if @code{boring}
6091is called from many places.
6092
6093A more flexible solution is to execute @kbd{skip boring}. This instructs
6094@value{GDBN} never to step into @code{boring}. Now when you execute
6095@code{step} at line 103, you'll step over @code{boring} and directly into
6096@code{foo}.
6097
6098Functions may be skipped by providing either a function name, linespec
6099(@pxref{Specify Location}), regular expression that matches the function's
6100name, file name or a @code{glob}-style pattern that matches the file name.
6101
6102On Posix systems the form of the regular expression is
6103``Extended Regular Expressions''. See for example @samp{man 7 regex}
6104on @sc{gnu}/Linux systems. On non-Posix systems the form of the regular
6105expression is whatever is provided by the @code{regcomp} function of
6106the underlying system.
6107See for example @samp{man 7 glob} on @sc{gnu}/Linux systems for a
6108description of @code{glob}-style patterns.
6109
6110@table @code
6111@kindex skip
6112@item skip @r{[}@var{options}@r{]}
6113The basic form of the @code{skip} command takes zero or more options
6114that specify what to skip.
6115The @var{options} argument is any useful combination of the following:
6116
6117@table @code
6118@item -file @var{file}
6119@itemx -fi @var{file}
6120Functions in @var{file} will be skipped over when stepping.
6121
6122@item -gfile @var{file-glob-pattern}
6123@itemx -gfi @var{file-glob-pattern}
6124@cindex skipping over files via glob-style patterns
6125Functions in files matching @var{file-glob-pattern} will be skipped
6126over when stepping.
6127
6128@smallexample
6129(@value{GDBP}) skip -gfi utils/*.c
6130@end smallexample
6131
6132@item -function @var{linespec}
6133@itemx -fu @var{linespec}
6134Functions named by @var{linespec} or the function containing the line
6135named by @var{linespec} will be skipped over when stepping.
6136@xref{Specify Location}.
6137
6138@item -rfunction @var{regexp}
6139@itemx -rfu @var{regexp}
6140@cindex skipping over functions via regular expressions
6141Functions whose name matches @var{regexp} will be skipped over when stepping.
6142
6143This form is useful for complex function names.
6144For example, there is generally no need to step into C@t{++} @code{std::string}
6145constructors or destructors. Plus with C@t{++} templates it can be hard to
6146write out the full name of the function, and often it doesn't matter what
6147the template arguments are. Specifying the function to be skipped as a
6148regular expression makes this easier.
6149
6150@smallexample
6151(@value{GDBP}) skip -rfu ^std::(allocator|basic_string)<.*>::~?\1 *\(
6152@end smallexample
6153
6154If you want to skip every templated C@t{++} constructor and destructor
6155in the @code{std} namespace you can do:
6156
6157@smallexample
6158(@value{GDBP}) skip -rfu ^std::([a-zA-z0-9_]+)<.*>::~?\1 *\(
6159@end smallexample
6160@end table
6161
6162If no options are specified, the function you're currently debugging
6163will be skipped.
6164
6165@kindex skip function
6166@item skip function @r{[}@var{linespec}@r{]}
6167After running this command, the function named by @var{linespec} or the
6168function containing the line named by @var{linespec} will be skipped over when
6169stepping. @xref{Specify Location}.
6170
6171If you do not specify @var{linespec}, the function you're currently debugging
6172will be skipped.
6173
6174(If you have a function called @code{file} that you want to skip, use
6175@kbd{skip function file}.)
6176
6177@kindex skip file
6178@item skip file @r{[}@var{filename}@r{]}
6179After running this command, any function whose source lives in @var{filename}
6180will be skipped over when stepping.
6181
6182@smallexample
6183(@value{GDBP}) skip file boring.c
6184File boring.c will be skipped when stepping.
6185@end smallexample
6186
6187If you do not specify @var{filename}, functions whose source lives in the file
6188you're currently debugging will be skipped.
6189@end table
6190
6191Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
6192These are the commands for managing your list of skips:
6193
6194@table @code
6195@kindex info skip
6196@item info skip @r{[}@var{range}@r{]}
6197Print details about the specified skip(s). If @var{range} is not specified,
6198print a table with details about all functions and files marked for skipping.
6199@code{info skip} prints the following information about each skip:
6200
6201@table @emph
6202@item Identifier
6203A number identifying this skip.
6204@item Enabled or Disabled
6205Enabled skips are marked with @samp{y}.
6206Disabled skips are marked with @samp{n}.
6207@item Glob
6208If the file name is a @samp{glob} pattern this is @samp{y}.
6209Otherwise it is @samp{n}.
6210@item File
6211The name or @samp{glob} pattern of the file to be skipped.
6212If no file is specified this is @samp{<none>}.
6213@item RE
6214If the function name is a @samp{regular expression} this is @samp{y}.
6215Otherwise it is @samp{n}.
6216@item Function
6217The name or regular expression of the function to skip.
6218If no function is specified this is @samp{<none>}.
6219@end table
6220
6221@kindex skip delete
6222@item skip delete @r{[}@var{range}@r{]}
6223Delete the specified skip(s). If @var{range} is not specified, delete all
6224skips.
6225
6226@kindex skip enable
6227@item skip enable @r{[}@var{range}@r{]}
6228Enable the specified skip(s). If @var{range} is not specified, enable all
6229skips.
6230
6231@kindex skip disable
6232@item skip disable @r{[}@var{range}@r{]}
6233Disable the specified skip(s). If @var{range} is not specified, disable all
6234skips.
6235
6236@kindex set debug skip
6237@item set debug skip @r{[}on|off@r{]}
6238Set whether to print the debug output about skipping files and functions.
6239
6240@kindex show debug skip
6241@item show debug skip
6242Show whether the debug output about skipping files and functions is printed.
6243
6244@end table
6245
6246@node Signals
6247@section Signals
6248@cindex signals
6249
6250A signal is an asynchronous event that can happen in a program. The
6251operating system defines the possible kinds of signals, and gives each
6252kind a name and a number. For example, in Unix @code{SIGINT} is the
6253signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
6254@code{SIGSEGV} is the signal a program gets from referencing a place in
6255memory far away from all the areas in use; @code{SIGALRM} occurs when
6256the alarm clock timer goes off (which happens only if your program has
6257requested an alarm).
6258
6259@cindex fatal signals
6260Some signals, including @code{SIGALRM}, are a normal part of the
6261functioning of your program. Others, such as @code{SIGSEGV}, indicate
6262errors; these signals are @dfn{fatal} (they kill your program immediately) if the
6263program has not specified in advance some other way to handle the signal.
6264@code{SIGINT} does not indicate an error in your program, but it is normally
6265fatal so it can carry out the purpose of the interrupt: to kill the program.
6266
6267@value{GDBN} has the ability to detect any occurrence of a signal in your
6268program. You can tell @value{GDBN} in advance what to do for each kind of
6269signal.
6270
6271@cindex handling signals
6272Normally, @value{GDBN} is set up to let the non-erroneous signals like
6273@code{SIGALRM} be silently passed to your program
6274(so as not to interfere with their role in the program's functioning)
6275but to stop your program immediately whenever an error signal happens.
6276You can change these settings with the @code{handle} command.
6277
6278@table @code
6279@kindex info signals
6280@kindex info handle
6281@item info signals
6282@itemx info handle
6283Print a table of all the kinds of signals and how @value{GDBN} has been told to
6284handle each one. You can use this to see the signal numbers of all
6285the defined types of signals.
6286
6287@item info signals @var{sig}
6288Similar, but print information only about the specified signal number.
6289
6290@code{info handle} is an alias for @code{info signals}.
6291
6292@item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
6293Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
6294for details about this command.
6295
6296@kindex handle
6297@item handle @var{signal} @r{[}@var{keywords}@dots{}@r{]}
6298Change the way @value{GDBN} handles signal @var{signal}. The @var{signal}
6299can be the number of a signal or its name (with or without the
6300@samp{SIG} at the beginning); a list of signal numbers of the form
6301@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
6302known signals. Optional arguments @var{keywords}, described below,
6303say what change to make.
6304@end table
6305
6306@c @group
6307The keywords allowed by the @code{handle} command can be abbreviated.
6308Their full names are:
6309
6310@table @code
6311@item nostop
6312@value{GDBN} should not stop your program when this signal happens. It may
6313still print a message telling you that the signal has come in.
6314
6315@item stop
6316@value{GDBN} should stop your program when this signal happens. This implies
6317the @code{print} keyword as well.
6318
6319@item print
6320@value{GDBN} should print a message when this signal happens.
6321
6322@item noprint
6323@value{GDBN} should not mention the occurrence of the signal at all. This
6324implies the @code{nostop} keyword as well.
6325
6326@item pass
6327@itemx noignore
6328@value{GDBN} should allow your program to see this signal; your program
6329can handle the signal, or else it may terminate if the signal is fatal
6330and not handled. @code{pass} and @code{noignore} are synonyms.
6331
6332@item nopass
6333@itemx ignore
6334@value{GDBN} should not allow your program to see this signal.
6335@code{nopass} and @code{ignore} are synonyms.
6336@end table
6337@c @end group
6338
6339When a signal stops your program, the signal is not visible to the
6340program until you
6341continue. Your program sees the signal then, if @code{pass} is in
6342effect for the signal in question @emph{at that time}. In other words,
6343after @value{GDBN} reports a signal, you can use the @code{handle}
6344command with @code{pass} or @code{nopass} to control whether your
6345program sees that signal when you continue.
6346
6347The default is set to @code{nostop}, @code{noprint}, @code{pass} for
6348non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
6349@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
6350erroneous signals.
6351
6352You can also use the @code{signal} command to prevent your program from
6353seeing a signal, or cause it to see a signal it normally would not see,
6354or to give it any signal at any time. For example, if your program stopped
6355due to some sort of memory reference error, you might store correct
6356values into the erroneous variables and continue, hoping to see more
6357execution; but your program would probably terminate immediately as
6358a result of the fatal signal once it saw the signal. To prevent this,
6359you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
6360Program a Signal}.
6361
6362@cindex stepping and signal handlers
6363@anchor{stepping and signal handlers}
6364
6365@value{GDBN} optimizes for stepping the mainline code. If a signal
6366that has @code{handle nostop} and @code{handle pass} set arrives while
6367a stepping command (e.g., @code{stepi}, @code{step}, @code{next}) is
6368in progress, @value{GDBN} lets the signal handler run and then resumes
6369stepping the mainline code once the signal handler returns. In other
6370words, @value{GDBN} steps over the signal handler. This prevents
6371signals that you've specified as not interesting (with @code{handle
6372nostop}) from changing the focus of debugging unexpectedly. Note that
6373the signal handler itself may still hit a breakpoint, stop for another
6374signal that has @code{handle stop} in effect, or for any other event
6375that normally results in stopping the stepping command sooner. Also
6376note that @value{GDBN} still informs you that the program received a
6377signal if @code{handle print} is set.
6378
6379@anchor{stepping into signal handlers}
6380
6381If you set @code{handle pass} for a signal, and your program sets up a
6382handler for it, then issuing a stepping command, such as @code{step}
6383or @code{stepi}, when your program is stopped due to the signal will
6384step @emph{into} the signal handler (if the target supports that).
6385
6386Likewise, if you use the @code{queue-signal} command to queue a signal
6387to be delivered to the current thread when execution of the thread
6388resumes (@pxref{Signaling, ,Giving your Program a Signal}), then a
6389stepping command will step into the signal handler.
6390
6391Here's an example, using @code{stepi} to step to the first instruction
6392of @code{SIGUSR1}'s handler:
6393
6394@smallexample
6395(@value{GDBP}) handle SIGUSR1
6396Signal Stop Print Pass to program Description
6397SIGUSR1 Yes Yes Yes User defined signal 1
6398(@value{GDBP}) c
6399Continuing.
6400
6401Program received signal SIGUSR1, User defined signal 1.
6402main () sigusr1.c:28
640328 p = 0;
6404(@value{GDBP}) si
6405sigusr1_handler () at sigusr1.c:9
64069 @{
6407@end smallexample
6408
6409The same, but using @code{queue-signal} instead of waiting for the
6410program to receive the signal first:
6411
6412@smallexample
6413(@value{GDBP}) n
641428 p = 0;
6415(@value{GDBP}) queue-signal SIGUSR1
6416(@value{GDBP}) si
6417sigusr1_handler () at sigusr1.c:9
64189 @{
6419(@value{GDBP})
6420@end smallexample
6421
6422@cindex extra signal information
6423@anchor{extra signal information}
6424
6425On some targets, @value{GDBN} can inspect extra signal information
6426associated with the intercepted signal, before it is actually
6427delivered to the program being debugged. This information is exported
6428by the convenience variable @code{$_siginfo}, and consists of data
6429that is passed by the kernel to the signal handler at the time of the
6430receipt of a signal. The data type of the information itself is
6431target dependent. You can see the data type using the @code{ptype
6432$_siginfo} command. On Unix systems, it typically corresponds to the
6433standard @code{siginfo_t} type, as defined in the @file{signal.h}
6434system header.
6435
6436Here's an example, on a @sc{gnu}/Linux system, printing the stray
6437referenced address that raised a segmentation fault.
6438
6439@smallexample
6440@group
6441(@value{GDBP}) continue
6442Program received signal SIGSEGV, Segmentation fault.
64430x0000000000400766 in main ()
644469 *(int *)p = 0;
6445(@value{GDBP}) ptype $_siginfo
6446type = struct @{
6447 int si_signo;
6448 int si_errno;
6449 int si_code;
6450 union @{
6451 int _pad[28];
6452 struct @{...@} _kill;
6453 struct @{...@} _timer;
6454 struct @{...@} _rt;
6455 struct @{...@} _sigchld;
6456 struct @{...@} _sigfault;
6457 struct @{...@} _sigpoll;
6458 @} _sifields;
6459@}
6460(@value{GDBP}) ptype $_siginfo._sifields._sigfault
6461type = struct @{
6462 void *si_addr;
6463@}
6464(@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
6465$1 = (void *) 0x7ffff7ff7000
6466@end group
6467@end smallexample
6468
6469Depending on target support, @code{$_siginfo} may also be writable.
6470
6471@cindex Intel MPX boundary violations
6472@cindex boundary violations, Intel MPX
6473On some targets, a @code{SIGSEGV} can be caused by a boundary
6474violation, i.e., accessing an address outside of the allowed range.
6475In those cases @value{GDBN} may displays additional information,
6476depending on how @value{GDBN} has been told to handle the signal.
6477With @code{handle stop SIGSEGV}, @value{GDBN} displays the violation
6478kind: "Upper" or "Lower", the memory address accessed and the
6479bounds, while with @code{handle nostop SIGSEGV} no additional
6480information is displayed.
6481
6482The usual output of a segfault is:
6483@smallexample
6484Program received signal SIGSEGV, Segmentation fault
64850x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
648668 value = *(p + len);
6487@end smallexample
6488
6489While a bound violation is presented as:
6490@smallexample
6491Program received signal SIGSEGV, Segmentation fault
6492Upper bound violation while accessing address 0x7fffffffc3b3
6493Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
64940x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
649568 value = *(p + len);
6496@end smallexample
6497
6498@node Thread Stops
6499@section Stopping and Starting Multi-thread Programs
6500
6501@cindex stopped threads
6502@cindex threads, stopped
6503
6504@cindex continuing threads
6505@cindex threads, continuing
6506
6507@value{GDBN} supports debugging programs with multiple threads
6508(@pxref{Threads,, Debugging Programs with Multiple Threads}). There
6509are two modes of controlling execution of your program within the
6510debugger. In the default mode, referred to as @dfn{all-stop mode},
6511when any thread in your program stops (for example, at a breakpoint
6512or while being stepped), all other threads in the program are also stopped by
6513@value{GDBN}. On some targets, @value{GDBN} also supports
6514@dfn{non-stop mode}, in which other threads can continue to run freely while
6515you examine the stopped thread in the debugger.
6516
6517@menu
6518* All-Stop Mode:: All threads stop when GDB takes control
6519* Non-Stop Mode:: Other threads continue to execute
6520* Background Execution:: Running your program asynchronously
6521* Thread-Specific Breakpoints:: Controlling breakpoints
6522* Interrupted System Calls:: GDB may interfere with system calls
6523* Observer Mode:: GDB does not alter program behavior
6524@end menu
6525
6526@node All-Stop Mode
6527@subsection All-Stop Mode
6528
6529@cindex all-stop mode
6530
6531In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
6532@emph{all} threads of execution stop, not just the current thread. This
6533allows you to examine the overall state of the program, including
6534switching between threads, without worrying that things may change
6535underfoot.
6536
6537Conversely, whenever you restart the program, @emph{all} threads start
6538executing. @emph{This is true even when single-stepping} with commands
6539like @code{step} or @code{next}.
6540
6541In particular, @value{GDBN} cannot single-step all threads in lockstep.
6542Since thread scheduling is up to your debugging target's operating
6543system (not controlled by @value{GDBN}), other threads may
6544execute more than one statement while the current thread completes a
6545single step. Moreover, in general other threads stop in the middle of a
6546statement, rather than at a clean statement boundary, when the program
6547stops.
6548
6549You might even find your program stopped in another thread after
6550continuing or even single-stepping. This happens whenever some other
6551thread runs into a breakpoint, a signal, or an exception before the
6552first thread completes whatever you requested.
6553
6554@cindex automatic thread selection
6555@cindex switching threads automatically
6556@cindex threads, automatic switching
6557Whenever @value{GDBN} stops your program, due to a breakpoint or a
6558signal, it automatically selects the thread where that breakpoint or
6559signal happened. @value{GDBN} alerts you to the context switch with a
6560message such as @samp{[Switching to Thread @var{n}]} to identify the
6561thread.
6562
6563On some OSes, you can modify @value{GDBN}'s default behavior by
6564locking the OS scheduler to allow only a single thread to run.
6565
6566@table @code
6567@item set scheduler-locking @var{mode}
6568@cindex scheduler locking mode
6569@cindex lock scheduler
6570Set the scheduler locking mode. It applies to normal execution,
6571record mode, and replay mode. If it is @code{off}, then there is no
6572locking and any thread may run at any time. If @code{on}, then only
6573the current thread may run when the inferior is resumed. The
6574@code{step} mode optimizes for single-stepping; it prevents other
6575threads from preempting the current thread while you are stepping, so
6576that the focus of debugging does not change unexpectedly. Other
6577threads never get a chance to run when you step, and they are
6578completely free to run when you use commands like @samp{continue},
6579@samp{until}, or @samp{finish}. However, unless another thread hits a
6580breakpoint during its timeslice, @value{GDBN} does not change the
6581current thread away from the thread that you are debugging. The
6582@code{replay} mode behaves like @code{off} in record mode and like
6583@code{on} in replay mode.
6584
6585@item show scheduler-locking
6586Display the current scheduler locking mode.
6587@end table
6588
6589@cindex resume threads of multiple processes simultaneously
6590By default, when you issue one of the execution commands such as
6591@code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
6592threads of the current inferior to run. For example, if @value{GDBN}
6593is attached to two inferiors, each with two threads, the
6594@code{continue} command resumes only the two threads of the current
6595inferior. This is useful, for example, when you debug a program that
6596forks and you want to hold the parent stopped (so that, for instance,
6597it doesn't run to exit), while you debug the child. In other
6598situations, you may not be interested in inspecting the current state
6599of any of the processes @value{GDBN} is attached to, and you may want
6600to resume them all until some breakpoint is hit. In the latter case,
6601you can instruct @value{GDBN} to allow all threads of all the
6602inferiors to run with the @w{@code{set schedule-multiple}} command.
6603
6604@table @code
6605@kindex set schedule-multiple
6606@item set schedule-multiple
6607Set the mode for allowing threads of multiple processes to be resumed
6608when an execution command is issued. When @code{on}, all threads of
6609all processes are allowed to run. When @code{off}, only the threads
6610of the current process are resumed. The default is @code{off}. The
6611@code{scheduler-locking} mode takes precedence when set to @code{on},
6612or while you are stepping and set to @code{step}.
6613
6614@item show schedule-multiple
6615Display the current mode for resuming the execution of threads of
6616multiple processes.
6617@end table
6618
6619@node Non-Stop Mode
6620@subsection Non-Stop Mode
6621
6622@cindex non-stop mode
6623
6624@c This section is really only a place-holder, and needs to be expanded
6625@c with more details.
6626
6627For some multi-threaded targets, @value{GDBN} supports an optional
6628mode of operation in which you can examine stopped program threads in
6629the debugger while other threads continue to execute freely. This
6630minimizes intrusion when debugging live systems, such as programs
6631where some threads have real-time constraints or must continue to
6632respond to external events. This is referred to as @dfn{non-stop} mode.
6633
6634In non-stop mode, when a thread stops to report a debugging event,
6635@emph{only} that thread is stopped; @value{GDBN} does not stop other
6636threads as well, in contrast to the all-stop mode behavior. Additionally,
6637execution commands such as @code{continue} and @code{step} apply by default
6638only to the current thread in non-stop mode, rather than all threads as
6639in all-stop mode. This allows you to control threads explicitly in
6640ways that are not possible in all-stop mode --- for example, stepping
6641one thread while allowing others to run freely, stepping
6642one thread while holding all others stopped, or stepping several threads
6643independently and simultaneously.
6644
6645To enter non-stop mode, use this sequence of commands before you run
6646or attach to your program:
6647
6648@smallexample
6649# If using the CLI, pagination breaks non-stop.
6650set pagination off
6651
6652# Finally, turn it on!
6653set non-stop on
6654@end smallexample
6655
6656You can use these commands to manipulate the non-stop mode setting:
6657
6658@table @code
6659@kindex set non-stop
6660@item set non-stop on
6661Enable selection of non-stop mode.
6662@item set non-stop off
6663Disable selection of non-stop mode.
6664@kindex show non-stop
6665@item show non-stop
6666Show the current non-stop enablement setting.
6667@end table
6668
6669Note these commands only reflect whether non-stop mode is enabled,
6670not whether the currently-executing program is being run in non-stop mode.
6671In particular, the @code{set non-stop} preference is only consulted when
6672@value{GDBN} starts or connects to the target program, and it is generally
6673not possible to switch modes once debugging has started. Furthermore,
6674since not all targets support non-stop mode, even when you have enabled
6675non-stop mode, @value{GDBN} may still fall back to all-stop operation by
6676default.
6677
6678In non-stop mode, all execution commands apply only to the current thread
6679by default. That is, @code{continue} only continues one thread.
6680To continue all threads, issue @code{continue -a} or @code{c -a}.
6681
6682You can use @value{GDBN}'s background execution commands
6683(@pxref{Background Execution}) to run some threads in the background
6684while you continue to examine or step others from @value{GDBN}.
6685The MI execution commands (@pxref{GDB/MI Program Execution}) are
6686always executed asynchronously in non-stop mode.
6687
6688Suspending execution is done with the @code{interrupt} command when
6689running in the background, or @kbd{Ctrl-c} during foreground execution.
6690In all-stop mode, this stops the whole process;
6691but in non-stop mode the interrupt applies only to the current thread.
6692To stop the whole program, use @code{interrupt -a}.
6693
6694Other execution commands do not currently support the @code{-a} option.
6695
6696In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
6697that thread current, as it does in all-stop mode. This is because the
6698thread stop notifications are asynchronous with respect to @value{GDBN}'s
6699command interpreter, and it would be confusing if @value{GDBN} unexpectedly
6700changed to a different thread just as you entered a command to operate on the
6701previously current thread.
6702
6703@node Background Execution
6704@subsection Background Execution
6705
6706@cindex foreground execution
6707@cindex background execution
6708@cindex asynchronous execution
6709@cindex execution, foreground, background and asynchronous
6710
6711@value{GDBN}'s execution commands have two variants: the normal
6712foreground (synchronous) behavior, and a background
6713(asynchronous) behavior. In foreground execution, @value{GDBN} waits for
6714the program to report that some thread has stopped before prompting for
6715another command. In background execution, @value{GDBN} immediately gives
6716a command prompt so that you can issue other commands while your program runs.
6717
6718If the target doesn't support async mode, @value{GDBN} issues an error
6719message if you attempt to use the background execution commands.
6720
6721@cindex @code{&}, background execution of commands
6722To specify background execution, add a @code{&} to the command. For example,
6723the background form of the @code{continue} command is @code{continue&}, or
6724just @code{c&}. The execution commands that accept background execution
6725are:
6726
6727@table @code
6728@kindex run&
6729@item run
6730@xref{Starting, , Starting your Program}.
6731
6732@item attach
6733@kindex attach&
6734@xref{Attach, , Debugging an Already-running Process}.
6735
6736@item step
6737@kindex step&
6738@xref{Continuing and Stepping, step}.
6739
6740@item stepi
6741@kindex stepi&
6742@xref{Continuing and Stepping, stepi}.
6743
6744@item next
6745@kindex next&
6746@xref{Continuing and Stepping, next}.
6747
6748@item nexti
6749@kindex nexti&
6750@xref{Continuing and Stepping, nexti}.
6751
6752@item continue
6753@kindex continue&
6754@xref{Continuing and Stepping, continue}.
6755
6756@item finish
6757@kindex finish&
6758@xref{Continuing and Stepping, finish}.
6759
6760@item until
6761@kindex until&
6762@xref{Continuing and Stepping, until}.
6763
6764@end table
6765
6766Background execution is especially useful in conjunction with non-stop
6767mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
6768However, you can also use these commands in the normal all-stop mode with
6769the restriction that you cannot issue another execution command until the
6770previous one finishes. Examples of commands that are valid in all-stop
6771mode while the program is running include @code{help} and @code{info break}.
6772
6773You can interrupt your program while it is running in the background by
6774using the @code{interrupt} command.
6775
6776@table @code
6777@kindex interrupt
6778@item interrupt
6779@itemx interrupt -a
6780
6781Suspend execution of the running program. In all-stop mode,
6782@code{interrupt} stops the whole process, but in non-stop mode, it stops
6783only the current thread. To stop the whole program in non-stop mode,
6784use @code{interrupt -a}.
6785@end table
6786
6787@node Thread-Specific Breakpoints
6788@subsection Thread-Specific Breakpoints
6789
6790When your program has multiple threads (@pxref{Threads,, Debugging
6791Programs with Multiple Threads}), you can choose whether to set
6792breakpoints on all threads, or on a particular thread.
6793
6794@table @code
6795@cindex breakpoints and threads
6796@cindex thread breakpoints
6797@kindex break @dots{} thread @var{thread-id}
6798@item break @var{location} thread @var{thread-id}
6799@itemx break @var{location} thread @var{thread-id} if @dots{}
6800@var{location} specifies source lines; there are several ways of
6801writing them (@pxref{Specify Location}), but the effect is always to
6802specify some source line.
6803
6804Use the qualifier @samp{thread @var{thread-id}} with a breakpoint command
6805to specify that you only want @value{GDBN} to stop the program when a
6806particular thread reaches this breakpoint. The @var{thread-id} specifier
6807is one of the thread identifiers assigned by @value{GDBN}, shown
6808in the first column of the @samp{info threads} display.
6809
6810If you do not specify @samp{thread @var{thread-id}} when you set a
6811breakpoint, the breakpoint applies to @emph{all} threads of your
6812program.
6813
6814You can use the @code{thread} qualifier on conditional breakpoints as
6815well; in this case, place @samp{thread @var{thread-id}} before or
6816after the breakpoint condition, like this:
6817
6818@smallexample
6819(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
6820@end smallexample
6821
6822@end table
6823
6824Thread-specific breakpoints are automatically deleted when
6825@value{GDBN} detects the corresponding thread is no longer in the
6826thread list. For example:
6827
6828@smallexample
6829(@value{GDBP}) c
6830Thread-specific breakpoint 3 deleted - thread 28 no longer in the thread list.
6831@end smallexample
6832
6833There are several ways for a thread to disappear, such as a regular
6834thread exit, but also when you detach from the process with the
6835@code{detach} command (@pxref{Attach, ,Debugging an Already-running
6836Process}), or if @value{GDBN} loses the remote connection
6837(@pxref{Remote Debugging}), etc. Note that with some targets,
6838@value{GDBN} is only able to detect a thread has exited when the user
6839explictly asks for the thread list with the @code{info threads}
6840command.
6841
6842@node Interrupted System Calls
6843@subsection Interrupted System Calls
6844
6845@cindex thread breakpoints and system calls
6846@cindex system calls and thread breakpoints
6847@cindex premature return from system calls
6848There is an unfortunate side effect when using @value{GDBN} to debug
6849multi-threaded programs. If one thread stops for a
6850breakpoint, or for some other reason, and another thread is blocked in a
6851system call, then the system call may return prematurely. This is a
6852consequence of the interaction between multiple threads and the signals
6853that @value{GDBN} uses to implement breakpoints and other events that
6854stop execution.
6855
6856To handle this problem, your program should check the return value of
6857each system call and react appropriately. This is good programming
6858style anyways.
6859
6860For example, do not write code like this:
6861
6862@smallexample
6863 sleep (10);
6864@end smallexample
6865
6866The call to @code{sleep} will return early if a different thread stops
6867at a breakpoint or for some other reason.
6868
6869Instead, write this:
6870
6871@smallexample
6872 int unslept = 10;
6873 while (unslept > 0)
6874 unslept = sleep (unslept);
6875@end smallexample
6876
6877A system call is allowed to return early, so the system is still
6878conforming to its specification. But @value{GDBN} does cause your
6879multi-threaded program to behave differently than it would without
6880@value{GDBN}.
6881
6882Also, @value{GDBN} uses internal breakpoints in the thread library to
6883monitor certain events such as thread creation and thread destruction.
6884When such an event happens, a system call in another thread may return
6885prematurely, even though your program does not appear to stop.
6886
6887@node Observer Mode
6888@subsection Observer Mode
6889
6890If you want to build on non-stop mode and observe program behavior
6891without any chance of disruption by @value{GDBN}, you can set
6892variables to disable all of the debugger's attempts to modify state,
6893whether by writing memory, inserting breakpoints, etc. These operate
6894at a low level, intercepting operations from all commands.
6895
6896When all of these are set to @code{off}, then @value{GDBN} is said to
6897be @dfn{observer mode}. As a convenience, the variable
6898@code{observer} can be set to disable these, plus enable non-stop
6899mode.
6900
6901Note that @value{GDBN} will not prevent you from making nonsensical
6902combinations of these settings. For instance, if you have enabled
6903@code{may-insert-breakpoints} but disabled @code{may-write-memory},
6904then breakpoints that work by writing trap instructions into the code
6905stream will still not be able to be placed.
6906
6907@table @code
6908
6909@kindex observer
6910@item set observer on
6911@itemx set observer off
6912When set to @code{on}, this disables all the permission variables
6913below (except for @code{insert-fast-tracepoints}), plus enables
6914non-stop debugging. Setting this to @code{off} switches back to
6915normal debugging, though remaining in non-stop mode.
6916
6917@item show observer
6918Show whether observer mode is on or off.
6919
6920@kindex may-write-registers
6921@item set may-write-registers on
6922@itemx set may-write-registers off
6923This controls whether @value{GDBN} will attempt to alter the values of
6924registers, such as with assignment expressions in @code{print}, or the
6925@code{jump} command. It defaults to @code{on}.
6926
6927@item show may-write-registers
6928Show the current permission to write registers.
6929
6930@kindex may-write-memory
6931@item set may-write-memory on
6932@itemx set may-write-memory off
6933This controls whether @value{GDBN} will attempt to alter the contents
6934of memory, such as with assignment expressions in @code{print}. It
6935defaults to @code{on}.
6936
6937@item show may-write-memory
6938Show the current permission to write memory.
6939
6940@kindex may-insert-breakpoints
6941@item set may-insert-breakpoints on
6942@itemx set may-insert-breakpoints off
6943This controls whether @value{GDBN} will attempt to insert breakpoints.
6944This affects all breakpoints, including internal breakpoints defined
6945by @value{GDBN}. It defaults to @code{on}.
6946
6947@item show may-insert-breakpoints
6948Show the current permission to insert breakpoints.
6949
6950@kindex may-insert-tracepoints
6951@item set may-insert-tracepoints on
6952@itemx set may-insert-tracepoints off
6953This controls whether @value{GDBN} will attempt to insert (regular)
6954tracepoints at the beginning of a tracing experiment. It affects only
6955non-fast tracepoints, fast tracepoints being under the control of
6956@code{may-insert-fast-tracepoints}. It defaults to @code{on}.
6957
6958@item show may-insert-tracepoints
6959Show the current permission to insert tracepoints.
6960
6961@kindex may-insert-fast-tracepoints
6962@item set may-insert-fast-tracepoints on
6963@itemx set may-insert-fast-tracepoints off
6964This controls whether @value{GDBN} will attempt to insert fast
6965tracepoints at the beginning of a tracing experiment. It affects only
6966fast tracepoints, regular (non-fast) tracepoints being under the
6967control of @code{may-insert-tracepoints}. It defaults to @code{on}.
6968
6969@item show may-insert-fast-tracepoints
6970Show the current permission to insert fast tracepoints.
6971
6972@kindex may-interrupt
6973@item set may-interrupt on
6974@itemx set may-interrupt off
6975This controls whether @value{GDBN} will attempt to interrupt or stop
6976program execution. When this variable is @code{off}, the
6977@code{interrupt} command will have no effect, nor will
6978@kbd{Ctrl-c}. It defaults to @code{on}.
6979
6980@item show may-interrupt
6981Show the current permission to interrupt or stop the program.
6982
6983@end table
6984
6985@node Reverse Execution
6986@chapter Running programs backward
6987@cindex reverse execution
6988@cindex running programs backward
6989
6990When you are debugging a program, it is not unusual to realize that
6991you have gone too far, and some event of interest has already happened.
6992If the target environment supports it, @value{GDBN} can allow you to
6993``rewind'' the program by running it backward.
6994
6995A target environment that supports reverse execution should be able
6996to ``undo'' the changes in machine state that have taken place as the
6997program was executing normally. Variables, registers etc.@: should
6998revert to their previous values. Obviously this requires a great
6999deal of sophistication on the part of the target environment; not
7000all target environments can support reverse execution.
7001
7002When a program is executed in reverse, the instructions that
7003have most recently been executed are ``un-executed'', in reverse
7004order. The program counter runs backward, following the previous
7005thread of execution in reverse. As each instruction is ``un-executed'',
7006the values of memory and/or registers that were changed by that
7007instruction are reverted to their previous states. After executing
7008a piece of source code in reverse, all side effects of that code
7009should be ``undone'', and all variables should be returned to their
7010prior values@footnote{
7011Note that some side effects are easier to undo than others. For instance,
7012memory and registers are relatively easy, but device I/O is hard. Some
7013targets may be able undo things like device I/O, and some may not.
7014
7015The contract between @value{GDBN} and the reverse executing target
7016requires only that the target do something reasonable when
7017@value{GDBN} tells it to execute backwards, and then report the
7018results back to @value{GDBN}. Whatever the target reports back to
7019@value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
7020assumes that the memory and registers that the target reports are in a
7021consistent state, but @value{GDBN} accepts whatever it is given.
7022}.
7023
7024On some platforms, @value{GDBN} has built-in support for reverse
7025execution, activated with the @code{record} or @code{record btrace}
7026commands. @xref{Process Record and Replay}. Some remote targets,
7027typically full system emulators, support reverse execution directly
7028without requiring any special command.
7029
7030If you are debugging in a target environment that supports
7031reverse execution, @value{GDBN} provides the following commands.
7032
7033@table @code
7034@kindex reverse-continue
7035@kindex rc @r{(@code{reverse-continue})}
7036@item reverse-continue @r{[}@var{ignore-count}@r{]}
7037@itemx rc @r{[}@var{ignore-count}@r{]}
7038Beginning at the point where your program last stopped, start executing
7039in reverse. Reverse execution will stop for breakpoints and synchronous
7040exceptions (signals), just like normal execution. Behavior of
7041asynchronous signals depends on the target environment.
7042
7043@kindex reverse-step
7044@kindex rs @r{(@code{step})}
7045@item reverse-step @r{[}@var{count}@r{]}
7046Run the program backward until control reaches the start of a
7047different source line; then stop it, and return control to @value{GDBN}.
7048
7049Like the @code{step} command, @code{reverse-step} will only stop
7050at the beginning of a source line. It ``un-executes'' the previously
7051executed source line. If the previous source line included calls to
7052debuggable functions, @code{reverse-step} will step (backward) into
7053the called function, stopping at the beginning of the @emph{last}
7054statement in the called function (typically a return statement).
7055
7056Also, as with the @code{step} command, if non-debuggable functions are
7057called, @code{reverse-step} will run thru them backward without stopping.
7058
7059@kindex reverse-stepi
7060@kindex rsi @r{(@code{reverse-stepi})}
7061@item reverse-stepi @r{[}@var{count}@r{]}
7062Reverse-execute one machine instruction. Note that the instruction
7063to be reverse-executed is @emph{not} the one pointed to by the program
7064counter, but the instruction executed prior to that one. For instance,
7065if the last instruction was a jump, @code{reverse-stepi} will take you
7066back from the destination of the jump to the jump instruction itself.
7067
7068@kindex reverse-next
7069@kindex rn @r{(@code{reverse-next})}
7070@item reverse-next @r{[}@var{count}@r{]}
7071Run backward to the beginning of the previous line executed in
7072the current (innermost) stack frame. If the line contains function
7073calls, they will be ``un-executed'' without stopping. Starting from
7074the first line of a function, @code{reverse-next} will take you back
7075to the caller of that function, @emph{before} the function was called,
7076just as the normal @code{next} command would take you from the last
7077line of a function back to its return to its caller
7078@footnote{Unless the code is too heavily optimized.}.
7079
7080@kindex reverse-nexti
7081@kindex rni @r{(@code{reverse-nexti})}
7082@item reverse-nexti @r{[}@var{count}@r{]}
7083Like @code{nexti}, @code{reverse-nexti} executes a single instruction
7084in reverse, except that called functions are ``un-executed'' atomically.
7085That is, if the previously executed instruction was a return from
7086another function, @code{reverse-nexti} will continue to execute
7087in reverse until the call to that function (from the current stack
7088frame) is reached.
7089
7090@kindex reverse-finish
7091@item reverse-finish
7092Just as the @code{finish} command takes you to the point where the
7093current function returns, @code{reverse-finish} takes you to the point
7094where it was called. Instead of ending up at the end of the current
7095function invocation, you end up at the beginning.
7096
7097@kindex set exec-direction
7098@item set exec-direction
7099Set the direction of target execution.
7100@item set exec-direction reverse
7101@cindex execute forward or backward in time
7102@value{GDBN} will perform all execution commands in reverse, until the
7103exec-direction mode is changed to ``forward''. Affected commands include
7104@code{step, stepi, next, nexti, continue, and finish}. The @code{return}
7105command cannot be used in reverse mode.
7106@item set exec-direction forward
7107@value{GDBN} will perform all execution commands in the normal fashion.
7108This is the default.
7109@end table
7110
7111
7112@node Process Record and Replay
7113@chapter Recording Inferior's Execution and Replaying It
7114@cindex process record and replay
7115@cindex recording inferior's execution and replaying it
7116
7117On some platforms, @value{GDBN} provides a special @dfn{process record
7118and replay} target that can record a log of the process execution, and
7119replay it later with both forward and reverse execution commands.
7120
7121@cindex replay mode
7122When this target is in use, if the execution log includes the record
7123for the next instruction, @value{GDBN} will debug in @dfn{replay
7124mode}. In the replay mode, the inferior does not really execute code
7125instructions. Instead, all the events that normally happen during
7126code execution are taken from the execution log. While code is not
7127really executed in replay mode, the values of registers (including the
7128program counter register) and the memory of the inferior are still
7129changed as they normally would. Their contents are taken from the
7130execution log.
7131
7132@cindex record mode
7133If the record for the next instruction is not in the execution log,
7134@value{GDBN} will debug in @dfn{record mode}. In this mode, the
7135inferior executes normally, and @value{GDBN} records the execution log
7136for future replay.
7137
7138The process record and replay target supports reverse execution
7139(@pxref{Reverse Execution}), even if the platform on which the
7140inferior runs does not. However, the reverse execution is limited in
7141this case by the range of the instructions recorded in the execution
7142log. In other words, reverse execution on platforms that don't
7143support it directly can only be done in the replay mode.
7144
7145When debugging in the reverse direction, @value{GDBN} will work in
7146replay mode as long as the execution log includes the record for the
7147previous instruction; otherwise, it will work in record mode, if the
7148platform supports reverse execution, or stop if not.
7149
7150Currently, process record and replay is supported on ARM, Aarch64,
7151Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running
7152GNU/Linux. Process record and replay can be used both when native
7153debugging, and when remote debugging via @code{gdbserver}.
7154
7155For architecture environments that support process record and replay,
7156@value{GDBN} provides the following commands:
7157
7158@table @code
7159@kindex target record
7160@kindex target record-full
7161@kindex target record-btrace
7162@kindex record
7163@kindex record full
7164@kindex record btrace
7165@kindex record btrace bts
7166@kindex record btrace pt
7167@kindex record bts
7168@kindex record pt
7169@kindex rec
7170@kindex rec full
7171@kindex rec btrace
7172@kindex rec btrace bts
7173@kindex rec btrace pt
7174@kindex rec bts
7175@kindex rec pt
7176@item record @var{method}
7177This command starts the process record and replay target. The
7178recording method can be specified as parameter. Without a parameter
7179the command uses the @code{full} recording method. The following
7180recording methods are available:
7181
7182@table @code
7183@item full
7184Full record/replay recording using @value{GDBN}'s software record and
7185replay implementation. This method allows replaying and reverse
7186execution.
7187
7188@item btrace @var{format}
7189Hardware-supported instruction recording, supported on Intel
7190processors. This method does not record data. Further, the data is
7191collected in a ring buffer so old data will be overwritten when the
7192buffer is full. It allows limited reverse execution. Variables and
7193registers are not available during reverse execution. In remote
7194debugging, recording continues on disconnect. Recorded data can be
7195inspected after reconnecting. The recording may be stopped using
7196@code{record stop}.
7197
7198The recording format can be specified as parameter. Without a parameter
7199the command chooses the recording format. The following recording
7200formats are available:
7201
7202@table @code
7203@item bts
7204@cindex branch trace store
7205Use the @dfn{Branch Trace Store} (@acronym{BTS}) recording format. In
7206this format, the processor stores a from/to record for each executed
7207branch in the btrace ring buffer.
7208
7209@item pt
7210@cindex Intel Processor Trace
7211Use the @dfn{Intel Processor Trace} recording format. In this
7212format, the processor stores the execution trace in a compressed form
7213that is afterwards decoded by @value{GDBN}.
7214
7215The trace can be recorded with very low overhead. The compressed
7216trace format also allows small trace buffers to already contain a big
7217number of instructions compared to @acronym{BTS}.
7218
7219Decoding the recorded execution trace, on the other hand, is more
7220expensive than decoding @acronym{BTS} trace. This is mostly due to the
7221increased number of instructions to process. You should increase the
7222buffer-size with care.
7223@end table
7224
7225Not all recording formats may be available on all processors.
7226@end table
7227
7228The process record and replay target can only debug a process that is
7229already running. Therefore, you need first to start the process with
7230the @kbd{run} or @kbd{start} commands, and then start the recording
7231with the @kbd{record @var{method}} command.
7232
7233@cindex displaced stepping, and process record and replay
7234Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
7235will be automatically disabled when process record and replay target
7236is started. That's because the process record and replay target
7237doesn't support displaced stepping.
7238
7239@cindex non-stop mode, and process record and replay
7240@cindex asynchronous execution, and process record and replay
7241If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
7242the asynchronous execution mode (@pxref{Background Execution}), not
7243all recording methods are available. The @code{full} recording method
7244does not support these two modes.
7245
7246@kindex record stop
7247@kindex rec s
7248@item record stop
7249Stop the process record and replay target. When process record and
7250replay target stops, the entire execution log will be deleted and the
7251inferior will either be terminated, or will remain in its final state.
7252
7253When you stop the process record and replay target in record mode (at
7254the end of the execution log), the inferior will be stopped at the
7255next instruction that would have been recorded. In other words, if
7256you record for a while and then stop recording, the inferior process
7257will be left in the same state as if the recording never happened.
7258
7259On the other hand, if the process record and replay target is stopped
7260while in replay mode (that is, not at the end of the execution log,
7261but at some earlier point), the inferior process will become ``live''
7262at that earlier state, and it will then be possible to continue the
7263usual ``live'' debugging of the process from that state.
7264
7265When the inferior process exits, or @value{GDBN} detaches from it,
7266process record and replay target will automatically stop itself.
7267
7268@kindex record goto
7269@item record goto
7270Go to a specific location in the execution log. There are several
7271ways to specify the location to go to:
7272
7273@table @code
7274@item record goto begin
7275@itemx record goto start
7276Go to the beginning of the execution log.
7277
7278@item record goto end
7279Go to the end of the execution log.
7280
7281@item record goto @var{n}
7282Go to instruction number @var{n} in the execution log.
7283@end table
7284
7285@kindex record save
7286@item record save @var{filename}
7287Save the execution log to a file @file{@var{filename}}.
7288Default filename is @file{gdb_record.@var{process_id}}, where
7289@var{process_id} is the process ID of the inferior.
7290
7291This command may not be available for all recording methods.
7292
7293@kindex record restore
7294@item record restore @var{filename}
7295Restore the execution log from a file @file{@var{filename}}.
7296File must have been created with @code{record save}.
7297
7298@kindex set record full
7299@item set record full insn-number-max @var{limit}
7300@itemx set record full insn-number-max unlimited
7301Set the limit of instructions to be recorded for the @code{full}
7302recording method. Default value is 200000.
7303
7304If @var{limit} is a positive number, then @value{GDBN} will start
7305deleting instructions from the log once the number of the record
7306instructions becomes greater than @var{limit}. For every new recorded
7307instruction, @value{GDBN} will delete the earliest recorded
7308instruction to keep the number of recorded instructions at the limit.
7309(Since deleting recorded instructions loses information, @value{GDBN}
7310lets you control what happens when the limit is reached, by means of
7311the @code{stop-at-limit} option, described below.)
7312
7313If @var{limit} is @code{unlimited} or zero, @value{GDBN} will never
7314delete recorded instructions from the execution log. The number of
7315recorded instructions is limited only by the available memory.
7316
7317@kindex show record full
7318@item show record full insn-number-max
7319Show the limit of instructions to be recorded with the @code{full}
7320recording method.
7321
7322@item set record full stop-at-limit
7323Control the behavior of the @code{full} recording method when the
7324number of recorded instructions reaches the limit. If ON (the
7325default), @value{GDBN} will stop when the limit is reached for the
7326first time and ask you whether you want to stop the inferior or
7327continue running it and recording the execution log. If you decide
7328to continue recording, each new recorded instruction will cause the
7329oldest one to be deleted.
7330
7331If this option is OFF, @value{GDBN} will automatically delete the
7332oldest record to make room for each new one, without asking.
7333
7334@item show record full stop-at-limit
7335Show the current setting of @code{stop-at-limit}.
7336
7337@item set record full memory-query
7338Control the behavior when @value{GDBN} is unable to record memory
7339changes caused by an instruction for the @code{full} recording method.
7340If ON, @value{GDBN} will query whether to stop the inferior in that
7341case.
7342
7343If this option is OFF (the default), @value{GDBN} will automatically
7344ignore the effect of such instructions on memory. Later, when
7345@value{GDBN} replays this execution log, it will mark the log of this
7346instruction as not accessible, and it will not affect the replay
7347results.
7348
7349@item show record full memory-query
7350Show the current setting of @code{memory-query}.
7351
7352@kindex set record btrace
7353The @code{btrace} record target does not trace data. As a
7354convenience, when replaying, @value{GDBN} reads read-only memory off
7355the live program directly, assuming that the addresses of the
7356read-only areas don't change. This for example makes it possible to
7357disassemble code while replaying, but not to print variables.
7358In some cases, being able to inspect variables might be useful.
7359You can use the following command for that:
7360
7361@item set record btrace replay-memory-access
7362Control the behavior of the @code{btrace} recording method when
7363accessing memory during replay. If @code{read-only} (the default),
7364@value{GDBN} will only allow accesses to read-only memory.
7365If @code{read-write}, @value{GDBN} will allow accesses to read-only
7366and to read-write memory. Beware that the accessed memory corresponds
7367to the live target and not necessarily to the current replay
7368position.
7369
7370@item set record btrace cpu @var{identifier}
7371Set the processor to be used for enabling workarounds for processor
7372errata when decoding the trace.
7373
7374Processor errata are defects in processor operation, caused by its
7375design or manufacture. They can cause a trace not to match the
7376specification. This, in turn, may cause trace decode to fail.
7377@value{GDBN} can detect erroneous trace packets and correct them, thus
7378avoiding the decoding failures. These corrections are known as
7379@dfn{errata workarounds}, and are enabled based on the processor on
7380which the trace was recorded.
7381
7382By default, @value{GDBN} attempts to detect the processor
7383automatically, and apply the necessary workarounds for it. However,
7384you may need to specify the processor if @value{GDBN} does not yet
7385support it. This command allows you to do that, and also allows to
7386disable the workarounds.
7387
7388The argument @var{identifier} identifies the @sc{cpu} and is of the
7389form: @code{@var{vendor}:@var{processor identifier}}. In addition,
7390there are two special identifiers, @code{none} and @code{auto}
7391(default).
7392
7393The following vendor identifiers and corresponding processor
7394identifiers are currently supported:
7395
7396@multitable @columnfractions .1 .9
7397
7398@item @code{intel}
7399@tab @var{family}/@var{model}[/@var{stepping}]
7400
7401@end multitable
7402
7403On GNU/Linux systems, the processor @var{family}, @var{model}, and
7404@var{stepping} can be obtained from @code{/proc/cpuinfo}.
7405
7406If @var{identifier} is @code{auto}, enable errata workarounds for the
7407processor on which the trace was recorded. If @var{identifier} is
7408@code{none}, errata workarounds are disabled.
7409
7410For example, when using an old @value{GDBN} on a new system, decode
7411may fail because @value{GDBN} does not support the new processor. It
7412often suffices to specify an older processor that @value{GDBN}
7413supports.
7414
7415@smallexample
7416(@value{GDBP}) info record
7417Active record target: record-btrace
7418Recording format: Intel Processor Trace.
7419Buffer size: 16kB.
7420Failed to configure the Intel Processor Trace decoder: unknown cpu.
7421(@value{GDBP}) set record btrace cpu intel:6/158
7422(@value{GDBP}) info record
7423Active record target: record-btrace
7424Recording format: Intel Processor Trace.
7425Buffer size: 16kB.
7426Recorded 84872 instructions in 3189 functions (0 gaps) for thread 1 (...).
7427@end smallexample
7428
7429@kindex show record btrace
7430@item show record btrace replay-memory-access
7431Show the current setting of @code{replay-memory-access}.
7432
7433@item show record btrace cpu
7434Show the processor to be used for enabling trace decode errata
7435workarounds.
7436
7437@kindex set record btrace bts
7438@item set record btrace bts buffer-size @var{size}
7439@itemx set record btrace bts buffer-size unlimited
7440Set the requested ring buffer size for branch tracing in @acronym{BTS}
7441format. Default is 64KB.
7442
7443If @var{size} is a positive number, then @value{GDBN} will try to
7444allocate a buffer of at least @var{size} bytes for each new thread
7445that uses the btrace recording method and the @acronym{BTS} format.
7446The actually obtained buffer size may differ from the requested
7447@var{size}. Use the @code{info record} command to see the actual
7448buffer size for each thread that uses the btrace recording method and
7449the @acronym{BTS} format.
7450
7451If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7452allocate a buffer of 4MB.
7453
7454Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7455also need longer to process the branch trace data before it can be used.
7456
7457@item show record btrace bts buffer-size @var{size}
7458Show the current setting of the requested ring buffer size for branch
7459tracing in @acronym{BTS} format.
7460
7461@kindex set record btrace pt
7462@item set record btrace pt buffer-size @var{size}
7463@itemx set record btrace pt buffer-size unlimited
7464Set the requested ring buffer size for branch tracing in Intel
7465Processor Trace format. Default is 16KB.
7466
7467If @var{size} is a positive number, then @value{GDBN} will try to
7468allocate a buffer of at least @var{size} bytes for each new thread
7469that uses the btrace recording method and the Intel Processor Trace
7470format. The actually obtained buffer size may differ from the
7471requested @var{size}. Use the @code{info record} command to see the
7472actual buffer size for each thread.
7473
7474If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
7475allocate a buffer of 4MB.
7476
7477Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
7478also need longer to process the branch trace data before it can be used.
7479
7480@item show record btrace pt buffer-size @var{size}
7481Show the current setting of the requested ring buffer size for branch
7482tracing in Intel Processor Trace format.
7483
7484@kindex info record
7485@item info record
7486Show various statistics about the recording depending on the recording
7487method:
7488
7489@table @code
7490@item full
7491For the @code{full} recording method, it shows the state of process
7492record and its in-memory execution log buffer, including:
7493
7494@itemize @bullet
7495@item
7496Whether in record mode or replay mode.
7497@item
7498Lowest recorded instruction number (counting from when the current execution log started recording instructions).
7499@item
7500Highest recorded instruction number.
7501@item
7502Current instruction about to be replayed (if in replay mode).
7503@item
7504Number of instructions contained in the execution log.
7505@item
7506Maximum number of instructions that may be contained in the execution log.
7507@end itemize
7508
7509@item btrace
7510For the @code{btrace} recording method, it shows:
7511
7512@itemize @bullet
7513@item
7514Recording format.
7515@item
7516Number of instructions that have been recorded.
7517@item
7518Number of blocks of sequential control-flow formed by the recorded
7519instructions.
7520@item
7521Whether in record mode or replay mode.
7522@end itemize
7523
7524For the @code{bts} recording format, it also shows:
7525@itemize @bullet
7526@item
7527Size of the perf ring buffer.
7528@end itemize
7529
7530For the @code{pt} recording format, it also shows:
7531@itemize @bullet
7532@item
7533Size of the perf ring buffer.
7534@end itemize
7535@end table
7536
7537@kindex record delete
7538@kindex rec del
7539@item record delete
7540When record target runs in replay mode (``in the past''), delete the
7541subsequent execution log and begin to record a new execution log starting
7542from the current address. This means you will abandon the previously
7543recorded ``future'' and begin recording a new ``future''.
7544
7545@kindex record instruction-history
7546@kindex rec instruction-history
7547@item record instruction-history
7548Disassembles instructions from the recorded execution log. By
7549default, ten instructions are disassembled. This can be changed using
7550the @code{set record instruction-history-size} command. Instructions
7551are printed in execution order.
7552
7553It can also print mixed source+disassembly if you specify the the
7554@code{/m} or @code{/s} modifier, and print the raw instructions in hex
7555as well as in symbolic form by specifying the @code{/r} modifier.
7556
7557The current position marker is printed for the instruction at the
7558current program counter value. This instruction can appear multiple
7559times in the trace and the current position marker will be printed
7560every time. To omit the current position marker, specify the
7561@code{/p} modifier.
7562
7563To better align the printed instructions when the trace contains
7564instructions from more than one function, the function name may be
7565omitted by specifying the @code{/f} modifier.
7566
7567Speculatively executed instructions are prefixed with @samp{?}. This
7568feature is not available for all recording formats.
7569
7570There are several ways to specify what part of the execution log to
7571disassemble:
7572
7573@table @code
7574@item record instruction-history @var{insn}
7575Disassembles ten instructions starting from instruction number
7576@var{insn}.
7577
7578@item record instruction-history @var{insn}, +/-@var{n}
7579Disassembles @var{n} instructions around instruction number
7580@var{insn}. If @var{n} is preceded with @code{+}, disassembles
7581@var{n} instructions after instruction number @var{insn}. If
7582@var{n} is preceded with @code{-}, disassembles @var{n}
7583instructions before instruction number @var{insn}.
7584
7585@item record instruction-history
7586Disassembles ten more instructions after the last disassembly.
7587
7588@item record instruction-history -
7589Disassembles ten more instructions before the last disassembly.
7590
7591@item record instruction-history @var{begin}, @var{end}
7592Disassembles instructions beginning with instruction number
7593@var{begin} until instruction number @var{end}. The instruction
7594number @var{end} is included.
7595@end table
7596
7597This command may not be available for all recording methods.
7598
7599@kindex set record
7600@item set record instruction-history-size @var{size}
7601@itemx set record instruction-history-size unlimited
7602Define how many instructions to disassemble in the @code{record
7603instruction-history} command. The default value is 10.
7604A @var{size} of @code{unlimited} means unlimited instructions.
7605
7606@kindex show record
7607@item show record instruction-history-size
7608Show how many instructions to disassemble in the @code{record
7609instruction-history} command.
7610
7611@kindex record function-call-history
7612@kindex rec function-call-history
7613@item record function-call-history
7614Prints the execution history at function granularity. It prints one
7615line for each sequence of instructions that belong to the same
7616function giving the name of that function, the source lines
7617for this instruction sequence (if the @code{/l} modifier is
7618specified), and the instructions numbers that form the sequence (if
7619the @code{/i} modifier is specified). The function names are indented
7620to reflect the call stack depth if the @code{/c} modifier is
7621specified. The @code{/l}, @code{/i}, and @code{/c} modifiers can be
7622given together.
7623
7624@smallexample
7625(@value{GDBP}) @b{list 1, 10}
76261 void foo (void)
76272 @{
76283 @}
76294
76305 void bar (void)
76316 @{
76327 ...
76338 foo ();
76349 ...
763510 @}
7636(@value{GDBP}) @b{record function-call-history /ilc}
76371 bar inst 1,4 at foo.c:6,8
76382 foo inst 5,10 at foo.c:2,3
76393 bar inst 11,13 at foo.c:9,10
7640@end smallexample
7641
7642By default, ten lines are printed. This can be changed using the
7643@code{set record function-call-history-size} command. Functions are
7644printed in execution order. There are several ways to specify what
7645to print:
7646
7647@table @code
7648@item record function-call-history @var{func}
7649Prints ten functions starting from function number @var{func}.
7650
7651@item record function-call-history @var{func}, +/-@var{n}
7652Prints @var{n} functions around function number @var{func}. If
7653@var{n} is preceded with @code{+}, prints @var{n} functions after
7654function number @var{func}. If @var{n} is preceded with @code{-},
7655prints @var{n} functions before function number @var{func}.
7656
7657@item record function-call-history
7658Prints ten more functions after the last ten-line print.
7659
7660@item record function-call-history -
7661Prints ten more functions before the last ten-line print.
7662
7663@item record function-call-history @var{begin}, @var{end}
7664Prints functions beginning with function number @var{begin} until
7665function number @var{end}. The function number @var{end} is included.
7666@end table
7667
7668This command may not be available for all recording methods.
7669
7670@item set record function-call-history-size @var{size}
7671@itemx set record function-call-history-size unlimited
7672Define how many lines to print in the
7673@code{record function-call-history} command. The default value is 10.
7674A size of @code{unlimited} means unlimited lines.
7675
7676@item show record function-call-history-size
7677Show how many lines to print in the
7678@code{record function-call-history} command.
7679@end table
7680
7681
7682@node Stack
7683@chapter Examining the Stack
7684
7685When your program has stopped, the first thing you need to know is where it
7686stopped and how it got there.
7687
7688@cindex call stack
7689Each time your program performs a function call, information about the call
7690is generated.
7691That information includes the location of the call in your program,
7692the arguments of the call,
7693and the local variables of the function being called.
7694The information is saved in a block of data called a @dfn{stack frame}.
7695The stack frames are allocated in a region of memory called the @dfn{call
7696stack}.
7697
7698When your program stops, the @value{GDBN} commands for examining the
7699stack allow you to see all of this information.
7700
7701@cindex selected frame
7702One of the stack frames is @dfn{selected} by @value{GDBN} and many
7703@value{GDBN} commands refer implicitly to the selected frame. In
7704particular, whenever you ask @value{GDBN} for the value of a variable in
7705your program, the value is found in the selected frame. There are
7706special @value{GDBN} commands to select whichever frame you are
7707interested in. @xref{Selection, ,Selecting a Frame}.
7708
7709When your program stops, @value{GDBN} automatically selects the
7710currently executing frame and describes it briefly, similar to the
7711@code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
7712
7713@menu
7714* Frames:: Stack frames
7715* Backtrace:: Backtraces
7716* Selection:: Selecting a frame
7717* Frame Info:: Information on a frame
7718* Frame Apply:: Applying a command to several frames
7719* Frame Filter Management:: Managing frame filters
7720
7721@end menu
7722
7723@node Frames
7724@section Stack Frames
7725
7726@cindex frame, definition
7727@cindex stack frame
7728The call stack is divided up into contiguous pieces called @dfn{stack
7729frames}, or @dfn{frames} for short; each frame is the data associated
7730with one call to one function. The frame contains the arguments given
7731to the function, the function's local variables, and the address at
7732which the function is executing.
7733
7734@cindex initial frame
7735@cindex outermost frame
7736@cindex innermost frame
7737When your program is started, the stack has only one frame, that of the
7738function @code{main}. This is called the @dfn{initial} frame or the
7739@dfn{outermost} frame. Each time a function is called, a new frame is
7740made. Each time a function returns, the frame for that function invocation
7741is eliminated. If a function is recursive, there can be many frames for
7742the same function. The frame for the function in which execution is
7743actually occurring is called the @dfn{innermost} frame. This is the most
7744recently created of all the stack frames that still exist.
7745
7746@cindex frame pointer
7747Inside your program, stack frames are identified by their addresses. A
7748stack frame consists of many bytes, each of which has its own address; each
7749kind of computer has a convention for choosing one byte whose
7750address serves as the address of the frame. Usually this address is kept
7751in a register called the @dfn{frame pointer register}
7752(@pxref{Registers, $fp}) while execution is going on in that frame.
7753
7754@cindex frame level
7755@cindex frame number
7756@value{GDBN} labels each existing stack frame with a @dfn{level}, a
7757number that is zero for the innermost frame, one for the frame that
7758called it, and so on upward. These level numbers give you a way of
7759designating stack frames in @value{GDBN} commands. The terms
7760@dfn{frame number} and @dfn{frame level} can be used interchangeably to
7761describe this number.
7762
7763@c The -fomit-frame-pointer below perennially causes hbox overflow
7764@c underflow problems.
7765@cindex frameless execution
7766Some compilers provide a way to compile functions so that they operate
7767without stack frames. (For example, the @value{NGCC} option
7768@smallexample
7769@samp{-fomit-frame-pointer}
7770@end smallexample
7771generates functions without a frame.)
7772This is occasionally done with heavily used library functions to save
7773the frame setup time. @value{GDBN} has limited facilities for dealing
7774with these function invocations. If the innermost function invocation
7775has no stack frame, @value{GDBN} nevertheless regards it as though
7776it had a separate frame, which is numbered zero as usual, allowing
7777correct tracing of the function call chain. However, @value{GDBN} has
7778no provision for frameless functions elsewhere in the stack.
7779
7780@node Backtrace
7781@section Backtraces
7782
7783@cindex traceback
7784@cindex call stack traces
7785A backtrace is a summary of how your program got where it is. It shows one
7786line per frame, for many frames, starting with the currently executing
7787frame (frame zero), followed by its caller (frame one), and on up the
7788stack.
7789
7790@anchor{backtrace-command}
7791@kindex backtrace
7792@kindex bt @r{(@code{backtrace})}
7793To print a backtrace of the entire stack, use the @code{backtrace}
7794command, or its alias @code{bt}. This command will print one line per
7795frame for frames in the stack. By default, all stack frames are
7796printed. You can stop the backtrace at any time by typing the system
7797interrupt character, normally @kbd{Ctrl-c}.
7798
7799@table @code
7800@item backtrace [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
7801@itemx bt [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
7802Print the backtrace of the entire stack.
7803
7804The optional @var{count} can be one of the following:
7805
7806@table @code
7807@item @var{n}
7808@itemx @var{n}
7809Print only the innermost @var{n} frames, where @var{n} is a positive
7810number.
7811
7812@item -@var{n}
7813@itemx -@var{n}
7814Print only the outermost @var{n} frames, where @var{n} is a positive
7815number.
7816@end table
7817
7818Options:
7819
7820@table @code
7821@item -full
7822Print the values of the local variables also. This can be combined
7823with the optional @var{count} to limit the number of frames shown.
7824
7825@item -no-filters
7826Do not run Python frame filters on this backtrace. @xref{Frame
7827Filter API}, for more information. Additionally use @ref{disable
7828frame-filter all} to turn off all frame filters. This is only
7829relevant when @value{GDBN} has been configured with @code{Python}
7830support.
7831
7832@item -hide
7833A Python frame filter might decide to ``elide'' some frames. Normally
7834such elided frames are still printed, but they are indented relative
7835to the filtered frames that cause them to be elided. The @code{-hide}
7836option causes elided frames to not be printed at all.
7837@end table
7838
7839The @code{backtrace} command also supports a number of options that
7840allow overriding relevant global print settings as set by @code{set
7841backtrace} and @code{set print} subcommands:
7842
7843@table @code
7844@item -past-main [@code{on}|@code{off}]
7845Set whether backtraces should continue past @code{main}. Related setting:
7846@ref{set backtrace past-main}.
7847
7848@item -past-entry [@code{on}|@code{off}]
7849Set whether backtraces should continue past the entry point of a program.
7850Related setting: @ref{set backtrace past-entry}.
7851
7852@item -entry-values @code{no}|@code{only}|@code{preferred}|@code{if-needed}|@code{both}|@code{compact}|@code{default}
7853Set printing of function arguments at function entry.
7854Related setting: @ref{set print entry-values}.
7855
7856@item -frame-arguments @code{all}|@code{scalars}|@code{none}
7857Set printing of non-scalar frame arguments.
7858Related setting: @ref{set print frame-arguments}.
7859
7860@item -raw-frame-arguments [@code{on}|@code{off}]
7861Set whether to print frame arguments in raw form.
7862Related setting: @ref{set print raw-frame-arguments}.
7863
7864@item -frame-info @code{auto}|@code{source-line}|@code{location}|@code{source-and-location}|@code{location-and-address}|@code{short-location}
7865Set printing of frame information.
7866Related setting: @ref{set print frame-info}.
7867@end table
7868
7869The optional @var{qualifier} is maintained for backward compatibility.
7870It can be one of the following:
7871
7872@table @code
7873@item full
7874Equivalent to the @code{-full} option.
7875
7876@item no-filters
7877Equivalent to the @code{-no-filters} option.
7878
7879@item hide
7880Equivalent to the @code{-hide} option.
7881@end table
7882
7883@end table
7884
7885@kindex where
7886@kindex info stack
7887The names @code{where} and @code{info stack} (abbreviated @code{info s})
7888are additional aliases for @code{backtrace}.
7889
7890@cindex multiple threads, backtrace
7891In a multi-threaded program, @value{GDBN} by default shows the
7892backtrace only for the current thread. To display the backtrace for
7893several or all of the threads, use the command @code{thread apply}
7894(@pxref{Threads, thread apply}). For example, if you type @kbd{thread
7895apply all backtrace}, @value{GDBN} will display the backtrace for all
7896the threads; this is handy when you debug a core dump of a
7897multi-threaded program.
7898
7899Each line in the backtrace shows the frame number and the function name.
7900The program counter value is also shown---unless you use @code{set
7901print address off}. The backtrace also shows the source file name and
7902line number, as well as the arguments to the function. The program
7903counter value is omitted if it is at the beginning of the code for that
7904line number.
7905
7906Here is an example of a backtrace. It was made with the command
7907@samp{bt 3}, so it shows the innermost three frames.
7908
7909@smallexample
7910@group
7911#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
7912 at builtin.c:993
7913#1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
7914#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
7915 at macro.c:71
7916(More stack frames follow...)
7917@end group
7918@end smallexample
7919
7920@noindent
7921The display for frame zero does not begin with a program counter
7922value, indicating that your program has stopped at the beginning of the
7923code for line @code{993} of @code{builtin.c}.
7924
7925@noindent
7926The value of parameter @code{data} in frame 1 has been replaced by
7927@code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
7928only if it is a scalar (integer, pointer, enumeration, etc). See command
7929@kbd{set print frame-arguments} in @ref{Print Settings} for more details
7930on how to configure the way function parameter values are printed.
7931The command @kbd{set print frame-info} (@pxref{Print Settings}) controls
7932what frame information is printed.
7933
7934@cindex optimized out, in backtrace
7935@cindex function call arguments, optimized out
7936If your program was compiled with optimizations, some compilers will
7937optimize away arguments passed to functions if those arguments are
7938never used after the call. Such optimizations generate code that
7939passes arguments through registers, but doesn't store those arguments
7940in the stack frame. @value{GDBN} has no way of displaying such
7941arguments in stack frames other than the innermost one. Here's what
7942such a backtrace might look like:
7943
7944@smallexample
7945@group
7946#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
7947 at builtin.c:993
7948#1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
7949#2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
7950 at macro.c:71
7951(More stack frames follow...)
7952@end group
7953@end smallexample
7954
7955@noindent
7956The values of arguments that were not saved in their stack frames are
7957shown as @samp{<optimized out>}.
7958
7959If you need to display the values of such optimized-out arguments,
7960either deduce that from other variables whose values depend on the one
7961you are interested in, or recompile without optimizations.
7962
7963@cindex backtrace beyond @code{main} function
7964@cindex program entry point
7965@cindex startup code, and backtrace
7966Most programs have a standard user entry point---a place where system
7967libraries and startup code transition into user code. For C this is
7968@code{main}@footnote{
7969Note that embedded programs (the so-called ``free-standing''
7970environment) are not required to have a @code{main} function as the
7971entry point. They could even have multiple entry points.}.
7972When @value{GDBN} finds the entry function in a backtrace
7973it will terminate the backtrace, to avoid tracing into highly
7974system-specific (and generally uninteresting) code.
7975
7976If you need to examine the startup code, or limit the number of levels
7977in a backtrace, you can change this behavior:
7978
7979@table @code
7980@item set backtrace past-main
7981@itemx set backtrace past-main on
7982@anchor{set backtrace past-main}
7983@kindex set backtrace
7984Backtraces will continue past the user entry point.
7985
7986@item set backtrace past-main off
7987Backtraces will stop when they encounter the user entry point. This is the
7988default.
7989
7990@item show backtrace past-main
7991@kindex show backtrace
7992Display the current user entry point backtrace policy.
7993
7994@item set backtrace past-entry
7995@itemx set backtrace past-entry on
7996@anchor{set backtrace past-entry}
7997Backtraces will continue past the internal entry point of an application.
7998This entry point is encoded by the linker when the application is built,
7999and is likely before the user entry point @code{main} (or equivalent) is called.
8000
8001@item set backtrace past-entry off
8002Backtraces will stop when they encounter the internal entry point of an
8003application. This is the default.
8004
8005@item show backtrace past-entry
8006Display the current internal entry point backtrace policy.
8007
8008@item set backtrace limit @var{n}
8009@itemx set backtrace limit 0
8010@itemx set backtrace limit unlimited
8011@anchor{set backtrace limit}
8012@cindex backtrace limit
8013Limit the backtrace to @var{n} levels. A value of @code{unlimited}
8014or zero means unlimited levels.
8015
8016@item show backtrace limit
8017Display the current limit on backtrace levels.
8018@end table
8019
8020You can control how file names are displayed.
8021
8022@table @code
8023@item set filename-display
8024@itemx set filename-display relative
8025@cindex filename-display
8026Display file names relative to the compilation directory. This is the default.
8027
8028@item set filename-display basename
8029Display only basename of a filename.
8030
8031@item set filename-display absolute
8032Display an absolute filename.
8033
8034@item show filename-display
8035Show the current way to display filenames.
8036@end table
8037
8038@node Selection
8039@section Selecting a Frame
8040
8041Most commands for examining the stack and other data in your program work on
8042whichever stack frame is selected at the moment. Here are the commands for
8043selecting a stack frame; all of them finish by printing a brief description
8044of the stack frame just selected.
8045
8046@table @code
8047@kindex frame@r{, selecting}
8048@kindex f @r{(@code{frame})}
8049@item frame @r{[} @var{frame-selection-spec} @r{]}
8050@item f @r{[} @var{frame-selection-spec} @r{]}
8051The @command{frame} command allows different stack frames to be
8052selected. The @var{frame-selection-spec} can be any of the following:
8053
8054@table @code
8055@kindex frame level
8056@item @var{num}
8057@item level @var{num}
8058Select frame level @var{num}. Recall that frame zero is the innermost
8059(currently executing) frame, frame one is the frame that called the
8060innermost one, and so on. The highest level frame is usually the one
8061for @code{main}.
8062
8063As this is the most common method of navigating the frame stack, the
8064string @command{level} can be omitted. For example, the following two
8065commands are equivalent:
8066
8067@smallexample
8068(@value{GDBP}) frame 3
8069(@value{GDBP}) frame level 3
8070@end smallexample
8071
8072@kindex frame address
8073@item address @var{stack-address}
8074Select the frame with stack address @var{stack-address}. The
8075@var{stack-address} for a frame can be seen in the output of
8076@command{info frame}, for example:
8077
8078@smallexample
8079(@value{GDBP}) info frame
8080Stack level 1, frame at 0x7fffffffda30:
8081 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
8082 tail call frame, caller of frame at 0x7fffffffda30
8083 source language c++.
8084 Arglist at unknown address.
8085 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
8086@end smallexample
8087
8088The @var{stack-address} for this frame is @code{0x7fffffffda30} as
8089indicated by the line:
8090
8091@smallexample
8092Stack level 1, frame at 0x7fffffffda30:
8093@end smallexample
8094
8095@kindex frame function
8096@item function @var{function-name}
8097Select the stack frame for function @var{function-name}. If there are
8098multiple stack frames for function @var{function-name} then the inner
8099most stack frame is selected.
8100
8101@kindex frame view
8102@item view @var{stack-address} @r{[} @var{pc-addr} @r{]}
8103View a frame that is not part of @value{GDBN}'s backtrace. The frame
8104viewed has stack address @var{stack-addr}, and optionally, a program
8105counter address of @var{pc-addr}.
8106
8107This is useful mainly if the chaining of stack frames has been
8108damaged by a bug, making it impossible for @value{GDBN} to assign
8109numbers properly to all frames. In addition, this can be useful
8110when your program has multiple stacks and switches between them.
8111
8112When viewing a frame outside the current backtrace using
8113@command{frame view} then you can always return to the original
8114stack using one of the previous stack frame selection instructions,
8115for example @command{frame level 0}.
8116
8117@end table
8118
8119@kindex up
8120@item up @var{n}
8121Move @var{n} frames up the stack; @var{n} defaults to 1. For positive
8122numbers @var{n}, this advances toward the outermost frame, to higher
8123frame numbers, to frames that have existed longer.
8124
8125@kindex down
8126@kindex do @r{(@code{down})}
8127@item down @var{n}
8128Move @var{n} frames down the stack; @var{n} defaults to 1. For
8129positive numbers @var{n}, this advances toward the innermost frame, to
8130lower frame numbers, to frames that were created more recently.
8131You may abbreviate @code{down} as @code{do}.
8132@end table
8133
8134All of these commands end by printing two lines of output describing the
8135frame. The first line shows the frame number, the function name, the
8136arguments, and the source file and line number of execution in that
8137frame. The second line shows the text of that source line.
8138
8139@need 1000
8140For example:
8141
8142@smallexample
8143@group
8144(@value{GDBP}) up
8145#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
8146 at env.c:10
814710 read_input_file (argv[i]);
8148@end group
8149@end smallexample
8150
8151After such a printout, the @code{list} command with no arguments
8152prints ten lines centered on the point of execution in the frame.
8153You can also edit the program at the point of execution with your favorite
8154editing program by typing @code{edit}.
8155@xref{List, ,Printing Source Lines},
8156for details.
8157
8158@table @code
8159@kindex select-frame
8160@item select-frame @r{[} @var{frame-selection-spec} @r{]}
8161The @code{select-frame} command is a variant of @code{frame} that does
8162not display the new frame after selecting it. This command is
8163intended primarily for use in @value{GDBN} command scripts, where the
8164output might be unnecessary and distracting. The
8165@var{frame-selection-spec} is as for the @command{frame} command
8166described in @ref{Selection, ,Selecting a Frame}.
8167
8168@kindex down-silently
8169@kindex up-silently
8170@item up-silently @var{n}
8171@itemx down-silently @var{n}
8172These two commands are variants of @code{up} and @code{down},
8173respectively; they differ in that they do their work silently, without
8174causing display of the new frame. They are intended primarily for use
8175in @value{GDBN} command scripts, where the output might be unnecessary and
8176distracting.
8177@end table
8178
8179@node Frame Info
8180@section Information About a Frame
8181
8182There are several other commands to print information about the selected
8183stack frame.
8184
8185@table @code
8186@item frame
8187@itemx f
8188When used without any argument, this command does not change which
8189frame is selected, but prints a brief description of the currently
8190selected stack frame. It can be abbreviated @code{f}. With an
8191argument, this command is used to select a stack frame.
8192@xref{Selection, ,Selecting a Frame}.
8193
8194@kindex info frame
8195@kindex info f @r{(@code{info frame})}
8196@item info frame
8197@itemx info f
8198This command prints a verbose description of the selected stack frame,
8199including:
8200
8201@itemize @bullet
8202@item
8203the address of the frame
8204@item
8205the address of the next frame down (called by this frame)
8206@item
8207the address of the next frame up (caller of this frame)
8208@item
8209the language in which the source code corresponding to this frame is written
8210@item
8211the address of the frame's arguments
8212@item
8213the address of the frame's local variables
8214@item
8215the program counter saved in it (the address of execution in the caller frame)
8216@item
8217which registers were saved in the frame
8218@end itemize
8219
8220@noindent The verbose description is useful when
8221something has gone wrong that has made the stack format fail to fit
8222the usual conventions.
8223
8224@item info frame @r{[} @var{frame-selection-spec} @r{]}
8225@itemx info f @r{[} @var{frame-selection-spec} @r{]}
8226Print a verbose description of the frame selected by
8227@var{frame-selection-spec}. The @var{frame-selection-spec} is the
8228same as for the @command{frame} command (@pxref{Selection, ,Selecting
8229a Frame}). The selected frame remains unchanged by this command.
8230
8231@kindex info args
8232@item info args [-q]
8233Print the arguments of the selected frame, each on a separate line.
8234
8235The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8236printing header information and messages explaining why no argument
8237have been printed.
8238
8239@item info args [-q] [-t @var{type_regexp}] [@var{regexp}]
8240Like @kbd{info args}, but only print the arguments selected
8241with the provided regexp(s).
8242
8243If @var{regexp} is provided, print only the arguments whose names
8244match the regular expression @var{regexp}.
8245
8246If @var{type_regexp} is provided, print only the arguments whose
8247types, as printed by the @code{whatis} command, match
8248the regular expression @var{type_regexp}.
8249If @var{type_regexp} contains space(s), it should be enclosed in
8250quote characters. If needed, use backslash to escape the meaning
8251of special characters or quotes.
8252
8253If both @var{regexp} and @var{type_regexp} are provided, an argument
8254is printed only if its name matches @var{regexp} and its type matches
8255@var{type_regexp}.
8256
8257@item info locals [-q]
8258@kindex info locals
8259Print the local variables of the selected frame, each on a separate
8260line. These are all variables (declared either static or automatic)
8261accessible at the point of execution of the selected frame.
8262
8263The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8264printing header information and messages explaining why no local variables
8265have been printed.
8266
8267@item info locals [-q] [-t @var{type_regexp}] [@var{regexp}]
8268Like @kbd{info locals}, but only print the local variables selected
8269with the provided regexp(s).
8270
8271If @var{regexp} is provided, print only the local variables whose names
8272match the regular expression @var{regexp}.
8273
8274If @var{type_regexp} is provided, print only the local variables whose
8275types, as printed by the @code{whatis} command, match
8276the regular expression @var{type_regexp}.
8277If @var{type_regexp} contains space(s), it should be enclosed in
8278quote characters. If needed, use backslash to escape the meaning
8279of special characters or quotes.
8280
8281If both @var{regexp} and @var{type_regexp} are provided, a local variable
8282is printed only if its name matches @var{regexp} and its type matches
8283@var{type_regexp}.
8284
8285The command @kbd{info locals -q -t @var{type_regexp}} can usefully be
8286combined with the commands @kbd{frame apply} and @kbd{thread apply}.
8287For example, your program might use Resource Acquisition Is
8288Initialization types (RAII) such as @code{lock_something_t}: each
8289local variable of type @code{lock_something_t} automatically places a
8290lock that is destroyed when the variable goes out of scope. You can
8291then list all acquired locks in your program by doing
8292@smallexample
8293thread apply all -s frame apply all -s info locals -q -t lock_something_t
8294@end smallexample
8295@noindent
8296or the equivalent shorter form
8297@smallexample
8298tfaas i lo -q -t lock_something_t
8299@end smallexample
8300
8301@end table
8302
8303@node Frame Apply
8304@section Applying a Command to Several Frames.
8305@anchor{frame apply}
8306@kindex frame apply
8307@cindex apply command to several frames
8308@table @code
8309@item frame apply [all | @var{count} | @var{-count} | level @var{level}@dots{}] [@var{option}]@dots{} @var{command}
8310The @code{frame apply} command allows you to apply the named
8311@var{command} to one or more frames.
8312
8313@table @code
8314@item @code{all}
8315Specify @code{all} to apply @var{command} to all frames.
8316
8317@item @var{count}
8318Use @var{count} to apply @var{command} to the innermost @var{count}
8319frames, where @var{count} is a positive number.
8320
8321@item @var{-count}
8322Use @var{-count} to apply @var{command} to the outermost @var{count}
8323frames, where @var{count} is a positive number.
8324
8325@item @code{level}
8326Use @code{level} to apply @var{command} to the set of frames identified
8327by the @var{level} list. @var{level} is a frame level or a range of frame
8328levels as @var{level1}-@var{level2}. The frame level is the number shown
8329in the first field of the @samp{backtrace} command output.
8330E.g., @samp{2-4 6-8 3} indicates to apply @var{command} for the frames
8331at levels 2, 3, 4, 6, 7, 8, and then again on frame at level 3.
8332
8333@end table
8334
8335Note that the frames on which @code{frame apply} applies a command are
8336also influenced by the @code{set backtrace} settings such as @code{set
8337backtrace past-main} and @code{set backtrace limit N}.
8338@xref{Backtrace,,Backtraces}.
8339
8340The @code{frame apply} command also supports a number of options that
8341allow overriding relevant @code{set backtrace} settings:
8342
8343@table @code
8344@item -past-main [@code{on}|@code{off}]
8345Whether backtraces should continue past @code{main}.
8346Related setting: @ref{set backtrace past-main}.
8347
8348@item -past-entry [@code{on}|@code{off}]
8349Whether backtraces should continue past the entry point of a program.
8350Related setting: @ref{set backtrace past-entry}.
8351@end table
8352
8353By default, @value{GDBN} displays some frame information before the
8354output produced by @var{command}, and an error raised during the
8355execution of a @var{command} will abort @code{frame apply}. The
8356following options can be used to fine-tune these behaviors:
8357
8358@table @code
8359@item -c
8360The flag @code{-c}, which stands for @samp{continue}, causes any
8361errors in @var{command} to be displayed, and the execution of
8362@code{frame apply} then continues.
8363@item -s
8364The flag @code{-s}, which stands for @samp{silent}, causes any errors
8365or empty output produced by a @var{command} to be silently ignored.
8366That is, the execution continues, but the frame information and errors
8367are not printed.
8368@item -q
8369The flag @code{-q} (@samp{quiet}) disables printing the frame
8370information.
8371@end table
8372
8373The following example shows how the flags @code{-c} and @code{-s} are
8374working when applying the command @code{p j} to all frames, where
8375variable @code{j} can only be successfully printed in the outermost
8376@code{#1 main} frame.
8377
8378@smallexample
8379@group
8380(@value{GDBP}) frame apply all p j
8381#0 some_function (i=5) at fun.c:4
8382No symbol "j" in current context.
8383(@value{GDBP}) frame apply all -c p j
8384#0 some_function (i=5) at fun.c:4
8385No symbol "j" in current context.
8386#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8387$1 = 5
8388(@value{GDBP}) frame apply all -s p j
8389#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8390$2 = 5
8391(@value{GDBP})
8392@end group
8393@end smallexample
8394
8395By default, @samp{frame apply}, prints the frame location
8396information before the command output:
8397
8398@smallexample
8399@group
8400(@value{GDBP}) frame apply all p $sp
8401#0 some_function (i=5) at fun.c:4
8402$4 = (void *) 0xffffd1e0
8403#1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8404$5 = (void *) 0xffffd1f0
8405(@value{GDBP})
8406@end group
8407@end smallexample
8408
8409If the flag @code{-q} is given, no frame information is printed:
8410@smallexample
8411@group
8412(@value{GDBP}) frame apply all -q p $sp
8413$12 = (void *) 0xffffd1e0
8414$13 = (void *) 0xffffd1f0
8415(@value{GDBP})
8416@end group
8417@end smallexample
8418
8419@end table
8420
8421@table @code
8422
8423@kindex faas
8424@cindex apply a command to all frames (ignoring errors and empty output)
8425@item faas @var{command}
8426Shortcut for @code{frame apply all -s @var{command}}.
8427Applies @var{command} on all frames, ignoring errors and empty output.
8428
8429It can for example be used to print a local variable or a function
8430argument without knowing the frame where this variable or argument
8431is, using:
8432@smallexample
8433(@value{GDBP}) faas p some_local_var_i_do_not_remember_where_it_is
8434@end smallexample
8435
8436The @code{faas} command accepts the same options as the @code{frame
8437apply} command. @xref{frame apply}.
8438
8439Note that the command @code{tfaas @var{command}} applies @var{command}
8440on all frames of all threads. See @xref{Threads,,Threads}.
8441@end table
8442
8443
8444@node Frame Filter Management
8445@section Management of Frame Filters.
8446@cindex managing frame filters
8447
8448Frame filters are Python based utilities to manage and decorate the
8449output of frames. @xref{Frame Filter API}, for further information.
8450
8451Managing frame filters is performed by several commands available
8452within @value{GDBN}, detailed here.
8453
8454@table @code
8455@kindex info frame-filter
8456@item info frame-filter
8457Print a list of installed frame filters from all dictionaries, showing
8458their name, priority and enabled status.
8459
8460@kindex disable frame-filter
8461@anchor{disable frame-filter all}
8462@item disable frame-filter @var{filter-dictionary} @var{filter-name}
8463Disable a frame filter in the dictionary matching
8464@var{filter-dictionary} and @var{filter-name}. The
8465@var{filter-dictionary} may be @code{all}, @code{global},
8466@code{progspace}, or the name of the object file where the frame filter
8467dictionary resides. When @code{all} is specified, all frame filters
8468across all dictionaries are disabled. The @var{filter-name} is the name
8469of the frame filter and is used when @code{all} is not the option for
8470@var{filter-dictionary}. A disabled frame-filter is not deleted, it
8471may be enabled again later.
8472
8473@kindex enable frame-filter
8474@item enable frame-filter @var{filter-dictionary} @var{filter-name}
8475Enable a frame filter in the dictionary matching
8476@var{filter-dictionary} and @var{filter-name}. The
8477@var{filter-dictionary} may be @code{all}, @code{global},
8478@code{progspace} or the name of the object file where the frame filter
8479dictionary resides. When @code{all} is specified, all frame filters across
8480all dictionaries are enabled. The @var{filter-name} is the name of the frame
8481filter and is used when @code{all} is not the option for
8482@var{filter-dictionary}.
8483
8484Example:
8485
8486@smallexample
8487(@value{GDBP}) info frame-filter
8488
8489global frame-filters:
8490 Priority Enabled Name
8491 1000 No PrimaryFunctionFilter
8492 100 Yes Reverse
8493
8494progspace /build/test frame-filters:
8495 Priority Enabled Name
8496 100 Yes ProgspaceFilter
8497
8498objfile /build/test frame-filters:
8499 Priority Enabled Name
8500 999 Yes BuildProgramFilter
8501
8502(@value{GDBP}) disable frame-filter /build/test BuildProgramFilter
8503(@value{GDBP}) info frame-filter
8504
8505global frame-filters:
8506 Priority Enabled Name
8507 1000 No PrimaryFunctionFilter
8508 100 Yes Reverse
8509
8510progspace /build/test frame-filters:
8511 Priority Enabled Name
8512 100 Yes ProgspaceFilter
8513
8514objfile /build/test frame-filters:
8515 Priority Enabled Name
8516 999 No BuildProgramFilter
8517
8518(@value{GDBP}) enable frame-filter global PrimaryFunctionFilter
8519(@value{GDBP}) info frame-filter
8520
8521global frame-filters:
8522 Priority Enabled Name
8523 1000 Yes PrimaryFunctionFilter
8524 100 Yes Reverse
8525
8526progspace /build/test frame-filters:
8527 Priority Enabled Name
8528 100 Yes ProgspaceFilter
8529
8530objfile /build/test frame-filters:
8531 Priority Enabled Name
8532 999 No BuildProgramFilter
8533@end smallexample
8534
8535@kindex set frame-filter priority
8536@item set frame-filter priority @var{filter-dictionary} @var{filter-name} @var{priority}
8537Set the @var{priority} of a frame filter in the dictionary matching
8538@var{filter-dictionary}, and the frame filter name matching
8539@var{filter-name}. The @var{filter-dictionary} may be @code{global},
8540@code{progspace} or the name of the object file where the frame filter
8541dictionary resides. The @var{priority} is an integer.
8542
8543@kindex show frame-filter priority
8544@item show frame-filter priority @var{filter-dictionary} @var{filter-name}
8545Show the @var{priority} of a frame filter in the dictionary matching
8546@var{filter-dictionary}, and the frame filter name matching
8547@var{filter-name}. The @var{filter-dictionary} may be @code{global},
8548@code{progspace} or the name of the object file where the frame filter
8549dictionary resides.
8550
8551Example:
8552
8553@smallexample
8554(@value{GDBP}) info frame-filter
8555
8556global frame-filters:
8557 Priority Enabled Name
8558 1000 Yes PrimaryFunctionFilter
8559 100 Yes Reverse
8560
8561progspace /build/test frame-filters:
8562 Priority Enabled Name
8563 100 Yes ProgspaceFilter
8564
8565objfile /build/test frame-filters:
8566 Priority Enabled Name
8567 999 No BuildProgramFilter
8568
8569(@value{GDBP}) set frame-filter priority global Reverse 50
8570(@value{GDBP}) info frame-filter
8571
8572global frame-filters:
8573 Priority Enabled Name
8574 1000 Yes PrimaryFunctionFilter
8575 50 Yes Reverse
8576
8577progspace /build/test frame-filters:
8578 Priority Enabled Name
8579 100 Yes ProgspaceFilter
8580
8581objfile /build/test frame-filters:
8582 Priority Enabled Name
8583 999 No BuildProgramFilter
8584@end smallexample
8585@end table
8586
8587@node Source
8588@chapter Examining Source Files
8589
8590@value{GDBN} can print parts of your program's source, since the debugging
8591information recorded in the program tells @value{GDBN} what source files were
8592used to build it. When your program stops, @value{GDBN} spontaneously prints
8593the line where it stopped. Likewise, when you select a stack frame
8594(@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
8595execution in that frame has stopped. You can print other portions of
8596source files by explicit command.
8597
8598If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
8599prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
8600@value{GDBN} under @sc{gnu} Emacs}.
8601
8602@menu
8603* List:: Printing source lines
8604* Specify Location:: How to specify code locations
8605* Edit:: Editing source files
8606* Search:: Searching source files
8607* Source Path:: Specifying source directories
8608* Machine Code:: Source and machine code
8609@end menu
8610
8611@node List
8612@section Printing Source Lines
8613
8614@kindex list
8615@kindex l @r{(@code{list})}
8616To print lines from a source file, use the @code{list} command
8617(abbreviated @code{l}). By default, ten lines are printed.
8618There are several ways to specify what part of the file you want to
8619print; see @ref{Specify Location}, for the full list.
8620
8621Here are the forms of the @code{list} command most commonly used:
8622
8623@table @code
8624@item list @var{linenum}
8625Print lines centered around line number @var{linenum} in the
8626current source file.
8627
8628@item list @var{function}
8629Print lines centered around the beginning of function
8630@var{function}.
8631
8632@item list
8633Print more lines. If the last lines printed were printed with a
8634@code{list} command, this prints lines following the last lines
8635printed; however, if the last line printed was a solitary line printed
8636as part of displaying a stack frame (@pxref{Stack, ,Examining the
8637Stack}), this prints lines centered around that line.
8638
8639@item list -
8640Print lines just before the lines last printed.
8641@end table
8642
8643@cindex @code{list}, how many lines to display
8644By default, @value{GDBN} prints ten source lines with any of these forms of
8645the @code{list} command. You can change this using @code{set listsize}:
8646
8647@table @code
8648@kindex set listsize
8649@item set listsize @var{count}
8650@itemx set listsize unlimited
8651Make the @code{list} command display @var{count} source lines (unless
8652the @code{list} argument explicitly specifies some other number).
8653Setting @var{count} to @code{unlimited} or 0 means there's no limit.
8654
8655@kindex show listsize
8656@item show listsize
8657Display the number of lines that @code{list} prints.
8658@end table
8659
8660Repeating a @code{list} command with @key{RET} discards the argument,
8661so it is equivalent to typing just @code{list}. This is more useful
8662than listing the same lines again. An exception is made for an
8663argument of @samp{-}; that argument is preserved in repetition so that
8664each repetition moves up in the source file.
8665
8666In general, the @code{list} command expects you to supply zero, one or two
8667@dfn{locations}. Locations specify source lines; there are several ways
8668of writing them (@pxref{Specify Location}), but the effect is always
8669to specify some source line.
8670
8671Here is a complete description of the possible arguments for @code{list}:
8672
8673@table @code
8674@item list @var{location}
8675Print lines centered around the line specified by @var{location}.
8676
8677@item list @var{first},@var{last}
8678Print lines from @var{first} to @var{last}. Both arguments are
8679locations. When a @code{list} command has two locations, and the
8680source file of the second location is omitted, this refers to
8681the same source file as the first location.
8682
8683@item list ,@var{last}
8684Print lines ending with @var{last}.
8685
8686@item list @var{first},
8687Print lines starting with @var{first}.
8688
8689@item list +
8690Print lines just after the lines last printed.
8691
8692@item list -
8693Print lines just before the lines last printed.
8694
8695@item list
8696As described in the preceding table.
8697@end table
8698
8699@node Specify Location
8700@section Specifying a Location
8701@cindex specifying location
8702@cindex location
8703@cindex source location
8704
8705@menu
8706* Linespec Locations:: Linespec locations
8707* Explicit Locations:: Explicit locations
8708* Address Locations:: Address locations
8709@end menu
8710
8711Several @value{GDBN} commands accept arguments that specify a location
8712of your program's code. Since @value{GDBN} is a source-level
8713debugger, a location usually specifies some line in the source code.
8714Locations may be specified using three different formats:
8715linespec locations, explicit locations, or address locations.
8716
8717@node Linespec Locations
8718@subsection Linespec Locations
8719@cindex linespec locations
8720
8721A @dfn{linespec} is a colon-separated list of source location parameters such
8722as file name, function name, etc. Here are all the different ways of
8723specifying a linespec:
8724
8725@table @code
8726@item @var{linenum}
8727Specifies the line number @var{linenum} of the current source file.
8728
8729@item -@var{offset}
8730@itemx +@var{offset}
8731Specifies the line @var{offset} lines before or after the @dfn{current
8732line}. For the @code{list} command, the current line is the last one
8733printed; for the breakpoint commands, this is the line at which
8734execution stopped in the currently selected @dfn{stack frame}
8735(@pxref{Frames, ,Frames}, for a description of stack frames.) When
8736used as the second of the two linespecs in a @code{list} command,
8737this specifies the line @var{offset} lines up or down from the first
8738linespec.
8739
8740@item @var{filename}:@var{linenum}
8741Specifies the line @var{linenum} in the source file @var{filename}.
8742If @var{filename} is a relative file name, then it will match any
8743source file name with the same trailing components. For example, if
8744@var{filename} is @samp{gcc/expr.c}, then it will match source file
8745name of @file{/build/trunk/gcc/expr.c}, but not
8746@file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
8747
8748@item @var{function}
8749Specifies the line that begins the body of the function @var{function}.
8750For example, in C, this is the line with the open brace.
8751
8752By default, in C@t{++} and Ada, @var{function} is interpreted as
8753specifying all functions named @var{function} in all scopes. For
8754C@t{++}, this means in all namespaces and classes. For Ada, this
8755means in all packages.
8756
8757For example, assuming a program with C@t{++} symbols named
8758@code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
8759func}} and @w{@kbd{break B::func}} set a breakpoint on both symbols.
8760
8761Commands that accept a linespec let you override this with the
8762@code{-qualified} option. For example, @w{@kbd{break -qualified
8763func}} sets a breakpoint on a free-function named @code{func} ignoring
8764any C@t{++} class methods and namespace functions called @code{func}.
8765
8766@xref{Explicit Locations}.
8767
8768@item @var{function}:@var{label}
8769Specifies the line where @var{label} appears in @var{function}.
8770
8771@item @var{filename}:@var{function}
8772Specifies the line that begins the body of the function @var{function}
8773in the file @var{filename}. You only need the file name with a
8774function name to avoid ambiguity when there are identically named
8775functions in different source files.
8776
8777@item @var{label}
8778Specifies the line at which the label named @var{label} appears
8779in the function corresponding to the currently selected stack frame.
8780If there is no current selected stack frame (for instance, if the inferior
8781is not running), then @value{GDBN} will not search for a label.
8782
8783@cindex breakpoint at static probe point
8784@item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
8785The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
8786applications to embed static probes. @xref{Static Probe Points}, for more
8787information on finding and using static probes. This form of linespec
8788specifies the location of such a static probe.
8789
8790If @var{objfile} is given, only probes coming from that shared library
8791or executable matching @var{objfile} as a regular expression are considered.
8792If @var{provider} is given, then only probes from that provider are considered.
8793If several probes match the spec, @value{GDBN} will insert a breakpoint at
8794each one of those probes.
8795@end table
8796
8797@node Explicit Locations
8798@subsection Explicit Locations
8799@cindex explicit locations
8800
8801@dfn{Explicit locations} allow the user to directly specify the source
8802location's parameters using option-value pairs.
8803
8804Explicit locations are useful when several functions, labels, or
8805file names have the same name (base name for files) in the program's
8806sources. In these cases, explicit locations point to the source
8807line you meant more accurately and unambiguously. Also, using
8808explicit locations might be faster in large programs.
8809
8810For example, the linespec @samp{foo:bar} may refer to a function @code{bar}
8811defined in the file named @file{foo} or the label @code{bar} in a function
8812named @code{foo}. @value{GDBN} must search either the file system or
8813the symbol table to know.
8814
8815The list of valid explicit location options is summarized in the
8816following table:
8817
8818@table @code
8819@item -source @var{filename}
8820The value specifies the source file name. To differentiate between
8821files with the same base name, prepend as many directories as is necessary
8822to uniquely identify the desired file, e.g., @file{foo/bar/baz.c}. Otherwise
8823@value{GDBN} will use the first file it finds with the given base
8824name. This option requires the use of either @code{-function} or @code{-line}.
8825
8826@item -function @var{function}
8827The value specifies the name of a function. Operations
8828on function locations unmodified by other options (such as @code{-label}
8829or @code{-line}) refer to the line that begins the body of the function.
8830In C, for example, this is the line with the open brace.
8831
8832By default, in C@t{++} and Ada, @var{function} is interpreted as
8833specifying all functions named @var{function} in all scopes. For
8834C@t{++}, this means in all namespaces and classes. For Ada, this
8835means in all packages.
8836
8837For example, assuming a program with C@t{++} symbols named
8838@code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
8839-function func}} and @w{@kbd{break -function B::func}} set a
8840breakpoint on both symbols.
8841
8842You can use the @kbd{-qualified} flag to override this (see below).
8843
8844@item -qualified
8845
8846This flag makes @value{GDBN} interpret a function name specified with
8847@kbd{-function} as a complete fully-qualified name.
8848
8849For example, assuming a C@t{++} program with symbols named
8850@code{A::B::func} and @code{B::func}, the @w{@kbd{break -qualified
8851-function B::func}} command sets a breakpoint on @code{B::func}, only.
8852
8853(Note: the @kbd{-qualified} option can precede a linespec as well
8854(@pxref{Linespec Locations}), so the particular example above could be
8855simplified as @w{@kbd{break -qualified B::func}}.)
8856
8857@item -label @var{label}
8858The value specifies the name of a label. When the function
8859name is not specified, the label is searched in the function of the currently
8860selected stack frame.
8861
8862@item -line @var{number}
8863The value specifies a line offset for the location. The offset may either
8864be absolute (@code{-line 3}) or relative (@code{-line +3}), depending on
8865the command. When specified without any other options, the line offset is
8866relative to the current line.
8867@end table
8868
8869Explicit location options may be abbreviated by omitting any non-unique
8870trailing characters from the option name, e.g., @w{@kbd{break -s main.c -li 3}}.
8871
8872@node Address Locations
8873@subsection Address Locations
8874@cindex address locations
8875
8876@dfn{Address locations} indicate a specific program address. They have
8877the generalized form *@var{address}.
8878
8879For line-oriented commands, such as @code{list} and @code{edit}, this
8880specifies a source line that contains @var{address}. For @code{break} and
8881other breakpoint-oriented commands, this can be used to set breakpoints in
8882parts of your program which do not have debugging information or
8883source files.
8884
8885Here @var{address} may be any expression valid in the current working
8886language (@pxref{Languages, working language}) that specifies a code
8887address. In addition, as a convenience, @value{GDBN} extends the
8888semantics of expressions used in locations to cover several situations
8889that frequently occur during debugging. Here are the various forms
8890of @var{address}:
8891
8892@table @code
8893@item @var{expression}
8894Any expression valid in the current working language.
8895
8896@item @var{funcaddr}
8897An address of a function or procedure derived from its name. In C,
8898C@t{++}, Objective-C, Fortran, minimal, and assembly, this is
8899simply the function's name @var{function} (and actually a special case
8900of a valid expression). In Pascal and Modula-2, this is
8901@code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
8902(although the Pascal form also works).
8903
8904This form specifies the address of the function's first instruction,
8905before the stack frame and arguments have been set up.
8906
8907@item '@var{filename}':@var{funcaddr}
8908Like @var{funcaddr} above, but also specifies the name of the source
8909file explicitly. This is useful if the name of the function does not
8910specify the function unambiguously, e.g., if there are several
8911functions with identical names in different source files.
8912@end table
8913
8914@node Edit
8915@section Editing Source Files
8916@cindex editing source files
8917
8918@kindex edit
8919@kindex e @r{(@code{edit})}
8920To edit the lines in a source file, use the @code{edit} command.
8921The editing program of your choice
8922is invoked with the current line set to
8923the active line in the program.
8924Alternatively, there are several ways to specify what part of the file you
8925want to print if you want to see other parts of the program:
8926
8927@table @code
8928@item edit @var{location}
8929Edit the source file specified by @code{location}. Editing starts at
8930that @var{location}, e.g., at the specified source line of the
8931specified file. @xref{Specify Location}, for all the possible forms
8932of the @var{location} argument; here are the forms of the @code{edit}
8933command most commonly used:
8934
8935@table @code
8936@item edit @var{number}
8937Edit the current source file with @var{number} as the active line number.
8938
8939@item edit @var{function}
8940Edit the file containing @var{function} at the beginning of its definition.
8941@end table
8942
8943@end table
8944
8945@subsection Choosing your Editor
8946You can customize @value{GDBN} to use any editor you want
8947@footnote{
8948The only restriction is that your editor (say @code{ex}), recognizes the
8949following command-line syntax:
8950@smallexample
8951ex +@var{number} file
8952@end smallexample
8953The optional numeric value +@var{number} specifies the number of the line in
8954the file where to start editing.}.
8955By default, it is @file{@value{EDITOR}}, but you can change this
8956by setting the environment variable @code{EDITOR} before using
8957@value{GDBN}. For example, to configure @value{GDBN} to use the
8958@code{vi} editor, you could use these commands with the @code{sh} shell:
8959@smallexample
8960EDITOR=/usr/bin/vi
8961export EDITOR
8962gdb @dots{}
8963@end smallexample
8964or in the @code{csh} shell,
8965@smallexample
8966setenv EDITOR /usr/bin/vi
8967gdb @dots{}
8968@end smallexample
8969
8970@node Search
8971@section Searching Source Files
8972@cindex searching source files
8973
8974There are two commands for searching through the current source file for a
8975regular expression.
8976
8977@table @code
8978@kindex search
8979@kindex forward-search
8980@kindex fo @r{(@code{forward-search})}
8981@item forward-search @var{regexp}
8982@itemx search @var{regexp}
8983The command @samp{forward-search @var{regexp}} checks each line,
8984starting with the one following the last line listed, for a match for
8985@var{regexp}. It lists the line that is found. You can use the
8986synonym @samp{search @var{regexp}} or abbreviate the command name as
8987@code{fo}.
8988
8989@kindex reverse-search
8990@item reverse-search @var{regexp}
8991The command @samp{reverse-search @var{regexp}} checks each line, starting
8992with the one before the last line listed and going backward, for a match
8993for @var{regexp}. It lists the line that is found. You can abbreviate
8994this command as @code{rev}.
8995@end table
8996
8997@node Source Path
8998@section Specifying Source Directories
8999
9000@cindex source path
9001@cindex directories for source files
9002Executable programs sometimes do not record the directories of the source
9003files from which they were compiled, just the names. Even when they do,
9004the directories could be moved between the compilation and your debugging
9005session. @value{GDBN} has a list of directories to search for source files;
9006this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
9007it tries all the directories in the list, in the order they are present
9008in the list, until it finds a file with the desired name.
9009
9010For example, suppose an executable references the file
9011@file{/usr/src/foo-1.0/lib/foo.c}, does not record a compilation
9012directory, and the @dfn{source path} is @file{/mnt/cross}.
9013@value{GDBN} would look for the source file in the following
9014locations:
9015
9016@enumerate
9017
9018@item @file{/usr/src/foo-1.0/lib/foo.c}
9019@item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9020@item @file{/mnt/cross/foo.c}
9021
9022@end enumerate
9023
9024If the source file is not present at any of the above locations then
9025an error is printed. @value{GDBN} does not look up the parts of the
9026source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
9027Likewise, the subdirectories of the source path are not searched: if
9028the source path is @file{/mnt/cross}, and the binary refers to
9029@file{foo.c}, @value{GDBN} would not find it under
9030@file{/mnt/cross/usr/src/foo-1.0/lib}.
9031
9032Plain file names, relative file names with leading directories, file
9033names containing dots, etc.@: are all treated as described above,
9034except that non-absolute file names are not looked up literally. If
9035the @dfn{source path} is @file{/mnt/cross}, the source file is
9036recorded as @file{../lib/foo.c}, and no compilation directory is
9037recorded, then @value{GDBN} will search in the following locations:
9038
9039@enumerate
9040
9041@item @file{/mnt/cross/../lib/foo.c}
9042@item @file{/mnt/cross/foo.c}
9043
9044@end enumerate
9045
9046@kindex cdir
9047@kindex cwd
9048@vindex $cdir@r{, convenience variable}
9049@vindex $cwd@r{, convenience variable}
9050@cindex compilation directory
9051@cindex current directory
9052@cindex working directory
9053@cindex directory, current
9054@cindex directory, compilation
9055The @dfn{source path} will always include two special entries
9056@samp{$cdir} and @samp{$cwd}, these refer to the compilation directory
9057(if one is recorded) and the current working directory respectively.
9058
9059@samp{$cdir} causes @value{GDBN} to search within the compilation
9060directory, if one is recorded in the debug information. If no
9061compilation directory is recorded in the debug information then
9062@samp{$cdir} is ignored.
9063
9064@samp{$cwd} is not the same as @samp{.}---the former tracks the
9065current working directory as it changes during your @value{GDBN}
9066session, while the latter is immediately expanded to the current
9067directory at the time you add an entry to the source path.
9068
9069If a compilation directory is recorded in the debug information, and
9070@value{GDBN} has not found the source file after the first search
9071using @dfn{source path}, then @value{GDBN} will combine the
9072compilation directory and the filename, and then search for the source
9073file again using the @dfn{source path}.
9074
9075For example, if the executable records the source file as
9076@file{/usr/src/foo-1.0/lib/foo.c}, the compilation directory is
9077recorded as @file{/project/build}, and the @dfn{source path} is
9078@file{/mnt/cross:$cdir:$cwd} while the current working directory of
9079the @value{GDBN} session is @file{/home/user}, then @value{GDBN} will
9080search for the source file in the following locations:
9081
9082@enumerate
9083
9084@item @file{/usr/src/foo-1.0/lib/foo.c}
9085@item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9086@item @file{/project/build/usr/src/foo-1.0/lib/foo.c}
9087@item @file{/home/user/usr/src/foo-1.0/lib/foo.c}
9088@item @file{/mnt/cross/project/build/usr/src/foo-1.0/lib/foo.c}
9089@item @file{/project/build/project/build/usr/src/foo-1.0/lib/foo.c}
9090@item @file{/home/user/project/build/usr/src/foo-1.0/lib/foo.c}
9091@item @file{/mnt/cross/foo.c}
9092@item @file{/project/build/foo.c}
9093@item @file{/home/user/foo.c}
9094
9095@end enumerate
9096
9097If the file name in the previous example had been recorded in the
9098executable as a relative path rather than an absolute path, then the
9099first look up would not have occurred, but all of the remaining steps
9100would be similar.
9101
9102When searching for source files on MS-DOS and MS-Windows, where
9103absolute paths start with a drive letter (e.g.
9104@file{C:/project/foo.c}), @value{GDBN} will remove the drive letter
9105from the file name before appending it to a search directory from
9106@dfn{source path}; for instance if the executable references the
9107source file @file{C:/project/foo.c} and @dfn{source path} is set to
9108@file{D:/mnt/cross}, then @value{GDBN} will search in the following
9109locations for the source file:
9110
9111@enumerate
9112
9113@item @file{C:/project/foo.c}
9114@item @file{D:/mnt/cross/project/foo.c}
9115@item @file{D:/mnt/cross/foo.c}
9116
9117@end enumerate
9118
9119Note that the executable search path is @emph{not} used to locate the
9120source files.
9121
9122Whenever you reset or rearrange the source path, @value{GDBN} clears out
9123any information it has cached about where source files are found and where
9124each line is in the file.
9125
9126@kindex directory
9127@kindex dir
9128When you start @value{GDBN}, its source path includes only @samp{$cdir}
9129and @samp{$cwd}, in that order.
9130To add other directories, use the @code{directory} command.
9131
9132The search path is used to find both program source files and @value{GDBN}
9133script files (read using the @samp{-command} option and @samp{source} command).
9134
9135In addition to the source path, @value{GDBN} provides a set of commands
9136that manage a list of source path substitution rules. A @dfn{substitution
9137rule} specifies how to rewrite source directories stored in the program's
9138debug information in case the sources were moved to a different
9139directory between compilation and debugging. A rule is made of
9140two strings, the first specifying what needs to be rewritten in
9141the path, and the second specifying how it should be rewritten.
9142In @ref{set substitute-path}, we name these two parts @var{from} and
9143@var{to} respectively. @value{GDBN} does a simple string replacement
9144of @var{from} with @var{to} at the start of the directory part of the
9145source file name, and uses that result instead of the original file
9146name to look up the sources.
9147
9148Using the previous example, suppose the @file{foo-1.0} tree has been
9149moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
9150@value{GDBN} to replace @file{/usr/src} in all source path names with
9151@file{/mnt/cross}. The first lookup will then be
9152@file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
9153of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
9154substitution rule, use the @code{set substitute-path} command
9155(@pxref{set substitute-path}).
9156
9157To avoid unexpected substitution results, a rule is applied only if the
9158@var{from} part of the directory name ends at a directory separator.
9159For instance, a rule substituting @file{/usr/source} into
9160@file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
9161not to @file{/usr/sourceware/foo-2.0}. And because the substitution
9162is applied only at the beginning of the directory name, this rule will
9163not be applied to @file{/root/usr/source/baz.c} either.
9164
9165In many cases, you can achieve the same result using the @code{directory}
9166command. However, @code{set substitute-path} can be more efficient in
9167the case where the sources are organized in a complex tree with multiple
9168subdirectories. With the @code{directory} command, you need to add each
9169subdirectory of your project. If you moved the entire tree while
9170preserving its internal organization, then @code{set substitute-path}
9171allows you to direct the debugger to all the sources with one single
9172command.
9173
9174@code{set substitute-path} is also more than just a shortcut command.
9175The source path is only used if the file at the original location no
9176longer exists. On the other hand, @code{set substitute-path} modifies
9177the debugger behavior to look at the rewritten location instead. So, if
9178for any reason a source file that is not relevant to your executable is
9179located at the original location, a substitution rule is the only
9180method available to point @value{GDBN} at the new location.
9181
9182@cindex @samp{--with-relocated-sources}
9183@cindex default source path substitution
9184You can configure a default source path substitution rule by
9185configuring @value{GDBN} with the
9186@samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
9187should be the name of a directory under @value{GDBN}'s configured
9188prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
9189directory names in debug information under @var{dir} will be adjusted
9190automatically if the installed @value{GDBN} is moved to a new
9191location. This is useful if @value{GDBN}, libraries or executables
9192with debug information and corresponding source code are being moved
9193together.
9194
9195@table @code
9196@item directory @var{dirname} @dots{}
9197@item dir @var{dirname} @dots{}
9198Add directory @var{dirname} to the front of the source path. Several
9199directory names may be given to this command, separated by @samp{:}
9200(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
9201part of absolute file names) or
9202whitespace. You may specify a directory that is already in the source
9203path; this moves it forward, so @value{GDBN} searches it sooner.
9204
9205The special strings @samp{$cdir} (to refer to the compilation
9206directory, if one is recorded), and @samp{$cwd} (to refer to the
9207current working directory) can also be included in the list of
9208directories @var{dirname}. Though these will already be in the source
9209path they will be moved forward in the list so @value{GDBN} searches
9210them sooner.
9211
9212@item directory
9213Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
9214
9215@c RET-repeat for @code{directory} is explicitly disabled, but since
9216@c repeating it would be a no-op we do not say that. (thanks to RMS)
9217
9218@item set directories @var{path-list}
9219@kindex set directories
9220Set the source path to @var{path-list}.
9221@samp{$cdir:$cwd} are added if missing.
9222
9223@item show directories
9224@kindex show directories
9225Print the source path: show which directories it contains.
9226
9227@anchor{set substitute-path}
9228@item set substitute-path @var{from} @var{to}
9229@kindex set substitute-path
9230Define a source path substitution rule, and add it at the end of the
9231current list of existing substitution rules. If a rule with the same
9232@var{from} was already defined, then the old rule is also deleted.
9233
9234For example, if the file @file{/foo/bar/baz.c} was moved to
9235@file{/mnt/cross/baz.c}, then the command
9236
9237@smallexample
9238(@value{GDBP}) set substitute-path /foo/bar /mnt/cross
9239@end smallexample
9240
9241@noindent
9242will tell @value{GDBN} to replace @samp{/foo/bar} with
9243@samp{/mnt/cross}, which will allow @value{GDBN} to find the file
9244@file{baz.c} even though it was moved.
9245
9246In the case when more than one substitution rule have been defined,
9247the rules are evaluated one by one in the order where they have been
9248defined. The first one matching, if any, is selected to perform
9249the substitution.
9250
9251For instance, if we had entered the following commands:
9252
9253@smallexample
9254(@value{GDBP}) set substitute-path /usr/src/include /mnt/include
9255(@value{GDBP}) set substitute-path /usr/src /mnt/src
9256@end smallexample
9257
9258@noindent
9259@value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
9260@file{/mnt/include/defs.h} by using the first rule. However, it would
9261use the second rule to rewrite @file{/usr/src/lib/foo.c} into
9262@file{/mnt/src/lib/foo.c}.
9263
9264
9265@item unset substitute-path [path]
9266@kindex unset substitute-path
9267If a path is specified, search the current list of substitution rules
9268for a rule that would rewrite that path. Delete that rule if found.
9269A warning is emitted by the debugger if no rule could be found.
9270
9271If no path is specified, then all substitution rules are deleted.
9272
9273@item show substitute-path [path]
9274@kindex show substitute-path
9275If a path is specified, then print the source path substitution rule
9276which would rewrite that path, if any.
9277
9278If no path is specified, then print all existing source path substitution
9279rules.
9280
9281@end table
9282
9283If your source path is cluttered with directories that are no longer of
9284interest, @value{GDBN} may sometimes cause confusion by finding the wrong
9285versions of source. You can correct the situation as follows:
9286
9287@enumerate
9288@item
9289Use @code{directory} with no argument to reset the source path to its default value.
9290
9291@item
9292Use @code{directory} with suitable arguments to reinstall the
9293directories you want in the source path. You can add all the
9294directories in one command.
9295@end enumerate
9296
9297@node Machine Code
9298@section Source and Machine Code
9299@cindex source line and its code address
9300
9301You can use the command @code{info line} to map source lines to program
9302addresses (and vice versa), and the command @code{disassemble} to display
9303a range of addresses as machine instructions. You can use the command
9304@code{set disassemble-next-line} to set whether to disassemble next
9305source line when execution stops. When run under @sc{gnu} Emacs
9306mode, the @code{info line} command causes the arrow to point to the
9307line specified. Also, @code{info line} prints addresses in symbolic form as
9308well as hex.
9309
9310@table @code
9311@kindex info line
9312@item info line
9313@itemx info line @var{location}
9314Print the starting and ending addresses of the compiled code for
9315source line @var{location}. You can specify source lines in any of
9316the ways documented in @ref{Specify Location}. With no @var{location}
9317information about the current source line is printed.
9318@end table
9319
9320For example, we can use @code{info line} to discover the location of
9321the object code for the first line of function
9322@code{m4_changequote}:
9323
9324@smallexample
9325(@value{GDBP}) info line m4_changequote
9326Line 895 of "builtin.c" starts at pc 0x634c <m4_changequote> and \
9327 ends at 0x6350 <m4_changequote+4>.
9328@end smallexample
9329
9330@noindent
9331@cindex code address and its source line
9332We can also inquire (using @code{*@var{addr}} as the form for
9333@var{location}) what source line covers a particular address:
9334@smallexample
9335(@value{GDBP}) info line *0x63ff
9336Line 926 of "builtin.c" starts at pc 0x63e4 <m4_changequote+152> and \
9337 ends at 0x6404 <m4_changequote+184>.
9338@end smallexample
9339
9340@cindex @code{$_} and @code{info line}
9341@cindex @code{x} command, default address
9342@kindex x@r{(examine), and} info line
9343After @code{info line}, the default address for the @code{x} command
9344is changed to the starting address of the line, so that @samp{x/i} is
9345sufficient to begin examining the machine code (@pxref{Memory,
9346,Examining Memory}). Also, this address is saved as the value of the
9347convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
9348Variables}).
9349
9350@cindex info line, repeated calls
9351After @code{info line}, using @code{info line} again without
9352specifying a location will display information about the next source
9353line.
9354
9355@table @code
9356@kindex disassemble
9357@cindex assembly instructions
9358@cindex instructions, assembly
9359@cindex machine instructions
9360@cindex listing machine instructions
9361@item disassemble
9362@itemx disassemble /m
9363@itemx disassemble /s
9364@itemx disassemble /r
9365This specialized command dumps a range of memory as machine
9366instructions. It can also print mixed source+disassembly by specifying
9367the @code{/m} or @code{/s} modifier and print the raw instructions in hex
9368as well as in symbolic form by specifying the @code{/r} modifier.
9369The default memory range is the function surrounding the
9370program counter of the selected frame. A single argument to this
9371command is a program counter value; @value{GDBN} dumps the function
9372surrounding this value. When two arguments are given, they should
9373be separated by a comma, possibly surrounded by whitespace. The
9374arguments specify a range of addresses to dump, in one of two forms:
9375
9376@table @code
9377@item @var{start},@var{end}
9378the addresses from @var{start} (inclusive) to @var{end} (exclusive)
9379@item @var{start},+@var{length}
9380the addresses from @var{start} (inclusive) to
9381@code{@var{start}+@var{length}} (exclusive).
9382@end table
9383
9384@noindent
9385When 2 arguments are specified, the name of the function is also
9386printed (since there could be several functions in the given range).
9387
9388The argument(s) can be any expression yielding a numeric value, such as
9389@samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
9390
9391If the range of memory being disassembled contains current program counter,
9392the instruction at that location is shown with a @code{=>} marker.
9393@end table
9394
9395The following example shows the disassembly of a range of addresses of
9396HP PA-RISC 2.0 code:
9397
9398@smallexample
9399(@value{GDBP}) disas 0x32c4, 0x32e4
9400Dump of assembler code from 0x32c4 to 0x32e4:
9401 0x32c4 <main+204>: addil 0,dp
9402 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
9403 0x32cc <main+212>: ldil 0x3000,r31
9404 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
9405 0x32d4 <main+220>: ldo 0(r31),rp
9406 0x32d8 <main+224>: addil -0x800,dp
9407 0x32dc <main+228>: ldo 0x588(r1),r26
9408 0x32e0 <main+232>: ldil 0x3000,r31
9409End of assembler dump.
9410@end smallexample
9411
9412Here is an example showing mixed source+assembly for Intel x86
9413with @code{/m} or @code{/s}, when the program is stopped just after
9414function prologue in a non-optimized function with no inline code.
9415
9416@smallexample
9417(@value{GDBP}) disas /m main
9418Dump of assembler code for function main:
94195 @{
9420 0x08048330 <+0>: push %ebp
9421 0x08048331 <+1>: mov %esp,%ebp
9422 0x08048333 <+3>: sub $0x8,%esp
9423 0x08048336 <+6>: and $0xfffffff0,%esp
9424 0x08048339 <+9>: sub $0x10,%esp
9425
94266 printf ("Hello.\n");
9427=> 0x0804833c <+12>: movl $0x8048440,(%esp)
9428 0x08048343 <+19>: call 0x8048284 <puts@@plt>
9429
94307 return 0;
94318 @}
9432 0x08048348 <+24>: mov $0x0,%eax
9433 0x0804834d <+29>: leave
9434 0x0804834e <+30>: ret
9435
9436End of assembler dump.
9437@end smallexample
9438
9439The @code{/m} option is deprecated as its output is not useful when
9440there is either inlined code or re-ordered code.
9441The @code{/s} option is the preferred choice.
9442Here is an example for AMD x86-64 showing the difference between
9443@code{/m} output and @code{/s} output.
9444This example has one inline function defined in a header file,
9445and the code is compiled with @samp{-O2} optimization.
9446Note how the @code{/m} output is missing the disassembly of
9447several instructions that are present in the @code{/s} output.
9448
9449@file{foo.h}:
9450
9451@smallexample
9452int
9453foo (int a)
9454@{
9455 if (a < 0)
9456 return a * 2;
9457 if (a == 0)
9458 return 1;
9459 return a + 10;
9460@}
9461@end smallexample
9462
9463@file{foo.c}:
9464
9465@smallexample
9466#include "foo.h"
9467volatile int x, y;
9468int
9469main ()
9470@{
9471 x = foo (y);
9472 return 0;
9473@}
9474@end smallexample
9475
9476@smallexample
9477(@value{GDBP}) disas /m main
9478Dump of assembler code for function main:
94795 @{
9480
94816 x = foo (y);
9482 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9483 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9484
94857 return 0;
94868 @}
9487 0x000000000040041d <+29>: xor %eax,%eax
9488 0x000000000040041f <+31>: retq
9489 0x0000000000400420 <+32>: add %eax,%eax
9490 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9491
9492End of assembler dump.
9493(@value{GDBP}) disas /s main
9494Dump of assembler code for function main:
9495foo.c:
94965 @{
94976 x = foo (y);
9498 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
9499
9500foo.h:
95014 if (a < 0)
9502 0x0000000000400406 <+6>: test %eax,%eax
9503 0x0000000000400408 <+8>: js 0x400420 <main+32>
9504
95056 if (a == 0)
95067 return 1;
95078 return a + 10;
9508 0x000000000040040a <+10>: lea 0xa(%rax),%edx
9509 0x000000000040040d <+13>: test %eax,%eax
9510 0x000000000040040f <+15>: mov $0x1,%eax
9511 0x0000000000400414 <+20>: cmovne %edx,%eax
9512
9513foo.c:
95146 x = foo (y);
9515 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
9516
95177 return 0;
95188 @}
9519 0x000000000040041d <+29>: xor %eax,%eax
9520 0x000000000040041f <+31>: retq
9521
9522foo.h:
95235 return a * 2;
9524 0x0000000000400420 <+32>: add %eax,%eax
9525 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
9526End of assembler dump.
9527@end smallexample
9528
9529Here is another example showing raw instructions in hex for AMD x86-64,
9530
9531@smallexample
9532(@value{GDBP}) disas /r 0x400281,+10
9533Dump of assembler code from 0x400281 to 0x40028b:
9534 0x0000000000400281: 38 36 cmp %dh,(%rsi)
9535 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
9536 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
9537 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
9538End of assembler dump.
9539@end smallexample
9540
9541Addresses cannot be specified as a location (@pxref{Specify Location}).
9542So, for example, if you want to disassemble function @code{bar}
9543in file @file{foo.c}, you must type @samp{disassemble 'foo.c'::bar}
9544and not @samp{disassemble foo.c:bar}.
9545
9546Some architectures have more than one commonly-used set of instruction
9547mnemonics or other syntax.
9548
9549For programs that were dynamically linked and use shared libraries,
9550instructions that call functions or branch to locations in the shared
9551libraries might show a seemingly bogus location---it's actually a
9552location of the relocation table. On some architectures, @value{GDBN}
9553might be able to resolve these to actual function names.
9554
9555@table @code
9556@kindex set disassembler-options
9557@cindex disassembler options
9558@item set disassembler-options @var{option1}[,@var{option2}@dots{}]
9559This command controls the passing of target specific information to
9560the disassembler. For a list of valid options, please refer to the
9561@code{-M}/@code{--disassembler-options} section of the @samp{objdump}
9562manual and/or the output of @kbd{objdump --help}
9563(@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}).
9564The default value is the empty string.
9565
9566If it is necessary to specify more than one disassembler option, then
9567multiple options can be placed together into a comma separated list.
9568Currently this command is only supported on targets ARM, MIPS, PowerPC
9569and S/390.
9570
9571@kindex show disassembler-options
9572@item show disassembler-options
9573Show the current setting of the disassembler options.
9574@end table
9575
9576@table @code
9577@kindex set disassembly-flavor
9578@cindex Intel disassembly flavor
9579@cindex AT&T disassembly flavor
9580@item set disassembly-flavor @var{instruction-set}
9581Select the instruction set to use when disassembling the
9582program via the @code{disassemble} or @code{x/i} commands.
9583
9584Currently this command is only defined for the Intel x86 family. You
9585can set @var{instruction-set} to either @code{intel} or @code{att}.
9586The default is @code{att}, the AT&T flavor used by default by Unix
9587assemblers for x86-based targets.
9588
9589@kindex show disassembly-flavor
9590@item show disassembly-flavor
9591Show the current setting of the disassembly flavor.
9592@end table
9593
9594@table @code
9595@kindex set disassemble-next-line
9596@kindex show disassemble-next-line
9597@item set disassemble-next-line
9598@itemx show disassemble-next-line
9599Control whether or not @value{GDBN} will disassemble the next source
9600line or instruction when execution stops. If ON, @value{GDBN} will
9601display disassembly of the next source line when execution of the
9602program being debugged stops. This is @emph{in addition} to
9603displaying the source line itself, which @value{GDBN} always does if
9604possible. If the next source line cannot be displayed for some reason
9605(e.g., if @value{GDBN} cannot find the source file, or there's no line
9606info in the debug info), @value{GDBN} will display disassembly of the
9607next @emph{instruction} instead of showing the next source line. If
9608AUTO, @value{GDBN} will display disassembly of next instruction only
9609if the source line cannot be displayed. This setting causes
9610@value{GDBN} to display some feedback when you step through a function
9611with no line info or whose source file is unavailable. The default is
9612OFF, which means never display the disassembly of the next line or
9613instruction.
9614@end table
9615
9616
9617@node Data
9618@chapter Examining Data
9619
9620@cindex printing data
9621@cindex examining data
9622@kindex print
9623@kindex inspect
9624The usual way to examine data in your program is with the @code{print}
9625command (abbreviated @code{p}), or its synonym @code{inspect}. It
9626evaluates and prints the value of an expression of the language your
9627program is written in (@pxref{Languages, ,Using @value{GDBN} with
9628Different Languages}). It may also print the expression using a
9629Python-based pretty-printer (@pxref{Pretty Printing}).
9630
9631@table @code
9632@item print [[@var{options}] --] @var{expr}
9633@itemx print [[@var{options}] --] /@var{f} @var{expr}
9634@var{expr} is an expression (in the source language). By default the
9635value of @var{expr} is printed in a format appropriate to its data type;
9636you can choose a different format by specifying @samp{/@var{f}}, where
9637@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
9638Formats}.
9639
9640@anchor{print options}
9641The @code{print} command supports a number of options that allow
9642overriding relevant global print settings as set by @code{set print}
9643subcommands:
9644
9645@table @code
9646@item -address [@code{on}|@code{off}]
9647Set printing of addresses.
9648Related setting: @ref{set print address}.
9649
9650@item -array [@code{on}|@code{off}]
9651Pretty formatting of arrays.
9652Related setting: @ref{set print array}.
9653
9654@item -array-indexes [@code{on}|@code{off}]
9655Set printing of array indexes.
9656Related setting: @ref{set print array-indexes}.
9657
9658@item -elements @var{number-of-elements}|@code{unlimited}
9659Set limit on string chars or array elements to print. The value
9660@code{unlimited} causes there to be no limit. Related setting:
9661@ref{set print elements}.
9662
9663@item -max-depth @var{depth}|@code{unlimited}
9664Set the threshold after which nested structures are replaced with
9665ellipsis. Related setting: @ref{set print max-depth}.
9666
9667@item -null-stop [@code{on}|@code{off}]
9668Set printing of char arrays to stop at first null char. Related
9669setting: @ref{set print null-stop}.
9670
9671@item -object [@code{on}|@code{off}]
9672Set printing C@t{++} virtual function tables. Related setting:
9673@ref{set print object}.
9674
9675@item -pretty [@code{on}|@code{off}]
9676Set pretty formatting of structures. Related setting: @ref{set print
9677pretty}.
9678
9679@item -raw-values [@code{on}|@code{off}]
9680Set whether to print values in raw form, bypassing any
9681pretty-printers for that value. Related setting: @ref{set print
9682raw-values}.
9683
9684@item -repeats @var{number-of-repeats}|@code{unlimited}
9685Set threshold for repeated print elements. @code{unlimited} causes
9686all elements to be individually printed. Related setting: @ref{set
9687print repeats}.
9688
9689@item -static-members [@code{on}|@code{off}]
9690Set printing C@t{++} static members. Related setting: @ref{set print
9691static-members}.
9692
9693@item -symbol [@code{on}|@code{off}]
9694Set printing of symbol names when printing pointers. Related setting:
9695@ref{set print symbol}.
9696
9697@item -union [@code{on}|@code{off}]
9698Set printing of unions interior to structures. Related setting:
9699@ref{set print union}.
9700
9701@item -vtbl [@code{on}|@code{off}]
9702Set printing of C++ virtual function tables. Related setting:
9703@ref{set print vtbl}.
9704@end table
9705
9706Because the @code{print} command accepts arbitrary expressions which
9707may look like options (including abbreviations), if you specify any
9708command option, then you must use a double dash (@code{--}) to mark
9709the end of option processing.
9710
9711For example, this prints the value of the @code{-p} expression:
9712
9713@smallexample
9714(@value{GDBP}) print -p
9715@end smallexample
9716
9717While this repeats the last value in the value history (see below)
9718with the @code{-pretty} option in effect:
9719
9720@smallexample
9721(@value{GDBP}) print -p --
9722@end smallexample
9723
9724Here is an example including both on option and an expression:
9725
9726@smallexample
9727@group
9728(@value{GDBP}) print -pretty -- *myptr
9729$1 = @{
9730 next = 0x0,
9731 flags = @{
9732 sweet = 1,
9733 sour = 1
9734 @},
9735 meat = 0x54 "Pork"
9736@}
9737@end group
9738@end smallexample
9739
9740@item print [@var{options}]
9741@itemx print [@var{options}] /@var{f}
9742@cindex reprint the last value
9743If you omit @var{expr}, @value{GDBN} displays the last value again (from the
9744@dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
9745conveniently inspect the same value in an alternative format.
9746@end table
9747
9748A more low-level way of examining data is with the @code{x} command.
9749It examines data in memory at a specified address and prints it in a
9750specified format. @xref{Memory, ,Examining Memory}.
9751
9752If you are interested in information about types, or about how the
9753fields of a struct or a class are declared, use the @code{ptype @var{exp}}
9754command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
9755Table}.
9756
9757@cindex exploring hierarchical data structures
9758@kindex explore
9759Another way of examining values of expressions and type information is
9760through the Python extension command @code{explore} (available only if
9761the @value{GDBN} build is configured with @code{--with-python}). It
9762offers an interactive way to start at the highest level (or, the most
9763abstract level) of the data type of an expression (or, the data type
9764itself) and explore all the way down to leaf scalar values/fields
9765embedded in the higher level data types.
9766
9767@table @code
9768@item explore @var{arg}
9769@var{arg} is either an expression (in the source language), or a type
9770visible in the current context of the program being debugged.
9771@end table
9772
9773The working of the @code{explore} command can be illustrated with an
9774example. If a data type @code{struct ComplexStruct} is defined in your
9775C program as
9776
9777@smallexample
9778struct SimpleStruct
9779@{
9780 int i;
9781 double d;
9782@};
9783
9784struct ComplexStruct
9785@{
9786 struct SimpleStruct *ss_p;
9787 int arr[10];
9788@};
9789@end smallexample
9790
9791@noindent
9792followed by variable declarations as
9793
9794@smallexample
9795struct SimpleStruct ss = @{ 10, 1.11 @};
9796struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
9797@end smallexample
9798
9799@noindent
9800then, the value of the variable @code{cs} can be explored using the
9801@code{explore} command as follows.
9802
9803@smallexample
9804(@value{GDBP}) explore cs
9805The value of `cs' is a struct/class of type `struct ComplexStruct' with
9806the following fields:
9807
9808 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
9809 arr = <Enter 1 to explore this field of type `int [10]'>
9810
9811Enter the field number of choice:
9812@end smallexample
9813
9814@noindent
9815Since the fields of @code{cs} are not scalar values, you are being
9816prompted to chose the field you want to explore. Let's say you choose
9817the field @code{ss_p} by entering @code{0}. Then, since this field is a
9818pointer, you will be asked if it is pointing to a single value. From
9819the declaration of @code{cs} above, it is indeed pointing to a single
9820value, hence you enter @code{y}. If you enter @code{n}, then you will
9821be asked if it were pointing to an array of values, in which case this
9822field will be explored as if it were an array.
9823
9824@smallexample
9825`cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
9826Continue exploring it as a pointer to a single value [y/n]: y
9827The value of `*(cs.ss_p)' is a struct/class of type `struct
9828SimpleStruct' with the following fields:
9829
9830 i = 10 .. (Value of type `int')
9831 d = 1.1100000000000001 .. (Value of type `double')
9832
9833Press enter to return to parent value:
9834@end smallexample
9835
9836@noindent
9837If the field @code{arr} of @code{cs} was chosen for exploration by
9838entering @code{1} earlier, then since it is as array, you will be
9839prompted to enter the index of the element in the array that you want
9840to explore.
9841
9842@smallexample
9843`cs.arr' is an array of `int'.
9844Enter the index of the element you want to explore in `cs.arr': 5
9845
9846`(cs.arr)[5]' is a scalar value of type `int'.
9847
9848(cs.arr)[5] = 4
9849
9850Press enter to return to parent value:
9851@end smallexample
9852
9853In general, at any stage of exploration, you can go deeper towards the
9854leaf values by responding to the prompts appropriately, or hit the
9855return key to return to the enclosing data structure (the @i{higher}
9856level data structure).
9857
9858Similar to exploring values, you can use the @code{explore} command to
9859explore types. Instead of specifying a value (which is typically a
9860variable name or an expression valid in the current context of the
9861program being debugged), you specify a type name. If you consider the
9862same example as above, your can explore the type
9863@code{struct ComplexStruct} by passing the argument
9864@code{struct ComplexStruct} to the @code{explore} command.
9865
9866@smallexample
9867(@value{GDBP}) explore struct ComplexStruct
9868@end smallexample
9869
9870@noindent
9871By responding to the prompts appropriately in the subsequent interactive
9872session, you can explore the type @code{struct ComplexStruct} in a
9873manner similar to how the value @code{cs} was explored in the above
9874example.
9875
9876The @code{explore} command also has two sub-commands,
9877@code{explore value} and @code{explore type}. The former sub-command is
9878a way to explicitly specify that value exploration of the argument is
9879being invoked, while the latter is a way to explicitly specify that type
9880exploration of the argument is being invoked.
9881
9882@table @code
9883@item explore value @var{expr}
9884@cindex explore value
9885This sub-command of @code{explore} explores the value of the
9886expression @var{expr} (if @var{expr} is an expression valid in the
9887current context of the program being debugged). The behavior of this
9888command is identical to that of the behavior of the @code{explore}
9889command being passed the argument @var{expr}.
9890
9891@item explore type @var{arg}
9892@cindex explore type
9893This sub-command of @code{explore} explores the type of @var{arg} (if
9894@var{arg} is a type visible in the current context of program being
9895debugged), or the type of the value/expression @var{arg} (if @var{arg}
9896is an expression valid in the current context of the program being
9897debugged). If @var{arg} is a type, then the behavior of this command is
9898identical to that of the @code{explore} command being passed the
9899argument @var{arg}. If @var{arg} is an expression, then the behavior of
9900this command will be identical to that of the @code{explore} command
9901being passed the type of @var{arg} as the argument.
9902@end table
9903
9904@menu
9905* Expressions:: Expressions
9906* Ambiguous Expressions:: Ambiguous Expressions
9907* Variables:: Program variables
9908* Arrays:: Artificial arrays
9909* Output Formats:: Output formats
9910* Memory:: Examining memory
9911* Auto Display:: Automatic display
9912* Print Settings:: Print settings
9913* Pretty Printing:: Python pretty printing
9914* Value History:: Value history
9915* Convenience Vars:: Convenience variables
9916* Convenience Funs:: Convenience functions
9917* Registers:: Registers
9918* Floating Point Hardware:: Floating point hardware
9919* Vector Unit:: Vector Unit
9920* OS Information:: Auxiliary data provided by operating system
9921* Memory Region Attributes:: Memory region attributes
9922* Dump/Restore Files:: Copy between memory and a file
9923* Core File Generation:: Cause a program dump its core
9924* Character Sets:: Debugging programs that use a different
9925 character set than GDB does
9926* Caching Target Data:: Data caching for targets
9927* Searching Memory:: Searching memory for a sequence of bytes
9928* Value Sizes:: Managing memory allocated for values
9929@end menu
9930
9931@node Expressions
9932@section Expressions
9933
9934@cindex expressions
9935@code{print} and many other @value{GDBN} commands accept an expression and
9936compute its value. Any kind of constant, variable or operator defined
9937by the programming language you are using is valid in an expression in
9938@value{GDBN}. This includes conditional expressions, function calls,
9939casts, and string constants. It also includes preprocessor macros, if
9940you compiled your program to include this information; see
9941@ref{Compilation}.
9942
9943@cindex arrays in expressions
9944@value{GDBN} supports array constants in expressions input by
9945the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
9946you can use the command @code{print @{1, 2, 3@}} to create an array
9947of three integers. If you pass an array to a function or assign it
9948to a program variable, @value{GDBN} copies the array to memory that
9949is @code{malloc}ed in the target program.
9950
9951Because C is so widespread, most of the expressions shown in examples in
9952this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
9953Languages}, for information on how to use expressions in other
9954languages.
9955
9956In this section, we discuss operators that you can use in @value{GDBN}
9957expressions regardless of your programming language.
9958
9959@cindex casts, in expressions
9960Casts are supported in all languages, not just in C, because it is so
9961useful to cast a number into a pointer in order to examine a structure
9962at that address in memory.
9963@c FIXME: casts supported---Mod2 true?
9964
9965@value{GDBN} supports these operators, in addition to those common
9966to programming languages:
9967
9968@table @code
9969@item @@
9970@samp{@@} is a binary operator for treating parts of memory as arrays.
9971@xref{Arrays, ,Artificial Arrays}, for more information.
9972
9973@item ::
9974@samp{::} allows you to specify a variable in terms of the file or
9975function where it is defined. @xref{Variables, ,Program Variables}.
9976
9977@cindex @{@var{type}@}
9978@cindex type casting memory
9979@cindex memory, viewing as typed object
9980@cindex casts, to view memory
9981@item @{@var{type}@} @var{addr}
9982Refers to an object of type @var{type} stored at address @var{addr} in
9983memory. The address @var{addr} may be any expression whose value is
9984an integer or pointer (but parentheses are required around binary
9985operators, just as in a cast). This construct is allowed regardless
9986of what kind of data is normally supposed to reside at @var{addr}.
9987@end table
9988
9989@node Ambiguous Expressions
9990@section Ambiguous Expressions
9991@cindex ambiguous expressions
9992
9993Expressions can sometimes contain some ambiguous elements. For instance,
9994some programming languages (notably Ada, C@t{++} and Objective-C) permit
9995a single function name to be defined several times, for application in
9996different contexts. This is called @dfn{overloading}. Another example
9997involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
9998templates and is typically instantiated several times, resulting in
9999the same function name being defined in different contexts.
10000
10001In some cases and depending on the language, it is possible to adjust
10002the expression to remove the ambiguity. For instance in C@t{++}, you
10003can specify the signature of the function you want to break on, as in
10004@kbd{break @var{function}(@var{types})}. In Ada, using the fully
10005qualified name of your function often makes the expression unambiguous
10006as well.
10007
10008When an ambiguity that needs to be resolved is detected, the debugger
10009has the capability to display a menu of numbered choices for each
10010possibility, and then waits for the selection with the prompt @samp{>}.
10011The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
10012aborts the current command. If the command in which the expression was
10013used allows more than one choice to be selected, the next option in the
10014menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
10015choices.
10016
10017For example, the following session excerpt shows an attempt to set a
10018breakpoint at the overloaded symbol @code{String::after}.
10019We choose three particular definitions of that function name:
10020
10021@c FIXME! This is likely to change to show arg type lists, at least
10022@smallexample
10023@group
10024(@value{GDBP}) b String::after
10025[0] cancel
10026[1] all
10027[2] file:String.cc; line number:867
10028[3] file:String.cc; line number:860
10029[4] file:String.cc; line number:875
10030[5] file:String.cc; line number:853
10031[6] file:String.cc; line number:846
10032[7] file:String.cc; line number:735
10033> 2 4 6
10034Breakpoint 1 at 0xb26c: file String.cc, line 867.
10035Breakpoint 2 at 0xb344: file String.cc, line 875.
10036Breakpoint 3 at 0xafcc: file String.cc, line 846.
10037Multiple breakpoints were set.
10038Use the "delete" command to delete unwanted
10039 breakpoints.
10040(@value{GDBP})
10041@end group
10042@end smallexample
10043
10044@table @code
10045@kindex set multiple-symbols
10046@item set multiple-symbols @var{mode}
10047@cindex multiple-symbols menu
10048
10049This option allows you to adjust the debugger behavior when an expression
10050is ambiguous.
10051
10052By default, @var{mode} is set to @code{all}. If the command with which
10053the expression is used allows more than one choice, then @value{GDBN}
10054automatically selects all possible choices. For instance, inserting
10055a breakpoint on a function using an ambiguous name results in a breakpoint
10056inserted on each possible match. However, if a unique choice must be made,
10057then @value{GDBN} uses the menu to help you disambiguate the expression.
10058For instance, printing the address of an overloaded function will result
10059in the use of the menu.
10060
10061When @var{mode} is set to @code{ask}, the debugger always uses the menu
10062when an ambiguity is detected.
10063
10064Finally, when @var{mode} is set to @code{cancel}, the debugger reports
10065an error due to the ambiguity and the command is aborted.
10066
10067@kindex show multiple-symbols
10068@item show multiple-symbols
10069Show the current value of the @code{multiple-symbols} setting.
10070@end table
10071
10072@node Variables
10073@section Program Variables
10074
10075The most common kind of expression to use is the name of a variable
10076in your program.
10077
10078Variables in expressions are understood in the selected stack frame
10079(@pxref{Selection, ,Selecting a Frame}); they must be either:
10080
10081@itemize @bullet
10082@item
10083global (or file-static)
10084@end itemize
10085
10086@noindent or
10087
10088@itemize @bullet
10089@item
10090visible according to the scope rules of the
10091programming language from the point of execution in that frame
10092@end itemize
10093
10094@noindent This means that in the function
10095
10096@smallexample
10097foo (a)
10098 int a;
10099@{
10100 bar (a);
10101 @{
10102 int b = test ();
10103 bar (b);
10104 @}
10105@}
10106@end smallexample
10107
10108@noindent
10109you can examine and use the variable @code{a} whenever your program is
10110executing within the function @code{foo}, but you can only use or
10111examine the variable @code{b} while your program is executing inside
10112the block where @code{b} is declared.
10113
10114@cindex variable name conflict
10115There is an exception: you can refer to a variable or function whose
10116scope is a single source file even if the current execution point is not
10117in this file. But it is possible to have more than one such variable or
10118function with the same name (in different source files). If that
10119happens, referring to that name has unpredictable effects. If you wish,
10120you can specify a static variable in a particular function or file by
10121using the colon-colon (@code{::}) notation:
10122
10123@cindex colon-colon, context for variables/functions
10124@ifnotinfo
10125@c info cannot cope with a :: index entry, but why deprive hard copy readers?
10126@cindex @code{::}, context for variables/functions
10127@end ifnotinfo
10128@smallexample
10129@var{file}::@var{variable}
10130@var{function}::@var{variable}
10131@end smallexample
10132
10133@noindent
10134Here @var{file} or @var{function} is the name of the context for the
10135static @var{variable}. In the case of file names, you can use quotes to
10136make sure @value{GDBN} parses the file name as a single word---for example,
10137to print a global value of @code{x} defined in @file{f2.c}:
10138
10139@smallexample
10140(@value{GDBP}) p 'f2.c'::x
10141@end smallexample
10142
10143The @code{::} notation is normally used for referring to
10144static variables, since you typically disambiguate uses of local variables
10145in functions by selecting the appropriate frame and using the
10146simple name of the variable. However, you may also use this notation
10147to refer to local variables in frames enclosing the selected frame:
10148
10149@smallexample
10150void
10151foo (int a)
10152@{
10153 if (a < 10)
10154 bar (a);
10155 else
10156 process (a); /* Stop here */
10157@}
10158
10159int
10160bar (int a)
10161@{
10162 foo (a + 5);
10163@}
10164@end smallexample
10165
10166@noindent
10167For example, if there is a breakpoint at the commented line,
10168here is what you might see
10169when the program stops after executing the call @code{bar(0)}:
10170
10171@smallexample
10172(@value{GDBP}) p a
10173$1 = 10
10174(@value{GDBP}) p bar::a
10175$2 = 5
10176(@value{GDBP}) up 2
10177#2 0x080483d0 in foo (a=5) at foobar.c:12
10178(@value{GDBP}) p a
10179$3 = 5
10180(@value{GDBP}) p bar::a
10181$4 = 0
10182@end smallexample
10183
10184@cindex C@t{++} scope resolution
10185These uses of @samp{::} are very rarely in conflict with the very
10186similar use of the same notation in C@t{++}. When they are in
10187conflict, the C@t{++} meaning takes precedence; however, this can be
10188overridden by quoting the file or function name with single quotes.
10189
10190For example, suppose the program is stopped in a method of a class
10191that has a field named @code{includefile}, and there is also an
10192include file named @file{includefile} that defines a variable,
10193@code{some_global}.
10194
10195@smallexample
10196(@value{GDBP}) p includefile
10197$1 = 23
10198(@value{GDBP}) p includefile::some_global
10199A syntax error in expression, near `'.
10200(@value{GDBP}) p 'includefile'::some_global
10201$2 = 27
10202@end smallexample
10203
10204@cindex wrong values
10205@cindex variable values, wrong
10206@cindex function entry/exit, wrong values of variables
10207@cindex optimized code, wrong values of variables
10208@quotation
10209@emph{Warning:} Occasionally, a local variable may appear to have the
10210wrong value at certain points in a function---just after entry to a new
10211scope, and just before exit.
10212@end quotation
10213You may see this problem when you are stepping by machine instructions.
10214This is because, on most machines, it takes more than one instruction to
10215set up a stack frame (including local variable definitions); if you are
10216stepping by machine instructions, variables may appear to have the wrong
10217values until the stack frame is completely built. On exit, it usually
10218also takes more than one machine instruction to destroy a stack frame;
10219after you begin stepping through that group of instructions, local
10220variable definitions may be gone.
10221
10222This may also happen when the compiler does significant optimizations.
10223To be sure of always seeing accurate values, turn off all optimization
10224when compiling.
10225
10226@cindex ``No symbol "foo" in current context''
10227Another possible effect of compiler optimizations is to optimize
10228unused variables out of existence, or assign variables to registers (as
10229opposed to memory addresses). Depending on the support for such cases
10230offered by the debug info format used by the compiler, @value{GDBN}
10231might not be able to display values for such local variables. If that
10232happens, @value{GDBN} will print a message like this:
10233
10234@smallexample
10235No symbol "foo" in current context.
10236@end smallexample
10237
10238To solve such problems, either recompile without optimizations, or use a
10239different debug info format, if the compiler supports several such
10240formats. @xref{Compilation}, for more information on choosing compiler
10241options. @xref{C, ,C and C@t{++}}, for more information about debug
10242info formats that are best suited to C@t{++} programs.
10243
10244If you ask to print an object whose contents are unknown to
10245@value{GDBN}, e.g., because its data type is not completely specified
10246by the debug information, @value{GDBN} will say @samp{<incomplete
10247type>}. @xref{Symbols, incomplete type}, for more about this.
10248
10249@cindex no debug info variables
10250If you try to examine or use the value of a (global) variable for
10251which @value{GDBN} has no type information, e.g., because the program
10252includes no debug information, @value{GDBN} displays an error message.
10253@xref{Symbols, unknown type}, for more about unknown types. If you
10254cast the variable to its declared type, @value{GDBN} gets the
10255variable's value using the cast-to type as the variable's type. For
10256example, in a C program:
10257
10258@smallexample
10259 (@value{GDBP}) p var
10260 'var' has unknown type; cast it to its declared type
10261 (@value{GDBP}) p (float) var
10262 $1 = 3.14
10263@end smallexample
10264
10265If you append @kbd{@@entry} string to a function parameter name you get its
10266value at the time the function got called. If the value is not available an
10267error message is printed. Entry values are available only with some compilers.
10268Entry values are normally also printed at the function parameter list according
10269to @ref{set print entry-values}.
10270
10271@smallexample
10272Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
1027329 i++;
10274(@value{GDBP}) next
1027530 e (i);
10276(@value{GDBP}) print i
10277$1 = 31
10278(@value{GDBP}) print i@@entry
10279$2 = 30
10280@end smallexample
10281
10282Strings are identified as arrays of @code{char} values without specified
10283signedness. Arrays of either @code{signed char} or @code{unsigned char} get
10284printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
10285@code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
10286defines literal string type @code{"char"} as @code{char} without a sign.
10287For program code
10288
10289@smallexample
10290char var0[] = "A";
10291signed char var1[] = "A";
10292@end smallexample
10293
10294You get during debugging
10295@smallexample
10296(@value{GDBP}) print var0
10297$1 = "A"
10298(@value{GDBP}) print var1
10299$2 = @{65 'A', 0 '\0'@}
10300@end smallexample
10301
10302@node Arrays
10303@section Artificial Arrays
10304
10305@cindex artificial array
10306@cindex arrays
10307@kindex @@@r{, referencing memory as an array}
10308It is often useful to print out several successive objects of the
10309same type in memory; a section of an array, or an array of
10310dynamically determined size for which only a pointer exists in the
10311program.
10312
10313You can do this by referring to a contiguous span of memory as an
10314@dfn{artificial array}, using the binary operator @samp{@@}. The left
10315operand of @samp{@@} should be the first element of the desired array
10316and be an individual object. The right operand should be the desired length
10317of the array. The result is an array value whose elements are all of
10318the type of the left argument. The first element is actually the left
10319argument; the second element comes from bytes of memory immediately
10320following those that hold the first element, and so on. Here is an
10321example. If a program says
10322
10323@smallexample
10324int *array = (int *) malloc (len * sizeof (int));
10325@end smallexample
10326
10327@noindent
10328you can print the contents of @code{array} with
10329
10330@smallexample
10331p *array@@len
10332@end smallexample
10333
10334The left operand of @samp{@@} must reside in memory. Array values made
10335with @samp{@@} in this way behave just like other arrays in terms of
10336subscripting, and are coerced to pointers when used in expressions.
10337Artificial arrays most often appear in expressions via the value history
10338(@pxref{Value History, ,Value History}), after printing one out.
10339
10340Another way to create an artificial array is to use a cast.
10341This re-interprets a value as if it were an array.
10342The value need not be in memory:
10343@smallexample
10344(@value{GDBP}) p/x (short[2])0x12345678
10345$1 = @{0x1234, 0x5678@}
10346@end smallexample
10347
10348As a convenience, if you leave the array length out (as in
10349@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
10350the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
10351@smallexample
10352(@value{GDBP}) p/x (short[])0x12345678
10353$2 = @{0x1234, 0x5678@}
10354@end smallexample
10355
10356Sometimes the artificial array mechanism is not quite enough; in
10357moderately complex data structures, the elements of interest may not
10358actually be adjacent---for example, if you are interested in the values
10359of pointers in an array. One useful work-around in this situation is
10360to use a convenience variable (@pxref{Convenience Vars, ,Convenience
10361Variables}) as a counter in an expression that prints the first
10362interesting value, and then repeat that expression via @key{RET}. For
10363instance, suppose you have an array @code{dtab} of pointers to
10364structures, and you are interested in the values of a field @code{fv}
10365in each structure. Here is an example of what you might type:
10366
10367@smallexample
10368set $i = 0
10369p dtab[$i++]->fv
10370@key{RET}
10371@key{RET}
10372@dots{}
10373@end smallexample
10374
10375@node Output Formats
10376@section Output Formats
10377
10378@cindex formatted output
10379@cindex output formats
10380By default, @value{GDBN} prints a value according to its data type. Sometimes
10381this is not what you want. For example, you might want to print a number
10382in hex, or a pointer in decimal. Or you might want to view data in memory
10383at a certain address as a character string or as an instruction. To do
10384these things, specify an @dfn{output format} when you print a value.
10385
10386The simplest use of output formats is to say how to print a value
10387already computed. This is done by starting the arguments of the
10388@code{print} command with a slash and a format letter. The format
10389letters supported are:
10390
10391@table @code
10392@item x
10393Regard the bits of the value as an integer, and print the integer in
10394hexadecimal.
10395
10396@item d
10397Print as integer in signed decimal.
10398
10399@item u
10400Print as integer in unsigned decimal.
10401
10402@item o
10403Print as integer in octal.
10404
10405@item t
10406Print as integer in binary. The letter @samp{t} stands for ``two''.
10407@footnote{@samp{b} cannot be used because these format letters are also
10408used with the @code{x} command, where @samp{b} stands for ``byte'';
10409see @ref{Memory,,Examining Memory}.}
10410
10411@item a
10412@cindex unknown address, locating
10413@cindex locate address
10414Print as an address, both absolute in hexadecimal and as an offset from
10415the nearest preceding symbol. You can use this format used to discover
10416where (in what function) an unknown address is located:
10417
10418@smallexample
10419(@value{GDBP}) p/a 0x54320
10420$3 = 0x54320 <_initialize_vx+396>
10421@end smallexample
10422
10423@noindent
10424The command @code{info symbol 0x54320} yields similar results.
10425@xref{Symbols, info symbol}.
10426
10427@item c
10428Regard as an integer and print it as a character constant. This
10429prints both the numerical value and its character representation. The
10430character representation is replaced with the octal escape @samp{\nnn}
10431for characters outside the 7-bit @sc{ascii} range.
10432
10433Without this format, @value{GDBN} displays @code{char},
10434@w{@code{unsigned char}}, and @w{@code{signed char}} data as character
10435constants. Single-byte members of vectors are displayed as integer
10436data.
10437
10438@item f
10439Regard the bits of the value as a floating point number and print
10440using typical floating point syntax.
10441
10442@item s
10443@cindex printing strings
10444@cindex printing byte arrays
10445Regard as a string, if possible. With this format, pointers to single-byte
10446data are displayed as null-terminated strings and arrays of single-byte data
10447are displayed as fixed-length strings. Other values are displayed in their
10448natural types.
10449
10450Without this format, @value{GDBN} displays pointers to and arrays of
10451@code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
10452strings. Single-byte members of a vector are displayed as an integer
10453array.
10454
10455@item z
10456Like @samp{x} formatting, the value is treated as an integer and
10457printed as hexadecimal, but leading zeros are printed to pad the value
10458to the size of the integer type.
10459
10460@item r
10461@cindex raw printing
10462Print using the @samp{raw} formatting. By default, @value{GDBN} will
10463use a Python-based pretty-printer, if one is available (@pxref{Pretty
10464Printing}). This typically results in a higher-level display of the
10465value's contents. The @samp{r} format bypasses any Python
10466pretty-printer which might exist.
10467@end table
10468
10469For example, to print the program counter in hex (@pxref{Registers}), type
10470
10471@smallexample
10472p/x $pc
10473@end smallexample
10474
10475@noindent
10476Note that no space is required before the slash; this is because command
10477names in @value{GDBN} cannot contain a slash.
10478
10479To reprint the last value in the value history with a different format,
10480you can use the @code{print} command with just a format and no
10481expression. For example, @samp{p/x} reprints the last value in hex.
10482
10483@node Memory
10484@section Examining Memory
10485
10486You can use the command @code{x} (for ``examine'') to examine memory in
10487any of several formats, independently of your program's data types.
10488
10489@cindex examining memory
10490@table @code
10491@kindex x @r{(examine memory)}
10492@item x/@var{nfu} @var{addr}
10493@itemx x @var{addr}
10494@itemx x
10495Use the @code{x} command to examine memory.
10496@end table
10497
10498@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
10499much memory to display and how to format it; @var{addr} is an
10500expression giving the address where you want to start displaying memory.
10501If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
10502Several commands set convenient defaults for @var{addr}.
10503
10504@table @r
10505@item @var{n}, the repeat count
10506The repeat count is a decimal integer; the default is 1. It specifies
10507how much memory (counting by units @var{u}) to display. If a negative
10508number is specified, memory is examined backward from @var{addr}.
10509@c This really is **decimal**; unaffected by 'set radix' as of GDB
10510@c 4.1.2.
10511
10512@item @var{f}, the display format
10513The display format is one of the formats used by @code{print}
10514(@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
10515@samp{f}, @samp{s}), and in addition @samp{i} (for machine instructions).
10516The default is @samp{x} (hexadecimal) initially. The default changes
10517each time you use either @code{x} or @code{print}.
10518
10519@item @var{u}, the unit size
10520The unit size is any of
10521
10522@table @code
10523@item b
10524Bytes.
10525@item h
10526Halfwords (two bytes).
10527@item w
10528Words (four bytes). This is the initial default.
10529@item g
10530Giant words (eight bytes).
10531@end table
10532
10533Each time you specify a unit size with @code{x}, that size becomes the
10534default unit the next time you use @code{x}. For the @samp{i} format,
10535the unit size is ignored and is normally not written. For the @samp{s} format,
10536the unit size defaults to @samp{b}, unless it is explicitly given.
10537Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
1053832-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
10539Note that the results depend on the programming language of the
10540current compilation unit. If the language is C, the @samp{s}
10541modifier will use the UTF-16 encoding while @samp{w} will use
10542UTF-32. The encoding is set by the programming language and cannot
10543be altered.
10544
10545@item @var{addr}, starting display address
10546@var{addr} is the address where you want @value{GDBN} to begin displaying
10547memory. The expression need not have a pointer value (though it may);
10548it is always interpreted as an integer address of a byte of memory.
10549@xref{Expressions, ,Expressions}, for more information on expressions. The default for
10550@var{addr} is usually just after the last address examined---but several
10551other commands also set the default address: @code{info breakpoints} (to
10552the address of the last breakpoint listed), @code{info line} (to the
10553starting address of a line), and @code{print} (if you use it to display
10554a value from memory).
10555@end table
10556
10557For example, @samp{x/3uh 0x54320} is a request to display three halfwords
10558(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
10559starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
10560words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
10561@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
10562
10563You can also specify a negative repeat count to examine memory backward
10564from the given address. For example, @samp{x/-3uh 0x54320} prints three
10565halfwords (@code{h}) at @code{0x54314}, @code{0x54328}, and @code{0x5431c}.
10566
10567Since the letters indicating unit sizes are all distinct from the
10568letters specifying output formats, you do not have to remember whether
10569unit size or format comes first; either order works. The output
10570specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
10571(However, the count @var{n} must come first; @samp{wx4} does not work.)
10572
10573Even though the unit size @var{u} is ignored for the formats @samp{s}
10574and @samp{i}, you might still want to use a count @var{n}; for example,
10575@samp{3i} specifies that you want to see three machine instructions,
10576including any operands. For convenience, especially when used with
10577the @code{display} command, the @samp{i} format also prints branch delay
10578slot instructions, if any, beyond the count specified, which immediately
10579follow the last instruction that is within the count. The command
10580@code{disassemble} gives an alternative way of inspecting machine
10581instructions; see @ref{Machine Code,,Source and Machine Code}.
10582
10583If a negative repeat count is specified for the formats @samp{s} or @samp{i},
10584the command displays null-terminated strings or instructions before the given
10585address as many as the absolute value of the given number. For the @samp{i}
10586format, we use line number information in the debug info to accurately locate
10587instruction boundaries while disassembling backward. If line info is not
10588available, the command stops examining memory with an error message.
10589
10590All the defaults for the arguments to @code{x} are designed to make it
10591easy to continue scanning memory with minimal specifications each time
10592you use @code{x}. For example, after you have inspected three machine
10593instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
10594with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
10595the repeat count @var{n} is used again; the other arguments default as
10596for successive uses of @code{x}.
10597
10598When examining machine instructions, the instruction at current program
10599counter is shown with a @code{=>} marker. For example:
10600
10601@smallexample
10602(@value{GDBP}) x/5i $pc-6
10603 0x804837f <main+11>: mov %esp,%ebp
10604 0x8048381 <main+13>: push %ecx
10605 0x8048382 <main+14>: sub $0x4,%esp
10606=> 0x8048385 <main+17>: movl $0x8048460,(%esp)
10607 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
10608@end smallexample
10609
10610@cindex @code{$_}, @code{$__}, and value history
10611The addresses and contents printed by the @code{x} command are not saved
10612in the value history because there is often too much of them and they
10613would get in the way. Instead, @value{GDBN} makes these values available for
10614subsequent use in expressions as values of the convenience variables
10615@code{$_} and @code{$__}. After an @code{x} command, the last address
10616examined is available for use in expressions in the convenience variable
10617@code{$_}. The contents of that address, as examined, are available in
10618the convenience variable @code{$__}.
10619
10620If the @code{x} command has a repeat count, the address and contents saved
10621are from the last memory unit printed; this is not the same as the last
10622address printed if several units were printed on the last line of output.
10623
10624@anchor{addressable memory unit}
10625@cindex addressable memory unit
10626Most targets have an addressable memory unit size of 8 bits. This means
10627that to each memory address are associated 8 bits of data. Some
10628targets, however, have other addressable memory unit sizes.
10629Within @value{GDBN} and this document, the term
10630@dfn{addressable memory unit} (or @dfn{memory unit} for short) is used
10631when explicitly referring to a chunk of data of that size. The word
10632@dfn{byte} is used to refer to a chunk of data of 8 bits, regardless of
10633the addressable memory unit size of the target. For most systems,
10634addressable memory unit is a synonym of byte.
10635
10636@cindex remote memory comparison
10637@cindex target memory comparison
10638@cindex verify remote memory image
10639@cindex verify target memory image
10640When you are debugging a program running on a remote target machine
10641(@pxref{Remote Debugging}), you may wish to verify the program's image
10642in the remote machine's memory against the executable file you
10643downloaded to the target. Or, on any target, you may want to check
10644whether the program has corrupted its own read-only sections. The
10645@code{compare-sections} command is provided for such situations.
10646
10647@table @code
10648@kindex compare-sections
10649@item compare-sections @r{[}@var{section-name}@r{|}@code{-r}@r{]}
10650Compare the data of a loadable section @var{section-name} in the
10651executable file of the program being debugged with the same section in
10652the target machine's memory, and report any mismatches. With no
10653arguments, compares all loadable sections. With an argument of
10654@code{-r}, compares all loadable read-only sections.
10655
10656Note: for remote targets, this command can be accelerated if the
10657target supports computing the CRC checksum of a block of memory
10658(@pxref{qCRC packet}).
10659@end table
10660
10661@node Auto Display
10662@section Automatic Display
10663@cindex automatic display
10664@cindex display of expressions
10665
10666If you find that you want to print the value of an expression frequently
10667(to see how it changes), you might want to add it to the @dfn{automatic
10668display list} so that @value{GDBN} prints its value each time your program stops.
10669Each expression added to the list is given a number to identify it;
10670to remove an expression from the list, you specify that number.
10671The automatic display looks like this:
10672
10673@smallexample
106742: foo = 38
106753: bar[5] = (struct hack *) 0x3804
10676@end smallexample
10677
10678@noindent
10679This display shows item numbers, expressions and their current values. As with
10680displays you request manually using @code{x} or @code{print}, you can
10681specify the output format you prefer; in fact, @code{display} decides
10682whether to use @code{print} or @code{x} depending your format
10683specification---it uses @code{x} if you specify either the @samp{i}
10684or @samp{s} format, or a unit size; otherwise it uses @code{print}.
10685
10686@table @code
10687@kindex display
10688@item display @var{expr}
10689Add the expression @var{expr} to the list of expressions to display
10690each time your program stops. @xref{Expressions, ,Expressions}.
10691
10692@code{display} does not repeat if you press @key{RET} again after using it.
10693
10694@item display/@var{fmt} @var{expr}
10695For @var{fmt} specifying only a display format and not a size or
10696count, add the expression @var{expr} to the auto-display list but
10697arrange to display it each time in the specified format @var{fmt}.
10698@xref{Output Formats,,Output Formats}.
10699
10700@item display/@var{fmt} @var{addr}
10701For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
10702number of units, add the expression @var{addr} as a memory address to
10703be examined each time your program stops. Examining means in effect
10704doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
10705@end table
10706
10707For example, @samp{display/i $pc} can be helpful, to see the machine
10708instruction about to be executed each time execution stops (@samp{$pc}
10709is a common name for the program counter; @pxref{Registers, ,Registers}).
10710
10711@table @code
10712@kindex delete display
10713@kindex undisplay
10714@item undisplay @var{dnums}@dots{}
10715@itemx delete display @var{dnums}@dots{}
10716Remove items from the list of expressions to display. Specify the
10717numbers of the displays that you want affected with the command
10718argument @var{dnums}. It can be a single display number, one of the
10719numbers shown in the first field of the @samp{info display} display;
10720or it could be a range of display numbers, as in @code{2-4}.
10721
10722@code{undisplay} does not repeat if you press @key{RET} after using it.
10723(Otherwise you would just get the error @samp{No display number @dots{}}.)
10724
10725@kindex disable display
10726@item disable display @var{dnums}@dots{}
10727Disable the display of item numbers @var{dnums}. A disabled display
10728item is not printed automatically, but is not forgotten. It may be
10729enabled again later. Specify the numbers of the displays that you
10730want affected with the command argument @var{dnums}. It can be a
10731single display number, one of the numbers shown in the first field of
10732the @samp{info display} display; or it could be a range of display
10733numbers, as in @code{2-4}.
10734
10735@kindex enable display
10736@item enable display @var{dnums}@dots{}
10737Enable display of item numbers @var{dnums}. It becomes effective once
10738again in auto display of its expression, until you specify otherwise.
10739Specify the numbers of the displays that you want affected with the
10740command argument @var{dnums}. It can be a single display number, one
10741of the numbers shown in the first field of the @samp{info display}
10742display; or it could be a range of display numbers, as in @code{2-4}.
10743
10744@item display
10745Display the current values of the expressions on the list, just as is
10746done when your program stops.
10747
10748@kindex info display
10749@item info display
10750Print the list of expressions previously set up to display
10751automatically, each one with its item number, but without showing the
10752values. This includes disabled expressions, which are marked as such.
10753It also includes expressions which would not be displayed right now
10754because they refer to automatic variables not currently available.
10755@end table
10756
10757@cindex display disabled out of scope
10758If a display expression refers to local variables, then it does not make
10759sense outside the lexical context for which it was set up. Such an
10760expression is disabled when execution enters a context where one of its
10761variables is not defined. For example, if you give the command
10762@code{display last_char} while inside a function with an argument
10763@code{last_char}, @value{GDBN} displays this argument while your program
10764continues to stop inside that function. When it stops elsewhere---where
10765there is no variable @code{last_char}---the display is disabled
10766automatically. The next time your program stops where @code{last_char}
10767is meaningful, you can enable the display expression once again.
10768
10769@node Print Settings
10770@section Print Settings
10771
10772@cindex format options
10773@cindex print settings
10774@value{GDBN} provides the following ways to control how arrays, structures,
10775and symbols are printed.
10776
10777@noindent
10778These settings are useful for debugging programs in any language:
10779
10780@table @code
10781@kindex set print
10782@anchor{set print address}
10783@item set print address
10784@itemx set print address on
10785@cindex print/don't print memory addresses
10786@value{GDBN} prints memory addresses showing the location of stack
10787traces, structure values, pointer values, breakpoints, and so forth,
10788even when it also displays the contents of those addresses. The default
10789is @code{on}. For example, this is what a stack frame display looks like with
10790@code{set print address on}:
10791
10792@smallexample
10793@group
10794(@value{GDBP}) f
10795#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
10796 at input.c:530
10797530 if (lquote != def_lquote)
10798@end group
10799@end smallexample
10800
10801@item set print address off
10802Do not print addresses when displaying their contents. For example,
10803this is the same stack frame displayed with @code{set print address off}:
10804
10805@smallexample
10806@group
10807(@value{GDBP}) set print addr off
10808(@value{GDBP}) f
10809#0 set_quotes (lq="<<", rq=">>") at input.c:530
10810530 if (lquote != def_lquote)
10811@end group
10812@end smallexample
10813
10814You can use @samp{set print address off} to eliminate all machine
10815dependent displays from the @value{GDBN} interface. For example, with
10816@code{print address off}, you should get the same text for backtraces on
10817all machines---whether or not they involve pointer arguments.
10818
10819@kindex show print
10820@item show print address
10821Show whether or not addresses are to be printed.
10822@end table
10823
10824When @value{GDBN} prints a symbolic address, it normally prints the
10825closest earlier symbol plus an offset. If that symbol does not uniquely
10826identify the address (for example, it is a name whose scope is a single
10827source file), you may need to clarify. One way to do this is with
10828@code{info line}, for example @samp{info line *0x4537}. Alternately,
10829you can set @value{GDBN} to print the source file and line number when
10830it prints a symbolic address:
10831
10832@table @code
10833@item set print symbol-filename on
10834@cindex source file and line of a symbol
10835@cindex symbol, source file and line
10836Tell @value{GDBN} to print the source file name and line number of a
10837symbol in the symbolic form of an address.
10838
10839@item set print symbol-filename off
10840Do not print source file name and line number of a symbol. This is the
10841default.
10842
10843@item show print symbol-filename
10844Show whether or not @value{GDBN} will print the source file name and
10845line number of a symbol in the symbolic form of an address.
10846@end table
10847
10848Another situation where it is helpful to show symbol filenames and line
10849numbers is when disassembling code; @value{GDBN} shows you the line
10850number and source file that corresponds to each instruction.
10851
10852Also, you may wish to see the symbolic form only if the address being
10853printed is reasonably close to the closest earlier symbol:
10854
10855@table @code
10856@item set print max-symbolic-offset @var{max-offset}
10857@itemx set print max-symbolic-offset unlimited
10858@cindex maximum value for offset of closest symbol
10859Tell @value{GDBN} to only display the symbolic form of an address if the
10860offset between the closest earlier symbol and the address is less than
10861@var{max-offset}. The default is @code{unlimited}, which tells @value{GDBN}
10862to always print the symbolic form of an address if any symbol precedes
10863it. Zero is equivalent to @code{unlimited}.
10864
10865@item show print max-symbolic-offset
10866Ask how large the maximum offset is that @value{GDBN} prints in a
10867symbolic address.
10868@end table
10869
10870@cindex wild pointer, interpreting
10871@cindex pointer, finding referent
10872If you have a pointer and you are not sure where it points, try
10873@samp{set print symbol-filename on}. Then you can determine the name
10874and source file location of the variable where it points, using
10875@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
10876For example, here @value{GDBN} shows that a variable @code{ptt} points
10877at another variable @code{t}, defined in @file{hi2.c}:
10878
10879@smallexample
10880(@value{GDBP}) set print symbol-filename on
10881(@value{GDBP}) p/a ptt
10882$4 = 0xe008 <t in hi2.c>
10883@end smallexample
10884
10885@quotation
10886@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
10887does not show the symbol name and filename of the referent, even with
10888the appropriate @code{set print} options turned on.
10889@end quotation
10890
10891You can also enable @samp{/a}-like formatting all the time using
10892@samp{set print symbol on}:
10893
10894@anchor{set print symbol}
10895@table @code
10896@item set print symbol on
10897Tell @value{GDBN} to print the symbol corresponding to an address, if
10898one exists.
10899
10900@item set print symbol off
10901Tell @value{GDBN} not to print the symbol corresponding to an
10902address. In this mode, @value{GDBN} will still print the symbol
10903corresponding to pointers to functions. This is the default.
10904
10905@item show print symbol
10906Show whether @value{GDBN} will display the symbol corresponding to an
10907address.
10908@end table
10909
10910Other settings control how different kinds of objects are printed:
10911
10912@table @code
10913@anchor{set print array}
10914@item set print array
10915@itemx set print array on
10916@cindex pretty print arrays
10917Pretty print arrays. This format is more convenient to read,
10918but uses more space. The default is off.
10919
10920@item set print array off
10921Return to compressed format for arrays.
10922
10923@item show print array
10924Show whether compressed or pretty format is selected for displaying
10925arrays.
10926
10927@cindex print array indexes
10928@anchor{set print array-indexes}
10929@item set print array-indexes
10930@itemx set print array-indexes on
10931Print the index of each element when displaying arrays. May be more
10932convenient to locate a given element in the array or quickly find the
10933index of a given element in that printed array. The default is off.
10934
10935@item set print array-indexes off
10936Stop printing element indexes when displaying arrays.
10937
10938@item show print array-indexes
10939Show whether the index of each element is printed when displaying
10940arrays.
10941
10942@anchor{set print elements}
10943@item set print elements @var{number-of-elements}
10944@itemx set print elements unlimited
10945@cindex number of array elements to print
10946@cindex limit on number of printed array elements
10947Set a limit on how many elements of an array @value{GDBN} will print.
10948If @value{GDBN} is printing a large array, it stops printing after it has
10949printed the number of elements set by the @code{set print elements} command.
10950This limit also applies to the display of strings.
10951When @value{GDBN} starts, this limit is set to 200.
10952Setting @var{number-of-elements} to @code{unlimited} or zero means
10953that the number of elements to print is unlimited.
10954
10955@item show print elements
10956Display the number of elements of a large array that @value{GDBN} will print.
10957If the number is 0, then the printing is unlimited.
10958
10959@anchor{set print frame-arguments}
10960@item set print frame-arguments @var{value}
10961@kindex set print frame-arguments
10962@cindex printing frame argument values
10963@cindex print all frame argument values
10964@cindex print frame argument values for scalars only
10965@cindex do not print frame arguments
10966This command allows to control how the values of arguments are printed
10967when the debugger prints a frame (@pxref{Frames}). The possible
10968values are:
10969
10970@table @code
10971@item all
10972The values of all arguments are printed.
10973
10974@item scalars
10975Print the value of an argument only if it is a scalar. The value of more
10976complex arguments such as arrays, structures, unions, etc, is replaced
10977by @code{@dots{}}. This is the default. Here is an example where
10978only scalar arguments are shown:
10979
10980@smallexample
10981#1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
10982 at frame-args.c:23
10983@end smallexample
10984
10985@item none
10986None of the argument values are printed. Instead, the value of each argument
10987is replaced by @code{@dots{}}. In this case, the example above now becomes:
10988
10989@smallexample
10990#1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
10991 at frame-args.c:23
10992@end smallexample
10993
10994@item presence
10995Only the presence of arguments is indicated by @code{@dots{}}.
10996The @code{@dots{}} are not printed for function without any arguments.
10997None of the argument names and values are printed.
10998In this case, the example above now becomes:
10999
11000@smallexample
11001#1 0x08048361 in call_me (@dots{}) at frame-args.c:23
11002@end smallexample
11003
11004@end table
11005
11006By default, only scalar arguments are printed. This command can be used
11007to configure the debugger to print the value of all arguments, regardless
11008of their type. However, it is often advantageous to not print the value
11009of more complex parameters. For instance, it reduces the amount of
11010information printed in each frame, making the backtrace more readable.
11011Also, it improves performance when displaying Ada frames, because
11012the computation of large arguments can sometimes be CPU-intensive,
11013especially in large applications. Setting @code{print frame-arguments}
11014to @code{scalars} (the default), @code{none} or @code{presence} avoids
11015this computation, thus speeding up the display of each Ada frame.
11016
11017@item show print frame-arguments
11018Show how the value of arguments should be displayed when printing a frame.
11019
11020@anchor{set print raw-frame-arguments}
11021@item set print raw-frame-arguments on
11022Print frame arguments in raw, non pretty-printed, form.
11023
11024@item set print raw-frame-arguments off
11025Print frame arguments in pretty-printed form, if there is a pretty-printer
11026for the value (@pxref{Pretty Printing}),
11027otherwise print the value in raw form.
11028This is the default.
11029
11030@item show print raw-frame-arguments
11031Show whether to print frame arguments in raw form.
11032
11033@anchor{set print entry-values}
11034@item set print entry-values @var{value}
11035@kindex set print entry-values
11036Set printing of frame argument values at function entry. In some cases
11037@value{GDBN} can determine the value of function argument which was passed by
11038the function caller, even if the value was modified inside the called function
11039and therefore is different. With optimized code, the current value could be
11040unavailable, but the entry value may still be known.
11041
11042The default value is @code{default} (see below for its description). Older
11043@value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
11044this feature will behave in the @code{default} setting the same way as with the
11045@code{no} setting.
11046
11047This functionality is currently supported only by DWARF 2 debugging format and
11048the compiler has to produce @samp{DW_TAG_call_site} tags. With
11049@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
11050this information.
11051
11052The @var{value} parameter can be one of the following:
11053
11054@table @code
11055@item no
11056Print only actual parameter values, never print values from function entry
11057point.
11058@smallexample
11059#0 equal (val=5)
11060#0 different (val=6)
11061#0 lost (val=<optimized out>)
11062#0 born (val=10)
11063#0 invalid (val=<optimized out>)
11064@end smallexample
11065
11066@item only
11067Print only parameter values from function entry point. The actual parameter
11068values are never printed.
11069@smallexample
11070#0 equal (val@@entry=5)
11071#0 different (val@@entry=5)
11072#0 lost (val@@entry=5)
11073#0 born (val@@entry=<optimized out>)
11074#0 invalid (val@@entry=<optimized out>)
11075@end smallexample
11076
11077@item preferred
11078Print only parameter values from function entry point. If value from function
11079entry point is not known while the actual value is known, print the actual
11080value for such parameter.
11081@smallexample
11082#0 equal (val@@entry=5)
11083#0 different (val@@entry=5)
11084#0 lost (val@@entry=5)
11085#0 born (val=10)
11086#0 invalid (val@@entry=<optimized out>)
11087@end smallexample
11088
11089@item if-needed
11090Print actual parameter values. If actual parameter value is not known while
11091value from function entry point is known, print the entry point value for such
11092parameter.
11093@smallexample
11094#0 equal (val=5)
11095#0 different (val=6)
11096#0 lost (val@@entry=5)
11097#0 born (val=10)
11098#0 invalid (val=<optimized out>)
11099@end smallexample
11100
11101@item both
11102Always print both the actual parameter value and its value from function entry
11103point, even if values of one or both are not available due to compiler
11104optimizations.
11105@smallexample
11106#0 equal (val=5, val@@entry=5)
11107#0 different (val=6, val@@entry=5)
11108#0 lost (val=<optimized out>, val@@entry=5)
11109#0 born (val=10, val@@entry=<optimized out>)
11110#0 invalid (val=<optimized out>, val@@entry=<optimized out>)
11111@end smallexample
11112
11113@item compact
11114Print the actual parameter value if it is known and also its value from
11115function entry point if it is known. If neither is known, print for the actual
11116value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
11117values are known and identical, print the shortened
11118@code{param=param@@entry=VALUE} notation.
11119@smallexample
11120#0 equal (val=val@@entry=5)
11121#0 different (val=6, val@@entry=5)
11122#0 lost (val@@entry=5)
11123#0 born (val=10)
11124#0 invalid (val=<optimized out>)
11125@end smallexample
11126
11127@item default
11128Always print the actual parameter value. Print also its value from function
11129entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
11130if both values are known and identical, print the shortened
11131@code{param=param@@entry=VALUE} notation.
11132@smallexample
11133#0 equal (val=val@@entry=5)
11134#0 different (val=6, val@@entry=5)
11135#0 lost (val=<optimized out>, val@@entry=5)
11136#0 born (val=10)
11137#0 invalid (val=<optimized out>)
11138@end smallexample
11139@end table
11140
11141For analysis messages on possible failures of frame argument values at function
11142entry resolution see @ref{set debug entry-values}.
11143
11144@item show print entry-values
11145Show the method being used for printing of frame argument values at function
11146entry.
11147
11148@anchor{set print frame-info}
11149@item set print frame-info @var{value}
11150@kindex set print frame-info
11151@cindex printing frame information
11152@cindex frame information, printing
11153This command allows to control the information printed when
11154the debugger prints a frame. See @ref{Frames}, @ref{Backtrace},
11155for a general explanation about frames and frame information.
11156Note that some other settings (such as @code{set print frame-arguments}
11157and @code{set print address}) are also influencing if and how some frame
11158information is displayed. In particular, the frame program counter is never
11159printed if @code{set print address} is off.
11160
11161The possible values for @code{set print frame-info} are:
11162@table @code
11163@item short-location
11164Print the frame level, the program counter (if not at the
11165beginning of the location source line), the function, the function
11166arguments.
11167@item location
11168Same as @code{short-location} but also print the source file and source line
11169number.
11170@item location-and-address
11171Same as @code{location} but print the program counter even if located at the
11172beginning of the location source line.
11173@item source-line
11174Print the program counter (if not at the beginning of the location
11175source line), the line number and the source line.
11176@item source-and-location
11177Print what @code{location} and @code{source-line} are printing.
11178@item auto
11179The information printed for a frame is decided automatically
11180by the @value{GDBN} command that prints a frame.
11181For example, @code{frame} prints the information printed by
11182@code{source-and-location} while @code{stepi} will switch between
11183@code{source-line} and @code{source-and-location} depending on the program
11184counter.
11185The default value is @code{auto}.
11186@end table
11187
11188@anchor{set print repeats}
11189@item set print repeats @var{number-of-repeats}
11190@itemx set print repeats unlimited
11191@cindex repeated array elements
11192Set the threshold for suppressing display of repeated array
11193elements. When the number of consecutive identical elements of an
11194array exceeds the threshold, @value{GDBN} prints the string
11195@code{"<repeats @var{n} times>"}, where @var{n} is the number of
11196identical repetitions, instead of displaying the identical elements
11197themselves. Setting the threshold to @code{unlimited} or zero will
11198cause all elements to be individually printed. The default threshold
11199is 10.
11200
11201@item show print repeats
11202Display the current threshold for printing repeated identical
11203elements.
11204
11205@anchor{set print max-depth}
11206@item set print max-depth @var{depth}
11207@item set print max-depth unlimited
11208@cindex printing nested structures
11209Set the threshold after which nested structures are replaced with
11210ellipsis, this can make visualising deeply nested structures easier.
11211
11212For example, given this C code
11213
11214@smallexample
11215typedef struct s1 @{ int a; @} s1;
11216typedef struct s2 @{ s1 b; @} s2;
11217typedef struct s3 @{ s2 c; @} s3;
11218typedef struct s4 @{ s3 d; @} s4;
11219
11220s4 var = @{ @{ @{ @{ 3 @} @} @} @};
11221@end smallexample
11222
11223The following table shows how different values of @var{depth} will
11224effect how @code{var} is printed by @value{GDBN}:
11225
11226@multitable @columnfractions .3 .7
11227@headitem @var{depth} setting @tab Result of @samp{p var}
11228@item unlimited
11229@tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11230@item @code{0}
11231@tab @code{$1 = @{...@}}
11232@item @code{1}
11233@tab @code{$1 = @{d = @{...@}@}}
11234@item @code{2}
11235@tab @code{$1 = @{d = @{c = @{...@}@}@}}
11236@item @code{3}
11237@tab @code{$1 = @{d = @{c = @{b = @{...@}@}@}@}}
11238@item @code{4}
11239@tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
11240@end multitable
11241
11242To see the contents of structures that have been hidden the user can
11243either increase the print max-depth, or they can print the elements of
11244the structure that are visible, for example
11245
11246@smallexample
11247(@value{GDBP}) set print max-depth 2
11248(@value{GDBP}) p var
11249$1 = @{d = @{c = @{...@}@}@}
11250(@value{GDBP}) p var.d
11251$2 = @{c = @{b = @{...@}@}@}
11252(@value{GDBP}) p var.d.c
11253$3 = @{b = @{a = 3@}@}
11254@end smallexample
11255
11256The pattern used to replace nested structures varies based on
11257language, for most languages @code{@{...@}} is used, but Fortran uses
11258@code{(...)}.
11259
11260@item show print max-depth
11261Display the current threshold after which nested structures are
11262replaces with ellipsis.
11263
11264@anchor{set print null-stop}
11265@item set print null-stop
11266@cindex @sc{null} elements in arrays
11267Cause @value{GDBN} to stop printing the characters of an array when the first
11268@sc{null} is encountered. This is useful when large arrays actually
11269contain only short strings.
11270The default is off.
11271
11272@item show print null-stop
11273Show whether @value{GDBN} stops printing an array on the first
11274@sc{null} character.
11275
11276@anchor{set print pretty}
11277@item set print pretty on
11278@cindex print structures in indented form
11279@cindex indentation in structure display
11280Cause @value{GDBN} to print structures in an indented format with one member
11281per line, like this:
11282
11283@smallexample
11284@group
11285$1 = @{
11286 next = 0x0,
11287 flags = @{
11288 sweet = 1,
11289 sour = 1
11290 @},
11291 meat = 0x54 "Pork"
11292@}
11293@end group
11294@end smallexample
11295
11296@item set print pretty off
11297Cause @value{GDBN} to print structures in a compact format, like this:
11298
11299@smallexample
11300@group
11301$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
11302meat = 0x54 "Pork"@}
11303@end group
11304@end smallexample
11305
11306@noindent
11307This is the default format.
11308
11309@item show print pretty
11310Show which format @value{GDBN} is using to print structures.
11311
11312@anchor{set print raw-values}
11313@item set print raw-values on
11314Print values in raw form, without applying the pretty
11315printers for the value.
11316
11317@item set print raw-values off
11318Print values in pretty-printed form, if there is a pretty-printer
11319for the value (@pxref{Pretty Printing}),
11320otherwise print the value in raw form.
11321
11322The default setting is ``off''.
11323
11324@item show print raw-values
11325Show whether to print values in raw form.
11326
11327@item set print sevenbit-strings on
11328@cindex eight-bit characters in strings
11329@cindex octal escapes in strings
11330Print using only seven-bit characters; if this option is set,
11331@value{GDBN} displays any eight-bit characters (in strings or
11332character values) using the notation @code{\}@var{nnn}. This setting is
11333best if you are working in English (@sc{ascii}) and you use the
11334high-order bit of characters as a marker or ``meta'' bit.
11335
11336@item set print sevenbit-strings off
11337Print full eight-bit characters. This allows the use of more
11338international character sets, and is the default.
11339
11340@item show print sevenbit-strings
11341Show whether or not @value{GDBN} is printing only seven-bit characters.
11342
11343@anchor{set print union}
11344@item set print union on
11345@cindex unions in structures, printing
11346Tell @value{GDBN} to print unions which are contained in structures
11347and other unions. This is the default setting.
11348
11349@item set print union off
11350Tell @value{GDBN} not to print unions which are contained in
11351structures and other unions. @value{GDBN} will print @code{"@{...@}"}
11352instead.
11353
11354@item show print union
11355Ask @value{GDBN} whether or not it will print unions which are contained in
11356structures and other unions.
11357
11358For example, given the declarations
11359
11360@smallexample
11361typedef enum @{Tree, Bug@} Species;
11362typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
11363typedef enum @{Caterpillar, Cocoon, Butterfly@}
11364 Bug_forms;
11365
11366struct thing @{
11367 Species it;
11368 union @{
11369 Tree_forms tree;
11370 Bug_forms bug;
11371 @} form;
11372@};
11373
11374struct thing foo = @{Tree, @{Acorn@}@};
11375@end smallexample
11376
11377@noindent
11378with @code{set print union on} in effect @samp{p foo} would print
11379
11380@smallexample
11381$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
11382@end smallexample
11383
11384@noindent
11385and with @code{set print union off} in effect it would print
11386
11387@smallexample
11388$1 = @{it = Tree, form = @{...@}@}
11389@end smallexample
11390
11391@noindent
11392@code{set print union} affects programs written in C-like languages
11393and in Pascal.
11394@end table
11395
11396@need 1000
11397@noindent
11398These settings are of interest when debugging C@t{++} programs:
11399
11400@table @code
11401@cindex demangling C@t{++} names
11402@item set print demangle
11403@itemx set print demangle on
11404Print C@t{++} names in their source form rather than in the encoded
11405(``mangled'') form passed to the assembler and linker for type-safe
11406linkage. The default is on.
11407
11408@item show print demangle
11409Show whether C@t{++} names are printed in mangled or demangled form.
11410
11411@item set print asm-demangle
11412@itemx set print asm-demangle on
11413Print C@t{++} names in their source form rather than their mangled form, even
11414in assembler code printouts such as instruction disassemblies.
11415The default is off.
11416
11417@item show print asm-demangle
11418Show whether C@t{++} names in assembly listings are printed in mangled
11419or demangled form.
11420
11421@cindex C@t{++} symbol decoding style
11422@cindex symbol decoding style, C@t{++}
11423@kindex set demangle-style
11424@item set demangle-style @var{style}
11425Choose among several encoding schemes used by different compilers to represent
11426C@t{++} names. If you omit @var{style}, you will see a list of possible
11427formats. The default value is @var{auto}, which lets @value{GDBN} choose a
11428decoding style by inspecting your program.
11429
11430@item show demangle-style
11431Display the encoding style currently in use for decoding C@t{++} symbols.
11432
11433@anchor{set print object}
11434@item set print object
11435@itemx set print object on
11436@cindex derived type of an object, printing
11437@cindex display derived types
11438When displaying a pointer to an object, identify the @emph{actual}
11439(derived) type of the object rather than the @emph{declared} type, using
11440the virtual function table. Note that the virtual function table is
11441required---this feature can only work for objects that have run-time
11442type identification; a single virtual method in the object's declared
11443type is sufficient. Note that this setting is also taken into account when
11444working with variable objects via MI (@pxref{GDB/MI}).
11445
11446@item set print object off
11447Display only the declared type of objects, without reference to the
11448virtual function table. This is the default setting.
11449
11450@item show print object
11451Show whether actual, or declared, object types are displayed.
11452
11453@anchor{set print static-members}
11454@item set print static-members
11455@itemx set print static-members on
11456@cindex static members of C@t{++} objects
11457Print static members when displaying a C@t{++} object. The default is on.
11458
11459@item set print static-members off
11460Do not print static members when displaying a C@t{++} object.
11461
11462@item show print static-members
11463Show whether C@t{++} static members are printed or not.
11464
11465@item set print pascal_static-members
11466@itemx set print pascal_static-members on
11467@cindex static members of Pascal objects
11468@cindex Pascal objects, static members display
11469Print static members when displaying a Pascal object. The default is on.
11470
11471@item set print pascal_static-members off
11472Do not print static members when displaying a Pascal object.
11473
11474@item show print pascal_static-members
11475Show whether Pascal static members are printed or not.
11476
11477@c These don't work with HP ANSI C++ yet.
11478@anchor{set print vtbl}
11479@item set print vtbl
11480@itemx set print vtbl on
11481@cindex pretty print C@t{++} virtual function tables
11482@cindex virtual functions (C@t{++}) display
11483@cindex VTBL display
11484Pretty print C@t{++} virtual function tables. The default is off.
11485(The @code{vtbl} commands do not work on programs compiled with the HP
11486ANSI C@t{++} compiler (@code{aCC}).)
11487
11488@item set print vtbl off
11489Do not pretty print C@t{++} virtual function tables.
11490
11491@item show print vtbl
11492Show whether C@t{++} virtual function tables are pretty printed, or not.
11493@end table
11494
11495@node Pretty Printing
11496@section Pretty Printing
11497
11498@value{GDBN} provides a mechanism to allow pretty-printing of values using
11499Python code. It greatly simplifies the display of complex objects. This
11500mechanism works for both MI and the CLI.
11501
11502@menu
11503* Pretty-Printer Introduction:: Introduction to pretty-printers
11504* Pretty-Printer Example:: An example pretty-printer
11505* Pretty-Printer Commands:: Pretty-printer commands
11506@end menu
11507
11508@node Pretty-Printer Introduction
11509@subsection Pretty-Printer Introduction
11510
11511When @value{GDBN} prints a value, it first sees if there is a pretty-printer
11512registered for the value. If there is then @value{GDBN} invokes the
11513pretty-printer to print the value. Otherwise the value is printed normally.
11514
11515Pretty-printers are normally named. This makes them easy to manage.
11516The @samp{info pretty-printer} command will list all the installed
11517pretty-printers with their names.
11518If a pretty-printer can handle multiple data types, then its
11519@dfn{subprinters} are the printers for the individual data types.
11520Each such subprinter has its own name.
11521The format of the name is @var{printer-name};@var{subprinter-name}.
11522
11523Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
11524Typically they are automatically loaded and registered when the corresponding
11525debug information is loaded, thus making them available without having to
11526do anything special.
11527
11528There are three places where a pretty-printer can be registered.
11529
11530@itemize @bullet
11531@item
11532Pretty-printers registered globally are available when debugging
11533all inferiors.
11534
11535@item
11536Pretty-printers registered with a program space are available only
11537when debugging that program.
11538@xref{Progspaces In Python}, for more details on program spaces in Python.
11539
11540@item
11541Pretty-printers registered with an objfile are loaded and unloaded
11542with the corresponding objfile (e.g., shared library).
11543@xref{Objfiles In Python}, for more details on objfiles in Python.
11544@end itemize
11545
11546@xref{Selecting Pretty-Printers}, for further information on how
11547pretty-printers are selected,
11548
11549@xref{Writing a Pretty-Printer}, for implementing pretty printers
11550for new types.
11551
11552@node Pretty-Printer Example
11553@subsection Pretty-Printer Example
11554
11555Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
11556
11557@smallexample
11558(@value{GDBP}) print s
11559$1 = @{
11560 static npos = 4294967295,
11561 _M_dataplus = @{
11562 <std::allocator<char>> = @{
11563 <__gnu_cxx::new_allocator<char>> = @{
11564 <No data fields>@}, <No data fields>
11565 @},
11566 members of std::basic_string<char, std::char_traits<char>,
11567 std::allocator<char> >::_Alloc_hider:
11568 _M_p = 0x804a014 "abcd"
11569 @}
11570@}
11571@end smallexample
11572
11573With a pretty-printer for @code{std::string} only the contents are printed:
11574
11575@smallexample
11576(@value{GDBP}) print s
11577$2 = "abcd"
11578@end smallexample
11579
11580@node Pretty-Printer Commands
11581@subsection Pretty-Printer Commands
11582@cindex pretty-printer commands
11583
11584@table @code
11585@kindex info pretty-printer
11586@item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11587Print the list of installed pretty-printers.
11588This includes disabled pretty-printers, which are marked as such.
11589
11590@var{object-regexp} is a regular expression matching the objects
11591whose pretty-printers to list.
11592Objects can be @code{global}, the program space's file
11593(@pxref{Progspaces In Python}),
11594and the object files within that program space (@pxref{Objfiles In Python}).
11595@xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
11596looks up a printer from these three objects.
11597
11598@var{name-regexp} is a regular expression matching the name of the printers
11599to list.
11600
11601@kindex disable pretty-printer
11602@item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11603Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11604A disabled pretty-printer is not forgotten, it may be enabled again later.
11605
11606@kindex enable pretty-printer
11607@item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
11608Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
11609@end table
11610
11611Example:
11612
11613Suppose we have three pretty-printers installed: one from library1.so
11614named @code{foo} that prints objects of type @code{foo}, and
11615another from library2.so named @code{bar} that prints two types of objects,
11616@code{bar1} and @code{bar2}.
11617
11618@smallexample
11619(@value{GDBP}) info pretty-printer
11620library1.so:
11621 foo
11622library2.so:
11623 bar
11624 bar1
11625 bar2
11626(@value{GDBP}) info pretty-printer library2
11627library2.so:
11628 bar
11629 bar1
11630 bar2
11631(@value{GDBP}) disable pretty-printer library1
116321 printer disabled
116332 of 3 printers enabled
11634(@value{GDBP}) info pretty-printer
11635library1.so:
11636 foo [disabled]
11637library2.so:
11638 bar
11639 bar1
11640 bar2
11641(@value{GDBP}) disable pretty-printer library2 bar;bar1
116421 printer disabled
116431 of 3 printers enabled
11644(@value{GDBP}) info pretty-printer library2
11645library1.so:
11646 foo [disabled]
11647library2.so:
11648 bar
11649 bar1 [disabled]
11650 bar2
11651(@value{GDBP}) disable pretty-printer library2 bar
116521 printer disabled
116530 of 3 printers enabled
11654(@value{GDBP}) info pretty-printer library2
11655library1.so:
11656 foo [disabled]
11657library2.so:
11658 bar [disabled]
11659 bar1 [disabled]
11660 bar2
11661@end smallexample
11662
11663Note that for @code{bar} the entire printer can be disabled,
11664as can each individual subprinter.
11665
11666Printing values and frame arguments is done by default using
11667the enabled pretty printers.
11668
11669The print option @code{-raw-values} and @value{GDBN} setting
11670@code{set print raw-values} (@pxref{set print raw-values}) can be
11671used to print values without applying the enabled pretty printers.
11672
11673Similarly, the backtrace option @code{-raw-frame-arguments} and
11674@value{GDBN} setting @code{set print raw-frame-arguments}
11675(@pxref{set print raw-frame-arguments}) can be used to ignore the
11676enabled pretty printers when printing frame argument values.
11677
11678@node Value History
11679@section Value History
11680
11681@cindex value history
11682@cindex history of values printed by @value{GDBN}
11683Values printed by the @code{print} command are saved in the @value{GDBN}
11684@dfn{value history}. This allows you to refer to them in other expressions.
11685Values are kept until the symbol table is re-read or discarded
11686(for example with the @code{file} or @code{symbol-file} commands).
11687When the symbol table changes, the value history is discarded,
11688since the values may contain pointers back to the types defined in the
11689symbol table.
11690
11691@cindex @code{$}
11692@cindex @code{$$}
11693@cindex history number
11694The values printed are given @dfn{history numbers} by which you can
11695refer to them. These are successive integers starting with one.
11696@code{print} shows you the history number assigned to a value by
11697printing @samp{$@var{num} = } before the value; here @var{num} is the
11698history number.
11699
11700To refer to any previous value, use @samp{$} followed by the value's
11701history number. The way @code{print} labels its output is designed to
11702remind you of this. Just @code{$} refers to the most recent value in
11703the history, and @code{$$} refers to the value before that.
11704@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
11705is the value just prior to @code{$$}, @code{$$1} is equivalent to
11706@code{$$}, and @code{$$0} is equivalent to @code{$}.
11707
11708For example, suppose you have just printed a pointer to a structure and
11709want to see the contents of the structure. It suffices to type
11710
11711@smallexample
11712p *$
11713@end smallexample
11714
11715If you have a chain of structures where the component @code{next} points
11716to the next one, you can print the contents of the next one with this:
11717
11718@smallexample
11719p *$.next
11720@end smallexample
11721
11722@noindent
11723You can print successive links in the chain by repeating this
11724command---which you can do by just typing @key{RET}.
11725
11726Note that the history records values, not expressions. If the value of
11727@code{x} is 4 and you type these commands:
11728
11729@smallexample
11730print x
11731set x=5
11732@end smallexample
11733
11734@noindent
11735then the value recorded in the value history by the @code{print} command
11736remains 4 even though the value of @code{x} has changed.
11737
11738@table @code
11739@kindex show values
11740@item show values
11741Print the last ten values in the value history, with their item numbers.
11742This is like @samp{p@ $$9} repeated ten times, except that @code{show
11743values} does not change the history.
11744
11745@item show values @var{n}
11746Print ten history values centered on history item number @var{n}.
11747
11748@item show values +
11749Print ten history values just after the values last printed. If no more
11750values are available, @code{show values +} produces no display.
11751@end table
11752
11753Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
11754same effect as @samp{show values +}.
11755
11756@node Convenience Vars
11757@section Convenience Variables
11758
11759@cindex convenience variables
11760@cindex user-defined variables
11761@value{GDBN} provides @dfn{convenience variables} that you can use within
11762@value{GDBN} to hold on to a value and refer to it later. These variables
11763exist entirely within @value{GDBN}; they are not part of your program, and
11764setting a convenience variable has no direct effect on further execution
11765of your program. That is why you can use them freely.
11766
11767Convenience variables are prefixed with @samp{$}. Any name preceded by
11768@samp{$} can be used for a convenience variable, unless it is one of
11769the predefined machine-specific register names (@pxref{Registers, ,Registers}).
11770(Value history references, in contrast, are @emph{numbers} preceded
11771by @samp{$}. @xref{Value History, ,Value History}.)
11772
11773You can save a value in a convenience variable with an assignment
11774expression, just as you would set a variable in your program.
11775For example:
11776
11777@smallexample
11778set $foo = *object_ptr
11779@end smallexample
11780
11781@noindent
11782would save in @code{$foo} the value contained in the object pointed to by
11783@code{object_ptr}.
11784
11785Using a convenience variable for the first time creates it, but its
11786value is @code{void} until you assign a new value. You can alter the
11787value with another assignment at any time.
11788
11789Convenience variables have no fixed types. You can assign a convenience
11790variable any type of value, including structures and arrays, even if
11791that variable already has a value of a different type. The convenience
11792variable, when used as an expression, has the type of its current value.
11793
11794@table @code
11795@kindex show convenience
11796@cindex show all user variables and functions
11797@item show convenience
11798Print a list of convenience variables used so far, and their values,
11799as well as a list of the convenience functions.
11800Abbreviated @code{show conv}.
11801
11802@kindex init-if-undefined
11803@cindex convenience variables, initializing
11804@item init-if-undefined $@var{variable} = @var{expression}
11805Set a convenience variable if it has not already been set. This is useful
11806for user-defined commands that keep some state. It is similar, in concept,
11807to using local static variables with initializers in C (except that
11808convenience variables are global). It can also be used to allow users to
11809override default values used in a command script.
11810
11811If the variable is already defined then the expression is not evaluated so
11812any side-effects do not occur.
11813@end table
11814
11815One of the ways to use a convenience variable is as a counter to be
11816incremented or a pointer to be advanced. For example, to print
11817a field from successive elements of an array of structures:
11818
11819@smallexample
11820set $i = 0
11821print bar[$i++]->contents
11822@end smallexample
11823
11824@noindent
11825Repeat that command by typing @key{RET}.
11826
11827Some convenience variables are created automatically by @value{GDBN} and given
11828values likely to be useful.
11829
11830@table @code
11831@vindex $_@r{, convenience variable}
11832@item $_
11833The variable @code{$_} is automatically set by the @code{x} command to
11834the last address examined (@pxref{Memory, ,Examining Memory}). Other
11835commands which provide a default address for @code{x} to examine also
11836set @code{$_} to that address; these commands include @code{info line}
11837and @code{info breakpoint}. The type of @code{$_} is @code{void *}
11838except when set by the @code{x} command, in which case it is a pointer
11839to the type of @code{$__}.
11840
11841@vindex $__@r{, convenience variable}
11842@item $__
11843The variable @code{$__} is automatically set by the @code{x} command
11844to the value found in the last address examined. Its type is chosen
11845to match the format in which the data was printed.
11846
11847@item $_exitcode
11848@vindex $_exitcode@r{, convenience variable}
11849When the program being debugged terminates normally, @value{GDBN}
11850automatically sets this variable to the exit code of the program, and
11851resets @code{$_exitsignal} to @code{void}.
11852
11853@item $_exitsignal
11854@vindex $_exitsignal@r{, convenience variable}
11855When the program being debugged dies due to an uncaught signal,
11856@value{GDBN} automatically sets this variable to that signal's number,
11857and resets @code{$_exitcode} to @code{void}.
11858
11859To distinguish between whether the program being debugged has exited
11860(i.e., @code{$_exitcode} is not @code{void}) or signalled (i.e.,
11861@code{$_exitsignal} is not @code{void}), the convenience function
11862@code{$_isvoid} can be used (@pxref{Convenience Funs,, Convenience
11863Functions}). For example, considering the following source code:
11864
11865@smallexample
11866#include <signal.h>
11867
11868int
11869main (int argc, char *argv[])
11870@{
11871 raise (SIGALRM);
11872 return 0;
11873@}
11874@end smallexample
11875
11876A valid way of telling whether the program being debugged has exited
11877or signalled would be:
11878
11879@smallexample
11880(@value{GDBP}) define has_exited_or_signalled
11881Type commands for definition of ``has_exited_or_signalled''.
11882End with a line saying just ``end''.
11883>if $_isvoid ($_exitsignal)
11884 >echo The program has exited\n
11885 >else
11886 >echo The program has signalled\n
11887 >end
11888>end
11889(@value{GDBP}) run
11890Starting program:
11891
11892Program terminated with signal SIGALRM, Alarm clock.
11893The program no longer exists.
11894(@value{GDBP}) has_exited_or_signalled
11895The program has signalled
11896@end smallexample
11897
11898As can be seen, @value{GDBN} correctly informs that the program being
11899debugged has signalled, since it calls @code{raise} and raises a
11900@code{SIGALRM} signal. If the program being debugged had not called
11901@code{raise}, then @value{GDBN} would report a normal exit:
11902
11903@smallexample
11904(@value{GDBP}) has_exited_or_signalled
11905The program has exited
11906@end smallexample
11907
11908@item $_exception
11909The variable @code{$_exception} is set to the exception object being
11910thrown at an exception-related catchpoint. @xref{Set Catchpoints}.
11911
11912@item $_ada_exception
11913The variable @code{$_ada_exception} is set to the address of the
11914exception being caught or thrown at an Ada exception-related
11915catchpoint. @xref{Set Catchpoints}.
11916
11917@item $_probe_argc
11918@itemx $_probe_arg0@dots{}$_probe_arg11
11919Arguments to a static probe. @xref{Static Probe Points}.
11920
11921@item $_sdata
11922@vindex $_sdata@r{, inspect, convenience variable}
11923The variable @code{$_sdata} contains extra collected static tracepoint
11924data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
11925@code{$_sdata} could be empty, if not inspecting a trace buffer, or
11926if extra static tracepoint data has not been collected.
11927
11928@item $_siginfo
11929@vindex $_siginfo@r{, convenience variable}
11930The variable @code{$_siginfo} contains extra signal information
11931(@pxref{extra signal information}). Note that @code{$_siginfo}
11932could be empty, if the application has not yet received any signals.
11933For example, it will be empty before you execute the @code{run} command.
11934
11935@item $_tlb
11936@vindex $_tlb@r{, convenience variable}
11937The variable @code{$_tlb} is automatically set when debugging
11938applications running on MS-Windows in native mode or connected to
11939gdbserver that supports the @code{qGetTIBAddr} request.
11940@xref{General Query Packets}.
11941This variable contains the address of the thread information block.
11942
11943@item $_inferior
11944The number of the current inferior. @xref{Inferiors and
11945Programs, ,Debugging Multiple Inferiors and Programs}.
11946
11947@item $_thread
11948The thread number of the current thread. @xref{thread numbers}.
11949
11950@item $_gthread
11951The global number of the current thread. @xref{global thread number}.
11952
11953@item $_thread_systag
11954The target system's thread identifier (@var{systag}) string of the
11955current thread. @xref{target system thread identifier}.
11956
11957@item $_thread_name
11958The thread name string of the current thread, or the empty string if
11959no name has been assigned. @xref{thread name}.
11960
11961@item $_gdb_major
11962@itemx $_gdb_minor
11963@vindex $_gdb_major@r{, convenience variable}
11964@vindex $_gdb_minor@r{, convenience variable}
11965The major and minor version numbers of the running @value{GDBN}.
11966Development snapshots and pretest versions have their minor version
11967incremented by one; thus, @value{GDBN} pretest 9.11.90 will produce
11968the value 12 for @code{$_gdb_minor}. These variables allow you to
11969write scripts that work with different versions of @value{GDBN}
11970without errors caused by features unavailable in some of those
11971versions.
11972
11973@item $_shell_exitcode
11974@itemx $_shell_exitsignal
11975@vindex $_shell_exitcode@r{, convenience variable}
11976@vindex $_shell_exitsignal@r{, convenience variable}
11977@cindex shell command, exit code
11978@cindex shell command, exit signal
11979@cindex exit status of shell commands
11980@value{GDBN} commands such as @code{shell} and @code{|} are launching
11981shell commands. When a launched command terminates, @value{GDBN}
11982automatically maintains the variables @code{$_shell_exitcode}
11983and @code{$_shell_exitsignal} according to the exit status of the last
11984launched command. These variables are set and used similarly to
11985the variables @code{$_exitcode} and @code{$_exitsignal}.
11986
11987@item $_agent
11988The per-inferior heterogeneous agent number of the current thread, or 0
11989if not associated with a heterogeneous dispatch. @xref{Heterogeneous
11990Debugging}.
11991
11992@item $_gagent
11993The global heterogeneous agent number of the current thread, or 0 if not
11994associated with a heterogeneous dispatch. @xref{Heterogeneous
11995Debugging}.
11996
11997@item $_queue
11998The per-inferior heterogeneous queue number of the current thread, or 0
11999if not associated with a heterogeneous dispatch. @xref{Heterogeneous
12000Debugging}.
12001
12002@item $_gqueue
12003The global heterogeneous queue number of the current thread, or 0 if not
12004associated with a heterogeneous dispatch. @xref{Heterogeneous
12005Debugging}.
12006
12007@item $_dispatch
12008The per-inferior heterogeneous dispatch number of the current thread, or
120090 if not associated with a heterogeneous dispatch. @xref{Heterogeneous
12010Debugging}.
12011
12012@item $_gdispatch
12013The global heterogeneous dispatch number of the current thread, or 0 if
12014not associated with a heterogeneous dispatch. @xref{Heterogeneous
12015Debugging}.
12016
12017@item $_lane
12018The per-inferior heterogeneous lane number of the current
12019heterogeneous lane of the current thread. @xref{Heterogeneous
12020Debugging}.
12021
12022@c FIXME-implementors!! Should there be @code{$_lane_index},
12023@c @code{$_lane_active} and @code{$_lane_count} convenience variables?
12024@c Note that the lane count needs to take into account when a grid
12025@c size is not a multiple of the work-group size (resulting in partial
12026@c work-groups on the dimension edges of the grid), and the work-group
12027@c size is not a multiple of the wavefront size.
12028
12029@item $_glane
12030The global heterogeneous lane number of the current heterogeneous
12031lane. @xref{Heterogeneous Debugging}.
12032
12033@item $_lane_systag
12034The target system's heterogeneous lane identifier (@var{lane_systag})
12035string of the current lane in the current thread. @xref{target system
12036lane identifier}.
12037
12038@item $_lane_name
12039The heterogeneous lane name string of the current heterogeneous lane, or
12040the empty string if no name has been assigned by the @samp{lane name}
12041command. @xref{Heterogeneous Debugging}.
12042
12043@item $_dispatch_pos
12044The heterogeneous dispatch position string of the current thread, or the
12045empty string if not associated with a heterogeneous dispatch.
12046@xref{Heterogeneous Debugging}.
12047
12048@item $_thread_workgroup_pos
12049@itemx $_lane_workgroup_pos
12050The heterogeneous work-group position string of the current thread or
12051heterogeneous lane respectively, or the empty string if not associated
12052with a heterogeneous dispatch. @xref{Heterogeneous Debugging}.
12053
12054@end table
12055
12056@node Convenience Funs
12057@section Convenience Functions
12058
12059@cindex convenience functions
12060@value{GDBN} also supplies some @dfn{convenience functions}. These
12061have a syntax similar to convenience variables. A convenience
12062function can be used in an expression just like an ordinary function;
12063however, a convenience function is implemented internally to
12064@value{GDBN}.
12065
12066These functions do not require @value{GDBN} to be configured with
12067@code{Python} support, which means that they are always available.
12068
12069@table @code
12070
12071@item $_isvoid (@var{expr})
12072@findex $_isvoid@r{, convenience function}
12073Return one if the expression @var{expr} is @code{void}. Otherwise it
12074returns zero.
12075
12076A @code{void} expression is an expression where the type of the result
12077is @code{void}. For example, you can examine a convenience variable
12078(see @ref{Convenience Vars,, Convenience Variables}) to check whether
12079it is @code{void}:
12080
12081@smallexample
12082(@value{GDBP}) print $_exitcode
12083$1 = void
12084(@value{GDBP}) print $_isvoid ($_exitcode)
12085$2 = 1
12086(@value{GDBP}) run
12087Starting program: ./a.out
12088[Inferior 1 (process 29572) exited normally]
12089(@value{GDBP}) print $_exitcode
12090$3 = 0
12091(@value{GDBP}) print $_isvoid ($_exitcode)
12092$4 = 0
12093@end smallexample
12094
12095In the example above, we used @code{$_isvoid} to check whether
12096@code{$_exitcode} is @code{void} before and after the execution of the
12097program being debugged. Before the execution there is no exit code to
12098be examined, therefore @code{$_exitcode} is @code{void}. After the
12099execution the program being debugged returned zero, therefore
12100@code{$_exitcode} is zero, which means that it is not @code{void}
12101anymore.
12102
12103The @code{void} expression can also be a call of a function from the
12104program being debugged. For example, given the following function:
12105
12106@smallexample
12107void
12108foo (void)
12109@{
12110@}
12111@end smallexample
12112
12113The result of calling it inside @value{GDBN} is @code{void}:
12114
12115@smallexample
12116(@value{GDBP}) print foo ()
12117$1 = void
12118(@value{GDBP}) print $_isvoid (foo ())
12119$2 = 1
12120(@value{GDBP}) set $v = foo ()
12121(@value{GDBP}) print $v
12122$3 = void
12123(@value{GDBP}) print $_isvoid ($v)
12124$4 = 1
12125@end smallexample
12126
12127@item $_gdb_setting_str (@var{setting})
12128@findex $_gdb_setting_str@r{, convenience function}
12129Return the value of the @value{GDBN} @var{setting} as a string.
12130@var{setting} is any setting that can be used in a @code{set} or
12131@code{show} command (@pxref{Controlling GDB}).
12132
12133@smallexample
12134(@value{GDBP}) show print frame-arguments
12135Printing of non-scalar frame arguments is "scalars".
12136(@value{GDBP}) p $_gdb_setting_str("print frame-arguments")
12137$1 = "scalars"
12138(@value{GDBP}) p $_gdb_setting_str("height")
12139$2 = "30"
12140(@value{GDBP})
12141@end smallexample
12142
12143@item $_gdb_setting (@var{setting})
12144@findex $_gdb_setting@r{, convenience function}
12145Return the value of the @value{GDBN} @var{setting}.
12146The type of the returned value depends on the setting.
12147
12148The value type for boolean and auto boolean settings is @code{int}.
12149The boolean values @code{off} and @code{on} are converted to
12150the integer values @code{0} and @code{1}. The value @code{auto} is
12151converted to the value @code{-1}.
12152
12153The value type for integer settings is either @code{unsigned int}
12154or @code{int}, depending on the setting.
12155
12156Some integer settings accept an @code{unlimited} value.
12157Depending on the setting, the @code{set} command also accepts
12158the value @code{0} or the value @code{@minus{}1} as a synonym for
12159@code{unlimited}.
12160For example, @code{set height unlimited} is equivalent to
12161@code{set height 0}.
12162
12163Some other settings that accept the @code{unlimited} value
12164use the value @code{0} to literally mean zero.
12165For example, @code{set history size 0} indicates to not
12166record any @value{GDBN} commands in the command history.
12167For such settings, @code{@minus{}1} is the synonym
12168for @code{unlimited}.
12169
12170See the documentation of the corresponding @code{set} command for
12171the numerical value equivalent to @code{unlimited}.
12172
12173The @code{$_gdb_setting} function converts the unlimited value
12174to a @code{0} or a @code{@minus{}1} value according to what the
12175@code{set} command uses.
12176
12177@smallexample
12178@group
12179(@value{GDBP}) p $_gdb_setting_str("height")
12180$1 = "30"
12181(@value{GDBP}) p $_gdb_setting("height")
12182$2 = 30
12183(@value{GDBP}) set height unlimited
12184(@value{GDBP}) p $_gdb_setting_str("height")
12185$3 = "unlimited"
12186(@value{GDBP}) p $_gdb_setting("height")
12187$4 = 0
12188@end group
12189@group
12190(@value{GDBP}) p $_gdb_setting_str("history size")
12191$5 = "unlimited"
12192(@value{GDBP}) p $_gdb_setting("history size")
12193$6 = -1
12194(@value{GDBP}) p $_gdb_setting_str("disassemble-next-line")
12195$7 = "auto"
12196(@value{GDBP}) p $_gdb_setting("disassemble-next-line")
12197$8 = -1
12198(@value{GDBP})
12199@end group
12200@end smallexample
12201
12202Other setting types (enum, filename, optional filename, string, string noescape)
12203are returned as string values.
12204
12205
12206@item $_gdb_maint_setting_str (@var{setting})
12207@findex $_gdb_maint_setting_str@r{, convenience function}
12208Like the @code{$_gdb_setting_str} function, but works with
12209@code{maintenance set} variables.
12210
12211@item $_gdb_maint_setting (@var{setting})
12212@findex $_gdb_maint_setting@r{, convenience function}
12213Like the @code{$_gdb_setting} function, but works with
12214@code{maintenance set} variables.
12215
12216@end table
12217
12218The following functions require @value{GDBN} to be configured with
12219@code{Python} support.
12220
12221@table @code
12222
12223@item $_memeq(@var{buf1}, @var{buf2}, @var{length})
12224@findex $_memeq@r{, convenience function}
12225Returns one if the @var{length} bytes at the addresses given by
12226@var{buf1} and @var{buf2} are equal.
12227Otherwise it returns zero.
12228
12229@item $_regex(@var{str}, @var{regex})
12230@findex $_regex@r{, convenience function}
12231Returns one if the string @var{str} matches the regular expression
12232@var{regex}. Otherwise it returns zero.
12233The syntax of the regular expression is that specified by Python's
12234regular expression support.
12235
12236@item $_streq(@var{str1}, @var{str2})
12237@findex $_streq@r{, convenience function}
12238Returns one if the strings @var{str1} and @var{str2} are equal.
12239Otherwise it returns zero.
12240
12241@item $_strlen(@var{str})
12242@findex $_strlen@r{, convenience function}
12243Returns the length of string @var{str}.
12244
12245@item $_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12246@findex $_caller_is@r{, convenience function}
12247Returns one if the calling function's name is equal to @var{name}.
12248Otherwise it returns zero.
12249
12250If the optional argument @var{number_of_frames} is provided,
12251it is the number of frames up in the stack to look.
12252The default is 1.
12253
12254Example:
12255
12256@smallexample
12257(@value{GDBP}) backtrace
12258#0 bottom_func ()
12259 at testsuite/gdb.python/py-caller-is.c:21
12260#1 0x00000000004005a0 in middle_func ()
12261 at testsuite/gdb.python/py-caller-is.c:27
12262#2 0x00000000004005ab in top_func ()
12263 at testsuite/gdb.python/py-caller-is.c:33
12264#3 0x00000000004005b6 in main ()
12265 at testsuite/gdb.python/py-caller-is.c:39
12266(@value{GDBP}) print $_caller_is ("middle_func")
12267$1 = 1
12268(@value{GDBP}) print $_caller_is ("top_func", 2)
12269$1 = 1
12270@end smallexample
12271
12272@item $_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12273@findex $_caller_matches@r{, convenience function}
12274Returns one if the calling function's name matches the regular expression
12275@var{regexp}. Otherwise it returns zero.
12276
12277If the optional argument @var{number_of_frames} is provided,
12278it is the number of frames up in the stack to look.
12279The default is 1.
12280
12281@item $_any_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
12282@findex $_any_caller_is@r{, convenience function}
12283Returns one if any calling function's name is equal to @var{name}.
12284Otherwise it returns zero.
12285
12286If the optional argument @var{number_of_frames} is provided,
12287it is the number of frames up in the stack to look.
12288The default is 1.
12289
12290This function differs from @code{$_caller_is} in that this function
12291checks all stack frames from the immediate caller to the frame specified
12292by @var{number_of_frames}, whereas @code{$_caller_is} only checks the
12293frame specified by @var{number_of_frames}.
12294
12295@item $_any_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
12296@findex $_any_caller_matches@r{, convenience function}
12297Returns one if any calling function's name matches the regular expression
12298@var{regexp}. Otherwise it returns zero.
12299
12300If the optional argument @var{number_of_frames} is provided,
12301it is the number of frames up in the stack to look.
12302The default is 1.
12303
12304This function differs from @code{$_caller_matches} in that this function
12305checks all stack frames from the immediate caller to the frame specified
12306by @var{number_of_frames}, whereas @code{$_caller_matches} only checks the
12307frame specified by @var{number_of_frames}.
12308
12309@item $_as_string(@var{value})
12310@findex $_as_string@r{, convenience function}
12311Return the string representation of @var{value}.
12312
12313This function is useful to obtain the textual label (enumerator) of an
12314enumeration value. For example, assuming the variable @var{node} is of
12315an enumerated type:
12316
12317@smallexample
12318(@value{GDBP}) printf "Visiting node of type %s\n", $_as_string(node)
12319Visiting node of type NODE_INTEGER
12320@end smallexample
12321
12322@item $_cimag(@var{value})
12323@itemx $_creal(@var{value})
12324@findex $_cimag@r{, convenience function}
12325@findex $_creal@r{, convenience function}
12326Return the imaginary (@code{$_cimag}) or real (@code{$_creal}) part of
12327the complex number @var{value}.
12328
12329The type of the imaginary or real part depends on the type of the
12330complex number, e.g., using @code{$_cimag} on a @code{float complex}
12331will return an imaginary part of type @code{float}.
12332
12333@item $_thread_find(@var{regex})
12334@findex $_thread_find@r{, convenience function}
12335Searches for threads whose name or @var{systag} matches the supplied
12336regular expression. The syntax of the regular expression is that
12337specified by Python's regular expression support.
12338
12339Returns a string that is the space separated list of per-inferior
12340thread numbers of the found threads. If debugging multiple inferiors,
12341the thread numbers are qualified with the inferior number. If no
12342threads are found, the empty string is returned. The string can be
12343used in commands that accept a thread ID list. @xref{thread ID
12344list}.
12345
12346@c FIXME-implementors!! Should this convenience function return a
12347@c tuple rather than a string?
12348
12349For example, the following command lists all threads that are part of
12350the heterogeneous work-group with dispatch position @samp{(1,2,3)}
12351(@pxref{Heterogeneous Debugging}):
12352
12353@smallexample
12354(@value{GDBP}) info threads $_thread_find ("work-group(1,2,3)")
12355@end smallexample
12356
12357@item $_thread_find_first_gid(@var{regex})
12358@findex $_thread_find_first_gid@r{, convenience function}
12359Similar to the @code{$_thread_find} convenience function, except it
12360returns a number that is the global thread number of one of the
12361threads found, or 0 if no threads were found. The number can be used
12362in commands that accept a global thread number. @xref{global thread
12363number}.
12364
12365@c FIXME-implementors!! If @code{$_thread_find} returns a tuple then
12366@c this convenience function may not be necessary as one can simply
12367@c add @samp{[0]} to access the first element of a tuple.
12368
12369For example, the following command sets the current thread to one of
12370the threads that are part of the heterogeneous work-group with
12371dispatch position @samp{(1,2,3)} (@pxref{Heterogeneous Debugging}):
12372
12373@smallexample
12374(@value{GDBP}) thread -gid $_thread_find_first_gid ("work-group(1,2,3)")
12375@end smallexample
12376
12377@item $_lane_find(@var{regex})
12378@itemx $_lane_find_first_gid(@var{regex})
12379Similar to @samp{$_thread_find} and @samp{$_thread_find_first_gid}
12380except for heterogeneous lanes. @xref{Heterogeneous Debugging}.
12381
12382@end table
12383
12384@value{GDBN} provides the ability to list and get help on
12385convenience functions.
12386
12387@table @code
12388@item help function
12389@kindex help function
12390@cindex show all convenience functions
12391Print a list of all convenience functions.
12392@end table
12393
12394@node Registers
12395@section Registers
12396
12397@cindex registers
12398You can refer to machine register contents, in expressions, as variables
12399with names starting with @samp{$}. The names of registers are different
12400for each machine; use @code{info registers} to see the names used on
12401your machine.
12402
12403@table @code
12404@kindex info registers
12405@item info registers
12406Print the names and values of all registers except floating-point
12407and vector registers (in the selected stack frame).
12408
12409@kindex info all-registers
12410@cindex floating point registers
12411@item info all-registers
12412Print the names and values of all registers, including floating-point
12413and vector registers (in the selected stack frame).
12414
12415@item info registers @var{reggroup} @dots{}
12416Print the name and value of the registers in each of the specified
12417@var{reggroup}s. The @var{reggroup} can be any of those returned by
12418@code{maint print reggroups} (@pxref{Maintenance Commands}).
12419
12420@item info registers @var{regname} @dots{}
12421Print the @dfn{relativized} value of each specified register @var{regname}.
12422As discussed in detail below, register values are normally relative to
12423the selected stack frame. The @var{regname} may be any register name valid on
12424the machine you are using, with or without the initial @samp{$}.
12425@end table
12426
12427@anchor{standard registers}
12428@cindex stack pointer register
12429@cindex program counter register
12430@cindex process status register
12431@cindex frame pointer register
12432@cindex standard registers
12433@value{GDBN} has four ``standard'' register names that are available (in
12434expressions) on most machines---whenever they do not conflict with an
12435architecture's canonical mnemonics for registers. The register names
12436@code{$pc} and @code{$sp} are used for the program counter register and
12437the stack pointer. @code{$fp} is used for a register that contains a
12438pointer to the current stack frame, and @code{$ps} is used for a
12439register that contains the processor status. For example,
12440you could print the program counter in hex with
12441
12442@smallexample
12443p/x $pc
12444@end smallexample
12445
12446@noindent
12447or print the instruction to be executed next with
12448
12449@smallexample
12450x/i $pc
12451@end smallexample
12452
12453@noindent
12454or add four to the stack pointer@footnote{This is a way of removing
12455one word from the stack, on machines where stacks grow downward in
12456memory (most machines, nowadays). This assumes that the innermost
12457stack frame is selected; setting @code{$sp} is not allowed when other
12458stack frames are selected. To pop entire frames off the stack,
12459regardless of machine architecture, use @code{return};
12460see @ref{Returning, ,Returning from a Function}.} with
12461
12462@smallexample
12463set $sp += 4
12464@end smallexample
12465
12466Whenever possible, these four standard register names are available on
12467your machine even though the machine has different canonical mnemonics,
12468so long as there is no conflict. The @code{info registers} command
12469shows the canonical names. For example, on the SPARC, @code{info
12470registers} displays the processor status register as @code{$psr} but you
12471can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
12472is an alias for the @sc{eflags} register.
12473
12474@value{GDBN} always considers the contents of an ordinary register as an
12475integer when the register is examined in this way. Some machines have
12476special registers which can hold nothing but floating point; these
12477registers are considered to have floating point values. There is no way
12478to refer to the contents of an ordinary register as floating point value
12479(although you can @emph{print} it as a floating point value with
12480@samp{print/f $@var{regname}}).
12481
12482Some registers have distinct ``raw'' and ``virtual'' data formats. This
12483means that the data format in which the register contents are saved by
12484the operating system is not the same one that your program normally
12485sees. For example, the registers of the 68881 floating point
12486coprocessor are always saved in ``extended'' (raw) format, but all C
12487programs expect to work with ``double'' (virtual) format. In such
12488cases, @value{GDBN} normally works with the virtual format only (the format
12489that makes sense for your program), but the @code{info registers} command
12490prints the data in both formats.
12491
12492@cindex SSE registers (x86)
12493@cindex MMX registers (x86)
12494Some machines have special registers whose contents can be interpreted
12495in several different ways. For example, modern x86-based machines
12496have SSE and MMX registers that can hold several values packed
12497together in several different formats. @value{GDBN} refers to such
12498registers in @code{struct} notation:
12499
12500@smallexample
12501(@value{GDBP}) print $xmm1
12502$1 = @{
12503 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
12504 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
12505 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
12506 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
12507 v4_int32 = @{0, 20657912, 11, 13@},
12508 v2_int64 = @{88725056443645952, 55834574859@},
12509 uint128 = 0x0000000d0000000b013b36f800000000
12510@}
12511@end smallexample
12512
12513@noindent
12514To set values of such registers, you need to tell @value{GDBN} which
12515view of the register you wish to change, as if you were assigning
12516value to a @code{struct} member:
12517
12518@smallexample
12519 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
12520@end smallexample
12521
12522Normally, register values are relative to the selected stack frame
12523(@pxref{Selection, ,Selecting a Frame}). This means that you get the
12524value that the register would contain if all stack frames farther in
12525were exited and their saved registers restored. In order to see the
12526true contents of hardware registers, you must select the innermost
12527frame (with @samp{frame 0}).
12528
12529@cindex caller-saved registers
12530@cindex call-clobbered registers
12531@cindex volatile registers
12532@cindex <not saved> values
12533Usually ABIs reserve some registers as not needed to be saved by the
12534callee (a.k.a.: ``caller-saved'', ``call-clobbered'' or ``volatile''
12535registers). It may therefore not be possible for @value{GDBN} to know
12536the value a register had before the call (in other words, in the outer
12537frame), if the register value has since been changed by the callee.
12538@value{GDBN} tries to deduce where the inner frame saved
12539(``callee-saved'') registers, from the debug info, unwind info, or the
12540machine code generated by your compiler. If some register is not
12541saved, and @value{GDBN} knows the register is ``caller-saved'' (via
12542its own knowledge of the ABI, or because the debug/unwind info
12543explicitly says the register's value is undefined), @value{GDBN}
12544displays @w{@samp{<not saved>}} as the register's value. With targets
12545that @value{GDBN} has no knowledge of the register saving convention,
12546if a register was not saved by the callee, then its value and location
12547in the outer frame are assumed to be the same of the inner frame.
12548This is usually harmless, because if the register is call-clobbered,
12549the caller either does not care what is in the register after the
12550call, or has code to restore the value that it does care about. Note,
12551however, that if you change such a register in the outer frame, you
12552may also be affecting the inner frame. Also, the more ``outer'' the
12553frame is you're looking at, the more likely a call-clobbered
12554register's value is to be wrong, in the sense that it doesn't actually
12555represent the value the register had just before the call.
12556
12557@node Floating Point Hardware
12558@section Floating Point Hardware
12559@cindex floating point
12560
12561Depending on the configuration, @value{GDBN} may be able to give
12562you more information about the status of the floating point hardware.
12563
12564@table @code
12565@kindex info float
12566@item info float
12567Display hardware-dependent information about the floating
12568point unit. The exact contents and layout vary depending on the
12569floating point chip. Currently, @samp{info float} is supported on
12570the ARM and x86 machines.
12571@end table
12572
12573@node Vector Unit
12574@section Vector Unit
12575@cindex vector unit
12576
12577Depending on the configuration, @value{GDBN} may be able to give you
12578more information about the status of the vector unit.
12579
12580@table @code
12581@kindex info vector
12582@item info vector
12583Display information about the vector unit. The exact contents and
12584layout vary depending on the hardware.
12585@end table
12586
12587@node OS Information
12588@section Operating System Auxiliary Information
12589@cindex OS information
12590
12591@value{GDBN} provides interfaces to useful OS facilities that can help
12592you debug your program.
12593
12594@cindex auxiliary vector
12595@cindex vector, auxiliary
12596Some operating systems supply an @dfn{auxiliary vector} to programs at
12597startup. This is akin to the arguments and environment that you
12598specify for a program, but contains a system-dependent variety of
12599binary values that tell system libraries important details about the
12600hardware, operating system, and process. Each value's purpose is
12601identified by an integer tag; the meanings are well-known but system-specific.
12602Depending on the configuration and operating system facilities,
12603@value{GDBN} may be able to show you this information. For remote
12604targets, this functionality may further depend on the remote stub's
12605support of the @samp{qXfer:auxv:read} packet, see
12606@ref{qXfer auxiliary vector read}.
12607
12608@table @code
12609@kindex info auxv
12610@item info auxv
12611Display the auxiliary vector of the inferior, which can be either a
12612live process or a core dump file. @value{GDBN} prints each tag value
12613numerically, and also shows names and text descriptions for recognized
12614tags. Some values in the vector are numbers, some bit masks, and some
12615pointers to strings or other data. @value{GDBN} displays each value in the
12616most appropriate form for a recognized tag, and in hexadecimal for
12617an unrecognized tag.
12618@end table
12619
12620On some targets, @value{GDBN} can access operating system-specific
12621information and show it to you. The types of information available
12622will differ depending on the type of operating system running on the
12623target. The mechanism used to fetch the data is described in
12624@ref{Operating System Information}. For remote targets, this
12625functionality depends on the remote stub's support of the
12626@samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
12627
12628@table @code
12629@kindex info os
12630@item info os @var{infotype}
12631
12632Display OS information of the requested type.
12633
12634On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
12635
12636@anchor{linux info os infotypes}
12637@table @code
12638@kindex info os cpus
12639@item cpus
12640Display the list of all CPUs/cores. For each CPU/core, @value{GDBN} prints
12641the available fields from /proc/cpuinfo. For each supported architecture
12642different fields are available. Two common entries are processor which gives
12643CPU number and bogomips; a system constant that is calculated during
12644kernel initialization.
12645
12646@kindex info os files
12647@item files
12648Display the list of open file descriptors on the target. For each
12649file descriptor, @value{GDBN} prints the identifier of the process
12650owning the descriptor, the command of the owning process, the value
12651of the descriptor, and the target of the descriptor.
12652
12653@kindex info os modules
12654@item modules
12655Display the list of all loaded kernel modules on the target. For each
12656module, @value{GDBN} prints the module name, the size of the module in
12657bytes, the number of times the module is used, the dependencies of the
12658module, the status of the module, and the address of the loaded module
12659in memory.
12660
12661@kindex info os msg
12662@item msg
12663Display the list of all System V message queues on the target. For each
12664message queue, @value{GDBN} prints the message queue key, the message
12665queue identifier, the access permissions, the current number of bytes
12666on the queue, the current number of messages on the queue, the processes
12667that last sent and received a message on the queue, the user and group
12668of the owner and creator of the message queue, the times at which a
12669message was last sent and received on the queue, and the time at which
12670the message queue was last changed.
12671
12672@kindex info os processes
12673@item processes
12674Display the list of processes on the target. For each process,
12675@value{GDBN} prints the process identifier, the name of the user, the
12676command corresponding to the process, and the list of processor cores
12677that the process is currently running on. (To understand what these
12678properties mean, for this and the following info types, please consult
12679the general @sc{gnu}/Linux documentation.)
12680
12681@kindex info os procgroups
12682@item procgroups
12683Display the list of process groups on the target. For each process,
12684@value{GDBN} prints the identifier of the process group that it belongs
12685to, the command corresponding to the process group leader, the process
12686identifier, and the command line of the process. The list is sorted
12687first by the process group identifier, then by the process identifier,
12688so that processes belonging to the same process group are grouped together
12689and the process group leader is listed first.
12690
12691@kindex info os semaphores
12692@item semaphores
12693Display the list of all System V semaphore sets on the target. For each
12694semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
12695set identifier, the access permissions, the number of semaphores in the
12696set, the user and group of the owner and creator of the semaphore set,
12697and the times at which the semaphore set was operated upon and changed.
12698
12699@kindex info os shm
12700@item shm
12701Display the list of all System V shared-memory regions on the target.
12702For each shared-memory region, @value{GDBN} prints the region key,
12703the shared-memory identifier, the access permissions, the size of the
12704region, the process that created the region, the process that last
12705attached to or detached from the region, the current number of live
12706attaches to the region, and the times at which the region was last
12707attached to, detach from, and changed.
12708
12709@kindex info os sockets
12710@item sockets
12711Display the list of Internet-domain sockets on the target. For each
12712socket, @value{GDBN} prints the address and port of the local and
12713remote endpoints, the current state of the connection, the creator of
12714the socket, the IP address family of the socket, and the type of the
12715connection.
12716
12717@kindex info os threads
12718@item threads
12719Display the list of threads running on the target. For each thread,
12720@value{GDBN} prints the identifier of the process that the thread
12721belongs to, the command of the process, the thread identifier, and the
12722processor core that it is currently running on. The main thread of a
12723process is not listed.
12724@end table
12725
12726@item info os
12727If @var{infotype} is omitted, then list the possible values for
12728@var{infotype} and the kind of OS information available for each
12729@var{infotype}. If the target does not return a list of possible
12730types, this command will report an error.
12731@end table
12732
12733@node Memory Region Attributes
12734@section Memory Region Attributes
12735@cindex memory region attributes
12736
12737@dfn{Memory region attributes} allow you to describe special handling
12738required by regions of your target's memory. @value{GDBN} uses
12739attributes to determine whether to allow certain types of memory
12740accesses; whether to use specific width accesses; and whether to cache
12741target memory. By default the description of memory regions is
12742fetched from the target (if the current target supports this), but the
12743user can override the fetched regions.
12744
12745Defined memory regions can be individually enabled and disabled. When a
12746memory region is disabled, @value{GDBN} uses the default attributes when
12747accessing memory in that region. Similarly, if no memory regions have
12748been defined, @value{GDBN} uses the default attributes when accessing
12749all memory.
12750
12751When a memory region is defined, it is given a number to identify it;
12752to enable, disable, or remove a memory region, you specify that number.
12753
12754@table @code
12755@kindex mem
12756@item mem @var{lower} @var{upper} @var{attributes}@dots{}
12757Define a memory region bounded by @var{lower} and @var{upper} with
12758attributes @var{attributes}@dots{}, and add it to the list of regions
12759monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
12760case: it is treated as the target's maximum memory address.
12761(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
12762
12763@item mem auto
12764Discard any user changes to the memory regions and use target-supplied
12765regions, if available, or no regions if the target does not support.
12766
12767@kindex delete mem
12768@item delete mem @var{nums}@dots{}
12769Remove memory regions @var{nums}@dots{} from the list of regions
12770monitored by @value{GDBN}.
12771
12772@kindex disable mem
12773@item disable mem @var{nums}@dots{}
12774Disable monitoring of memory regions @var{nums}@dots{}.
12775A disabled memory region is not forgotten.
12776It may be enabled again later.
12777
12778@kindex enable mem
12779@item enable mem @var{nums}@dots{}
12780Enable monitoring of memory regions @var{nums}@dots{}.
12781
12782@kindex info mem
12783@item info mem
12784Print a table of all defined memory regions, with the following columns
12785for each region:
12786
12787@table @emph
12788@item Memory Region Number
12789@item Enabled or Disabled.
12790Enabled memory regions are marked with @samp{y}.
12791Disabled memory regions are marked with @samp{n}.
12792
12793@item Lo Address
12794The address defining the inclusive lower bound of the memory region.
12795
12796@item Hi Address
12797The address defining the exclusive upper bound of the memory region.
12798
12799@item Attributes
12800The list of attributes set for this memory region.
12801@end table
12802@end table
12803
12804
12805@subsection Attributes
12806
12807@subsubsection Memory Access Mode
12808The access mode attributes set whether @value{GDBN} may make read or
12809write accesses to a memory region.
12810
12811While these attributes prevent @value{GDBN} from performing invalid
12812memory accesses, they do nothing to prevent the target system, I/O DMA,
12813etc.@: from accessing memory.
12814
12815@table @code
12816@item ro
12817Memory is read only.
12818@item wo
12819Memory is write only.
12820@item rw
12821Memory is read/write. This is the default.
12822@end table
12823
12824@subsubsection Memory Access Size
12825The access size attribute tells @value{GDBN} to use specific sized
12826accesses in the memory region. Often memory mapped device registers
12827require specific sized accesses. If no access size attribute is
12828specified, @value{GDBN} may use accesses of any size.
12829
12830@table @code
12831@item 8
12832Use 8 bit memory accesses.
12833@item 16
12834Use 16 bit memory accesses.
12835@item 32
12836Use 32 bit memory accesses.
12837@item 64
12838Use 64 bit memory accesses.
12839@end table
12840
12841@c @subsubsection Hardware/Software Breakpoints
12842@c The hardware/software breakpoint attributes set whether @value{GDBN}
12843@c will use hardware or software breakpoints for the internal breakpoints
12844@c used by the step, next, finish, until, etc. commands.
12845@c
12846@c @table @code
12847@c @item hwbreak
12848@c Always use hardware breakpoints
12849@c @item swbreak (default)
12850@c @end table
12851
12852@subsubsection Data Cache
12853The data cache attributes set whether @value{GDBN} will cache target
12854memory. While this generally improves performance by reducing debug
12855protocol overhead, it can lead to incorrect results because @value{GDBN}
12856does not know about volatile variables or memory mapped device
12857registers.
12858
12859@table @code
12860@item cache
12861Enable @value{GDBN} to cache target memory.
12862@item nocache
12863Disable @value{GDBN} from caching target memory. This is the default.
12864@end table
12865
12866@subsection Memory Access Checking
12867@value{GDBN} can be instructed to refuse accesses to memory that is
12868not explicitly described. This can be useful if accessing such
12869regions has undesired effects for a specific target, or to provide
12870better error checking. The following commands control this behaviour.
12871
12872@table @code
12873@kindex set mem inaccessible-by-default
12874@item set mem inaccessible-by-default [on|off]
12875If @code{on} is specified, make @value{GDBN} treat memory not
12876explicitly described by the memory ranges as non-existent and refuse accesses
12877to such memory. The checks are only performed if there's at least one
12878memory range defined. If @code{off} is specified, make @value{GDBN}
12879treat the memory not explicitly described by the memory ranges as RAM.
12880The default value is @code{on}.
12881@kindex show mem inaccessible-by-default
12882@item show mem inaccessible-by-default
12883Show the current handling of accesses to unknown memory.
12884@end table
12885
12886
12887@c @subsubsection Memory Write Verification
12888@c The memory write verification attributes set whether @value{GDBN}
12889@c will re-reads data after each write to verify the write was successful.
12890@c
12891@c @table @code
12892@c @item verify
12893@c @item noverify (default)
12894@c @end table
12895
12896@node Dump/Restore Files
12897@section Copy Between Memory and a File
12898@cindex dump/restore files
12899@cindex append data to a file
12900@cindex dump data to a file
12901@cindex restore data from a file
12902
12903You can use the commands @code{dump}, @code{append}, and
12904@code{restore} to copy data between target memory and a file. The
12905@code{dump} and @code{append} commands write data to a file, and the
12906@code{restore} command reads data from a file back into the inferior's
12907memory. Files may be in binary, Motorola S-record, Intel hex,
12908Tektronix Hex, or Verilog Hex format; however, @value{GDBN} can only
12909append to binary files, and cannot read from Verilog Hex files.
12910
12911@table @code
12912
12913@kindex dump
12914@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
12915@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
12916Dump the contents of memory from @var{start_addr} to @var{end_addr},
12917or the value of @var{expr}, to @var{filename} in the given format.
12918
12919The @var{format} parameter may be any one of:
12920@table @code
12921@item binary
12922Raw binary form.
12923@item ihex
12924Intel hex format.
12925@item srec
12926Motorola S-record format.
12927@item tekhex
12928Tektronix Hex format.
12929@item verilog
12930Verilog Hex format.
12931@end table
12932
12933@value{GDBN} uses the same definitions of these formats as the
12934@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
12935@var{format} is omitted, @value{GDBN} dumps the data in raw binary
12936form.
12937
12938@kindex append
12939@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
12940@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
12941Append the contents of memory from @var{start_addr} to @var{end_addr},
12942or the value of @var{expr}, to the file @var{filename}, in raw binary form.
12943(@value{GDBN} can only append data to files in raw binary form.)
12944
12945@kindex restore
12946@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
12947Restore the contents of file @var{filename} into memory. The
12948@code{restore} command can automatically recognize any known @sc{bfd}
12949file format, except for raw binary. To restore a raw binary file you
12950must specify the optional keyword @code{binary} after the filename.
12951
12952If @var{bias} is non-zero, its value will be added to the addresses
12953contained in the file. Binary files always start at address zero, so
12954they will be restored at address @var{bias}. Other bfd files have
12955a built-in location; they will be restored at offset @var{bias}
12956from that location.
12957
12958If @var{start} and/or @var{end} are non-zero, then only data between
12959file offset @var{start} and file offset @var{end} will be restored.
12960These offsets are relative to the addresses in the file, before
12961the @var{bias} argument is applied.
12962
12963@end table
12964
12965@node Core File Generation
12966@section How to Produce a Core File from Your Program
12967@cindex dump core from inferior
12968
12969A @dfn{core file} or @dfn{core dump} is a file that records the memory
12970image of a running process and its process status (register values
12971etc.). Its primary use is post-mortem debugging of a program that
12972crashed while it ran outside a debugger. A program that crashes
12973automatically produces a core file, unless this feature is disabled by
12974the user. @xref{Files}, for information on invoking @value{GDBN} in
12975the post-mortem debugging mode.
12976
12977Occasionally, you may wish to produce a core file of the program you
12978are debugging in order to preserve a snapshot of its state.
12979@value{GDBN} has a special command for that.
12980
12981@table @code
12982@kindex gcore
12983@kindex generate-core-file
12984@item generate-core-file [@var{file}]
12985@itemx gcore [@var{file}]
12986Produce a core dump of the inferior process. The optional argument
12987@var{file} specifies the file name where to put the core dump. If not
12988specified, the file name defaults to @file{core.@var{pid}}, where
12989@var{pid} is the inferior process ID.
12990
12991Note that this command is implemented only for some systems (as of
12992this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
12993
12994On @sc{gnu}/Linux, this command can take into account the value of the
12995file @file{/proc/@var{pid}/coredump_filter} when generating the core
12996dump (@pxref{set use-coredump-filter}), and by default honors the
12997@code{VM_DONTDUMP} flag for mappings where it is present in the file
12998@file{/proc/@var{pid}/smaps} (@pxref{set dump-excluded-mappings}).
12999
13000@kindex set use-coredump-filter
13001@anchor{set use-coredump-filter}
13002@item set use-coredump-filter on
13003@itemx set use-coredump-filter off
13004Enable or disable the use of the file
13005@file{/proc/@var{pid}/coredump_filter} when generating core dump
13006files. This file is used by the Linux kernel to decide what types of
13007memory mappings will be dumped or ignored when generating a core dump
13008file. @var{pid} is the process ID of a currently running process.
13009
13010To make use of this feature, you have to write in the
13011@file{/proc/@var{pid}/coredump_filter} file a value, in hexadecimal,
13012which is a bit mask representing the memory mapping types. If a bit
13013is set in the bit mask, then the memory mappings of the corresponding
13014types will be dumped; otherwise, they will be ignored. This
13015configuration is inherited by child processes. For more information
13016about the bits that can be set in the
13017@file{/proc/@var{pid}/coredump_filter} file, please refer to the
13018manpage of @code{core(5)}.
13019
13020By default, this option is @code{on}. If this option is turned
13021@code{off}, @value{GDBN} does not read the @file{coredump_filter} file
13022and instead uses the same default value as the Linux kernel in order
13023to decide which pages will be dumped in the core dump file. This
13024value is currently @code{0x33}, which means that bits @code{0}
13025(anonymous private mappings), @code{1} (anonymous shared mappings),
13026@code{4} (ELF headers) and @code{5} (private huge pages) are active.
13027This will cause these memory mappings to be dumped automatically.
13028
13029@kindex set dump-excluded-mappings
13030@anchor{set dump-excluded-mappings}
13031@item set dump-excluded-mappings on
13032@itemx set dump-excluded-mappings off
13033If @code{on} is specified, @value{GDBN} will dump memory mappings
13034marked with the @code{VM_DONTDUMP} flag. This flag is represented in
13035the file @file{/proc/@var{pid}/smaps} with the acronym @code{dd}.
13036
13037The default value is @code{off}.
13038@end table
13039
13040@node Character Sets
13041@section Character Sets
13042@cindex character sets
13043@cindex charset
13044@cindex translating between character sets
13045@cindex host character set
13046@cindex target character set
13047
13048If the program you are debugging uses a different character set to
13049represent characters and strings than the one @value{GDBN} uses itself,
13050@value{GDBN} can automatically translate between the character sets for
13051you. The character set @value{GDBN} uses we call the @dfn{host
13052character set}; the one the inferior program uses we call the
13053@dfn{target character set}.
13054
13055For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
13056uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
13057remote protocol (@pxref{Remote Debugging}) to debug a program
13058running on an IBM mainframe, which uses the @sc{ebcdic} character set,
13059then the host character set is Latin-1, and the target character set is
13060@sc{ebcdic}. If you give @value{GDBN} the command @code{set
13061target-charset EBCDIC-US}, then @value{GDBN} translates between
13062@sc{ebcdic} and Latin 1 as you print character or string values, or use
13063character and string literals in expressions.
13064
13065@value{GDBN} has no way to automatically recognize which character set
13066the inferior program uses; you must tell it, using the @code{set
13067target-charset} command, described below.
13068
13069Here are the commands for controlling @value{GDBN}'s character set
13070support:
13071
13072@table @code
13073@item set target-charset @var{charset}
13074@kindex set target-charset
13075Set the current target character set to @var{charset}. To display the
13076list of supported target character sets, type
13077@kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
13078
13079@item set host-charset @var{charset}
13080@kindex set host-charset
13081Set the current host character set to @var{charset}.
13082
13083By default, @value{GDBN} uses a host character set appropriate to the
13084system it is running on; you can override that default using the
13085@code{set host-charset} command. On some systems, @value{GDBN} cannot
13086automatically determine the appropriate host character set. In this
13087case, @value{GDBN} uses @samp{UTF-8}.
13088
13089@value{GDBN} can only use certain character sets as its host character
13090set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
13091@value{GDBN} will list the host character sets it supports.
13092
13093@item set charset @var{charset}
13094@kindex set charset
13095Set the current host and target character sets to @var{charset}. As
13096above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
13097@value{GDBN} will list the names of the character sets that can be used
13098for both host and target.
13099
13100@item show charset
13101@kindex show charset
13102Show the names of the current host and target character sets.
13103
13104@item show host-charset
13105@kindex show host-charset
13106Show the name of the current host character set.
13107
13108@item show target-charset
13109@kindex show target-charset
13110Show the name of the current target character set.
13111
13112@item set target-wide-charset @var{charset}
13113@kindex set target-wide-charset
13114Set the current target's wide character set to @var{charset}. This is
13115the character set used by the target's @code{wchar_t} type. To
13116display the list of supported wide character sets, type
13117@kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
13118
13119@item show target-wide-charset
13120@kindex show target-wide-charset
13121Show the name of the current target's wide character set.
13122@end table
13123
13124Here is an example of @value{GDBN}'s character set support in action.
13125Assume that the following source code has been placed in the file
13126@file{charset-test.c}:
13127
13128@smallexample
13129#include <stdio.h>
13130
13131char ascii_hello[]
13132 = @{72, 101, 108, 108, 111, 44, 32, 119,
13133 111, 114, 108, 100, 33, 10, 0@};
13134char ibm1047_hello[]
13135 = @{200, 133, 147, 147, 150, 107, 64, 166,
13136 150, 153, 147, 132, 90, 37, 0@};
13137
13138main ()
13139@{
13140 printf ("Hello, world!\n");
13141@}
13142@end smallexample
13143
13144In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
13145containing the string @samp{Hello, world!} followed by a newline,
13146encoded in the @sc{ascii} and @sc{ibm1047} character sets.
13147
13148We compile the program, and invoke the debugger on it:
13149
13150@smallexample
13151$ gcc -g charset-test.c -o charset-test
13152$ gdb -nw charset-test
13153GNU gdb 2001-12-19-cvs
13154Copyright 2001 Free Software Foundation, Inc.
13155@dots{}
13156(@value{GDBP})
13157@end smallexample
13158
13159We can use the @code{show charset} command to see what character sets
13160@value{GDBN} is currently using to interpret and display characters and
13161strings:
13162
13163@smallexample
13164(@value{GDBP}) show charset
13165The current host and target character set is `ISO-8859-1'.
13166(@value{GDBP})
13167@end smallexample
13168
13169For the sake of printing this manual, let's use @sc{ascii} as our
13170initial character set:
13171@smallexample
13172(@value{GDBP}) set charset ASCII
13173(@value{GDBP}) show charset
13174The current host and target character set is `ASCII'.
13175(@value{GDBP})
13176@end smallexample
13177
13178Let's assume that @sc{ascii} is indeed the correct character set for our
13179host system --- in other words, let's assume that if @value{GDBN} prints
13180characters using the @sc{ascii} character set, our terminal will display
13181them properly. Since our current target character set is also
13182@sc{ascii}, the contents of @code{ascii_hello} print legibly:
13183
13184@smallexample
13185(@value{GDBP}) print ascii_hello
13186$1 = 0x401698 "Hello, world!\n"
13187(@value{GDBP}) print ascii_hello[0]
13188$2 = 72 'H'
13189(@value{GDBP})
13190@end smallexample
13191
13192@value{GDBN} uses the target character set for character and string
13193literals you use in expressions:
13194
13195@smallexample
13196(@value{GDBP}) print '+'
13197$3 = 43 '+'
13198(@value{GDBP})
13199@end smallexample
13200
13201The @sc{ascii} character set uses the number 43 to encode the @samp{+}
13202character.
13203
13204@value{GDBN} relies on the user to tell it which character set the
13205target program uses. If we print @code{ibm1047_hello} while our target
13206character set is still @sc{ascii}, we get jibberish:
13207
13208@smallexample
13209(@value{GDBP}) print ibm1047_hello
13210$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
13211(@value{GDBP}) print ibm1047_hello[0]
13212$5 = 200 '\310'
13213(@value{GDBP})
13214@end smallexample
13215
13216If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
13217@value{GDBN} tells us the character sets it supports:
13218
13219@smallexample
13220(@value{GDBP}) set target-charset
13221ASCII EBCDIC-US IBM1047 ISO-8859-1
13222(@value{GDBP}) set target-charset
13223@end smallexample
13224
13225We can select @sc{ibm1047} as our target character set, and examine the
13226program's strings again. Now the @sc{ascii} string is wrong, but
13227@value{GDBN} translates the contents of @code{ibm1047_hello} from the
13228target character set, @sc{ibm1047}, to the host character set,
13229@sc{ascii}, and they display correctly:
13230
13231@smallexample
13232(@value{GDBP}) set target-charset IBM1047
13233(@value{GDBP}) show charset
13234The current host character set is `ASCII'.
13235The current target character set is `IBM1047'.
13236(@value{GDBP}) print ascii_hello
13237$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
13238(@value{GDBP}) print ascii_hello[0]
13239$7 = 72 '\110'
13240(@value{GDBP}) print ibm1047_hello
13241$8 = 0x4016a8 "Hello, world!\n"
13242(@value{GDBP}) print ibm1047_hello[0]
13243$9 = 200 'H'
13244(@value{GDBP})
13245@end smallexample
13246
13247As above, @value{GDBN} uses the target character set for character and
13248string literals you use in expressions:
13249
13250@smallexample
13251(@value{GDBP}) print '+'
13252$10 = 78 '+'
13253(@value{GDBP})
13254@end smallexample
13255
13256The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
13257character.
13258
13259@node Caching Target Data
13260@section Caching Data of Targets
13261@cindex caching data of targets
13262
13263@value{GDBN} caches data exchanged between the debugger and a target.
13264Each cache is associated with the address space of the inferior.
13265@xref{Inferiors and Programs}, about inferior and address space.
13266Such caching generally improves performance in remote debugging
13267(@pxref{Remote Debugging}), because it reduces the overhead of the
13268remote protocol by bundling memory reads and writes into large chunks.
13269Unfortunately, simply caching everything would lead to incorrect results,
13270since @value{GDBN} does not necessarily know anything about volatile
13271values, memory-mapped I/O addresses, etc. Furthermore, in non-stop mode
13272(@pxref{Non-Stop Mode}) memory can be changed @emph{while} a gdb command
13273is executing.
13274Therefore, by default, @value{GDBN} only caches data
13275known to be on the stack@footnote{In non-stop mode, it is moderately
13276rare for a running thread to modify the stack of a stopped thread
13277in a way that would interfere with a backtrace, and caching of
13278stack reads provides a significant speed up of remote backtraces.} or
13279in the code segment.
13280Other regions of memory can be explicitly marked as
13281cacheable; @pxref{Memory Region Attributes}.
13282
13283@table @code
13284@kindex set remotecache
13285@item set remotecache on
13286@itemx set remotecache off
13287This option no longer does anything; it exists for compatibility
13288with old scripts.
13289
13290@kindex show remotecache
13291@item show remotecache
13292Show the current state of the obsolete remotecache flag.
13293
13294@kindex set stack-cache
13295@item set stack-cache on
13296@itemx set stack-cache off
13297Enable or disable caching of stack accesses. When @code{on}, use
13298caching. By default, this option is @code{on}.
13299
13300@kindex show stack-cache
13301@item show stack-cache
13302Show the current state of data caching for memory accesses.
13303
13304@kindex set code-cache
13305@item set code-cache on
13306@itemx set code-cache off
13307Enable or disable caching of code segment accesses. When @code{on},
13308use caching. By default, this option is @code{on}. This improves
13309performance of disassembly in remote debugging.
13310
13311@kindex show code-cache
13312@item show code-cache
13313Show the current state of target memory cache for code segment
13314accesses.
13315
13316@kindex info dcache
13317@item info dcache @r{[}line@r{]}
13318Print the information about the performance of data cache of the
13319current inferior's address space. The information displayed
13320includes the dcache width and depth, and for each cache line, its
13321number, address, and how many times it was referenced. This
13322command is useful for debugging the data cache operation.
13323
13324If a line number is specified, the contents of that line will be
13325printed in hex.
13326
13327@item set dcache size @var{size}
13328@cindex dcache size
13329@kindex set dcache size
13330Set maximum number of entries in dcache (dcache depth above).
13331
13332@item set dcache line-size @var{line-size}
13333@cindex dcache line-size
13334@kindex set dcache line-size
13335Set number of bytes each dcache entry caches (dcache width above).
13336Must be a power of 2.
13337
13338@item show dcache size
13339@kindex show dcache size
13340Show maximum number of dcache entries. @xref{Caching Target Data, info dcache}.
13341
13342@item show dcache line-size
13343@kindex show dcache line-size
13344Show default size of dcache lines.
13345
13346@end table
13347
13348@node Searching Memory
13349@section Search Memory
13350@cindex searching memory
13351
13352Memory can be searched for a particular sequence of bytes with the
13353@code{find} command.
13354
13355@table @code
13356@kindex find
13357@item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13358@itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
13359Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
13360etc. The search begins at address @var{start_addr} and continues for either
13361@var{len} bytes or through to @var{end_addr} inclusive.
13362@end table
13363
13364@var{s} and @var{n} are optional parameters.
13365They may be specified in either order, apart or together.
13366
13367@table @r
13368@item @var{s}, search query size
13369The size of each search query value.
13370
13371@table @code
13372@item b
13373bytes
13374@item h
13375halfwords (two bytes)
13376@item w
13377words (four bytes)
13378@item g
13379giant words (eight bytes)
13380@end table
13381
13382All values are interpreted in the current language.
13383This means, for example, that if the current source language is C/C@t{++}
13384then searching for the string ``hello'' includes the trailing '\0'.
13385The null terminator can be removed from searching by using casts,
13386e.g.: @samp{@{char[5]@}"hello"}.
13387
13388If the value size is not specified, it is taken from the
13389value's type in the current language.
13390This is useful when one wants to specify the search
13391pattern as a mixture of types.
13392Note that this means, for example, that in the case of C-like languages
13393a search for an untyped 0x42 will search for @samp{(int) 0x42}
13394which is typically four bytes.
13395
13396@item @var{n}, maximum number of finds
13397The maximum number of matches to print. The default is to print all finds.
13398@end table
13399
13400You can use strings as search values. Quote them with double-quotes
13401 (@code{"}).
13402The string value is copied into the search pattern byte by byte,
13403regardless of the endianness of the target and the size specification.
13404
13405The address of each match found is printed as well as a count of the
13406number of matches found.
13407
13408The address of the last value found is stored in convenience variable
13409@samp{$_}.
13410A count of the number of matches is stored in @samp{$numfound}.
13411
13412For example, if stopped at the @code{printf} in this function:
13413
13414@smallexample
13415void
13416hello ()
13417@{
13418 static char hello[] = "hello-hello";
13419 static struct @{ char c; short s; int i; @}
13420 __attribute__ ((packed)) mixed
13421 = @{ 'c', 0x1234, 0x87654321 @};
13422 printf ("%s\n", hello);
13423@}
13424@end smallexample
13425
13426@noindent
13427you get during debugging:
13428
13429@smallexample
13430(@value{GDBP}) find &hello[0], +sizeof(hello), "hello"
134310x804956d <hello.1620+6>
134321 pattern found
13433(@value{GDBP}) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
134340x8049567 <hello.1620>
134350x804956d <hello.1620+6>
134362 patterns found.
13437(@value{GDBP}) find &hello[0], +sizeof(hello), @{char[5]@}"hello"
134380x8049567 <hello.1620>
134390x804956d <hello.1620+6>
134402 patterns found.
13441(@value{GDBP}) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
134420x8049567 <hello.1620>
134431 pattern found
13444(@value{GDBP}) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
134450x8049560 <mixed.1625>
134461 pattern found
13447(@value{GDBP}) print $numfound
13448$1 = 1
13449(@value{GDBP}) print $_
13450$2 = (void *) 0x8049560
13451@end smallexample
13452
13453@node Value Sizes
13454@section Value Sizes
13455
13456Whenever @value{GDBN} prints a value memory will be allocated within
13457@value{GDBN} to hold the contents of the value. It is possible in
13458some languages with dynamic typing systems, that an invalid program
13459may indicate a value that is incorrectly large, this in turn may cause
13460@value{GDBN} to try and allocate an overly large amount of memory.
13461
13462@table @code
13463@kindex set max-value-size
13464@item set max-value-size @var{bytes}
13465@itemx set max-value-size unlimited
13466Set the maximum size of memory that @value{GDBN} will allocate for the
13467contents of a value to @var{bytes}, trying to display a value that
13468requires more memory than that will result in an error.
13469
13470Setting this variable does not effect values that have already been
13471allocated within @value{GDBN}, only future allocations.
13472
13473There's a minimum size that @code{max-value-size} can be set to in
13474order that @value{GDBN} can still operate correctly, this minimum is
13475currently 16 bytes.
13476
13477The limit applies to the results of some subexpressions as well as to
13478complete expressions. For example, an expression denoting a simple
13479integer component, such as @code{x.y.z}, may fail if the size of
13480@var{x.y} is dynamic and exceeds @var{bytes}. On the other hand,
13481@value{GDBN} is sometimes clever; the expression @code{A[i]}, where
13482@var{A} is an array variable with non-constant size, will generally
13483succeed regardless of the bounds on @var{A}, as long as the component
13484size is less than @var{bytes}.
13485
13486The default value of @code{max-value-size} is currently 64k.
13487
13488@kindex show max-value-size
13489@item show max-value-size
13490Show the maximum size of memory, in bytes, that @value{GDBN} will
13491allocate for the contents of a value.
13492@end table
13493
13494@node Optimized Code
13495@chapter Debugging Optimized Code
13496@cindex optimized code, debugging
13497@cindex debugging optimized code
13498
13499Almost all compilers support optimization. With optimization
13500disabled, the compiler generates assembly code that corresponds
13501directly to your source code, in a simplistic way. As the compiler
13502applies more powerful optimizations, the generated assembly code
13503diverges from your original source code. With help from debugging
13504information generated by the compiler, @value{GDBN} can map from
13505the running program back to constructs from your original source.
13506
13507@value{GDBN} is more accurate with optimization disabled. If you
13508can recompile without optimization, it is easier to follow the
13509progress of your program during debugging. But, there are many cases
13510where you may need to debug an optimized version.
13511
13512When you debug a program compiled with @samp{-g -O}, remember that the
13513optimizer has rearranged your code; the debugger shows you what is
13514really there. Do not be too surprised when the execution path does not
13515exactly match your source file! An extreme example: if you define a
13516variable, but never use it, @value{GDBN} never sees that
13517variable---because the compiler optimizes it out of existence.
13518
13519Some things do not work as well with @samp{-g -O} as with just
13520@samp{-g}, particularly on machines with instruction scheduling. If in
13521doubt, recompile with @samp{-g} alone, and if this fixes the problem,
13522please report it to us as a bug (including a test case!).
13523@xref{Variables}, for more information about debugging optimized code.
13524
13525@menu
13526* Inline Functions:: How @value{GDBN} presents inlining
13527* Tail Call Frames:: @value{GDBN} analysis of jumps to functions
13528@end menu
13529
13530@node Inline Functions
13531@section Inline Functions
13532@cindex inline functions, debugging
13533
13534@dfn{Inlining} is an optimization that inserts a copy of the function
13535body directly at each call site, instead of jumping to a shared
13536routine. @value{GDBN} displays inlined functions just like
13537non-inlined functions. They appear in backtraces. You can view their
13538arguments and local variables, step into them with @code{step}, skip
13539them with @code{next}, and escape from them with @code{finish}.
13540You can check whether a function was inlined by using the
13541@code{info frame} command.
13542
13543For @value{GDBN} to support inlined functions, the compiler must
13544record information about inlining in the debug information ---
13545@value{NGCC} using the @sc{dwarf 2} format does this, and several
13546other compilers do also. @value{GDBN} only supports inlined functions
13547when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
13548do not emit two required attributes (@samp{DW_AT_call_file} and
13549@samp{DW_AT_call_line}); @value{GDBN} does not display inlined
13550function calls with earlier versions of @value{NGCC}. It instead
13551displays the arguments and local variables of inlined functions as
13552local variables in the caller.
13553
13554The body of an inlined function is directly included at its call site;
13555unlike a non-inlined function, there are no instructions devoted to
13556the call. @value{GDBN} still pretends that the call site and the
13557start of the inlined function are different instructions. Stepping to
13558the call site shows the call site, and then stepping again shows
13559the first line of the inlined function, even though no additional
13560instructions are executed.
13561
13562This makes source-level debugging much clearer; you can see both the
13563context of the call and then the effect of the call. Only stepping by
13564a single instruction using @code{stepi} or @code{nexti} does not do
13565this; single instruction steps always show the inlined body.
13566
13567There are some ways that @value{GDBN} does not pretend that inlined
13568function calls are the same as normal calls:
13569
13570@itemize @bullet
13571@item
13572Setting breakpoints at the call site of an inlined function may not
13573work, because the call site does not contain any code. @value{GDBN}
13574may incorrectly move the breakpoint to the next line of the enclosing
13575function, after the call. This limitation will be removed in a future
13576version of @value{GDBN}; until then, set a breakpoint on an earlier line
13577or inside the inlined function instead.
13578
13579@item
13580@value{GDBN} cannot locate the return value of inlined calls after
13581using the @code{finish} command. This is a limitation of compiler-generated
13582debugging information; after @code{finish}, you can step to the next line
13583and print a variable where your program stored the return value.
13584
13585@end itemize
13586
13587@node Tail Call Frames
13588@section Tail Call Frames
13589@cindex tail call frames, debugging
13590
13591Function @code{B} can call function @code{C} in its very last statement. In
13592unoptimized compilation the call of @code{C} is immediately followed by return
13593instruction at the end of @code{B} code. Optimizing compiler may replace the
13594call and return in function @code{B} into one jump to function @code{C}
13595instead. Such use of a jump instruction is called @dfn{tail call}.
13596
13597During execution of function @code{C}, there will be no indication in the
13598function call stack frames that it was tail-called from @code{B}. If function
13599@code{A} regularly calls function @code{B} which tail-calls function @code{C},
13600then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
13601some cases @value{GDBN} can determine that @code{C} was tail-called from
13602@code{B}, and it will then create fictitious call frame for that, with the
13603return address set up as if @code{B} called @code{C} normally.
13604
13605This functionality is currently supported only by DWARF 2 debugging format and
13606the compiler has to produce @samp{DW_TAG_call_site} tags. With
13607@value{NGCC}, you need to specify @option{-O -g} during compilation, to get
13608this information.
13609
13610@kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
13611kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
13612
13613@smallexample
13614(@value{GDBP}) x/i $pc - 2
13615 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
13616(@value{GDBP}) info frame
13617Stack level 1, frame at 0x7fffffffda30:
13618 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
13619 tail call frame, caller of frame at 0x7fffffffda30
13620 source language c++.
13621 Arglist at unknown address.
13622 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
13623@end smallexample
13624
13625The detection of all the possible code path executions can find them ambiguous.
13626There is no execution history stored (possible @ref{Reverse Execution} is never
13627used for this purpose) and the last known caller could have reached the known
13628callee by multiple different jump sequences. In such case @value{GDBN} still
13629tries to show at least all the unambiguous top tail callers and all the
13630unambiguous bottom tail calees, if any.
13631
13632@table @code
13633@anchor{set debug entry-values}
13634@item set debug entry-values
13635@kindex set debug entry-values
13636When set to on, enables printing of analysis messages for both frame argument
13637values at function entry and tail calls. It will show all the possible valid
13638tail calls code paths it has considered. It will also print the intersection
13639of them with the final unambiguous (possibly partial or even empty) code path
13640result.
13641
13642@item show debug entry-values
13643@kindex show debug entry-values
13644Show the current state of analysis messages printing for both frame argument
13645values at function entry and tail calls.
13646@end table
13647
13648The analysis messages for tail calls can for example show why the virtual tail
13649call frame for function @code{c} has not been recognized (due to the indirect
13650reference by variable @code{x}):
13651
13652@smallexample
13653static void __attribute__((noinline, noclone)) c (void);
13654void (*x) (void) = c;
13655static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13656static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
13657int main (void) @{ x (); return 0; @}
13658
13659Breakpoint 1, DW_OP_entry_value resolving cannot find
13660DW_TAG_call_site 0x40039a in main
13661a () at t.c:3
136623 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
13663(@value{GDBP}) bt
13664#0 a () at t.c:3
13665#1 0x000000000040039a in main () at t.c:5
13666@end smallexample
13667
13668Another possibility is an ambiguous virtual tail call frames resolution:
13669
13670@smallexample
13671int i;
13672static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
13673static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
13674static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
13675static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
13676static void __attribute__((noinline, noclone)) b (void)
13677@{ if (i) c (); else e (); @}
13678static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
13679int main (void) @{ a (); return 0; @}
13680
13681tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
13682tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
13683tailcall: reduced: 0x4004d2(a) |
13684(@value{GDBP}) bt
13685#0 f () at t.c:2
13686#1 0x00000000004004d2 in a () at t.c:8
13687#2 0x0000000000400395 in main () at t.c:9
13688@end smallexample
13689
13690@set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
13691@set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
13692
13693@c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
13694@ifset HAVE_MAKEINFO_CLICK
13695@set ARROW @click{}
13696@set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
13697@set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
13698@end ifset
13699@ifclear HAVE_MAKEINFO_CLICK
13700@set ARROW ->
13701@set CALLSEQ1B @value{CALLSEQ1A}
13702@set CALLSEQ2B @value{CALLSEQ2A}
13703@end ifclear
13704
13705Frames #0 and #2 are real, #1 is a virtual tail call frame.
13706The code can have possible execution paths @value{CALLSEQ1B} or
13707@value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
13708
13709@code{initial:} state shows some random possible calling sequence @value{GDBN}
13710has found. It then finds another possible calling sequence - that one is
13711prefixed by @code{compare:}. The non-ambiguous intersection of these two is
13712printed as the @code{reduced:} calling sequence. That one could have many
13713further @code{compare:} and @code{reduced:} statements as long as there remain
13714any non-ambiguous sequence entries.
13715
13716For the frame of function @code{b} in both cases there are different possible
13717@code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
13718also ambiguous. The only non-ambiguous frame is the one for function @code{a},
13719therefore this one is displayed to the user while the ambiguous frames are
13720omitted.
13721
13722There can be also reasons why printing of frame argument values at function
13723entry may fail:
13724
13725@smallexample
13726int v;
13727static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
13728static void __attribute__((noinline, noclone)) a (int i);
13729static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
13730static void __attribute__((noinline, noclone)) a (int i)
13731@{ if (i) b (i - 1); else c (0); @}
13732int main (void) @{ a (5); return 0; @}
13733
13734(@value{GDBP}) bt
13735#0 c (i=i@@entry=0) at t.c:2
13736#1 0x0000000000400428 in a (DW_OP_entry_value resolving has found
13737function "a" at 0x400420 can call itself via tail calls
13738i=<optimized out>) at t.c:6
13739#2 0x000000000040036e in main () at t.c:7
13740@end smallexample
13741
13742@value{GDBN} cannot find out from the inferior state if and how many times did
13743function @code{a} call itself (via function @code{b}) as these calls would be
13744tail calls. Such tail calls would modify the @code{i} variable, therefore
13745@value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
13746prints @code{<optimized out>} instead.
13747
13748@node Macros
13749@chapter C Preprocessor Macros
13750
13751Some languages, such as C and C@t{++}, provide a way to define and invoke
13752``preprocessor macros'' which expand into strings of tokens.
13753@value{GDBN} can evaluate expressions containing macro invocations, show
13754the result of macro expansion, and show a macro's definition, including
13755where it was defined.
13756
13757You may need to compile your program specially to provide @value{GDBN}
13758with information about preprocessor macros. Most compilers do not
13759include macros in their debugging information, even when you compile
13760with the @option{-g} flag. @xref{Compilation}.
13761
13762A program may define a macro at one point, remove that definition later,
13763and then provide a different definition after that. Thus, at different
13764points in the program, a macro may have different definitions, or have
13765no definition at all. If there is a current stack frame, @value{GDBN}
13766uses the macros in scope at that frame's source code line. Otherwise,
13767@value{GDBN} uses the macros in scope at the current listing location;
13768see @ref{List}.
13769
13770Whenever @value{GDBN} evaluates an expression, it always expands any
13771macro invocations present in the expression. @value{GDBN} also provides
13772the following commands for working with macros explicitly.
13773
13774@table @code
13775
13776@kindex macro expand
13777@cindex macro expansion, showing the results of preprocessor
13778@cindex preprocessor macro expansion, showing the results of
13779@cindex expanding preprocessor macros
13780@item macro expand @var{expression}
13781@itemx macro exp @var{expression}
13782Show the results of expanding all preprocessor macro invocations in
13783@var{expression}. Since @value{GDBN} simply expands macros, but does
13784not parse the result, @var{expression} need not be a valid expression;
13785it can be any string of tokens.
13786
13787@kindex macro exp1
13788@item macro expand-once @var{expression}
13789@itemx macro exp1 @var{expression}
13790@cindex expand macro once
13791@i{(This command is not yet implemented.)} Show the results of
13792expanding those preprocessor macro invocations that appear explicitly in
13793@var{expression}. Macro invocations appearing in that expansion are
13794left unchanged. This command allows you to see the effect of a
13795particular macro more clearly, without being confused by further
13796expansions. Since @value{GDBN} simply expands macros, but does not
13797parse the result, @var{expression} need not be a valid expression; it
13798can be any string of tokens.
13799
13800@kindex info macro
13801@cindex macro definition, showing
13802@cindex definition of a macro, showing
13803@cindex macros, from debug info
13804@item info macro [-a|-all] [--] @var{macro}
13805Show the current definition or all definitions of the named @var{macro},
13806and describe the source location or compiler command-line where that
13807definition was established. The optional double dash is to signify the end of
13808argument processing and the beginning of @var{macro} for non C-like macros where
13809the macro may begin with a hyphen.
13810
13811@kindex info macros
13812@item info macros @var{location}
13813Show all macro definitions that are in effect at the location specified
13814by @var{location}, and describe the source location or compiler
13815command-line where those definitions were established.
13816
13817@kindex macro define
13818@cindex user-defined macros
13819@cindex defining macros interactively
13820@cindex macros, user-defined
13821@item macro define @var{macro} @var{replacement-list}
13822@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
13823Introduce a definition for a preprocessor macro named @var{macro},
13824invocations of which are replaced by the tokens given in
13825@var{replacement-list}. The first form of this command defines an
13826``object-like'' macro, which takes no arguments; the second form
13827defines a ``function-like'' macro, which takes the arguments given in
13828@var{arglist}.
13829
13830A definition introduced by this command is in scope in every
13831expression evaluated in @value{GDBN}, until it is removed with the
13832@code{macro undef} command, described below. The definition overrides
13833all definitions for @var{macro} present in the program being debugged,
13834as well as any previous user-supplied definition.
13835
13836@kindex macro undef
13837@item macro undef @var{macro}
13838Remove any user-supplied definition for the macro named @var{macro}.
13839This command only affects definitions provided with the @code{macro
13840define} command, described above; it cannot remove definitions present
13841in the program being debugged.
13842
13843@kindex macro list
13844@item macro list
13845List all the macros defined using the @code{macro define} command.
13846@end table
13847
13848@cindex macros, example of debugging with
13849Here is a transcript showing the above commands in action. First, we
13850show our source files:
13851
13852@smallexample
13853$ cat sample.c
13854#include <stdio.h>
13855#include "sample.h"
13856
13857#define M 42
13858#define ADD(x) (M + x)
13859
13860main ()
13861@{
13862#define N 28
13863 printf ("Hello, world!\n");
13864#undef N
13865 printf ("We're so creative.\n");
13866#define N 1729
13867 printf ("Goodbye, world!\n");
13868@}
13869$ cat sample.h
13870#define Q <
13871$
13872@end smallexample
13873
13874Now, we compile the program using the @sc{gnu} C compiler,
13875@value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
13876minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
13877and @option{-gdwarf-4}; we recommend always choosing the most recent
13878version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
13879includes information about preprocessor macros in the debugging
13880information.
13881
13882@smallexample
13883$ gcc -gdwarf-2 -g3 sample.c -o sample
13884$
13885@end smallexample
13886
13887Now, we start @value{GDBN} on our sample program:
13888
13889@smallexample
13890$ gdb -nw sample
13891GNU gdb 2002-05-06-cvs
13892Copyright 2002 Free Software Foundation, Inc.
13893GDB is free software, @dots{}
13894(@value{GDBP})
13895@end smallexample
13896
13897We can expand macros and examine their definitions, even when the
13898program is not running. @value{GDBN} uses the current listing position
13899to decide which macro definitions are in scope:
13900
13901@smallexample
13902(@value{GDBP}) list main
139033
139044 #define M 42
139055 #define ADD(x) (M + x)
139066
139077 main ()
139088 @{
139099 #define N 28
1391010 printf ("Hello, world!\n");
1391111 #undef N
1391212 printf ("We're so creative.\n");
13913(@value{GDBP}) info macro ADD
13914Defined at /home/jimb/gdb/macros/play/sample.c:5
13915#define ADD(x) (M + x)
13916(@value{GDBP}) info macro Q
13917Defined at /home/jimb/gdb/macros/play/sample.h:1
13918 included at /home/jimb/gdb/macros/play/sample.c:2
13919#define Q <
13920(@value{GDBP}) macro expand ADD(1)
13921expands to: (42 + 1)
13922(@value{GDBP}) macro expand-once ADD(1)
13923expands to: once (M + 1)
13924(@value{GDBP})
13925@end smallexample
13926
13927In the example above, note that @code{macro expand-once} expands only
13928the macro invocation explicit in the original text --- the invocation of
13929@code{ADD} --- but does not expand the invocation of the macro @code{M},
13930which was introduced by @code{ADD}.
13931
13932Once the program is running, @value{GDBN} uses the macro definitions in
13933force at the source line of the current stack frame:
13934
13935@smallexample
13936(@value{GDBP}) break main
13937Breakpoint 1 at 0x8048370: file sample.c, line 10.
13938(@value{GDBP}) run
13939Starting program: /home/jimb/gdb/macros/play/sample
13940
13941Breakpoint 1, main () at sample.c:10
1394210 printf ("Hello, world!\n");
13943(@value{GDBP})
13944@end smallexample
13945
13946At line 10, the definition of the macro @code{N} at line 9 is in force:
13947
13948@smallexample
13949(@value{GDBP}) info macro N
13950Defined at /home/jimb/gdb/macros/play/sample.c:9
13951#define N 28
13952(@value{GDBP}) macro expand N Q M
13953expands to: 28 < 42
13954(@value{GDBP}) print N Q M
13955$1 = 1
13956(@value{GDBP})
13957@end smallexample
13958
13959As we step over directives that remove @code{N}'s definition, and then
13960give it a new definition, @value{GDBN} finds the definition (or lack
13961thereof) in force at each point:
13962
13963@smallexample
13964(@value{GDBP}) next
13965Hello, world!
1396612 printf ("We're so creative.\n");
13967(@value{GDBP}) info macro N
13968The symbol `N' has no definition as a C/C++ preprocessor macro
13969at /home/jimb/gdb/macros/play/sample.c:12
13970(@value{GDBP}) next
13971We're so creative.
1397214 printf ("Goodbye, world!\n");
13973(@value{GDBP}) info macro N
13974Defined at /home/jimb/gdb/macros/play/sample.c:13
13975#define N 1729
13976(@value{GDBP}) macro expand N Q M
13977expands to: 1729 < 42
13978(@value{GDBP}) print N Q M
13979$2 = 0
13980(@value{GDBP})
13981@end smallexample
13982
13983In addition to source files, macros can be defined on the compilation command
13984line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
13985such a way, @value{GDBN} displays the location of their definition as line zero
13986of the source file submitted to the compiler.
13987
13988@smallexample
13989(@value{GDBP}) info macro __STDC__
13990Defined at /home/jimb/gdb/macros/play/sample.c:0
13991-D__STDC__=1
13992(@value{GDBP})
13993@end smallexample
13994
13995
13996@node Tracepoints
13997@chapter Tracepoints
13998@c This chapter is based on the documentation written by Michael
13999@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
14000
14001@cindex tracepoints
14002In some applications, it is not feasible for the debugger to interrupt
14003the program's execution long enough for the developer to learn
14004anything helpful about its behavior. If the program's correctness
14005depends on its real-time behavior, delays introduced by a debugger
14006might cause the program to change its behavior drastically, or perhaps
14007fail, even when the code itself is correct. It is useful to be able
14008to observe the program's behavior without interrupting it.
14009
14010Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
14011specify locations in the program, called @dfn{tracepoints}, and
14012arbitrary expressions to evaluate when those tracepoints are reached.
14013Later, using the @code{tfind} command, you can examine the values
14014those expressions had when the program hit the tracepoints. The
14015expressions may also denote objects in memory---structures or arrays,
14016for example---whose values @value{GDBN} should record; while visiting
14017a particular tracepoint, you may inspect those objects as if they were
14018in memory at that moment. However, because @value{GDBN} records these
14019values without interacting with you, it can do so quickly and
14020unobtrusively, hopefully not disturbing the program's behavior.
14021
14022The tracepoint facility is currently available only for remote
14023targets. @xref{Targets}. In addition, your remote target must know
14024how to collect trace data. This functionality is implemented in the
14025remote stub; however, none of the stubs distributed with @value{GDBN}
14026support tracepoints as of this writing. The format of the remote
14027packets used to implement tracepoints are described in @ref{Tracepoint
14028Packets}.
14029
14030It is also possible to get trace data from a file, in a manner reminiscent
14031of corefiles; you specify the filename, and use @code{tfind} to search
14032through the file. @xref{Trace Files}, for more details.
14033
14034This chapter describes the tracepoint commands and features.
14035
14036@menu
14037* Set Tracepoints::
14038* Analyze Collected Data::
14039* Tracepoint Variables::
14040* Trace Files::
14041@end menu
14042
14043@node Set Tracepoints
14044@section Commands to Set Tracepoints
14045
14046Before running such a @dfn{trace experiment}, an arbitrary number of
14047tracepoints can be set. A tracepoint is actually a special type of
14048breakpoint (@pxref{Set Breaks}), so you can manipulate it using
14049standard breakpoint commands. For instance, as with breakpoints,
14050tracepoint numbers are successive integers starting from one, and many
14051of the commands associated with tracepoints take the tracepoint number
14052as their argument, to identify which tracepoint to work on.
14053
14054For each tracepoint, you can specify, in advance, some arbitrary set
14055of data that you want the target to collect in the trace buffer when
14056it hits that tracepoint. The collected data can include registers,
14057local variables, or global data. Later, you can use @value{GDBN}
14058commands to examine the values these data had at the time the
14059tracepoint was hit.
14060
14061Tracepoints do not support every breakpoint feature. Ignore counts on
14062tracepoints have no effect, and tracepoints cannot run @value{GDBN}
14063commands when they are hit. Tracepoints may not be thread-specific
14064either.
14065
14066@cindex fast tracepoints
14067Some targets may support @dfn{fast tracepoints}, which are inserted in
14068a different way (such as with a jump instead of a trap), that is
14069faster but possibly restricted in where they may be installed.
14070
14071@cindex static tracepoints
14072@cindex markers, static tracepoints
14073@cindex probing markers, static tracepoints
14074Regular and fast tracepoints are dynamic tracing facilities, meaning
14075that they can be used to insert tracepoints at (almost) any location
14076in the target. Some targets may also support controlling @dfn{static
14077tracepoints} from @value{GDBN}. With static tracing, a set of
14078instrumentation points, also known as @dfn{markers}, are embedded in
14079the target program, and can be activated or deactivated by name or
14080address. These are usually placed at locations which facilitate
14081investigating what the target is actually doing. @value{GDBN}'s
14082support for static tracing includes being able to list instrumentation
14083points, and attach them with @value{GDBN} defined high level
14084tracepoints that expose the whole range of convenience of
14085@value{GDBN}'s tracepoints support. Namely, support for collecting
14086registers values and values of global or local (to the instrumentation
14087point) variables; tracepoint conditions and trace state variables.
14088The act of installing a @value{GDBN} static tracepoint on an
14089instrumentation point, or marker, is referred to as @dfn{probing} a
14090static tracepoint marker.
14091
14092@code{gdbserver} supports tracepoints on some target systems.
14093@xref{Server,,Tracepoints support in @code{gdbserver}}.
14094
14095This section describes commands to set tracepoints and associated
14096conditions and actions.
14097
14098@menu
14099* Create and Delete Tracepoints::
14100* Enable and Disable Tracepoints::
14101* Tracepoint Passcounts::
14102* Tracepoint Conditions::
14103* Trace State Variables::
14104* Tracepoint Actions::
14105* Listing Tracepoints::
14106* Listing Static Tracepoint Markers::
14107* Starting and Stopping Trace Experiments::
14108* Tracepoint Restrictions::
14109@end menu
14110
14111@node Create and Delete Tracepoints
14112@subsection Create and Delete Tracepoints
14113
14114@table @code
14115@cindex set tracepoint
14116@kindex trace
14117@item trace @var{location}
14118The @code{trace} command is very similar to the @code{break} command.
14119Its argument @var{location} can be any valid location.
14120@xref{Specify Location}. The @code{trace} command defines a tracepoint,
14121which is a point in the target program where the debugger will briefly stop,
14122collect some data, and then allow the program to continue. Setting a tracepoint
14123or changing its actions takes effect immediately if the remote stub
14124supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
14125in tracing}).
14126If remote stub doesn't support the @samp{InstallInTrace} feature, all
14127these changes don't take effect until the next @code{tstart}
14128command, and once a trace experiment is running, further changes will
14129not have any effect until the next trace experiment starts. In addition,
14130@value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
14131address is not yet resolved. (This is similar to pending breakpoints.)
14132Pending tracepoints are not downloaded to the target and not installed
14133until they are resolved. The resolution of pending tracepoints requires
14134@value{GDBN} support---when debugging with the remote target, and
14135@value{GDBN} disconnects from the remote stub (@pxref{disconnected
14136tracing}), pending tracepoints can not be resolved (and downloaded to
14137the remote stub) while @value{GDBN} is disconnected.
14138
14139Here are some examples of using the @code{trace} command:
14140
14141@smallexample
14142(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
14143
14144(@value{GDBP}) @b{trace +2} // 2 lines forward
14145
14146(@value{GDBP}) @b{trace my_function} // first source line of function
14147
14148(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
14149
14150(@value{GDBP}) @b{trace *0x2117c4} // an address
14151@end smallexample
14152
14153@noindent
14154You can abbreviate @code{trace} as @code{tr}.
14155
14156@item trace @var{location} if @var{cond}
14157Set a tracepoint with condition @var{cond}; evaluate the expression
14158@var{cond} each time the tracepoint is reached, and collect data only
14159if the value is nonzero---that is, if @var{cond} evaluates as true.
14160@xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
14161information on tracepoint conditions.
14162
14163@item ftrace @var{location} [ if @var{cond} ]
14164@cindex set fast tracepoint
14165@cindex fast tracepoints, setting
14166@kindex ftrace
14167The @code{ftrace} command sets a fast tracepoint. For targets that
14168support them, fast tracepoints will use a more efficient but possibly
14169less general technique to trigger data collection, such as a jump
14170instruction instead of a trap, or some sort of hardware support. It
14171may not be possible to create a fast tracepoint at the desired
14172location, in which case the command will exit with an explanatory
14173message.
14174
14175@value{GDBN} handles arguments to @code{ftrace} exactly as for
14176@code{trace}.
14177
14178On 32-bit x86-architecture systems, fast tracepoints normally need to
14179be placed at an instruction that is 5 bytes or longer, but can be
14180placed at 4-byte instructions if the low 64K of memory of the target
14181program is available to install trampolines. Some Unix-type systems,
14182such as @sc{gnu}/Linux, exclude low addresses from the program's
14183address space; but for instance with the Linux kernel it is possible
14184to let @value{GDBN} use this area by doing a @command{sysctl} command
14185to set the @code{mmap_min_addr} kernel parameter, as in
14186
14187@example
14188sudo sysctl -w vm.mmap_min_addr=32768
14189@end example
14190
14191@noindent
14192which sets the low address to 32K, which leaves plenty of room for
14193trampolines. The minimum address should be set to a page boundary.
14194
14195@item strace @var{location} [ if @var{cond} ]
14196@cindex set static tracepoint
14197@cindex static tracepoints, setting
14198@cindex probe static tracepoint marker
14199@kindex strace
14200The @code{strace} command sets a static tracepoint. For targets that
14201support it, setting a static tracepoint probes a static
14202instrumentation point, or marker, found at @var{location}. It may not
14203be possible to set a static tracepoint at the desired location, in
14204which case the command will exit with an explanatory message.
14205
14206@value{GDBN} handles arguments to @code{strace} exactly as for
14207@code{trace}, with the addition that the user can also specify
14208@code{-m @var{marker}} as @var{location}. This probes the marker
14209identified by the @var{marker} string identifier. This identifier
14210depends on the static tracepoint backend library your program is
14211using. You can find all the marker identifiers in the @samp{ID} field
14212of the @code{info static-tracepoint-markers} command output.
14213@xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
14214Markers}. For example, in the following small program using the UST
14215tracing engine:
14216
14217@smallexample
14218main ()
14219@{
14220 trace_mark(ust, bar33, "str %s", "FOOBAZ");
14221@}
14222@end smallexample
14223
14224@noindent
14225the marker id is composed of joining the first two arguments to the
14226@code{trace_mark} call with a slash, which translates to:
14227
14228@smallexample
14229(@value{GDBP}) info static-tracepoint-markers
14230Cnt Enb ID Address What
142311 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
14232 Data: "str %s"
14233[etc...]
14234@end smallexample
14235
14236@noindent
14237so you may probe the marker above with:
14238
14239@smallexample
14240(@value{GDBP}) strace -m ust/bar33
14241@end smallexample
14242
14243Static tracepoints accept an extra collect action --- @code{collect
14244$_sdata}. This collects arbitrary user data passed in the probe point
14245call to the tracing library. In the UST example above, you'll see
14246that the third argument to @code{trace_mark} is a printf-like format
14247string. The user data is then the result of running that formatting
14248string against the following arguments. Note that @code{info
14249static-tracepoint-markers} command output lists that format string in
14250the @samp{Data:} field.
14251
14252You can inspect this data when analyzing the trace buffer, by printing
14253the $_sdata variable like any other variable available to
14254@value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
14255
14256@vindex $tpnum
14257@cindex last tracepoint number
14258@cindex recent tracepoint number
14259@cindex tracepoint number
14260The convenience variable @code{$tpnum} records the tracepoint number
14261of the most recently set tracepoint.
14262
14263@kindex delete tracepoint
14264@cindex tracepoint deletion
14265@item delete tracepoint @r{[}@var{num}@r{]}
14266Permanently delete one or more tracepoints. With no argument, the
14267default is to delete all tracepoints. Note that the regular
14268@code{delete} command can remove tracepoints also.
14269
14270Examples:
14271
14272@smallexample
14273(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
14274
14275(@value{GDBP}) @b{delete trace} // remove all tracepoints
14276@end smallexample
14277
14278@noindent
14279You can abbreviate this command as @code{del tr}.
14280@end table
14281
14282@node Enable and Disable Tracepoints
14283@subsection Enable and Disable Tracepoints
14284
14285These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
14286
14287@table @code
14288@kindex disable tracepoint
14289@item disable tracepoint @r{[}@var{num}@r{]}
14290Disable tracepoint @var{num}, or all tracepoints if no argument
14291@var{num} is given. A disabled tracepoint will have no effect during
14292a trace experiment, but it is not forgotten. You can re-enable
14293a disabled tracepoint using the @code{enable tracepoint} command.
14294If the command is issued during a trace experiment and the debug target
14295has support for disabling tracepoints during a trace experiment, then the
14296change will be effective immediately. Otherwise, it will be applied to the
14297next trace experiment.
14298
14299@kindex enable tracepoint
14300@item enable tracepoint @r{[}@var{num}@r{]}
14301Enable tracepoint @var{num}, or all tracepoints. If this command is
14302issued during a trace experiment and the debug target supports enabling
14303tracepoints during a trace experiment, then the enabled tracepoints will
14304become effective immediately. Otherwise, they will become effective the
14305next time a trace experiment is run.
14306@end table
14307
14308@node Tracepoint Passcounts
14309@subsection Tracepoint Passcounts
14310
14311@table @code
14312@kindex passcount
14313@cindex tracepoint pass count
14314@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
14315Set the @dfn{passcount} of a tracepoint. The passcount is a way to
14316automatically stop a trace experiment. If a tracepoint's passcount is
14317@var{n}, then the trace experiment will be automatically stopped on
14318the @var{n}'th time that tracepoint is hit. If the tracepoint number
14319@var{num} is not specified, the @code{passcount} command sets the
14320passcount of the most recently defined tracepoint. If no passcount is
14321given, the trace experiment will run until stopped explicitly by the
14322user.
14323
14324Examples:
14325
14326@smallexample
14327(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
14328@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
14329
14330(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
14331@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
14332(@value{GDBP}) @b{trace foo}
14333(@value{GDBP}) @b{pass 3}
14334(@value{GDBP}) @b{trace bar}
14335(@value{GDBP}) @b{pass 2}
14336(@value{GDBP}) @b{trace baz}
14337(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
14338@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
14339@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
14340@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
14341@end smallexample
14342@end table
14343
14344@node Tracepoint Conditions
14345@subsection Tracepoint Conditions
14346@cindex conditional tracepoints
14347@cindex tracepoint conditions
14348
14349The simplest sort of tracepoint collects data every time your program
14350reaches a specified place. You can also specify a @dfn{condition} for
14351a tracepoint. A condition is just a Boolean expression in your
14352programming language (@pxref{Expressions, ,Expressions}). A
14353tracepoint with a condition evaluates the expression each time your
14354program reaches it, and data collection happens only if the condition
14355is true.
14356
14357Tracepoint conditions can be specified when a tracepoint is set, by
14358using @samp{if} in the arguments to the @code{trace} command.
14359@xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
14360also be set or changed at any time with the @code{condition} command,
14361just as with breakpoints.
14362
14363Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
14364the conditional expression itself. Instead, @value{GDBN} encodes the
14365expression into an agent expression (@pxref{Agent Expressions})
14366suitable for execution on the target, independently of @value{GDBN}.
14367Global variables become raw memory locations, locals become stack
14368accesses, and so forth.
14369
14370For instance, suppose you have a function that is usually called
14371frequently, but should not be called after an error has occurred. You
14372could use the following tracepoint command to collect data about calls
14373of that function that happen while the error code is propagating
14374through the program; an unconditional tracepoint could end up
14375collecting thousands of useless trace frames that you would have to
14376search through.
14377
14378@smallexample
14379(@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
14380@end smallexample
14381
14382@node Trace State Variables
14383@subsection Trace State Variables
14384@cindex trace state variables
14385
14386A @dfn{trace state variable} is a special type of variable that is
14387created and managed by target-side code. The syntax is the same as
14388that for GDB's convenience variables (a string prefixed with ``$''),
14389but they are stored on the target. They must be created explicitly,
14390using a @code{tvariable} command. They are always 64-bit signed
14391integers.
14392
14393Trace state variables are remembered by @value{GDBN}, and downloaded
14394to the target along with tracepoint information when the trace
14395experiment starts. There are no intrinsic limits on the number of
14396trace state variables, beyond memory limitations of the target.
14397
14398@cindex convenience variables, and trace state variables
14399Although trace state variables are managed by the target, you can use
14400them in print commands and expressions as if they were convenience
14401variables; @value{GDBN} will get the current value from the target
14402while the trace experiment is running. Trace state variables share
14403the same namespace as other ``$'' variables, which means that you
14404cannot have trace state variables with names like @code{$23} or
14405@code{$pc}, nor can you have a trace state variable and a convenience
14406variable with the same name.
14407
14408@table @code
14409
14410@item tvariable $@var{name} [ = @var{expression} ]
14411@kindex tvariable
14412The @code{tvariable} command creates a new trace state variable named
14413@code{$@var{name}}, and optionally gives it an initial value of
14414@var{expression}. The @var{expression} is evaluated when this command is
14415entered; the result will be converted to an integer if possible,
14416otherwise @value{GDBN} will report an error. A subsequent
14417@code{tvariable} command specifying the same name does not create a
14418variable, but instead assigns the supplied initial value to the
14419existing variable of that name, overwriting any previous initial
14420value. The default initial value is 0.
14421
14422@item info tvariables
14423@kindex info tvariables
14424List all the trace state variables along with their initial values.
14425Their current values may also be displayed, if the trace experiment is
14426currently running.
14427
14428@item delete tvariable @r{[} $@var{name} @dots{} @r{]}
14429@kindex delete tvariable
14430Delete the given trace state variables, or all of them if no arguments
14431are specified.
14432
14433@end table
14434
14435@node Tracepoint Actions
14436@subsection Tracepoint Action Lists
14437
14438@table @code
14439@kindex actions
14440@cindex tracepoint actions
14441@item actions @r{[}@var{num}@r{]}
14442This command will prompt for a list of actions to be taken when the
14443tracepoint is hit. If the tracepoint number @var{num} is not
14444specified, this command sets the actions for the one that was most
14445recently defined (so that you can define a tracepoint and then say
14446@code{actions} without bothering about its number). You specify the
14447actions themselves on the following lines, one action at a time, and
14448terminate the actions list with a line containing just @code{end}. So
14449far, the only defined actions are @code{collect}, @code{teval}, and
14450@code{while-stepping}.
14451
14452@code{actions} is actually equivalent to @code{commands} (@pxref{Break
14453Commands, ,Breakpoint Command Lists}), except that only the defined
14454actions are allowed; any other @value{GDBN} command is rejected.
14455
14456@cindex remove actions from a tracepoint
14457To remove all actions from a tracepoint, type @samp{actions @var{num}}
14458and follow it immediately with @samp{end}.
14459
14460@smallexample
14461(@value{GDBP}) @b{collect @var{data}} // collect some data
14462
14463(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
14464
14465(@value{GDBP}) @b{end} // signals the end of actions.
14466@end smallexample
14467
14468In the following example, the action list begins with @code{collect}
14469commands indicating the things to be collected when the tracepoint is
14470hit. Then, in order to single-step and collect additional data
14471following the tracepoint, a @code{while-stepping} command is used,
14472followed by the list of things to be collected after each step in a
14473sequence of single steps. The @code{while-stepping} command is
14474terminated by its own separate @code{end} command. Lastly, the action
14475list is terminated by an @code{end} command.
14476
14477@smallexample
14478(@value{GDBP}) @b{trace foo}
14479(@value{GDBP}) @b{actions}
14480Enter actions for tracepoint 1, one per line:
14481> collect bar,baz
14482> collect $regs
14483> while-stepping 12
14484 > collect $pc, arr[i]
14485 > end
14486end
14487@end smallexample
14488
14489@kindex collect @r{(tracepoints)}
14490@item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
14491Collect values of the given expressions when the tracepoint is hit.
14492This command accepts a comma-separated list of any valid expressions.
14493In addition to global, static, or local variables, the following
14494special arguments are supported:
14495
14496@table @code
14497@item $regs
14498Collect all registers.
14499
14500@item $args
14501Collect all function arguments.
14502
14503@item $locals
14504Collect all local variables.
14505
14506@item $_ret
14507Collect the return address. This is helpful if you want to see more
14508of a backtrace.
14509
14510@emph{Note:} The return address location can not always be reliably
14511determined up front, and the wrong address / registers may end up
14512collected instead. On some architectures the reliability is higher
14513for tracepoints at function entry, while on others it's the opposite.
14514When this happens, backtracing will stop because the return address is
14515found unavailable (unless another collect rule happened to match it).
14516
14517@item $_probe_argc
14518Collects the number of arguments from the static probe at which the
14519tracepoint is located.
14520@xref{Static Probe Points}.
14521
14522@item $_probe_arg@var{n}
14523@var{n} is an integer between 0 and 11. Collects the @var{n}th argument
14524from the static probe at which the tracepoint is located.
14525@xref{Static Probe Points}.
14526
14527@item $_sdata
14528@vindex $_sdata@r{, collect}
14529Collect static tracepoint marker specific data. Only available for
14530static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
14531Lists}. On the UST static tracepoints library backend, an
14532instrumentation point resembles a @code{printf} function call. The
14533tracing library is able to collect user specified data formatted to a
14534character string using the format provided by the programmer that
14535instrumented the program. Other backends have similar mechanisms.
14536Here's an example of a UST marker call:
14537
14538@smallexample
14539 const char master_name[] = "$your_name";
14540 trace_mark(channel1, marker1, "hello %s", master_name)
14541@end smallexample
14542
14543In this case, collecting @code{$_sdata} collects the string
14544@samp{hello $yourname}. When analyzing the trace buffer, you can
14545inspect @samp{$_sdata} like any other variable available to
14546@value{GDBN}.
14547@end table
14548
14549You can give several consecutive @code{collect} commands, each one
14550with a single argument, or one @code{collect} command with several
14551arguments separated by commas; the effect is the same.
14552
14553The optional @var{mods} changes the usual handling of the arguments.
14554@code{s} requests that pointers to chars be handled as strings, in
14555particular collecting the contents of the memory being pointed at, up
14556to the first zero. The upper bound is by default the value of the
14557@code{print elements} variable; if @code{s} is followed by a decimal
14558number, that is the upper bound instead. So for instance
14559@samp{collect/s25 mystr} collects as many as 25 characters at
14560@samp{mystr}.
14561
14562The command @code{info scope} (@pxref{Symbols, info scope}) is
14563particularly useful for figuring out what data to collect.
14564
14565@kindex teval @r{(tracepoints)}
14566@item teval @var{expr1}, @var{expr2}, @dots{}
14567Evaluate the given expressions when the tracepoint is hit. This
14568command accepts a comma-separated list of expressions. The results
14569are discarded, so this is mainly useful for assigning values to trace
14570state variables (@pxref{Trace State Variables}) without adding those
14571values to the trace buffer, as would be the case if the @code{collect}
14572action were used.
14573
14574@kindex while-stepping @r{(tracepoints)}
14575@item while-stepping @var{n}
14576Perform @var{n} single-step instruction traces after the tracepoint,
14577collecting new data after each step. The @code{while-stepping}
14578command is followed by the list of what to collect while stepping
14579(followed by its own @code{end} command):
14580
14581@smallexample
14582> while-stepping 12
14583 > collect $regs, myglobal
14584 > end
14585>
14586@end smallexample
14587
14588@noindent
14589Note that @code{$pc} is not automatically collected by
14590@code{while-stepping}; you need to explicitly collect that register if
14591you need it. You may abbreviate @code{while-stepping} as @code{ws} or
14592@code{stepping}.
14593
14594@item set default-collect @var{expr1}, @var{expr2}, @dots{}
14595@kindex set default-collect
14596@cindex default collection action
14597This variable is a list of expressions to collect at each tracepoint
14598hit. It is effectively an additional @code{collect} action prepended
14599to every tracepoint action list. The expressions are parsed
14600individually for each tracepoint, so for instance a variable named
14601@code{xyz} may be interpreted as a global for one tracepoint, and a
14602local for another, as appropriate to the tracepoint's location.
14603
14604@item show default-collect
14605@kindex show default-collect
14606Show the list of expressions that are collected by default at each
14607tracepoint hit.
14608
14609@end table
14610
14611@node Listing Tracepoints
14612@subsection Listing Tracepoints
14613
14614@table @code
14615@kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
14616@kindex info tp @r{[}@var{n}@dots{}@r{]}
14617@cindex information about tracepoints
14618@item info tracepoints @r{[}@var{num}@dots{}@r{]}
14619Display information about the tracepoint @var{num}. If you don't
14620specify a tracepoint number, displays information about all the
14621tracepoints defined so far. The format is similar to that used for
14622@code{info breakpoints}; in fact, @code{info tracepoints} is the same
14623command, simply restricting itself to tracepoints.
14624
14625A tracepoint's listing may include additional information specific to
14626tracing:
14627
14628@itemize @bullet
14629@item
14630its passcount as given by the @code{passcount @var{n}} command
14631
14632@item
14633the state about installed on target of each location
14634@end itemize
14635
14636@smallexample
14637(@value{GDBP}) @b{info trace}
14638Num Type Disp Enb Address What
146391 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
14640 while-stepping 20
14641 collect globfoo, $regs
14642 end
14643 collect globfoo2
14644 end
14645 pass count 1200
146462 tracepoint keep y <MULTIPLE>
14647 collect $eip
146482.1 y 0x0804859c in func4 at change-loc.h:35
14649 installed on target
146502.2 y 0xb7ffc480 in func4 at change-loc.h:35
14651 installed on target
146522.3 y <PENDING> set_tracepoint
146533 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
14654 not installed on target
14655(@value{GDBP})
14656@end smallexample
14657
14658@noindent
14659This command can be abbreviated @code{info tp}.
14660@end table
14661
14662@node Listing Static Tracepoint Markers
14663@subsection Listing Static Tracepoint Markers
14664
14665@table @code
14666@kindex info static-tracepoint-markers
14667@cindex information about static tracepoint markers
14668@item info static-tracepoint-markers
14669Display information about all static tracepoint markers defined in the
14670program.
14671
14672For each marker, the following columns are printed:
14673
14674@table @emph
14675@item Count
14676An incrementing counter, output to help readability. This is not a
14677stable identifier.
14678@item ID
14679The marker ID, as reported by the target.
14680@item Enabled or Disabled
14681Probed markers are tagged with @samp{y}. @samp{n} identifies marks
14682that are not enabled.
14683@item Address
14684Where the marker is in your program, as a memory address.
14685@item What
14686Where the marker is in the source for your program, as a file and line
14687number. If the debug information included in the program does not
14688allow @value{GDBN} to locate the source of the marker, this column
14689will be left blank.
14690@end table
14691
14692@noindent
14693In addition, the following information may be printed for each marker:
14694
14695@table @emph
14696@item Data
14697User data passed to the tracing library by the marker call. In the
14698UST backend, this is the format string passed as argument to the
14699marker call.
14700@item Static tracepoints probing the marker
14701The list of static tracepoints attached to the marker.
14702@end table
14703
14704@smallexample
14705(@value{GDBP}) info static-tracepoint-markers
14706Cnt ID Enb Address What
147071 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
14708 Data: number1 %d number2 %d
14709 Probed by static tracepoints: #2
147102 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
14711 Data: str %s
14712(@value{GDBP})
14713@end smallexample
14714@end table
14715
14716@node Starting and Stopping Trace Experiments
14717@subsection Starting and Stopping Trace Experiments
14718
14719@table @code
14720@kindex tstart [ @var{notes} ]
14721@cindex start a new trace experiment
14722@cindex collected data discarded
14723@item tstart
14724This command starts the trace experiment, and begins collecting data.
14725It has the side effect of discarding all the data collected in the
14726trace buffer during the previous trace experiment. If any arguments
14727are supplied, they are taken as a note and stored with the trace
14728experiment's state. The notes may be arbitrary text, and are
14729especially useful with disconnected tracing in a multi-user context;
14730the notes can explain what the trace is doing, supply user contact
14731information, and so forth.
14732
14733@kindex tstop [ @var{notes} ]
14734@cindex stop a running trace experiment
14735@item tstop
14736This command stops the trace experiment. If any arguments are
14737supplied, they are recorded with the experiment as a note. This is
14738useful if you are stopping a trace started by someone else, for
14739instance if the trace is interfering with the system's behavior and
14740needs to be stopped quickly.
14741
14742@strong{Note}: a trace experiment and data collection may stop
14743automatically if any tracepoint's passcount is reached
14744(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
14745
14746@kindex tstatus
14747@cindex status of trace data collection
14748@cindex trace experiment, status of
14749@item tstatus
14750This command displays the status of the current trace data
14751collection.
14752@end table
14753
14754Here is an example of the commands we described so far:
14755
14756@smallexample
14757(@value{GDBP}) @b{trace gdb_c_test}
14758(@value{GDBP}) @b{actions}
14759Enter actions for tracepoint #1, one per line.
14760> collect $regs,$locals,$args
14761> while-stepping 11
14762 > collect $regs
14763 > end
14764> end
14765(@value{GDBP}) @b{tstart}
14766 [time passes @dots{}]
14767(@value{GDBP}) @b{tstop}
14768@end smallexample
14769
14770@anchor{disconnected tracing}
14771@cindex disconnected tracing
14772You can choose to continue running the trace experiment even if
14773@value{GDBN} disconnects from the target, voluntarily or
14774involuntarily. For commands such as @code{detach}, the debugger will
14775ask what you want to do with the trace. But for unexpected
14776terminations (@value{GDBN} crash, network outage), it would be
14777unfortunate to lose hard-won trace data, so the variable
14778@code{disconnected-tracing} lets you decide whether the trace should
14779continue running without @value{GDBN}.
14780
14781@table @code
14782@item set disconnected-tracing on
14783@itemx set disconnected-tracing off
14784@kindex set disconnected-tracing
14785Choose whether a tracing run should continue to run if @value{GDBN}
14786has disconnected from the target. Note that @code{detach} or
14787@code{quit} will ask you directly what to do about a running trace no
14788matter what this variable's setting, so the variable is mainly useful
14789for handling unexpected situations, such as loss of the network.
14790
14791@item show disconnected-tracing
14792@kindex show disconnected-tracing
14793Show the current choice for disconnected tracing.
14794
14795@end table
14796
14797When you reconnect to the target, the trace experiment may or may not
14798still be running; it might have filled the trace buffer in the
14799meantime, or stopped for one of the other reasons. If it is running,
14800it will continue after reconnection.
14801
14802Upon reconnection, the target will upload information about the
14803tracepoints in effect. @value{GDBN} will then compare that
14804information to the set of tracepoints currently defined, and attempt
14805to match them up, allowing for the possibility that the numbers may
14806have changed due to creation and deletion in the meantime. If one of
14807the target's tracepoints does not match any in @value{GDBN}, the
14808debugger will create a new tracepoint, so that you have a number with
14809which to specify that tracepoint. This matching-up process is
14810necessarily heuristic, and it may result in useless tracepoints being
14811created; you may simply delete them if they are of no use.
14812
14813@cindex circular trace buffer
14814If your target agent supports a @dfn{circular trace buffer}, then you
14815can run a trace experiment indefinitely without filling the trace
14816buffer; when space runs out, the agent deletes already-collected trace
14817frames, oldest first, until there is enough room to continue
14818collecting. This is especially useful if your tracepoints are being
14819hit too often, and your trace gets terminated prematurely because the
14820buffer is full. To ask for a circular trace buffer, simply set
14821@samp{circular-trace-buffer} to on. You can set this at any time,
14822including during tracing; if the agent can do it, it will change
14823buffer handling on the fly, otherwise it will not take effect until
14824the next run.
14825
14826@table @code
14827@item set circular-trace-buffer on
14828@itemx set circular-trace-buffer off
14829@kindex set circular-trace-buffer
14830Choose whether a tracing run should use a linear or circular buffer
14831for trace data. A linear buffer will not lose any trace data, but may
14832fill up prematurely, while a circular buffer will discard old trace
14833data, but it will have always room for the latest tracepoint hits.
14834
14835@item show circular-trace-buffer
14836@kindex show circular-trace-buffer
14837Show the current choice for the trace buffer. Note that this may not
14838match the agent's current buffer handling, nor is it guaranteed to
14839match the setting that might have been in effect during a past run,
14840for instance if you are looking at frames from a trace file.
14841
14842@end table
14843
14844@table @code
14845@item set trace-buffer-size @var{n}
14846@itemx set trace-buffer-size unlimited
14847@kindex set trace-buffer-size
14848Request that the target use a trace buffer of @var{n} bytes. Not all
14849targets will honor the request; they may have a compiled-in size for
14850the trace buffer, or some other limitation. Set to a value of
14851@code{unlimited} or @code{-1} to let the target use whatever size it
14852likes. This is also the default.
14853
14854@item show trace-buffer-size
14855@kindex show trace-buffer-size
14856Show the current requested size for the trace buffer. Note that this
14857will only match the actual size if the target supports size-setting,
14858and was able to handle the requested size. For instance, if the
14859target can only change buffer size between runs, this variable will
14860not reflect the change until the next run starts. Use @code{tstatus}
14861to get a report of the actual buffer size.
14862@end table
14863
14864@table @code
14865@item set trace-user @var{text}
14866@kindex set trace-user
14867
14868@item show trace-user
14869@kindex show trace-user
14870
14871@item set trace-notes @var{text}
14872@kindex set trace-notes
14873Set the trace run's notes.
14874
14875@item show trace-notes
14876@kindex show trace-notes
14877Show the trace run's notes.
14878
14879@item set trace-stop-notes @var{text}
14880@kindex set trace-stop-notes
14881Set the trace run's stop notes. The handling of the note is as for
14882@code{tstop} arguments; the set command is convenient way to fix a
14883stop note that is mistaken or incomplete.
14884
14885@item show trace-stop-notes
14886@kindex show trace-stop-notes
14887Show the trace run's stop notes.
14888
14889@end table
14890
14891@node Tracepoint Restrictions
14892@subsection Tracepoint Restrictions
14893
14894@cindex tracepoint restrictions
14895There are a number of restrictions on the use of tracepoints. As
14896described above, tracepoint data gathering occurs on the target
14897without interaction from @value{GDBN}. Thus the full capabilities of
14898the debugger are not available during data gathering, and then at data
14899examination time, you will be limited by only having what was
14900collected. The following items describe some common problems, but it
14901is not exhaustive, and you may run into additional difficulties not
14902mentioned here.
14903
14904@itemize @bullet
14905
14906@item
14907Tracepoint expressions are intended to gather objects (lvalues). Thus
14908the full flexibility of GDB's expression evaluator is not available.
14909You cannot call functions, cast objects to aggregate types, access
14910convenience variables or modify values (except by assignment to trace
14911state variables). Some language features may implicitly call
14912functions (for instance Objective-C fields with accessors), and therefore
14913cannot be collected either.
14914
14915@item
14916Collection of local variables, either individually or in bulk with
14917@code{$locals} or @code{$args}, during @code{while-stepping} may
14918behave erratically. The stepping action may enter a new scope (for
14919instance by stepping into a function), or the location of the variable
14920may change (for instance it is loaded into a register). The
14921tracepoint data recorded uses the location information for the
14922variables that is correct for the tracepoint location. When the
14923tracepoint is created, it is not possible, in general, to determine
14924where the steps of a @code{while-stepping} sequence will advance the
14925program---particularly if a conditional branch is stepped.
14926
14927@item
14928Collection of an incompletely-initialized or partially-destroyed object
14929may result in something that @value{GDBN} cannot display, or displays
14930in a misleading way.
14931
14932@item
14933When @value{GDBN} displays a pointer to character it automatically
14934dereferences the pointer to also display characters of the string
14935being pointed to. However, collecting the pointer during tracing does
14936not automatically collect the string. You need to explicitly
14937dereference the pointer and provide size information if you want to
14938collect not only the pointer, but the memory pointed to. For example,
14939@code{*ptr@@50} can be used to collect the 50 element array pointed to
14940by @code{ptr}.
14941
14942@item
14943It is not possible to collect a complete stack backtrace at a
14944tracepoint. Instead, you may collect the registers and a few hundred
14945bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
14946(adjust to use the name of the actual stack pointer register on your
14947target architecture, and the amount of stack you wish to capture).
14948Then the @code{backtrace} command will show a partial backtrace when
14949using a trace frame. The number of stack frames that can be examined
14950depends on the sizes of the frames in the collected stack. Note that
14951if you ask for a block so large that it goes past the bottom of the
14952stack, the target agent may report an error trying to read from an
14953invalid address.
14954
14955@item
14956If you do not collect registers at a tracepoint, @value{GDBN} can
14957infer that the value of @code{$pc} must be the same as the address of
14958the tracepoint and use that when you are looking at a trace frame
14959for that tracepoint. However, this cannot work if the tracepoint has
14960multiple locations (for instance if it was set in a function that was
14961inlined), or if it has a @code{while-stepping} loop. In those cases
14962@value{GDBN} will warn you that it can't infer @code{$pc}, and default
14963it to zero.
14964
14965@end itemize
14966
14967@node Analyze Collected Data
14968@section Using the Collected Data
14969
14970After the tracepoint experiment ends, you use @value{GDBN} commands
14971for examining the trace data. The basic idea is that each tracepoint
14972collects a trace @dfn{snapshot} every time it is hit and another
14973snapshot every time it single-steps. All these snapshots are
14974consecutively numbered from zero and go into a buffer, and you can
14975examine them later. The way you examine them is to @dfn{focus} on a
14976specific trace snapshot. When the remote stub is focused on a trace
14977snapshot, it will respond to all @value{GDBN} requests for memory and
14978registers by reading from the buffer which belongs to that snapshot,
14979rather than from @emph{real} memory or registers of the program being
14980debugged. This means that @strong{all} @value{GDBN} commands
14981(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
14982behave as if we were currently debugging the program state as it was
14983when the tracepoint occurred. Any requests for data that are not in
14984the buffer will fail.
14985
14986@menu
14987* tfind:: How to select a trace snapshot
14988* tdump:: How to display all data for a snapshot
14989* save tracepoints:: How to save tracepoints for a future run
14990@end menu
14991
14992@node tfind
14993@subsection @code{tfind @var{n}}
14994
14995@kindex tfind
14996@cindex select trace snapshot
14997@cindex find trace snapshot
14998The basic command for selecting a trace snapshot from the buffer is
14999@code{tfind @var{n}}, which finds trace snapshot number @var{n},
15000counting from zero. If no argument @var{n} is given, the next
15001snapshot is selected.
15002
15003Here are the various forms of using the @code{tfind} command.
15004
15005@table @code
15006@item tfind start
15007Find the first snapshot in the buffer. This is a synonym for
15008@code{tfind 0} (since 0 is the number of the first snapshot).
15009
15010@item tfind none
15011Stop debugging trace snapshots, resume @emph{live} debugging.
15012
15013@item tfind end
15014Same as @samp{tfind none}.
15015
15016@item tfind
15017No argument means find the next trace snapshot or find the first
15018one if no trace snapshot is selected.
15019
15020@item tfind -
15021Find the previous trace snapshot before the current one. This permits
15022retracing earlier steps.
15023
15024@item tfind tracepoint @var{num}
15025Find the next snapshot associated with tracepoint @var{num}. Search
15026proceeds forward from the last examined trace snapshot. If no
15027argument @var{num} is given, it means find the next snapshot collected
15028for the same tracepoint as the current snapshot.
15029
15030@item tfind pc @var{addr}
15031Find the next snapshot associated with the value @var{addr} of the
15032program counter. Search proceeds forward from the last examined trace
15033snapshot. If no argument @var{addr} is given, it means find the next
15034snapshot with the same value of PC as the current snapshot.
15035
15036@item tfind outside @var{addr1}, @var{addr2}
15037Find the next snapshot whose PC is outside the given range of
15038addresses (exclusive).
15039
15040@item tfind range @var{addr1}, @var{addr2}
15041Find the next snapshot whose PC is between @var{addr1} and
15042@var{addr2} (inclusive).
15043
15044@item tfind line @r{[}@var{file}:@r{]}@var{n}
15045Find the next snapshot associated with the source line @var{n}. If
15046the optional argument @var{file} is given, refer to line @var{n} in
15047that source file. Search proceeds forward from the last examined
15048trace snapshot. If no argument @var{n} is given, it means find the
15049next line other than the one currently being examined; thus saying
15050@code{tfind line} repeatedly can appear to have the same effect as
15051stepping from line to line in a @emph{live} debugging session.
15052@end table
15053
15054The default arguments for the @code{tfind} commands are specifically
15055designed to make it easy to scan through the trace buffer. For
15056instance, @code{tfind} with no argument selects the next trace
15057snapshot, and @code{tfind -} with no argument selects the previous
15058trace snapshot. So, by giving one @code{tfind} command, and then
15059simply hitting @key{RET} repeatedly you can examine all the trace
15060snapshots in order. Or, by saying @code{tfind -} and then hitting
15061@key{RET} repeatedly you can examine the snapshots in reverse order.
15062The @code{tfind line} command with no argument selects the snapshot
15063for the next source line executed. The @code{tfind pc} command with
15064no argument selects the next snapshot with the same program counter
15065(PC) as the current frame. The @code{tfind tracepoint} command with
15066no argument selects the next trace snapshot collected by the same
15067tracepoint as the current one.
15068
15069In addition to letting you scan through the trace buffer manually,
15070these commands make it easy to construct @value{GDBN} scripts that
15071scan through the trace buffer and print out whatever collected data
15072you are interested in. Thus, if we want to examine the PC, FP, and SP
15073registers from each trace frame in the buffer, we can say this:
15074
15075@smallexample
15076(@value{GDBP}) @b{tfind start}
15077(@value{GDBP}) @b{while ($trace_frame != -1)}
15078> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
15079 $trace_frame, $pc, $sp, $fp
15080> tfind
15081> end
15082
15083Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
15084Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
15085Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
15086Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
15087Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
15088Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
15089Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
15090Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
15091Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
15092Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
15093Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
15094@end smallexample
15095
15096Or, if we want to examine the variable @code{X} at each source line in
15097the buffer:
15098
15099@smallexample
15100(@value{GDBP}) @b{tfind start}
15101(@value{GDBP}) @b{while ($trace_frame != -1)}
15102> printf "Frame %d, X == %d\n", $trace_frame, X
15103> tfind line
15104> end
15105
15106Frame 0, X = 1
15107Frame 7, X = 2
15108Frame 13, X = 255
15109@end smallexample
15110
15111@node tdump
15112@subsection @code{tdump}
15113@kindex tdump
15114@cindex dump all data collected at tracepoint
15115@cindex tracepoint data, display
15116
15117This command takes no arguments. It prints all the data collected at
15118the current trace snapshot.
15119
15120@smallexample
15121(@value{GDBP}) @b{trace 444}
15122(@value{GDBP}) @b{actions}
15123Enter actions for tracepoint #2, one per line:
15124> collect $regs, $locals, $args, gdb_long_test
15125> end
15126
15127(@value{GDBP}) @b{tstart}
15128
15129(@value{GDBP}) @b{tfind line 444}
15130#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
15131at gdb_test.c:444
15132444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
15133
15134(@value{GDBP}) @b{tdump}
15135Data collected at tracepoint 2, trace frame 1:
15136d0 0xc4aa0085 -995491707
15137d1 0x18 24
15138d2 0x80 128
15139d3 0x33 51
15140d4 0x71aea3d 119204413
15141d5 0x22 34
15142d6 0xe0 224
15143d7 0x380035 3670069
15144a0 0x19e24a 1696330
15145a1 0x3000668 50333288
15146a2 0x100 256
15147a3 0x322000 3284992
15148a4 0x3000698 50333336
15149a5 0x1ad3cc 1758156
15150fp 0x30bf3c 0x30bf3c
15151sp 0x30bf34 0x30bf34
15152ps 0x0 0
15153pc 0x20b2c8 0x20b2c8
15154fpcontrol 0x0 0
15155fpstatus 0x0 0
15156fpiaddr 0x0 0
15157p = 0x20e5b4 "gdb-test"
15158p1 = (void *) 0x11
15159p2 = (void *) 0x22
15160p3 = (void *) 0x33
15161p4 = (void *) 0x44
15162p5 = (void *) 0x55
15163p6 = (void *) 0x66
15164gdb_long_test = 17 '\021'
15165
15166(@value{GDBP})
15167@end smallexample
15168
15169@code{tdump} works by scanning the tracepoint's current collection
15170actions and printing the value of each expression listed. So
15171@code{tdump} can fail, if after a run, you change the tracepoint's
15172actions to mention variables that were not collected during the run.
15173
15174Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
15175uses the collected value of @code{$pc} to distinguish between trace
15176frames that were collected at the tracepoint hit, and frames that were
15177collected while stepping. This allows it to correctly choose whether
15178to display the basic list of collections, or the collections from the
15179body of the while-stepping loop. However, if @code{$pc} was not collected,
15180then @code{tdump} will always attempt to dump using the basic collection
15181list, and may fail if a while-stepping frame does not include all the
15182same data that is collected at the tracepoint hit.
15183@c This is getting pretty arcane, example would be good.
15184
15185@node save tracepoints
15186@subsection @code{save tracepoints @var{filename}}
15187@kindex save tracepoints
15188@kindex save-tracepoints
15189@cindex save tracepoints for future sessions
15190
15191This command saves all current tracepoint definitions together with
15192their actions and passcounts, into a file @file{@var{filename}}
15193suitable for use in a later debugging session. To read the saved
15194tracepoint definitions, use the @code{source} command (@pxref{Command
15195Files}). The @w{@code{save-tracepoints}} command is a deprecated
15196alias for @w{@code{save tracepoints}}
15197
15198@node Tracepoint Variables
15199@section Convenience Variables for Tracepoints
15200@cindex tracepoint variables
15201@cindex convenience variables for tracepoints
15202
15203@table @code
15204@vindex $trace_frame
15205@item (int) $trace_frame
15206The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
15207snapshot is selected.
15208
15209@vindex $tracepoint
15210@item (int) $tracepoint
15211The tracepoint for the current trace snapshot.
15212
15213@vindex $trace_line
15214@item (int) $trace_line
15215The line number for the current trace snapshot.
15216
15217@vindex $trace_file
15218@item (char []) $trace_file
15219The source file for the current trace snapshot.
15220
15221@vindex $trace_func
15222@item (char []) $trace_func
15223The name of the function containing @code{$tracepoint}.
15224@end table
15225
15226Note: @code{$trace_file} is not suitable for use in @code{printf},
15227use @code{output} instead.
15228
15229Here's a simple example of using these convenience variables for
15230stepping through all the trace snapshots and printing some of their
15231data. Note that these are not the same as trace state variables,
15232which are managed by the target.
15233
15234@smallexample
15235(@value{GDBP}) @b{tfind start}
15236
15237(@value{GDBP}) @b{while $trace_frame != -1}
15238> output $trace_file
15239> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
15240> tfind
15241> end
15242@end smallexample
15243
15244@node Trace Files
15245@section Using Trace Files
15246@cindex trace files
15247
15248In some situations, the target running a trace experiment may no
15249longer be available; perhaps it crashed, or the hardware was needed
15250for a different activity. To handle these cases, you can arrange to
15251dump the trace data into a file, and later use that file as a source
15252of trace data, via the @code{target tfile} command.
15253
15254@table @code
15255
15256@kindex tsave
15257@item tsave [ -r ] @var{filename}
15258@itemx tsave [-ctf] @var{dirname}
15259Save the trace data to @var{filename}. By default, this command
15260assumes that @var{filename} refers to the host filesystem, so if
15261necessary @value{GDBN} will copy raw trace data up from the target and
15262then save it. If the target supports it, you can also supply the
15263optional argument @code{-r} (``remote'') to direct the target to save
15264the data directly into @var{filename} in its own filesystem, which may be
15265more efficient if the trace buffer is very large. (Note, however, that
15266@code{target tfile} can only read from files accessible to the host.)
15267By default, this command will save trace frame in tfile format.
15268You can supply the optional argument @code{-ctf} to save data in CTF
15269format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
15270that can be shared by multiple debugging and tracing tools. Please go to
15271@indicateurl{http://www.efficios.com/ctf} to get more information.
15272
15273@kindex target tfile
15274@kindex tfile
15275@kindex target ctf
15276@kindex ctf
15277@item target tfile @var{filename}
15278@itemx target ctf @var{dirname}
15279Use the file named @var{filename} or directory named @var{dirname} as
15280a source of trace data. Commands that examine data work as they do with
15281a live target, but it is not possible to run any new trace experiments.
15282@code{tstatus} will report the state of the trace run at the moment
15283the data was saved, as well as the current trace frame you are examining.
15284Both @var{filename} and @var{dirname} must be on a filesystem accessible to
15285the host.
15286
15287@smallexample
15288(@value{GDBP}) target ctf ctf.ctf
15289(@value{GDBP}) tfind
15290Found trace frame 0, tracepoint 2
1529139 ++a; /* set tracepoint 1 here */
15292(@value{GDBP}) tdump
15293Data collected at tracepoint 2, trace frame 0:
15294i = 0
15295a = 0
15296b = 1 '\001'
15297c = @{"123", "456", "789", "123", "456", "789"@}
15298d = @{@{@{a = 1, b = 2@}, @{a = 3, b = 4@}@}, @{@{a = 5, b = 6@}, @{a = 7, b = 8@}@}@}
15299(@value{GDBP}) p b
15300$1 = 1
15301@end smallexample
15302
15303@end table
15304
15305@node Overlays
15306@chapter Debugging Programs That Use Overlays
15307@cindex overlays
15308
15309If your program is too large to fit completely in your target system's
15310memory, you can sometimes use @dfn{overlays} to work around this
15311problem. @value{GDBN} provides some support for debugging programs that
15312use overlays.
15313
15314@menu
15315* How Overlays Work:: A general explanation of overlays.
15316* Overlay Commands:: Managing overlays in @value{GDBN}.
15317* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
15318 mapped by asking the inferior.
15319* Overlay Sample Program:: A sample program using overlays.
15320@end menu
15321
15322@node How Overlays Work
15323@section How Overlays Work
15324@cindex mapped overlays
15325@cindex unmapped overlays
15326@cindex load address, overlay's
15327@cindex mapped address
15328@cindex overlay area
15329
15330Suppose you have a computer whose instruction address space is only 64
15331kilobytes long, but which has much more memory which can be accessed by
15332other means: special instructions, segment registers, or memory
15333management hardware, for example. Suppose further that you want to
15334adapt a program which is larger than 64 kilobytes to run on this system.
15335
15336One solution is to identify modules of your program which are relatively
15337independent, and need not call each other directly; call these modules
15338@dfn{overlays}. Separate the overlays from the main program, and place
15339their machine code in the larger memory. Place your main program in
15340instruction memory, but leave at least enough space there to hold the
15341largest overlay as well.
15342
15343Now, to call a function located in an overlay, you must first copy that
15344overlay's machine code from the large memory into the space set aside
15345for it in the instruction memory, and then jump to its entry point
15346there.
15347
15348@c NB: In the below the mapped area's size is greater or equal to the
15349@c size of all overlays. This is intentional to remind the developer
15350@c that overlays don't necessarily need to be the same size.
15351
15352@smallexample
15353@group
15354 Data Instruction Larger
15355Address Space Address Space Address Space
15356+-----------+ +-----------+ +-----------+
15357| | | | | |
15358+-----------+ +-----------+ +-----------+<-- overlay 1
15359| program | | main | .----| overlay 1 | load address
15360| variables | | program | | +-----------+
15361| and heap | | | | | |
15362+-----------+ | | | +-----------+<-- overlay 2
15363| | +-----------+ | | | load address
15364+-----------+ | | | .-| overlay 2 |
15365 | | | | | |
15366 mapped --->+-----------+ | | +-----------+
15367 address | | | | | |
15368 | overlay | <-' | | |
15369 | area | <---' +-----------+<-- overlay 3
15370 | | <---. | | load address
15371 +-----------+ `--| overlay 3 |
15372 | | | |
15373 +-----------+ | |
15374 +-----------+
15375 | |
15376 +-----------+
15377
15378 @anchor{A code overlay}A code overlay
15379@end group
15380@end smallexample
15381
15382The diagram (@pxref{A code overlay}) shows a system with separate data
15383and instruction address spaces. To map an overlay, the program copies
15384its code from the larger address space to the instruction address space.
15385Since the overlays shown here all use the same mapped address, only one
15386may be mapped at a time. For a system with a single address space for
15387data and instructions, the diagram would be similar, except that the
15388program variables and heap would share an address space with the main
15389program and the overlay area.
15390
15391An overlay loaded into instruction memory and ready for use is called a
15392@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
15393instruction memory. An overlay not present (or only partially present)
15394in instruction memory is called @dfn{unmapped}; its @dfn{load address}
15395is its address in the larger memory. The mapped address is also called
15396the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
15397called the @dfn{load memory address}, or @dfn{LMA}.
15398
15399Unfortunately, overlays are not a completely transparent way to adapt a
15400program to limited instruction memory. They introduce a new set of
15401global constraints you must keep in mind as you design your program:
15402
15403@itemize @bullet
15404
15405@item
15406Before calling or returning to a function in an overlay, your program
15407must make sure that overlay is actually mapped. Otherwise, the call or
15408return will transfer control to the right address, but in the wrong
15409overlay, and your program will probably crash.
15410
15411@item
15412If the process of mapping an overlay is expensive on your system, you
15413will need to choose your overlays carefully to minimize their effect on
15414your program's performance.
15415
15416@item
15417The executable file you load onto your system must contain each
15418overlay's instructions, appearing at the overlay's load address, not its
15419mapped address. However, each overlay's instructions must be relocated
15420and its symbols defined as if the overlay were at its mapped address.
15421You can use GNU linker scripts to specify different load and relocation
15422addresses for pieces of your program; see @ref{Overlay Description,,,
15423ld.info, Using ld: the GNU linker}.
15424
15425@item
15426The procedure for loading executable files onto your system must be able
15427to load their contents into the larger address space as well as the
15428instruction and data spaces.
15429
15430@end itemize
15431
15432The overlay system described above is rather simple, and could be
15433improved in many ways:
15434
15435@itemize @bullet
15436
15437@item
15438If your system has suitable bank switch registers or memory management
15439hardware, you could use those facilities to make an overlay's load area
15440contents simply appear at their mapped address in instruction space.
15441This would probably be faster than copying the overlay to its mapped
15442area in the usual way.
15443
15444@item
15445If your overlays are small enough, you could set aside more than one
15446overlay area, and have more than one overlay mapped at a time.
15447
15448@item
15449You can use overlays to manage data, as well as instructions. In
15450general, data overlays are even less transparent to your design than
15451code overlays: whereas code overlays only require care when you call or
15452return to functions, data overlays require care every time you access
15453the data. Also, if you change the contents of a data overlay, you
15454must copy its contents back out to its load address before you can copy a
15455different data overlay into the same mapped area.
15456
15457@end itemize
15458
15459
15460@node Overlay Commands
15461@section Overlay Commands
15462
15463To use @value{GDBN}'s overlay support, each overlay in your program must
15464correspond to a separate section of the executable file. The section's
15465virtual memory address and load memory address must be the overlay's
15466mapped and load addresses. Identifying overlays with sections allows
15467@value{GDBN} to determine the appropriate address of a function or
15468variable, depending on whether the overlay is mapped or not.
15469
15470@value{GDBN}'s overlay commands all start with the word @code{overlay};
15471you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
15472
15473@table @code
15474@item overlay off
15475@kindex overlay
15476Disable @value{GDBN}'s overlay support. When overlay support is
15477disabled, @value{GDBN} assumes that all functions and variables are
15478always present at their mapped addresses. By default, @value{GDBN}'s
15479overlay support is disabled.
15480
15481@item overlay manual
15482@cindex manual overlay debugging
15483Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
15484relies on you to tell it which overlays are mapped, and which are not,
15485using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
15486commands described below.
15487
15488@item overlay map-overlay @var{overlay}
15489@itemx overlay map @var{overlay}
15490@cindex map an overlay
15491Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
15492be the name of the object file section containing the overlay. When an
15493overlay is mapped, @value{GDBN} assumes it can find the overlay's
15494functions and variables at their mapped addresses. @value{GDBN} assumes
15495that any other overlays whose mapped ranges overlap that of
15496@var{overlay} are now unmapped.
15497
15498@item overlay unmap-overlay @var{overlay}
15499@itemx overlay unmap @var{overlay}
15500@cindex unmap an overlay
15501Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
15502must be the name of the object file section containing the overlay.
15503When an overlay is unmapped, @value{GDBN} assumes it can find the
15504overlay's functions and variables at their load addresses.
15505
15506@item overlay auto
15507Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
15508consults a data structure the overlay manager maintains in the inferior
15509to see which overlays are mapped. For details, see @ref{Automatic
15510Overlay Debugging}.
15511
15512@item overlay load-target
15513@itemx overlay load
15514@cindex reloading the overlay table
15515Re-read the overlay table from the inferior. Normally, @value{GDBN}
15516re-reads the table @value{GDBN} automatically each time the inferior
15517stops, so this command should only be necessary if you have changed the
15518overlay mapping yourself using @value{GDBN}. This command is only
15519useful when using automatic overlay debugging.
15520
15521@item overlay list-overlays
15522@itemx overlay list
15523@cindex listing mapped overlays
15524Display a list of the overlays currently mapped, along with their mapped
15525addresses, load addresses, and sizes.
15526
15527@end table
15528
15529Normally, when @value{GDBN} prints a code address, it includes the name
15530of the function the address falls in:
15531
15532@smallexample
15533(@value{GDBP}) print main
15534$3 = @{int ()@} 0x11a0 <main>
15535@end smallexample
15536@noindent
15537When overlay debugging is enabled, @value{GDBN} recognizes code in
15538unmapped overlays, and prints the names of unmapped functions with
15539asterisks around them. For example, if @code{foo} is a function in an
15540unmapped overlay, @value{GDBN} prints it this way:
15541
15542@smallexample
15543(@value{GDBP}) overlay list
15544No sections are mapped.
15545(@value{GDBP}) print foo
15546$5 = @{int (int)@} 0x100000 <*foo*>
15547@end smallexample
15548@noindent
15549When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
15550name normally:
15551
15552@smallexample
15553(@value{GDBP}) overlay list
15554Section .ov.foo.text, loaded at 0x100000 - 0x100034,
15555 mapped at 0x1016 - 0x104a
15556(@value{GDBP}) print foo
15557$6 = @{int (int)@} 0x1016 <foo>
15558@end smallexample
15559
15560When overlay debugging is enabled, @value{GDBN} can find the correct
15561address for functions and variables in an overlay, whether or not the
15562overlay is mapped. This allows most @value{GDBN} commands, like
15563@code{break} and @code{disassemble}, to work normally, even on unmapped
15564code. However, @value{GDBN}'s breakpoint support has some limitations:
15565
15566@itemize @bullet
15567@item
15568@cindex breakpoints in overlays
15569@cindex overlays, setting breakpoints in
15570You can set breakpoints in functions in unmapped overlays, as long as
15571@value{GDBN} can write to the overlay at its load address.
15572@item
15573@value{GDBN} can not set hardware or simulator-based breakpoints in
15574unmapped overlays. However, if you set a breakpoint at the end of your
15575overlay manager (and tell @value{GDBN} which overlays are now mapped, if
15576you are using manual overlay management), @value{GDBN} will re-set its
15577breakpoints properly.
15578@end itemize
15579
15580
15581@node Automatic Overlay Debugging
15582@section Automatic Overlay Debugging
15583@cindex automatic overlay debugging
15584
15585@value{GDBN} can automatically track which overlays are mapped and which
15586are not, given some simple co-operation from the overlay manager in the
15587inferior. If you enable automatic overlay debugging with the
15588@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
15589looks in the inferior's memory for certain variables describing the
15590current state of the overlays.
15591
15592Here are the variables your overlay manager must define to support
15593@value{GDBN}'s automatic overlay debugging:
15594
15595@table @asis
15596
15597@item @code{_ovly_table}:
15598This variable must be an array of the following structures:
15599
15600@smallexample
15601struct
15602@{
15603 /* The overlay's mapped address. */
15604 unsigned long vma;
15605
15606 /* The size of the overlay, in bytes. */
15607 unsigned long size;
15608
15609 /* The overlay's load address. */
15610 unsigned long lma;
15611
15612 /* Non-zero if the overlay is currently mapped;
15613 zero otherwise. */
15614 unsigned long mapped;
15615@}
15616@end smallexample
15617
15618@item @code{_novlys}:
15619This variable must be a four-byte signed integer, holding the total
15620number of elements in @code{_ovly_table}.
15621
15622@end table
15623
15624To decide whether a particular overlay is mapped or not, @value{GDBN}
15625looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
15626@code{lma} members equal the VMA and LMA of the overlay's section in the
15627executable file. When @value{GDBN} finds a matching entry, it consults
15628the entry's @code{mapped} member to determine whether the overlay is
15629currently mapped.
15630
15631In addition, your overlay manager may define a function called
15632@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
15633will silently set a breakpoint there. If the overlay manager then
15634calls this function whenever it has changed the overlay table, this
15635will enable @value{GDBN} to accurately keep track of which overlays
15636are in program memory, and update any breakpoints that may be set
15637in overlays. This will allow breakpoints to work even if the
15638overlays are kept in ROM or other non-writable memory while they
15639are not being executed.
15640
15641@node Overlay Sample Program
15642@section Overlay Sample Program
15643@cindex overlay example program
15644
15645When linking a program which uses overlays, you must place the overlays
15646at their load addresses, while relocating them to run at their mapped
15647addresses. To do this, you must write a linker script (@pxref{Overlay
15648Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
15649since linker scripts are specific to a particular host system, target
15650architecture, and target memory layout, this manual cannot provide
15651portable sample code demonstrating @value{GDBN}'s overlay support.
15652
15653However, the @value{GDBN} source distribution does contain an overlaid
15654program, with linker scripts for a few systems, as part of its test
15655suite. The program consists of the following files from
15656@file{gdb/testsuite/gdb.base}:
15657
15658@table @file
15659@item overlays.c
15660The main program file.
15661@item ovlymgr.c
15662A simple overlay manager, used by @file{overlays.c}.
15663@item foo.c
15664@itemx bar.c
15665@itemx baz.c
15666@itemx grbx.c
15667Overlay modules, loaded and used by @file{overlays.c}.
15668@item d10v.ld
15669@itemx m32r.ld
15670Linker scripts for linking the test program on the @code{d10v-elf}
15671and @code{m32r-elf} targets.
15672@end table
15673
15674You can build the test program using the @code{d10v-elf} GCC
15675cross-compiler like this:
15676
15677@smallexample
15678$ d10v-elf-gcc -g -c overlays.c
15679$ d10v-elf-gcc -g -c ovlymgr.c
15680$ d10v-elf-gcc -g -c foo.c
15681$ d10v-elf-gcc -g -c bar.c
15682$ d10v-elf-gcc -g -c baz.c
15683$ d10v-elf-gcc -g -c grbx.c
15684$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
15685 baz.o grbx.o -Wl,-Td10v.ld -o overlays
15686@end smallexample
15687
15688The build process is identical for any other architecture, except that
15689you must substitute the appropriate compiler and linker script for the
15690target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
15691
15692
15693@node Languages
15694@chapter Using @value{GDBN} with Different Languages
15695@cindex languages
15696
15697Although programming languages generally have common aspects, they are
15698rarely expressed in the same manner. For instance, in ANSI C,
15699dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
15700Modula-2, it is accomplished by @code{p^}. Values can also be
15701represented (and displayed) differently. Hex numbers in C appear as
15702@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
15703
15704@cindex working language
15705Language-specific information is built into @value{GDBN} for some languages,
15706allowing you to express operations like the above in your program's
15707native language, and allowing @value{GDBN} to output values in a manner
15708consistent with the syntax of your program's native language. The
15709language you use to build expressions is called the @dfn{working
15710language}.
15711
15712@menu
15713* Setting:: Switching between source languages
15714* Show:: Displaying the language
15715* Checks:: Type and range checks
15716* Supported Languages:: Supported languages
15717* Unsupported Languages:: Unsupported languages
15718@end menu
15719
15720@node Setting
15721@section Switching Between Source Languages
15722
15723There are two ways to control the working language---either have @value{GDBN}
15724set it automatically, or select it manually yourself. You can use the
15725@code{set language} command for either purpose. On startup, @value{GDBN}
15726defaults to setting the language automatically. The working language is
15727used to determine how expressions you type are interpreted, how values
15728are printed, etc.
15729
15730In addition to the working language, every source file that
15731@value{GDBN} knows about has its own working language. For some object
15732file formats, the compiler might indicate which language a particular
15733source file is in. However, most of the time @value{GDBN} infers the
15734language from the name of the file. The language of a source file
15735controls whether C@t{++} names are demangled---this way @code{backtrace} can
15736show each frame appropriately for its own language. There is no way to
15737set the language of a source file from within @value{GDBN}, but you can
15738set the language associated with a filename extension. @xref{Show, ,
15739Displaying the Language}.
15740
15741This is most commonly a problem when you use a program, such
15742as @code{cfront} or @code{f2c}, that generates C but is written in
15743another language. In that case, make the
15744program use @code{#line} directives in its C output; that way
15745@value{GDBN} will know the correct language of the source code of the original
15746program, and will display that source code, not the generated C code.
15747
15748@menu
15749* Filenames:: Filename extensions and languages.
15750* Manually:: Setting the working language manually
15751* Automatically:: Having @value{GDBN} infer the source language
15752@end menu
15753
15754@node Filenames
15755@subsection List of Filename Extensions and Languages
15756
15757If a source file name ends in one of the following extensions, then
15758@value{GDBN} infers that its language is the one indicated.
15759
15760@table @file
15761@item .ada
15762@itemx .ads
15763@itemx .adb
15764@itemx .a
15765Ada source file.
15766
15767@item .c
15768C source file
15769
15770@item .C
15771@itemx .cc
15772@itemx .cp
15773@itemx .cpp
15774@itemx .cxx
15775@itemx .c++
15776C@t{++} source file
15777
15778@item .d
15779D source file
15780
15781@item .m
15782Objective-C source file
15783
15784@item .f
15785@itemx .F
15786Fortran source file
15787
15788@item .mod
15789Modula-2 source file
15790
15791@item .s
15792@itemx .S
15793Assembler source file. This actually behaves almost like C, but
15794@value{GDBN} does not skip over function prologues when stepping.
15795@end table
15796
15797In addition, you may set the language associated with a filename
15798extension. @xref{Show, , Displaying the Language}.
15799
15800@node Manually
15801@subsection Setting the Working Language
15802
15803If you allow @value{GDBN} to set the language automatically,
15804expressions are interpreted the same way in your debugging session and
15805your program.
15806
15807@kindex set language
15808If you wish, you may set the language manually. To do this, issue the
15809command @samp{set language @var{lang}}, where @var{lang} is the name of
15810a language, such as
15811@code{c} or @code{modula-2}.
15812For a list of the supported languages, type @samp{set language}.
15813
15814Setting the language manually prevents @value{GDBN} from updating the working
15815language automatically. This can lead to confusion if you try
15816to debug a program when the working language is not the same as the
15817source language, when an expression is acceptable to both
15818languages---but means different things. For instance, if the current
15819source file were written in C, and @value{GDBN} was parsing Modula-2, a
15820command such as:
15821
15822@smallexample
15823print a = b + c
15824@end smallexample
15825
15826@noindent
15827might not have the effect you intended. In C, this means to add
15828@code{b} and @code{c} and place the result in @code{a}. The result
15829printed would be the value of @code{a}. In Modula-2, this means to compare
15830@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
15831
15832@node Automatically
15833@subsection Having @value{GDBN} Infer the Source Language
15834
15835To have @value{GDBN} set the working language automatically, use
15836@samp{set language local} or @samp{set language auto}. @value{GDBN}
15837then infers the working language. That is, when your program stops in a
15838frame (usually by encountering a breakpoint), @value{GDBN} sets the
15839working language to the language recorded for the function in that
15840frame. If the language for a frame is unknown (that is, if the function
15841or block corresponding to the frame was defined in a source file that
15842does not have a recognized extension), the current working language is
15843not changed, and @value{GDBN} issues a warning.
15844
15845This may not seem necessary for most programs, which are written
15846entirely in one source language. However, program modules and libraries
15847written in one source language can be used by a main program written in
15848a different source language. Using @samp{set language auto} in this
15849case frees you from having to set the working language manually.
15850
15851@node Show
15852@section Displaying the Language
15853
15854The following commands help you find out which language is the
15855working language, and also what language source files were written in.
15856
15857@table @code
15858@item show language
15859@anchor{show language}
15860@kindex show language
15861Display the current working language. This is the
15862language you can use with commands such as @code{print} to
15863build and compute expressions that may involve variables in your program.
15864
15865@item info frame
15866@kindex info frame@r{, show the source language}
15867Display the source language for this frame. This language becomes the
15868working language if you use an identifier from this frame.
15869@xref{Frame Info, ,Information about a Frame}, to identify the other
15870information listed here.
15871
15872@item info source
15873@kindex info source@r{, show the source language}
15874Display the source language of this source file.
15875@xref{Symbols, ,Examining the Symbol Table}, to identify the other
15876information listed here.
15877@end table
15878
15879In unusual circumstances, you may have source files with extensions
15880not in the standard list. You can then set the extension associated
15881with a language explicitly:
15882
15883@table @code
15884@item set extension-language @var{ext} @var{language}
15885@kindex set extension-language
15886Tell @value{GDBN} that source files with extension @var{ext} are to be
15887assumed as written in the source language @var{language}.
15888
15889@item info extensions
15890@kindex info extensions
15891List all the filename extensions and the associated languages.
15892@end table
15893
15894@node Checks
15895@section Type and Range Checking
15896
15897Some languages are designed to guard you against making seemingly common
15898errors through a series of compile- and run-time checks. These include
15899checking the type of arguments to functions and operators and making
15900sure mathematical overflows are caught at run time. Checks such as
15901these help to ensure a program's correctness once it has been compiled
15902by eliminating type mismatches and providing active checks for range
15903errors when your program is running.
15904
15905By default @value{GDBN} checks for these errors according to the
15906rules of the current source language. Although @value{GDBN} does not check
15907the statements in your program, it can check expressions entered directly
15908into @value{GDBN} for evaluation via the @code{print} command, for example.
15909
15910@menu
15911* Type Checking:: An overview of type checking
15912* Range Checking:: An overview of range checking
15913@end menu
15914
15915@cindex type checking
15916@cindex checks, type
15917@node Type Checking
15918@subsection An Overview of Type Checking
15919
15920Some languages, such as C and C@t{++}, are strongly typed, meaning that the
15921arguments to operators and functions have to be of the correct type,
15922otherwise an error occurs. These checks prevent type mismatch
15923errors from ever causing any run-time problems. For example,
15924
15925@smallexample
15926int klass::my_method(char *b) @{ return b ? 1 : 2; @}
15927
15928(@value{GDBP}) print obj.my_method (0)
15929$1 = 2
15930@exdent but
15931(@value{GDBP}) print obj.my_method (0x1234)
15932Cannot resolve method klass::my_method to any overloaded instance
15933@end smallexample
15934
15935The second example fails because in C@t{++} the integer constant
15936@samp{0x1234} is not type-compatible with the pointer parameter type.
15937
15938For the expressions you use in @value{GDBN} commands, you can tell
15939@value{GDBN} to not enforce strict type checking or
15940to treat any mismatches as errors and abandon the expression;
15941When type checking is disabled, @value{GDBN} successfully evaluates
15942expressions like the second example above.
15943
15944Even if type checking is off, there may be other reasons
15945related to type that prevent @value{GDBN} from evaluating an expression.
15946For instance, @value{GDBN} does not know how to add an @code{int} and
15947a @code{struct foo}. These particular type errors have nothing to do
15948with the language in use and usually arise from expressions which make
15949little sense to evaluate anyway.
15950
15951@value{GDBN} provides some additional commands for controlling type checking:
15952
15953@kindex set check type
15954@kindex show check type
15955@table @code
15956@item set check type on
15957@itemx set check type off
15958Set strict type checking on or off. If any type mismatches occur in
15959evaluating an expression while type checking is on, @value{GDBN} prints a
15960message and aborts evaluation of the expression.
15961
15962@item show check type
15963Show the current setting of type checking and whether @value{GDBN}
15964is enforcing strict type checking rules.
15965@end table
15966
15967@cindex range checking
15968@cindex checks, range
15969@node Range Checking
15970@subsection An Overview of Range Checking
15971
15972In some languages (such as Modula-2), it is an error to exceed the
15973bounds of a type; this is enforced with run-time checks. Such range
15974checking is meant to ensure program correctness by making sure
15975computations do not overflow, or indices on an array element access do
15976not exceed the bounds of the array.
15977
15978For expressions you use in @value{GDBN} commands, you can tell
15979@value{GDBN} to treat range errors in one of three ways: ignore them,
15980always treat them as errors and abandon the expression, or issue
15981warnings but evaluate the expression anyway.
15982
15983A range error can result from numerical overflow, from exceeding an
15984array index bound, or when you type a constant that is not a member
15985of any type. Some languages, however, do not treat overflows as an
15986error. In many implementations of C, mathematical overflow causes the
15987result to ``wrap around'' to lower values---for example, if @var{m} is
15988the largest integer value, and @var{s} is the smallest, then
15989
15990@smallexample
15991@var{m} + 1 @result{} @var{s}
15992@end smallexample
15993
15994This, too, is specific to individual languages, and in some cases
15995specific to individual compilers or machines. @xref{Supported Languages, ,
15996Supported Languages}, for further details on specific languages.
15997
15998@value{GDBN} provides some additional commands for controlling the range checker:
15999
16000@kindex set check range
16001@kindex show check range
16002@table @code
16003@item set check range auto
16004Set range checking on or off based on the current working language.
16005@xref{Supported Languages, ,Supported Languages}, for the default settings for
16006each language.
16007
16008@item set check range on
16009@itemx set check range off
16010Set range checking on or off, overriding the default setting for the
16011current working language. A warning is issued if the setting does not
16012match the language default. If a range error occurs and range checking is on,
16013then a message is printed and evaluation of the expression is aborted.
16014
16015@item set check range warn
16016Output messages when the @value{GDBN} range checker detects a range error,
16017but attempt to evaluate the expression anyway. Evaluating the
16018expression may still be impossible for other reasons, such as accessing
16019memory that the process does not own (a typical example from many Unix
16020systems).
16021
16022@item show range
16023Show the current setting of the range checker, and whether or not it is
16024being set automatically by @value{GDBN}.
16025@end table
16026
16027@node Supported Languages
16028@section Supported Languages
16029
16030@value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran,
16031OpenCL C, Pascal, Rust, assembly, Modula-2, and Ada.
16032@c This is false ...
16033Some @value{GDBN} features may be used in expressions regardless of the
16034language you use: the @value{GDBN} @code{@@} and @code{::} operators,
16035and the @samp{@{type@}addr} construct (@pxref{Expressions,
16036,Expressions}) can be used with the constructs of any supported
16037language.
16038
16039The following sections detail to what degree each source language is
16040supported by @value{GDBN}. These sections are not meant to be language
16041tutorials or references, but serve only as a reference guide to what the
16042@value{GDBN} expression parser accepts, and what input and output
16043formats should look like for different languages. There are many good
16044books written on each of these languages; please look to these for a
16045language reference or tutorial.
16046
16047@menu
16048* C:: C and C@t{++}
16049* D:: D
16050* Go:: Go
16051* Objective-C:: Objective-C
16052* OpenCL C:: OpenCL C
16053* Fortran:: Fortran
16054* Pascal:: Pascal
16055* Rust:: Rust
16056* Modula-2:: Modula-2
16057* Ada:: Ada
16058* HIP:: HIP
16059@end menu
16060
16061@node C
16062@subsection C and C@t{++}
16063
16064@cindex C and C@t{++}
16065@cindex expressions in C or C@t{++}
16066
16067Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
16068to both languages. Whenever this is the case, we discuss those languages
16069together.
16070
16071@cindex C@t{++}
16072@cindex @code{g++}, @sc{gnu} C@t{++} compiler
16073@cindex @sc{gnu} C@t{++}
16074The C@t{++} debugging facilities are jointly implemented by the C@t{++}
16075compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
16076effectively, you must compile your C@t{++} programs with a supported
16077C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
16078compiler (@code{aCC}).
16079
16080@menu
16081* C Operators:: C and C@t{++} operators
16082* C Constants:: C and C@t{++} constants
16083* C Plus Plus Expressions:: C@t{++} expressions
16084* C Defaults:: Default settings for C and C@t{++}
16085* C Checks:: C and C@t{++} type and range checks
16086* Debugging C:: @value{GDBN} and C
16087* Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
16088* Decimal Floating Point:: Numbers in Decimal Floating Point format
16089@end menu
16090
16091@node C Operators
16092@subsubsection C and C@t{++} Operators
16093
16094@cindex C and C@t{++} operators
16095
16096Operators must be defined on values of specific types. For instance,
16097@code{+} is defined on numbers, but not on structures. Operators are
16098often defined on groups of types.
16099
16100For the purposes of C and C@t{++}, the following definitions hold:
16101
16102@itemize @bullet
16103
16104@item
16105@emph{Integral types} include @code{int} with any of its storage-class
16106specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
16107
16108@item
16109@emph{Floating-point types} include @code{float}, @code{double}, and
16110@code{long double} (if supported by the target platform).
16111
16112@item
16113@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
16114
16115@item
16116@emph{Scalar types} include all of the above.
16117
16118@end itemize
16119
16120@noindent
16121The following operators are supported. They are listed here
16122in order of increasing precedence:
16123
16124@table @code
16125@item ,
16126The comma or sequencing operator. Expressions in a comma-separated list
16127are evaluated from left to right, with the result of the entire
16128expression being the last expression evaluated.
16129
16130@item =
16131Assignment. The value of an assignment expression is the value
16132assigned. Defined on scalar types.
16133
16134@item @var{op}=
16135Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
16136and translated to @w{@code{@var{a} = @var{a op b}}}.
16137@w{@code{@var{op}=}} and @code{=} have the same precedence. The operator
16138@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
16139@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
16140
16141@item ?:
16142The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
16143of as: if @var{a} then @var{b} else @var{c}. The argument @var{a}
16144should be of an integral type.
16145
16146@item ||
16147Logical @sc{or}. Defined on integral types.
16148
16149@item &&
16150Logical @sc{and}. Defined on integral types.
16151
16152@item |
16153Bitwise @sc{or}. Defined on integral types.
16154
16155@item ^
16156Bitwise exclusive-@sc{or}. Defined on integral types.
16157
16158@item &
16159Bitwise @sc{and}. Defined on integral types.
16160
16161@item ==@r{, }!=
16162Equality and inequality. Defined on scalar types. The value of these
16163expressions is 0 for false and non-zero for true.
16164
16165@item <@r{, }>@r{, }<=@r{, }>=
16166Less than, greater than, less than or equal, greater than or equal.
16167Defined on scalar types. The value of these expressions is 0 for false
16168and non-zero for true.
16169
16170@item <<@r{, }>>
16171left shift, and right shift. Defined on integral types.
16172
16173@item @@
16174The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
16175
16176@item +@r{, }-
16177Addition and subtraction. Defined on integral types, floating-point types and
16178pointer types.
16179
16180@item *@r{, }/@r{, }%
16181Multiplication, division, and modulus. Multiplication and division are
16182defined on integral and floating-point types. Modulus is defined on
16183integral types.
16184
16185@item ++@r{, }--
16186Increment and decrement. When appearing before a variable, the
16187operation is performed before the variable is used in an expression;
16188when appearing after it, the variable's value is used before the
16189operation takes place.
16190
16191@item *
16192Pointer dereferencing. Defined on pointer types. Same precedence as
16193@code{++}.
16194
16195@item &
16196Address operator. Defined on variables. Same precedence as @code{++}.
16197
16198For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
16199allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
16200to examine the address
16201where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
16202stored.
16203
16204@item -
16205Negative. Defined on integral and floating-point types. Same
16206precedence as @code{++}.
16207
16208@item !
16209Logical negation. Defined on integral types. Same precedence as
16210@code{++}.
16211
16212@item ~
16213Bitwise complement operator. Defined on integral types. Same precedence as
16214@code{++}.
16215
16216
16217@item .@r{, }->
16218Structure member, and pointer-to-structure member. For convenience,
16219@value{GDBN} regards the two as equivalent, choosing whether to dereference a
16220pointer based on the stored type information.
16221Defined on @code{struct} and @code{union} data.
16222
16223@item .*@r{, }->*
16224Dereferences of pointers to members.
16225
16226@item []
16227Array indexing. @code{@var{a}[@var{i}]} is defined as
16228@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
16229
16230@item ()
16231Function parameter list. Same precedence as @code{->}.
16232
16233@item ::
16234C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
16235and @code{class} types.
16236
16237@item ::
16238Doubled colons also represent the @value{GDBN} scope operator
16239(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
16240above.
16241@end table
16242
16243If an operator is redefined in the user code, @value{GDBN} usually
16244attempts to invoke the redefined version instead of using the operator's
16245predefined meaning.
16246
16247@node C Constants
16248@subsubsection C and C@t{++} Constants
16249
16250@cindex C and C@t{++} constants
16251
16252@value{GDBN} allows you to express the constants of C and C@t{++} in the
16253following ways:
16254
16255@itemize @bullet
16256@item
16257Integer constants are a sequence of digits. Octal constants are
16258specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
16259by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
16260@samp{l}, specifying that the constant should be treated as a
16261@code{long} value.
16262
16263@item
16264Floating point constants are a sequence of digits, followed by a decimal
16265point, followed by a sequence of digits, and optionally followed by an
16266exponent. An exponent is of the form:
16267@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
16268sequence of digits. The @samp{+} is optional for positive exponents.
16269A floating-point constant may also end with a letter @samp{f} or
16270@samp{F}, specifying that the constant should be treated as being of
16271the @code{float} (as opposed to the default @code{double}) type; or with
16272a letter @samp{l} or @samp{L}, which specifies a @code{long double}
16273constant.
16274
16275@item
16276Enumerated constants consist of enumerated identifiers, or their
16277integral equivalents.
16278
16279@item
16280Character constants are a single character surrounded by single quotes
16281(@code{'}), or a number---the ordinal value of the corresponding character
16282(usually its @sc{ascii} value). Within quotes, the single character may
16283be represented by a letter or by @dfn{escape sequences}, which are of
16284the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
16285of the character's ordinal value; or of the form @samp{\@var{x}}, where
16286@samp{@var{x}} is a predefined special character---for example,
16287@samp{\n} for newline.
16288
16289Wide character constants can be written by prefixing a character
16290constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
16291form of @samp{x}. The target wide character set is used when
16292computing the value of this constant (@pxref{Character Sets}).
16293
16294@item
16295String constants are a sequence of character constants surrounded by
16296double quotes (@code{"}). Any valid character constant (as described
16297above) may appear. Double quotes within the string must be preceded by
16298a backslash, so for instance @samp{"a\"b'c"} is a string of five
16299characters.
16300
16301Wide string constants can be written by prefixing a string constant
16302with @samp{L}, as in C. The target wide character set is used when
16303computing the value of this constant (@pxref{Character Sets}).
16304
16305@item
16306Pointer constants are an integral value. You can also write pointers
16307to constants using the C operator @samp{&}.
16308
16309@item
16310Array constants are comma-separated lists surrounded by braces @samp{@{}
16311and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
16312integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
16313and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
16314@end itemize
16315
16316@node C Plus Plus Expressions
16317@subsubsection C@t{++} Expressions
16318
16319@cindex expressions in C@t{++}
16320@value{GDBN} expression handling can interpret most C@t{++} expressions.
16321
16322@cindex debugging C@t{++} programs
16323@cindex C@t{++} compilers
16324@cindex debug formats and C@t{++}
16325@cindex @value{NGCC} and C@t{++}
16326@quotation
16327@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
16328the proper compiler and the proper debug format. Currently,
16329@value{GDBN} works best when debugging C@t{++} code that is compiled
16330with the most recent version of @value{NGCC} possible. The DWARF
16331debugging format is preferred; @value{NGCC} defaults to this on most
16332popular platforms. Other compilers and/or debug formats are likely to
16333work badly or not at all when using @value{GDBN} to debug C@t{++}
16334code. @xref{Compilation}.
16335@end quotation
16336
16337@enumerate
16338
16339@cindex member functions
16340@item
16341Member function calls are allowed; you can use expressions like
16342
16343@smallexample
16344count = aml->GetOriginal(x, y)
16345@end smallexample
16346
16347@vindex this@r{, inside C@t{++} member functions}
16348@cindex namespace in C@t{++}
16349@item
16350While a member function is active (in the selected stack frame), your
16351expressions have the same namespace available as the member function;
16352that is, @value{GDBN} allows implicit references to the class instance
16353pointer @code{this} following the same rules as C@t{++}. @code{using}
16354declarations in the current scope are also respected by @value{GDBN}.
16355
16356@cindex call overloaded functions
16357@cindex overloaded functions, calling
16358@cindex type conversions in C@t{++}
16359@item
16360You can call overloaded functions; @value{GDBN} resolves the function
16361call to the right definition, with some restrictions. @value{GDBN} does not
16362perform overload resolution involving user-defined type conversions,
16363calls to constructors, or instantiations of templates that do not exist
16364in the program. It also cannot handle ellipsis argument lists or
16365default arguments.
16366
16367It does perform integral conversions and promotions, floating-point
16368promotions, arithmetic conversions, pointer conversions, conversions of
16369class objects to base classes, and standard conversions such as those of
16370functions or arrays to pointers; it requires an exact match on the
16371number of function arguments.
16372
16373Overload resolution is always performed, unless you have specified
16374@code{set overload-resolution off}. @xref{Debugging C Plus Plus,
16375,@value{GDBN} Features for C@t{++}}.
16376
16377You must specify @code{set overload-resolution off} in order to use an
16378explicit function signature to call an overloaded function, as in
16379@smallexample
16380p 'foo(char,int)'('x', 13)
16381@end smallexample
16382
16383The @value{GDBN} command-completion facility can simplify this;
16384see @ref{Completion, ,Command Completion}.
16385
16386@cindex reference declarations
16387@item
16388@value{GDBN} understands variables declared as C@t{++} lvalue or rvalue
16389references; you can use them in expressions just as you do in C@t{++}
16390source---they are automatically dereferenced.
16391
16392In the parameter list shown when @value{GDBN} displays a frame, the values of
16393reference variables are not displayed (unlike other variables); this
16394avoids clutter, since references are often used for large structures.
16395The @emph{address} of a reference variable is always shown, unless
16396you have specified @samp{set print address off}.
16397
16398@item
16399@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
16400expressions can use it just as expressions in your program do. Since
16401one scope may be defined in another, you can use @code{::} repeatedly if
16402necessary, for example in an expression like
16403@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
16404resolving name scope by reference to source files, in both C and C@t{++}
16405debugging (@pxref{Variables, ,Program Variables}).
16406
16407@item
16408@value{GDBN} performs argument-dependent lookup, following the C@t{++}
16409specification.
16410@end enumerate
16411
16412@node C Defaults
16413@subsubsection C and C@t{++} Defaults
16414
16415@cindex C and C@t{++} defaults
16416
16417If you allow @value{GDBN} to set range checking automatically, it
16418defaults to @code{off} whenever the working language changes to
16419C or C@t{++}. This happens regardless of whether you or @value{GDBN}
16420selects the working language.
16421
16422If you allow @value{GDBN} to set the language automatically, it
16423recognizes source files whose names end with @file{.c}, @file{.C}, or
16424@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
16425these files, it sets the working language to C or C@t{++}.
16426@xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
16427for further details.
16428
16429@node C Checks
16430@subsubsection C and C@t{++} Type and Range Checks
16431
16432@cindex C and C@t{++} checks
16433
16434By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
16435checking is used. However, if you turn type checking off, @value{GDBN}
16436will allow certain non-standard conversions, such as promoting integer
16437constants to pointers.
16438
16439Range checking, if turned on, is done on mathematical operations. Array
16440indices are not checked, since they are often used to index a pointer
16441that is not itself an array.
16442
16443@node Debugging C
16444@subsubsection @value{GDBN} and C
16445
16446The @code{set print union} and @code{show print union} commands apply to
16447the @code{union} type. When set to @samp{on}, any @code{union} that is
16448inside a @code{struct} or @code{class} is also printed. Otherwise, it
16449appears as @samp{@{...@}}.
16450
16451The @code{@@} operator aids in the debugging of dynamic arrays, formed
16452with pointers and a memory allocation function. @xref{Expressions,
16453,Expressions}.
16454
16455@node Debugging C Plus Plus
16456@subsubsection @value{GDBN} Features for C@t{++}
16457
16458@cindex commands for C@t{++}
16459
16460Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
16461designed specifically for use with C@t{++}. Here is a summary:
16462
16463@table @code
16464@cindex break in overloaded functions
16465@item @r{breakpoint menus}
16466When you want a breakpoint in a function whose name is overloaded,
16467@value{GDBN} has the capability to display a menu of possible breakpoint
16468locations to help you specify which function definition you want.
16469@xref{Ambiguous Expressions,,Ambiguous Expressions}.
16470
16471@cindex overloading in C@t{++}
16472@item rbreak @var{regex}
16473Setting breakpoints using regular expressions is helpful for setting
16474breakpoints on overloaded functions that are not members of any special
16475classes.
16476@xref{Set Breaks, ,Setting Breakpoints}.
16477
16478@cindex C@t{++} exception handling
16479@item catch throw
16480@itemx catch rethrow
16481@itemx catch catch
16482Debug C@t{++} exception handling using these commands. @xref{Set
16483Catchpoints, , Setting Catchpoints}.
16484
16485@cindex inheritance
16486@item ptype @var{typename}
16487Print inheritance relationships as well as other information for type
16488@var{typename}.
16489@xref{Symbols, ,Examining the Symbol Table}.
16490
16491@item info vtbl @var{expression}.
16492The @code{info vtbl} command can be used to display the virtual
16493method tables of the object computed by @var{expression}. This shows
16494one entry per virtual table; there may be multiple virtual tables when
16495multiple inheritance is in use.
16496
16497@cindex C@t{++} demangling
16498@item demangle @var{name}
16499Demangle @var{name}.
16500@xref{Symbols}, for a more complete description of the @code{demangle} command.
16501
16502@cindex C@t{++} symbol display
16503@item set print demangle
16504@itemx show print demangle
16505@itemx set print asm-demangle
16506@itemx show print asm-demangle
16507Control whether C@t{++} symbols display in their source form, both when
16508displaying code as C@t{++} source and when displaying disassemblies.
16509@xref{Print Settings, ,Print Settings}.
16510
16511@item set print object
16512@itemx show print object
16513Choose whether to print derived (actual) or declared types of objects.
16514@xref{Print Settings, ,Print Settings}.
16515
16516@item set print vtbl
16517@itemx show print vtbl
16518Control the format for printing virtual function tables.
16519@xref{Print Settings, ,Print Settings}.
16520(The @code{vtbl} commands do not work on programs compiled with the HP
16521ANSI C@t{++} compiler (@code{aCC}).)
16522
16523@kindex set overload-resolution
16524@cindex overloaded functions, overload resolution
16525@item set overload-resolution on
16526Enable overload resolution for C@t{++} expression evaluation. The default
16527is on. For overloaded functions, @value{GDBN} evaluates the arguments
16528and searches for a function whose signature matches the argument types,
16529using the standard C@t{++} conversion rules (see @ref{C Plus Plus
16530Expressions, ,C@t{++} Expressions}, for details).
16531If it cannot find a match, it emits a message.
16532
16533@item set overload-resolution off
16534Disable overload resolution for C@t{++} expression evaluation. For
16535overloaded functions that are not class member functions, @value{GDBN}
16536chooses the first function of the specified name that it finds in the
16537symbol table, whether or not its arguments are of the correct type. For
16538overloaded functions that are class member functions, @value{GDBN}
16539searches for a function whose signature @emph{exactly} matches the
16540argument types.
16541
16542@kindex show overload-resolution
16543@item show overload-resolution
16544Show the current setting of overload resolution.
16545
16546@item @r{Overloaded symbol names}
16547You can specify a particular definition of an overloaded symbol, using
16548the same notation that is used to declare such symbols in C@t{++}: type
16549@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
16550also use the @value{GDBN} command-line word completion facilities to list the
16551available choices, or to finish the type list for you.
16552@xref{Completion,, Command Completion}, for details on how to do this.
16553
16554@item @r{Breakpoints in functions with ABI tags}
16555
16556The GNU C@t{++} compiler introduced the notion of ABI ``tags'', which
16557correspond to changes in the ABI of a type, function, or variable that
16558would not otherwise be reflected in a mangled name. See
16559@url{https://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/}
16560for more detail.
16561
16562The ABI tags are visible in C@t{++} demangled names. For example, a
16563function that returns a std::string:
16564
16565@smallexample
16566std::string function(int);
16567@end smallexample
16568
16569@noindent
16570when compiled for the C++11 ABI is marked with the @code{cxx11} ABI
16571tag, and @value{GDBN} displays the symbol like this:
16572
16573@smallexample
16574function[abi:cxx11](int)
16575@end smallexample
16576
16577You can set a breakpoint on such functions simply as if they had no
16578tag. For example:
16579
16580@smallexample
16581(@value{GDBP}) b function(int)
16582Breakpoint 2 at 0x40060d: file main.cc, line 10.
16583(@value{GDBP}) info breakpoints
16584Num Type Disp Enb Address What
165851 breakpoint keep y 0x0040060d in function[abi:cxx11](int)
16586 at main.cc:10
16587@end smallexample
16588
16589On the rare occasion you need to disambiguate between different ABI
16590tags, you can do so by simply including the ABI tag in the function
16591name, like:
16592
16593@smallexample
16594(@value{GDBP}) b ambiguous[abi:other_tag](int)
16595@end smallexample
16596@end table
16597
16598@node Decimal Floating Point
16599@subsubsection Decimal Floating Point format
16600@cindex decimal floating point format
16601
16602@value{GDBN} can examine, set and perform computations with numbers in
16603decimal floating point format, which in the C language correspond to the
16604@code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
16605specified by the extension to support decimal floating-point arithmetic.
16606
16607There are two encodings in use, depending on the architecture: BID (Binary
16608Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
16609PowerPC and S/390. @value{GDBN} will use the appropriate encoding for the
16610configured target.
16611
16612Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
16613to manipulate decimal floating point numbers, it is not possible to convert
16614(using a cast, for example) integers wider than 32-bit to decimal float.
16615
16616In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
16617point computations, error checking in decimal float operations ignores
16618underflow, overflow and divide by zero exceptions.
16619
16620In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
16621to inspect @code{_Decimal128} values stored in floating point registers.
16622See @ref{PowerPC,,PowerPC} for more details.
16623
16624@node D
16625@subsection D
16626
16627@cindex D
16628@value{GDBN} can be used to debug programs written in D and compiled with
16629GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
16630specific feature --- dynamic arrays.
16631
16632@node Go
16633@subsection Go
16634
16635@cindex Go (programming language)
16636@value{GDBN} can be used to debug programs written in Go and compiled with
16637@file{gccgo} or @file{6g} compilers.
16638
16639Here is a summary of the Go-specific features and restrictions:
16640
16641@table @code
16642@cindex current Go package
16643@item The current Go package
16644The name of the current package does not need to be specified when
16645specifying global variables and functions.
16646
16647For example, given the program:
16648
16649@example
16650package main
16651var myglob = "Shall we?"
16652func main () @{
16653 // ...
16654@}
16655@end example
16656
16657When stopped inside @code{main} either of these work:
16658
16659@example
16660(@value{GDBP}) p myglob
16661(@value{GDBP}) p main.myglob
16662@end example
16663
16664@cindex builtin Go types
16665@item Builtin Go types
16666The @code{string} type is recognized by @value{GDBN} and is printed
16667as a string.
16668
16669@cindex builtin Go functions
16670@item Builtin Go functions
16671The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
16672function and handles it internally.
16673
16674@cindex restrictions on Go expressions
16675@item Restrictions on Go expressions
16676All Go operators are supported except @code{&^}.
16677The Go @code{_} ``blank identifier'' is not supported.
16678Automatic dereferencing of pointers is not supported.
16679@end table
16680
16681@node Objective-C
16682@subsection Objective-C
16683
16684@cindex Objective-C
16685This section provides information about some commands and command
16686options that are useful for debugging Objective-C code. See also
16687@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
16688few more commands specific to Objective-C support.
16689
16690@menu
16691* Method Names in Commands::
16692* The Print Command with Objective-C::
16693@end menu
16694
16695@node Method Names in Commands
16696@subsubsection Method Names in Commands
16697
16698The following commands have been extended to accept Objective-C method
16699names as line specifications:
16700
16701@kindex clear@r{, and Objective-C}
16702@kindex break@r{, and Objective-C}
16703@kindex info line@r{, and Objective-C}
16704@kindex jump@r{, and Objective-C}
16705@kindex list@r{, and Objective-C}
16706@itemize
16707@item @code{clear}
16708@item @code{break}
16709@item @code{info line}
16710@item @code{jump}
16711@item @code{list}
16712@end itemize
16713
16714A fully qualified Objective-C method name is specified as
16715
16716@smallexample
16717-[@var{Class} @var{methodName}]
16718@end smallexample
16719
16720where the minus sign is used to indicate an instance method and a
16721plus sign (not shown) is used to indicate a class method. The class
16722name @var{Class} and method name @var{methodName} are enclosed in
16723brackets, similar to the way messages are specified in Objective-C
16724source code. For example, to set a breakpoint at the @code{create}
16725instance method of class @code{Fruit} in the program currently being
16726debugged, enter:
16727
16728@smallexample
16729break -[Fruit create]
16730@end smallexample
16731
16732To list ten program lines around the @code{initialize} class method,
16733enter:
16734
16735@smallexample
16736list +[NSText initialize]
16737@end smallexample
16738
16739In the current version of @value{GDBN}, the plus or minus sign is
16740required. In future versions of @value{GDBN}, the plus or minus
16741sign will be optional, but you can use it to narrow the search. It
16742is also possible to specify just a method name:
16743
16744@smallexample
16745break create
16746@end smallexample
16747
16748You must specify the complete method name, including any colons. If
16749your program's source files contain more than one @code{create} method,
16750you'll be presented with a numbered list of classes that implement that
16751method. Indicate your choice by number, or type @samp{0} to exit if
16752none apply.
16753
16754As another example, to clear a breakpoint established at the
16755@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
16756
16757@smallexample
16758clear -[NSWindow makeKeyAndOrderFront:]
16759@end smallexample
16760
16761@node The Print Command with Objective-C
16762@subsubsection The Print Command With Objective-C
16763@cindex Objective-C, print objects
16764@kindex print-object
16765@kindex po @r{(@code{print-object})}
16766
16767The print command has also been extended to accept methods. For example:
16768
16769@smallexample
16770print -[@var{object} hash]
16771@end smallexample
16772
16773@cindex print an Objective-C object description
16774@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
16775@noindent
16776will tell @value{GDBN} to send the @code{hash} message to @var{object}
16777and print the result. Also, an additional command has been added,
16778@code{print-object} or @code{po} for short, which is meant to print
16779the description of an object. However, this command may only work
16780with certain Objective-C libraries that have a particular hook
16781function, @code{_NSPrintForDebugger}, defined.
16782
16783@node OpenCL C
16784@subsection OpenCL C
16785
16786@cindex OpenCL C
16787This section provides information about @value{GDBN}s OpenCL C support.
16788
16789@menu
16790* OpenCL C Datatypes::
16791* OpenCL C Expressions::
16792* OpenCL C Operators::
16793@end menu
16794
16795@node OpenCL C Datatypes
16796@subsubsection OpenCL C Datatypes
16797
16798@cindex OpenCL C Datatypes
16799@value{GDBN} supports the builtin scalar and vector datatypes specified
16800by OpenCL 1.1. In addition the half- and double-precision floating point
16801data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
16802extensions are also known to @value{GDBN}.
16803
16804@node OpenCL C Expressions
16805@subsubsection OpenCL C Expressions
16806
16807@cindex OpenCL C Expressions
16808@value{GDBN} supports accesses to vector components including the access as
16809lvalue where possible. Since OpenCL C is based on C99 most C expressions
16810supported by @value{GDBN} can be used as well.
16811
16812@node OpenCL C Operators
16813@subsubsection OpenCL C Operators
16814
16815@cindex OpenCL C Operators
16816@value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
16817vector data types.
16818
16819@node Fortran
16820@subsection Fortran
16821@cindex Fortran-specific support in @value{GDBN}
16822
16823@value{GDBN} can be used to debug programs written in Fortran, but it
16824currently supports only the features of Fortran 77 language.
16825
16826@cindex trailing underscore, in Fortran symbols
16827Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
16828among them) append an underscore to the names of variables and
16829functions. When you debug programs compiled by those compilers, you
16830will need to refer to variables and functions with a trailing
16831underscore.
16832
16833@menu
16834* Fortran Operators:: Fortran operators and expressions
16835* Fortran Defaults:: Default settings for Fortran
16836* Special Fortran Commands:: Special @value{GDBN} commands for Fortran
16837@end menu
16838
16839@node Fortran Operators
16840@subsubsection Fortran Operators and Expressions
16841
16842@cindex Fortran operators and expressions
16843
16844Operators must be defined on values of specific types. For instance,
16845@code{+} is defined on numbers, but not on characters or other non-
16846arithmetic types. Operators are often defined on groups of types.
16847
16848@table @code
16849@item **
16850The exponentiation operator. It raises the first operand to the power
16851of the second one.
16852
16853@item :
16854The range operator. Normally used in the form of array(low:high) to
16855represent a section of array.
16856
16857@item %
16858The access component operator. Normally used to access elements in derived
16859types. Also suitable for unions. As unions aren't part of regular Fortran,
16860this can only happen when accessing a register that uses a gdbarch-defined
16861union type.
16862@item ::
16863The scope operator. Normally used to access variables in modules or
16864to set breakpoints on subroutines nested in modules or in other
16865subroutines (internal subroutines).
16866@end table
16867
16868@node Fortran Defaults
16869@subsubsection Fortran Defaults
16870
16871@cindex Fortran Defaults
16872
16873Fortran symbols are usually case-insensitive, so @value{GDBN} by
16874default uses case-insensitive matches for Fortran symbols. You can
16875change that with the @samp{set case-insensitive} command, see
16876@ref{Symbols}, for the details.
16877
16878@node Special Fortran Commands
16879@subsubsection Special Fortran Commands
16880
16881@cindex Special Fortran commands
16882
16883@value{GDBN} has some commands to support Fortran-specific features,
16884such as displaying common blocks.
16885
16886@table @code
16887@cindex @code{COMMON} blocks, Fortran
16888@kindex info common
16889@item info common @r{[}@var{common-name}@r{]}
16890This command prints the values contained in the Fortran @code{COMMON}
16891block whose name is @var{common-name}. With no argument, the names of
16892all @code{COMMON} blocks visible at the current program location are
16893printed.
16894@end table
16895
16896@node Pascal
16897@subsection Pascal
16898
16899@cindex Pascal support in @value{GDBN}, limitations
16900Debugging Pascal programs which use sets, subranges, file variables, or
16901nested functions does not currently work. @value{GDBN} does not support
16902entering expressions, printing values, or similar features using Pascal
16903syntax.
16904
16905The Pascal-specific command @code{set print pascal_static-members}
16906controls whether static members of Pascal objects are displayed.
16907@xref{Print Settings, pascal_static-members}.
16908
16909@node Rust
16910@subsection Rust
16911
16912@value{GDBN} supports the @url{https://www.rust-lang.org/, Rust
16913Programming Language}. Type- and value-printing, and expression
16914parsing, are reasonably complete. However, there are a few
16915peculiarities and holes to be aware of.
16916
16917@itemize @bullet
16918@item
16919Linespecs (@pxref{Specify Location}) are never relative to the current
16920crate. Instead, they act as if there were a global namespace of
16921crates, somewhat similar to the way @code{extern crate} behaves.
16922
16923That is, if @value{GDBN} is stopped at a breakpoint in a function in
16924crate @samp{A}, module @samp{B}, then @code{break B::f} will attempt
16925to set a breakpoint in a function named @samp{f} in a crate named
16926@samp{B}.
16927
16928As a consequence of this approach, linespecs also cannot refer to
16929items using @samp{self::} or @samp{super::}.
16930
16931@item
16932Because @value{GDBN} implements Rust name-lookup semantics in
16933expressions, it will sometimes prepend the current crate to a name.
16934For example, if @value{GDBN} is stopped at a breakpoint in the crate
16935@samp{K}, then @code{print ::x::y} will try to find the symbol
16936@samp{K::x::y}.
16937
16938However, since it is useful to be able to refer to other crates when
16939debugging, @value{GDBN} provides the @code{extern} extension to
16940circumvent this. To use the extension, just put @code{extern} before
16941a path expression to refer to the otherwise unavailable ``global''
16942scope.
16943
16944In the above example, if you wanted to refer to the symbol @samp{y} in
16945the crate @samp{x}, you would use @code{print extern x::y}.
16946
16947@item
16948The Rust expression evaluator does not support ``statement-like''
16949expressions such as @code{if} or @code{match}, or lambda expressions.
16950
16951@item
16952Tuple expressions are not implemented.
16953
16954@item
16955The Rust expression evaluator does not currently implement the
16956@code{Drop} trait. Objects that may be created by the evaluator will
16957never be destroyed.
16958
16959@item
16960@value{GDBN} does not implement type inference for generics. In order
16961to call generic functions or otherwise refer to generic items, you
16962will have to specify the type parameters manually.
16963
16964@item
16965@value{GDBN} currently uses the C@t{++} demangler for Rust. In most
16966cases this does not cause any problems. However, in an expression
16967context, completing a generic function name will give syntactically
16968invalid results. This happens because Rust requires the @samp{::}
16969operator between the function name and its generic arguments. For
16970example, @value{GDBN} might provide a completion like
16971@code{crate::f<u32>}, where the parser would require
16972@code{crate::f::<u32>}.
16973
16974@item
16975As of this writing, the Rust compiler (version 1.8) has a few holes in
16976the debugging information it generates. These holes prevent certain
16977features from being implemented by @value{GDBN}:
16978@itemize @bullet
16979
16980@item
16981Method calls cannot be made via traits.
16982
16983@item
16984Operator overloading is not implemented.
16985
16986@item
16987When debugging in a monomorphized function, you cannot use the generic
16988type names.
16989
16990@item
16991The type @code{Self} is not available.
16992
16993@item
16994@code{use} statements are not available, so some names may not be
16995available in the crate.
16996@end itemize
16997@end itemize
16998
16999@node Modula-2
17000@subsection Modula-2
17001
17002@cindex Modula-2, @value{GDBN} support
17003
17004The extensions made to @value{GDBN} to support Modula-2 only support
17005output from the @sc{gnu} Modula-2 compiler (which is currently being
17006developed). Other Modula-2 compilers are not currently supported, and
17007attempting to debug executables produced by them is most likely
17008to give an error as @value{GDBN} reads in the executable's symbol
17009table.
17010
17011@cindex expressions in Modula-2
17012@menu
17013* M2 Operators:: Built-in operators
17014* Built-In Func/Proc:: Built-in functions and procedures
17015* M2 Constants:: Modula-2 constants
17016* M2 Types:: Modula-2 types
17017* M2 Defaults:: Default settings for Modula-2
17018* Deviations:: Deviations from standard Modula-2
17019* M2 Checks:: Modula-2 type and range checks
17020* M2 Scope:: The scope operators @code{::} and @code{.}
17021* GDB/M2:: @value{GDBN} and Modula-2
17022@end menu
17023
17024@node M2 Operators
17025@subsubsection Operators
17026@cindex Modula-2 operators
17027
17028Operators must be defined on values of specific types. For instance,
17029@code{+} is defined on numbers, but not on structures. Operators are
17030often defined on groups of types. For the purposes of Modula-2, the
17031following definitions hold:
17032
17033@itemize @bullet
17034
17035@item
17036@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
17037their subranges.
17038
17039@item
17040@emph{Character types} consist of @code{CHAR} and its subranges.
17041
17042@item
17043@emph{Floating-point types} consist of @code{REAL}.
17044
17045@item
17046@emph{Pointer types} consist of anything declared as @code{POINTER TO
17047@var{type}}.
17048
17049@item
17050@emph{Scalar types} consist of all of the above.
17051
17052@item
17053@emph{Set types} consist of @code{SET} and @code{BITSET} types.
17054
17055@item
17056@emph{Boolean types} consist of @code{BOOLEAN}.
17057@end itemize
17058
17059@noindent
17060The following operators are supported, and appear in order of
17061increasing precedence:
17062
17063@table @code
17064@item ,
17065Function argument or array index separator.
17066
17067@item :=
17068Assignment. The value of @var{var} @code{:=} @var{value} is
17069@var{value}.
17070
17071@item <@r{, }>
17072Less than, greater than on integral, floating-point, or enumerated
17073types.
17074
17075@item <=@r{, }>=
17076Less than or equal to, greater than or equal to
17077on integral, floating-point and enumerated types, or set inclusion on
17078set types. Same precedence as @code{<}.
17079
17080@item =@r{, }<>@r{, }#
17081Equality and two ways of expressing inequality, valid on scalar types.
17082Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
17083available for inequality, since @code{#} conflicts with the script
17084comment character.
17085
17086@item IN
17087Set membership. Defined on set types and the types of their members.
17088Same precedence as @code{<}.
17089
17090@item OR
17091Boolean disjunction. Defined on boolean types.
17092
17093@item AND@r{, }&
17094Boolean conjunction. Defined on boolean types.
17095
17096@item @@
17097The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
17098
17099@item +@r{, }-
17100Addition and subtraction on integral and floating-point types, or union
17101and difference on set types.
17102
17103@item *
17104Multiplication on integral and floating-point types, or set intersection
17105on set types.
17106
17107@item /
17108Division on floating-point types, or symmetric set difference on set
17109types. Same precedence as @code{*}.
17110
17111@item DIV@r{, }MOD
17112Integer division and remainder. Defined on integral types. Same
17113precedence as @code{*}.
17114
17115@item -
17116Negative. Defined on @code{INTEGER} and @code{REAL} data.
17117
17118@item ^
17119Pointer dereferencing. Defined on pointer types.
17120
17121@item NOT
17122Boolean negation. Defined on boolean types. Same precedence as
17123@code{^}.
17124
17125@item .
17126@code{RECORD} field selector. Defined on @code{RECORD} data. Same
17127precedence as @code{^}.
17128
17129@item []
17130Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
17131
17132@item ()
17133Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
17134as @code{^}.
17135
17136@item ::@r{, }.
17137@value{GDBN} and Modula-2 scope operators.
17138@end table
17139
17140@quotation
17141@emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
17142treats the use of the operator @code{IN}, or the use of operators
17143@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
17144@code{<=}, and @code{>=} on sets as an error.
17145@end quotation
17146
17147
17148@node Built-In Func/Proc
17149@subsubsection Built-in Functions and Procedures
17150@cindex Modula-2 built-ins
17151
17152Modula-2 also makes available several built-in procedures and functions.
17153In describing these, the following metavariables are used:
17154
17155@table @var
17156
17157@item a
17158represents an @code{ARRAY} variable.
17159
17160@item c
17161represents a @code{CHAR} constant or variable.
17162
17163@item i
17164represents a variable or constant of integral type.
17165
17166@item m
17167represents an identifier that belongs to a set. Generally used in the
17168same function with the metavariable @var{s}. The type of @var{s} should
17169be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
17170
17171@item n
17172represents a variable or constant of integral or floating-point type.
17173
17174@item r
17175represents a variable or constant of floating-point type.
17176
17177@item t
17178represents a type.
17179
17180@item v
17181represents a variable.
17182
17183@item x
17184represents a variable or constant of one of many types. See the
17185explanation of the function for details.
17186@end table
17187
17188All Modula-2 built-in procedures also return a result, described below.
17189
17190@table @code
17191@item ABS(@var{n})
17192Returns the absolute value of @var{n}.
17193
17194@item CAP(@var{c})
17195If @var{c} is a lower case letter, it returns its upper case
17196equivalent, otherwise it returns its argument.
17197
17198@item CHR(@var{i})
17199Returns the character whose ordinal value is @var{i}.
17200
17201@item DEC(@var{v})
17202Decrements the value in the variable @var{v} by one. Returns the new value.
17203
17204@item DEC(@var{v},@var{i})
17205Decrements the value in the variable @var{v} by @var{i}. Returns the
17206new value.
17207
17208@item EXCL(@var{m},@var{s})
17209Removes the element @var{m} from the set @var{s}. Returns the new
17210set.
17211
17212@item FLOAT(@var{i})
17213Returns the floating point equivalent of the integer @var{i}.
17214
17215@item HIGH(@var{a})
17216Returns the index of the last member of @var{a}.
17217
17218@item INC(@var{v})
17219Increments the value in the variable @var{v} by one. Returns the new value.
17220
17221@item INC(@var{v},@var{i})
17222Increments the value in the variable @var{v} by @var{i}. Returns the
17223new value.
17224
17225@item INCL(@var{m},@var{s})
17226Adds the element @var{m} to the set @var{s} if it is not already
17227there. Returns the new set.
17228
17229@item MAX(@var{t})
17230Returns the maximum value of the type @var{t}.
17231
17232@item MIN(@var{t})
17233Returns the minimum value of the type @var{t}.
17234
17235@item ODD(@var{i})
17236Returns boolean TRUE if @var{i} is an odd number.
17237
17238@item ORD(@var{x})
17239Returns the ordinal value of its argument. For example, the ordinal
17240value of a character is its @sc{ascii} value (on machines supporting
17241the @sc{ascii} character set). The argument @var{x} must be of an
17242ordered type, which include integral, character and enumerated types.
17243
17244@item SIZE(@var{x})
17245Returns the size of its argument. The argument @var{x} can be a
17246variable or a type.
17247
17248@item TRUNC(@var{r})
17249Returns the integral part of @var{r}.
17250
17251@item TSIZE(@var{x})
17252Returns the size of its argument. The argument @var{x} can be a
17253variable or a type.
17254
17255@item VAL(@var{t},@var{i})
17256Returns the member of the type @var{t} whose ordinal value is @var{i}.
17257@end table
17258
17259@quotation
17260@emph{Warning:} Sets and their operations are not yet supported, so
17261@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
17262an error.
17263@end quotation
17264
17265@cindex Modula-2 constants
17266@node M2 Constants
17267@subsubsection Constants
17268
17269@value{GDBN} allows you to express the constants of Modula-2 in the following
17270ways:
17271
17272@itemize @bullet
17273
17274@item
17275Integer constants are simply a sequence of digits. When used in an
17276expression, a constant is interpreted to be type-compatible with the
17277rest of the expression. Hexadecimal integers are specified by a
17278trailing @samp{H}, and octal integers by a trailing @samp{B}.
17279
17280@item
17281Floating point constants appear as a sequence of digits, followed by a
17282decimal point and another sequence of digits. An optional exponent can
17283then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
17284@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
17285digits of the floating point constant must be valid decimal (base 10)
17286digits.
17287
17288@item
17289Character constants consist of a single character enclosed by a pair of
17290like quotes, either single (@code{'}) or double (@code{"}). They may
17291also be expressed by their ordinal value (their @sc{ascii} value, usually)
17292followed by a @samp{C}.
17293
17294@item
17295String constants consist of a sequence of characters enclosed by a
17296pair of like quotes, either single (@code{'}) or double (@code{"}).
17297Escape sequences in the style of C are also allowed. @xref{C
17298Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
17299sequences.
17300
17301@item
17302Enumerated constants consist of an enumerated identifier.
17303
17304@item
17305Boolean constants consist of the identifiers @code{TRUE} and
17306@code{FALSE}.
17307
17308@item
17309Pointer constants consist of integral values only.
17310
17311@item
17312Set constants are not yet supported.
17313@end itemize
17314
17315@node M2 Types
17316@subsubsection Modula-2 Types
17317@cindex Modula-2 types
17318
17319Currently @value{GDBN} can print the following data types in Modula-2
17320syntax: array types, record types, set types, pointer types, procedure
17321types, enumerated types, subrange types and base types. You can also
17322print the contents of variables declared using these type.
17323This section gives a number of simple source code examples together with
17324sample @value{GDBN} sessions.
17325
17326The first example contains the following section of code:
17327
17328@smallexample
17329VAR
17330 s: SET OF CHAR ;
17331 r: [20..40] ;
17332@end smallexample
17333
17334@noindent
17335and you can request @value{GDBN} to interrogate the type and value of
17336@code{r} and @code{s}.
17337
17338@smallexample
17339(@value{GDBP}) print s
17340@{'A'..'C', 'Z'@}
17341(@value{GDBP}) ptype s
17342SET OF CHAR
17343(@value{GDBP}) print r
1734421
17345(@value{GDBP}) ptype r
17346[20..40]
17347@end smallexample
17348
17349@noindent
17350Likewise if your source code declares @code{s} as:
17351
17352@smallexample
17353VAR
17354 s: SET ['A'..'Z'] ;
17355@end smallexample
17356
17357@noindent
17358then you may query the type of @code{s} by:
17359
17360@smallexample
17361(@value{GDBP}) ptype s
17362type = SET ['A'..'Z']
17363@end smallexample
17364
17365@noindent
17366Note that at present you cannot interactively manipulate set
17367expressions using the debugger.
17368
17369The following example shows how you might declare an array in Modula-2
17370and how you can interact with @value{GDBN} to print its type and contents:
17371
17372@smallexample
17373VAR
17374 s: ARRAY [-10..10] OF CHAR ;
17375@end smallexample
17376
17377@smallexample
17378(@value{GDBP}) ptype s
17379ARRAY [-10..10] OF CHAR
17380@end smallexample
17381
17382Note that the array handling is not yet complete and although the type
17383is printed correctly, expression handling still assumes that all
17384arrays have a lower bound of zero and not @code{-10} as in the example
17385above.
17386
17387Here are some more type related Modula-2 examples:
17388
17389@smallexample
17390TYPE
17391 colour = (blue, red, yellow, green) ;
17392 t = [blue..yellow] ;
17393VAR
17394 s: t ;
17395BEGIN
17396 s := blue ;
17397@end smallexample
17398
17399@noindent
17400The @value{GDBN} interaction shows how you can query the data type
17401and value of a variable.
17402
17403@smallexample
17404(@value{GDBP}) print s
17405$1 = blue
17406(@value{GDBP}) ptype t
17407type = [blue..yellow]
17408@end smallexample
17409
17410@noindent
17411In this example a Modula-2 array is declared and its contents
17412displayed. Observe that the contents are written in the same way as
17413their @code{C} counterparts.
17414
17415@smallexample
17416VAR
17417 s: ARRAY [1..5] OF CARDINAL ;
17418BEGIN
17419 s[1] := 1 ;
17420@end smallexample
17421
17422@smallexample
17423(@value{GDBP}) print s
17424$1 = @{1, 0, 0, 0, 0@}
17425(@value{GDBP}) ptype s
17426type = ARRAY [1..5] OF CARDINAL
17427@end smallexample
17428
17429The Modula-2 language interface to @value{GDBN} also understands
17430pointer types as shown in this example:
17431
17432@smallexample
17433VAR
17434 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
17435BEGIN
17436 NEW(s) ;
17437 s^[1] := 1 ;
17438@end smallexample
17439
17440@noindent
17441and you can request that @value{GDBN} describes the type of @code{s}.
17442
17443@smallexample
17444(@value{GDBP}) ptype s
17445type = POINTER TO ARRAY [1..5] OF CARDINAL
17446@end smallexample
17447
17448@value{GDBN} handles compound types as we can see in this example.
17449Here we combine array types, record types, pointer types and subrange
17450types:
17451
17452@smallexample
17453TYPE
17454 foo = RECORD
17455 f1: CARDINAL ;
17456 f2: CHAR ;
17457 f3: myarray ;
17458 END ;
17459
17460 myarray = ARRAY myrange OF CARDINAL ;
17461 myrange = [-2..2] ;
17462VAR
17463 s: POINTER TO ARRAY myrange OF foo ;
17464@end smallexample
17465
17466@noindent
17467and you can ask @value{GDBN} to describe the type of @code{s} as shown
17468below.
17469
17470@smallexample
17471(@value{GDBP}) ptype s
17472type = POINTER TO ARRAY [-2..2] OF foo = RECORD
17473 f1 : CARDINAL;
17474 f2 : CHAR;
17475 f3 : ARRAY [-2..2] OF CARDINAL;
17476END
17477@end smallexample
17478
17479@node M2 Defaults
17480@subsubsection Modula-2 Defaults
17481@cindex Modula-2 defaults
17482
17483If type and range checking are set automatically by @value{GDBN}, they
17484both default to @code{on} whenever the working language changes to
17485Modula-2. This happens regardless of whether you or @value{GDBN}
17486selected the working language.
17487
17488If you allow @value{GDBN} to set the language automatically, then entering
17489code compiled from a file whose name ends with @file{.mod} sets the
17490working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
17491Infer the Source Language}, for further details.
17492
17493@node Deviations
17494@subsubsection Deviations from Standard Modula-2
17495@cindex Modula-2, deviations from
17496
17497A few changes have been made to make Modula-2 programs easier to debug.
17498This is done primarily via loosening its type strictness:
17499
17500@itemize @bullet
17501@item
17502Unlike in standard Modula-2, pointer constants can be formed by
17503integers. This allows you to modify pointer variables during
17504debugging. (In standard Modula-2, the actual address contained in a
17505pointer variable is hidden from you; it can only be modified
17506through direct assignment to another pointer variable or expression that
17507returned a pointer.)
17508
17509@item
17510C escape sequences can be used in strings and characters to represent
17511non-printable characters. @value{GDBN} prints out strings with these
17512escape sequences embedded. Single non-printable characters are
17513printed using the @samp{CHR(@var{nnn})} format.
17514
17515@item
17516The assignment operator (@code{:=}) returns the value of its right-hand
17517argument.
17518
17519@item
17520All built-in procedures both modify @emph{and} return their argument.
17521@end itemize
17522
17523@node M2 Checks
17524@subsubsection Modula-2 Type and Range Checks
17525@cindex Modula-2 checks
17526
17527@quotation
17528@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
17529range checking.
17530@end quotation
17531@c FIXME remove warning when type/range checks added
17532
17533@value{GDBN} considers two Modula-2 variables type equivalent if:
17534
17535@itemize @bullet
17536@item
17537They are of types that have been declared equivalent via a @code{TYPE
17538@var{t1} = @var{t2}} statement
17539
17540@item
17541They have been declared on the same line. (Note: This is true of the
17542@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
17543@end itemize
17544
17545As long as type checking is enabled, any attempt to combine variables
17546whose types are not equivalent is an error.
17547
17548Range checking is done on all mathematical operations, assignment, array
17549index bounds, and all built-in functions and procedures.
17550
17551@node M2 Scope
17552@subsubsection The Scope Operators @code{::} and @code{.}
17553@cindex scope
17554@cindex @code{.}, Modula-2 scope operator
17555@cindex colon, doubled as scope operator
17556@ifinfo
17557@vindex colon-colon@r{, in Modula-2}
17558@c Info cannot handle :: but TeX can.
17559@end ifinfo
17560@ifnotinfo
17561@vindex ::@r{, in Modula-2}
17562@end ifnotinfo
17563
17564There are a few subtle differences between the Modula-2 scope operator
17565(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
17566similar syntax:
17567
17568@smallexample
17569
17570@var{module} . @var{id}
17571@var{scope} :: @var{id}
17572@end smallexample
17573
17574@noindent
17575where @var{scope} is the name of a module or a procedure,
17576@var{module} the name of a module, and @var{id} is any declared
17577identifier within your program, except another module.
17578
17579Using the @code{::} operator makes @value{GDBN} search the scope
17580specified by @var{scope} for the identifier @var{id}. If it is not
17581found in the specified scope, then @value{GDBN} searches all scopes
17582enclosing the one specified by @var{scope}.
17583
17584Using the @code{.} operator makes @value{GDBN} search the current scope for
17585the identifier specified by @var{id} that was imported from the
17586definition module specified by @var{module}. With this operator, it is
17587an error if the identifier @var{id} was not imported from definition
17588module @var{module}, or if @var{id} is not an identifier in
17589@var{module}.
17590
17591@node GDB/M2
17592@subsubsection @value{GDBN} and Modula-2
17593
17594Some @value{GDBN} commands have little use when debugging Modula-2 programs.
17595Five subcommands of @code{set print} and @code{show print} apply
17596specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
17597@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
17598apply to C@t{++}, and the last to the C @code{union} type, which has no direct
17599analogue in Modula-2.
17600
17601The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
17602with any language, is not useful with Modula-2. Its
17603intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
17604created in Modula-2 as they can in C or C@t{++}. However, because an
17605address can be specified by an integral constant, the construct
17606@samp{@{@var{type}@}@var{adrexp}} is still useful.
17607
17608@cindex @code{#} in Modula-2
17609In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
17610interpreted as the beginning of a comment. Use @code{<>} instead.
17611
17612@node Ada
17613@subsection Ada
17614@cindex Ada
17615
17616The extensions made to @value{GDBN} for Ada only support
17617output from the @sc{gnu} Ada (GNAT) compiler.
17618Other Ada compilers are not currently supported, and
17619attempting to debug executables produced by them is most likely
17620to be difficult.
17621
17622
17623@cindex expressions in Ada
17624@menu
17625* Ada Mode Intro:: General remarks on the Ada syntax
17626 and semantics supported by Ada mode
17627 in @value{GDBN}.
17628* Omissions from Ada:: Restrictions on the Ada expression syntax.
17629* Additions to Ada:: Extensions of the Ada expression syntax.
17630* Overloading support for Ada:: Support for expressions involving overloaded
17631 subprograms.
17632* Stopping Before Main Program:: Debugging the program during elaboration.
17633* Ada Exceptions:: Ada Exceptions
17634* Ada Tasks:: Listing and setting breakpoints in tasks.
17635* Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
17636* Ravenscar Profile:: Tasking Support when using the Ravenscar
17637 Profile
17638* Ada Settings:: New settable GDB parameters for Ada.
17639* Ada Glitches:: Known peculiarities of Ada mode.
17640@end menu
17641
17642@node Ada Mode Intro
17643@subsubsection Introduction
17644@cindex Ada mode, general
17645
17646The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
17647syntax, with some extensions.
17648The philosophy behind the design of this subset is
17649
17650@itemize @bullet
17651@item
17652That @value{GDBN} should provide basic literals and access to operations for
17653arithmetic, dereferencing, field selection, indexing, and subprogram calls,
17654leaving more sophisticated computations to subprograms written into the
17655program (which therefore may be called from @value{GDBN}).
17656
17657@item
17658That type safety and strict adherence to Ada language restrictions
17659are not particularly important to the @value{GDBN} user.
17660
17661@item
17662That brevity is important to the @value{GDBN} user.
17663@end itemize
17664
17665Thus, for brevity, the debugger acts as if all names declared in
17666user-written packages are directly visible, even if they are not visible
17667according to Ada rules, thus making it unnecessary to fully qualify most
17668names with their packages, regardless of context. Where this causes
17669ambiguity, @value{GDBN} asks the user's intent.
17670
17671The debugger will start in Ada mode if it detects an Ada main program.
17672As for other languages, it will enter Ada mode when stopped in a program that
17673was translated from an Ada source file.
17674
17675While in Ada mode, you may use `@t{--}' for comments. This is useful
17676mostly for documenting command files. The standard @value{GDBN} comment
17677(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
17678middle (to allow based literals).
17679
17680@node Omissions from Ada
17681@subsubsection Omissions from Ada
17682@cindex Ada, omissions from
17683
17684Here are the notable omissions from the subset:
17685
17686@itemize @bullet
17687@item
17688Only a subset of the attributes are supported:
17689
17690@itemize @minus
17691@item
17692@t{'First}, @t{'Last}, and @t{'Length}
17693 on array objects (not on types and subtypes).
17694
17695@item
17696@t{'Min} and @t{'Max}.
17697
17698@item
17699@t{'Pos} and @t{'Val}.
17700
17701@item
17702@t{'Tag}.
17703
17704@item
17705@t{'Range} on array objects (not subtypes), but only as the right
17706operand of the membership (@code{in}) operator.
17707
17708@item
17709@t{'Access}, @t{'Unchecked_Access}, and
17710@t{'Unrestricted_Access} (a GNAT extension).
17711
17712@item
17713@t{'Address}.
17714@end itemize
17715
17716@item
17717The names in
17718@code{Characters.Latin_1} are not available and
17719concatenation is not implemented. Thus, escape characters in strings are
17720not currently available.
17721
17722@item
17723Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
17724equality of representations. They will generally work correctly
17725for strings and arrays whose elements have integer or enumeration types.
17726They may not work correctly for arrays whose element
17727types have user-defined equality, for arrays of real values
17728(in particular, IEEE-conformant floating point, because of negative
17729zeroes and NaNs), and for arrays whose elements contain unused bits with
17730indeterminate values.
17731
17732@item
17733The other component-by-component array operations (@code{and}, @code{or},
17734@code{xor}, @code{not}, and relational tests other than equality)
17735are not implemented.
17736
17737@item
17738@cindex array aggregates (Ada)
17739@cindex record aggregates (Ada)
17740@cindex aggregates (Ada)
17741There is limited support for array and record aggregates. They are
17742permitted only on the right sides of assignments, as in these examples:
17743
17744@smallexample
17745(@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
17746(@value{GDBP}) set An_Array := (1, others => 0)
17747(@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
17748(@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
17749(@value{GDBP}) set A_Record := (1, "Peter", True);
17750(@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
17751@end smallexample
17752
17753Changing a
17754discriminant's value by assigning an aggregate has an
17755undefined effect if that discriminant is used within the record.
17756However, you can first modify discriminants by directly assigning to
17757them (which normally would not be allowed in Ada), and then performing an
17758aggregate assignment. For example, given a variable @code{A_Rec}
17759declared to have a type such as:
17760
17761@smallexample
17762type Rec (Len : Small_Integer := 0) is record
17763 Id : Integer;
17764 Vals : IntArray (1 .. Len);
17765end record;
17766@end smallexample
17767
17768you can assign a value with a different size of @code{Vals} with two
17769assignments:
17770
17771@smallexample
17772(@value{GDBP}) set A_Rec.Len := 4
17773(@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
17774@end smallexample
17775
17776As this example also illustrates, @value{GDBN} is very loose about the usual
17777rules concerning aggregates. You may leave out some of the
17778components of an array or record aggregate (such as the @code{Len}
17779component in the assignment to @code{A_Rec} above); they will retain their
17780original values upon assignment. You may freely use dynamic values as
17781indices in component associations. You may even use overlapping or
17782redundant component associations, although which component values are
17783assigned in such cases is not defined.
17784
17785@item
17786Calls to dispatching subprograms are not implemented.
17787
17788@item
17789The overloading algorithm is much more limited (i.e., less selective)
17790than that of real Ada. It makes only limited use of the context in
17791which a subexpression appears to resolve its meaning, and it is much
17792looser in its rules for allowing type matches. As a result, some
17793function calls will be ambiguous, and the user will be asked to choose
17794the proper resolution.
17795
17796@item
17797The @code{new} operator is not implemented.
17798
17799@item
17800Entry calls are not implemented.
17801
17802@item
17803Aside from printing, arithmetic operations on the native VAX floating-point
17804formats are not supported.
17805
17806@item
17807It is not possible to slice a packed array.
17808
17809@item
17810The names @code{True} and @code{False}, when not part of a qualified name,
17811are interpreted as if implicitly prefixed by @code{Standard}, regardless of
17812context.
17813Should your program
17814redefine these names in a package or procedure (at best a dubious practice),
17815you will have to use fully qualified names to access their new definitions.
17816@end itemize
17817
17818@node Additions to Ada
17819@subsubsection Additions to Ada
17820@cindex Ada, deviations from
17821
17822As it does for other languages, @value{GDBN} makes certain generic
17823extensions to Ada (@pxref{Expressions}):
17824
17825@itemize @bullet
17826@item
17827If the expression @var{E} is a variable residing in memory (typically
17828a local variable or array element) and @var{N} is a positive integer,
17829then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
17830@var{N}-1 adjacent variables following it in memory as an array. In
17831Ada, this operator is generally not necessary, since its prime use is
17832in displaying parts of an array, and slicing will usually do this in
17833Ada. However, there are occasional uses when debugging programs in
17834which certain debugging information has been optimized away.
17835
17836@item
17837@code{@var{B}::@var{var}} means ``the variable named @var{var} that
17838appears in function or file @var{B}.'' When @var{B} is a file name,
17839you must typically surround it in single quotes.
17840
17841@item
17842The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
17843@var{type} that appears at address @var{addr}.''
17844
17845@item
17846A name starting with @samp{$} is a convenience variable
17847(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
17848@end itemize
17849
17850In addition, @value{GDBN} provides a few other shortcuts and outright
17851additions specific to Ada:
17852
17853@itemize @bullet
17854@item
17855The assignment statement is allowed as an expression, returning
17856its right-hand operand as its value. Thus, you may enter
17857
17858@smallexample
17859(@value{GDBP}) set x := y + 3
17860(@value{GDBP}) print A(tmp := y + 1)
17861@end smallexample
17862
17863@item
17864The semicolon is allowed as an ``operator,'' returning as its value
17865the value of its right-hand operand.
17866This allows, for example,
17867complex conditional breaks:
17868
17869@smallexample
17870(@value{GDBP}) break f
17871(@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
17872@end smallexample
17873
17874@item
17875Rather than use catenation and symbolic character names to introduce special
17876characters into strings, one may instead use a special bracket notation,
17877which is also used to print strings. A sequence of characters of the form
17878@samp{["@var{XX}"]} within a string or character literal denotes the
17879(single) character whose numeric encoding is @var{XX} in hexadecimal. The
17880sequence of characters @samp{["""]} also denotes a single quotation mark
17881in strings. For example,
17882@smallexample
17883 "One line.["0a"]Next line.["0a"]"
17884@end smallexample
17885@noindent
17886contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
17887after each period.
17888
17889@item
17890The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
17891@t{'Max} is optional (and is ignored in any case). For example, it is valid
17892to write
17893
17894@smallexample
17895(@value{GDBP}) print 'max(x, y)
17896@end smallexample
17897
17898@item
17899When printing arrays, @value{GDBN} uses positional notation when the
17900array has a lower bound of 1, and uses a modified named notation otherwise.
17901For example, a one-dimensional array of three integers with a lower bound
17902of 3 might print as
17903
17904@smallexample
17905(3 => 10, 17, 1)
17906@end smallexample
17907
17908@noindent
17909That is, in contrast to valid Ada, only the first component has a @code{=>}
17910clause.
17911
17912@item
17913You may abbreviate attributes in expressions with any unique,
17914multi-character subsequence of
17915their names (an exact match gets preference).
17916For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
17917in place of @t{a'length}.
17918
17919@item
17920@cindex quoting Ada internal identifiers
17921Since Ada is case-insensitive, the debugger normally maps identifiers you type
17922to lower case. The GNAT compiler uses upper-case characters for
17923some of its internal identifiers, which are normally of no interest to users.
17924For the rare occasions when you actually have to look at them,
17925enclose them in angle brackets to avoid the lower-case mapping.
17926For example,
17927@smallexample
17928(@value{GDBP}) print <JMPBUF_SAVE>[0]
17929@end smallexample
17930
17931@item
17932Printing an object of class-wide type or dereferencing an
17933access-to-class-wide value will display all the components of the object's
17934specific type (as indicated by its run-time tag). Likewise, component
17935selection on such a value will operate on the specific type of the
17936object.
17937
17938@end itemize
17939
17940@node Overloading support for Ada
17941@subsubsection Overloading support for Ada
17942@cindex overloading, Ada
17943
17944The debugger supports limited overloading. Given a subprogram call in which
17945the function symbol has multiple definitions, it will use the number of
17946actual parameters and some information about their types to attempt to narrow
17947the set of definitions. It also makes very limited use of context, preferring
17948procedures to functions in the context of the @code{call} command, and
17949functions to procedures elsewhere.
17950
17951If, after narrowing, the set of matching definitions still contains more than
17952one definition, @value{GDBN} will display a menu to query which one it should
17953use, for instance:
17954
17955@smallexample
17956(@value{GDBP}) print f(1)
17957Multiple matches for f
17958[0] cancel
17959[1] foo.f (integer) return boolean at foo.adb:23
17960[2] foo.f (foo.new_integer) return boolean at foo.adb:28
17961>
17962@end smallexample
17963
17964In this case, just select one menu entry either to cancel expression evaluation
17965(type @kbd{0} and press @key{RET}) or to continue evaluation with a specific
17966instance (type the corresponding number and press @key{RET}).
17967
17968Here are a couple of commands to customize @value{GDBN}'s behavior in this
17969case:
17970
17971@table @code
17972
17973@kindex set ada print-signatures
17974@item set ada print-signatures
17975Control whether parameter types and return types are displayed in overloads
17976selection menus. It is @code{on} by default.
17977@xref{Overloading support for Ada}.
17978
17979@kindex show ada print-signatures
17980@item show ada print-signatures
17981Show the current setting for displaying parameter types and return types in
17982overloads selection menu.
17983@xref{Overloading support for Ada}.
17984
17985@end table
17986
17987@node Stopping Before Main Program
17988@subsubsection Stopping at the Very Beginning
17989
17990@cindex breakpointing Ada elaboration code
17991It is sometimes necessary to debug the program during elaboration, and
17992before reaching the main procedure.
17993As defined in the Ada Reference
17994Manual, the elaboration code is invoked from a procedure called
17995@code{adainit}. To run your program up to the beginning of
17996elaboration, simply use the following two commands:
17997@code{tbreak adainit} and @code{run}.
17998
17999@node Ada Exceptions
18000@subsubsection Ada Exceptions
18001
18002A command is provided to list all Ada exceptions:
18003
18004@table @code
18005@kindex info exceptions
18006@item info exceptions
18007@itemx info exceptions @var{regexp}
18008The @code{info exceptions} command allows you to list all Ada exceptions
18009defined within the program being debugged, as well as their addresses.
18010With a regular expression, @var{regexp}, as argument, only those exceptions
18011whose names match @var{regexp} are listed.
18012@end table
18013
18014Below is a small example, showing how the command can be used, first
18015without argument, and next with a regular expression passed as an
18016argument.
18017
18018@smallexample
18019(@value{GDBP}) info exceptions
18020All defined Ada exceptions:
18021constraint_error: 0x613da0
18022program_error: 0x613d20
18023storage_error: 0x613ce0
18024tasking_error: 0x613ca0
18025const.aint_global_e: 0x613b00
18026(@value{GDBP}) info exceptions const.aint
18027All Ada exceptions matching regular expression "const.aint":
18028constraint_error: 0x613da0
18029const.aint_global_e: 0x613b00
18030@end smallexample
18031
18032It is also possible to ask @value{GDBN} to stop your program's execution
18033when an exception is raised. For more details, see @ref{Set Catchpoints}.
18034
18035@node Ada Tasks
18036@subsubsection Extensions for Ada Tasks
18037@cindex Ada, tasking
18038
18039Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
18040@value{GDBN} provides the following task-related commands:
18041
18042@table @code
18043@kindex info tasks
18044@item info tasks
18045This command shows a list of current Ada tasks, as in the following example:
18046
18047
18048@smallexample
18049@iftex
18050@leftskip=0.5cm
18051@end iftex
18052(@value{GDBP}) info tasks
18053 ID TID P-ID Pri State Name
18054 1 8088000 0 15 Child Activation Wait main_task
18055 2 80a4000 1 15 Accept Statement b
18056 3 809a800 1 15 Child Activation Wait a
18057* 4 80ae800 3 15 Runnable c
18058
18059@end smallexample
18060
18061@noindent
18062In this listing, the asterisk before the last task indicates it to be the
18063task currently being inspected.
18064
18065@table @asis
18066@item ID
18067Represents @value{GDBN}'s internal task number.
18068
18069@item TID
18070The Ada task ID.
18071
18072@item P-ID
18073The parent's task ID (@value{GDBN}'s internal task number).
18074
18075@item Pri
18076The base priority of the task.
18077
18078@item State
18079Current state of the task.
18080
18081@table @code
18082@item Unactivated
18083The task has been created but has not been activated. It cannot be
18084executing.
18085
18086@item Runnable
18087The task is not blocked for any reason known to Ada. (It may be waiting
18088for a mutex, though.) It is conceptually "executing" in normal mode.
18089
18090@item Terminated
18091The task is terminated, in the sense of ARM 9.3 (5). Any dependents
18092that were waiting on terminate alternatives have been awakened and have
18093terminated themselves.
18094
18095@item Child Activation Wait
18096The task is waiting for created tasks to complete activation.
18097
18098@item Accept Statement
18099The task is waiting on an accept or selective wait statement.
18100
18101@item Waiting on entry call
18102The task is waiting on an entry call.
18103
18104@item Async Select Wait
18105The task is waiting to start the abortable part of an asynchronous
18106select statement.
18107
18108@item Delay Sleep
18109The task is waiting on a select statement with only a delay
18110alternative open.
18111
18112@item Child Termination Wait
18113The task is sleeping having completed a master within itself, and is
18114waiting for the tasks dependent on that master to become terminated or
18115waiting on a terminate Phase.
18116
18117@item Wait Child in Term Alt
18118The task is sleeping waiting for tasks on terminate alternatives to
18119finish terminating.
18120
18121@item Accepting RV with @var{taskno}
18122The task is accepting a rendez-vous with the task @var{taskno}.
18123@end table
18124
18125@item Name
18126Name of the task in the program.
18127
18128@end table
18129
18130@kindex info task @var{taskno}
18131@item info task @var{taskno}
18132This command shows detailed informations on the specified task, as in
18133the following example:
18134@smallexample
18135@iftex
18136@leftskip=0.5cm
18137@end iftex
18138(@value{GDBP}) info tasks
18139 ID TID P-ID Pri State Name
18140 1 8077880 0 15 Child Activation Wait main_task
18141* 2 807c468 1 15 Runnable task_1
18142(@value{GDBP}) info task 2
18143Ada Task: 0x807c468
18144Name: "task_1"
18145Thread: 0
18146LWP: 0x1fac
18147Parent: 1 ("main_task")
18148Base Priority: 15
18149State: Runnable
18150@end smallexample
18151
18152@item task
18153@kindex task@r{ (Ada)}
18154@cindex current Ada task ID
18155This command prints the ID and name of the current task.
18156
18157@smallexample
18158@iftex
18159@leftskip=0.5cm
18160@end iftex
18161(@value{GDBP}) info tasks
18162 ID TID P-ID Pri State Name
18163 1 8077870 0 15 Child Activation Wait main_task
18164* 2 807c458 1 15 Runnable some_task
18165(@value{GDBP}) task
18166[Current task is 2 "some_task"]
18167@end smallexample
18168
18169@item task @var{taskno}
18170@cindex Ada task switching
18171This command is like the @code{thread @var{thread-id}}
18172command (@pxref{Threads}). It switches the context of debugging
18173from the current task to the given task.
18174
18175@smallexample
18176@iftex
18177@leftskip=0.5cm
18178@end iftex
18179(@value{GDBP}) info tasks
18180 ID TID P-ID Pri State Name
18181 1 8077870 0 15 Child Activation Wait main_task
18182* 2 807c458 1 15 Runnable some_task
18183(@value{GDBP}) task 1
18184[Switching to task 1 "main_task"]
18185#0 0x8067726 in pthread_cond_wait ()
18186(@value{GDBP}) bt
18187#0 0x8067726 in pthread_cond_wait ()
18188#1 0x8056714 in system.os_interface.pthread_cond_wait ()
18189#2 0x805cb63 in system.task_primitives.operations.sleep ()
18190#3 0x806153e in system.tasking.stages.activate_tasks ()
18191#4 0x804aacc in un () at un.adb:5
18192@end smallexample
18193
18194@item break @var{location} task @var{taskno}
18195@itemx break @var{location} task @var{taskno} if @dots{}
18196@cindex breakpoints and tasks, in Ada
18197@cindex task breakpoints, in Ada
18198@kindex break @dots{} task @var{taskno}@r{ (Ada)}
18199These commands are like the @code{break @dots{} thread @dots{}}
18200command (@pxref{Thread Stops}). The
18201@var{location} argument specifies source lines, as described
18202in @ref{Specify Location}.
18203
18204Use the qualifier @samp{task @var{taskno}} with a breakpoint command
18205to specify that you only want @value{GDBN} to stop the program when a
18206particular Ada task reaches this breakpoint. The @var{taskno} is one of the
18207numeric task identifiers assigned by @value{GDBN}, shown in the first
18208column of the @samp{info tasks} display.
18209
18210If you do not specify @samp{task @var{taskno}} when you set a
18211breakpoint, the breakpoint applies to @emph{all} tasks of your
18212program.
18213
18214You can use the @code{task} qualifier on conditional breakpoints as
18215well; in this case, place @samp{task @var{taskno}} before the
18216breakpoint condition (before the @code{if}).
18217
18218For example,
18219
18220@smallexample
18221@iftex
18222@leftskip=0.5cm
18223@end iftex
18224(@value{GDBP}) info tasks
18225 ID TID P-ID Pri State Name
18226 1 140022020 0 15 Child Activation Wait main_task
18227 2 140045060 1 15 Accept/Select Wait t2
18228 3 140044840 1 15 Runnable t1
18229* 4 140056040 1 15 Runnable t3
18230(@value{GDBP}) b 15 task 2
18231Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
18232(@value{GDBP}) cont
18233Continuing.
18234task # 1 running
18235task # 2 running
18236
18237Breakpoint 5, test_task_debug () at test_task_debug.adb:15
1823815 flush;
18239(@value{GDBP}) info tasks
18240 ID TID P-ID Pri State Name
18241 1 140022020 0 15 Child Activation Wait main_task
18242* 2 140045060 1 15 Runnable t2
18243 3 140044840 1 15 Runnable t1
18244 4 140056040 1 15 Delay Sleep t3
18245@end smallexample
18246@end table
18247
18248@node Ada Tasks and Core Files
18249@subsubsection Tasking Support when Debugging Core Files
18250@cindex Ada tasking and core file debugging
18251
18252When inspecting a core file, as opposed to debugging a live program,
18253tasking support may be limited or even unavailable, depending on
18254the platform being used.
18255For instance, on x86-linux, the list of tasks is available, but task
18256switching is not supported.
18257
18258On certain platforms, the debugger needs to perform some
18259memory writes in order to provide Ada tasking support. When inspecting
18260a core file, this means that the core file must be opened with read-write
18261privileges, using the command @samp{"set write on"} (@pxref{Patching}).
18262Under these circumstances, you should make a backup copy of the core
18263file before inspecting it with @value{GDBN}.
18264
18265@node Ravenscar Profile
18266@subsubsection Tasking Support when using the Ravenscar Profile
18267@cindex Ravenscar Profile
18268
18269The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
18270specifically designed for systems with safety-critical real-time
18271requirements.
18272
18273@table @code
18274@kindex set ravenscar task-switching on
18275@cindex task switching with program using Ravenscar Profile
18276@item set ravenscar task-switching on
18277Allows task switching when debugging a program that uses the Ravenscar
18278Profile. This is the default.
18279
18280@kindex set ravenscar task-switching off
18281@item set ravenscar task-switching off
18282Turn off task switching when debugging a program that uses the Ravenscar
18283Profile. This is mostly intended to disable the code that adds support
18284for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
18285the Ravenscar runtime is preventing @value{GDBN} from working properly.
18286To be effective, this command should be run before the program is started.
18287
18288@kindex show ravenscar task-switching
18289@item show ravenscar task-switching
18290Show whether it is possible to switch from task to task in a program
18291using the Ravenscar Profile.
18292
18293@end table
18294
18295@node Ada Settings
18296@subsubsection Ada Settings
18297@cindex Ada settings
18298
18299@table @code
18300@kindex set varsize-limit
18301@item set varsize-limit @var{size}
18302Prevent @value{GDBN} from attempting to evaluate objects whose size
18303is above the given limit (@var{size}) when those sizes are computed
18304from run-time quantities. This is typically the case when the object
18305has a variable size, such as an array whose bounds are not known at
18306compile time for example. Setting @var{size} to @code{unlimited}
18307removes the size limitation. By default, the limit is about 65KB.
18308
18309The purpose of having such a limit is to prevent @value{GDBN} from
18310trying to grab enormous chunks of virtual memory when asked to evaluate
18311a quantity whose bounds have been corrupted or have not yet been fully
18312initialized. The limit applies to the results of some subexpressions
18313as well as to complete expressions. For example, an expression denoting
18314a simple integer component, such as @code{x.y.z}, may fail if the size of
18315@code{x.y} is variable and exceeds @code{size}. On the other hand,
18316@value{GDBN} is sometimes clever; the expression @code{A(i)}, where
18317@code{A} is an array variable with non-constant size, will generally
18318succeed regardless of the bounds on @code{A}, as long as the component
18319size is less than @var{size}.
18320
18321@kindex show varsize-limit
18322@item show varsize-limit
18323Show the limit on types whose size is determined by run-time quantities.
18324@end table
18325
18326@node Ada Glitches
18327@subsubsection Known Peculiarities of Ada Mode
18328@cindex Ada, problems
18329
18330Besides the omissions listed previously (@pxref{Omissions from Ada}),
18331we know of several problems with and limitations of Ada mode in
18332@value{GDBN},
18333some of which will be fixed with planned future releases of the debugger
18334and the GNU Ada compiler.
18335
18336@itemize @bullet
18337@item
18338Static constants that the compiler chooses not to materialize as objects in
18339storage are invisible to the debugger.
18340
18341@item
18342Named parameter associations in function argument lists are ignored (the
18343argument lists are treated as positional).
18344
18345@item
18346Many useful library packages are currently invisible to the debugger.
18347
18348@item
18349Fixed-point arithmetic, conversions, input, and output is carried out using
18350floating-point arithmetic, and may give results that only approximate those on
18351the host machine.
18352
18353@item
18354The GNAT compiler never generates the prefix @code{Standard} for any of
18355the standard symbols defined by the Ada language. @value{GDBN} knows about
18356this: it will strip the prefix from names when you use it, and will never
18357look for a name you have so qualified among local symbols, nor match against
18358symbols in other packages or subprograms. If you have
18359defined entities anywhere in your program other than parameters and
18360local variables whose simple names match names in @code{Standard},
18361GNAT's lack of qualification here can cause confusion. When this happens,
18362you can usually resolve the confusion
18363by qualifying the problematic names with package
18364@code{Standard} explicitly.
18365@end itemize
18366
18367Older versions of the compiler sometimes generate erroneous debugging
18368information, resulting in the debugger incorrectly printing the value
18369of affected entities. In some cases, the debugger is able to work
18370around an issue automatically. In other cases, the debugger is able
18371to work around the issue, but the work-around has to be specifically
18372enabled.
18373
18374@kindex set ada trust-PAD-over-XVS
18375@kindex show ada trust-PAD-over-XVS
18376@table @code
18377
18378@item set ada trust-PAD-over-XVS on
18379Configure GDB to strictly follow the GNAT encoding when computing the
18380value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
18381types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
18382a complete description of the encoding used by the GNAT compiler).
18383This is the default.
18384
18385@item set ada trust-PAD-over-XVS off
18386This is related to the encoding using by the GNAT compiler. If @value{GDBN}
18387sometimes prints the wrong value for certain entities, changing @code{ada
18388trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
18389the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
18390@code{off}, but this incurs a slight performance penalty, so it is
18391recommended to leave this setting to @code{on} unless necessary.
18392
18393@end table
18394
18395@cindex GNAT descriptive types
18396@cindex GNAT encoding
18397Internally, the debugger also relies on the compiler following a number
18398of conventions known as the @samp{GNAT Encoding}, all documented in
18399@file{gcc/ada/exp_dbug.ads} in the GCC sources. This encoding describes
18400how the debugging information should be generated for certain types.
18401In particular, this convention makes use of @dfn{descriptive types},
18402which are artificial types generated purely to help the debugger.
18403
18404These encodings were defined at a time when the debugging information
18405format used was not powerful enough to describe some of the more complex
18406types available in Ada. Since DWARF allows us to express nearly all
18407Ada features, the long-term goal is to slowly replace these descriptive
18408types by their pure DWARF equivalent. To facilitate that transition,
18409a new maintenance option is available to force the debugger to ignore
18410those descriptive types. It allows the user to quickly evaluate how
18411well @value{GDBN} works without them.
18412
18413@table @code
18414
18415@kindex maint ada set ignore-descriptive-types
18416@item maintenance ada set ignore-descriptive-types [on|off]
18417Control whether the debugger should ignore descriptive types.
18418The default is not to ignore descriptives types (@code{off}).
18419
18420@kindex maint ada show ignore-descriptive-types
18421@item maintenance ada show ignore-descriptive-types
18422Show if descriptive types are ignored by @value{GDBN}.
18423
18424@end table
18425
18426@node HIP
18427@subsection HIP
18428@cindex HIP
18429
18430@value{GDBN} supports the
18431@url{https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_kernel_language.md,
18432HIP Programming Language}.
18433
18434@c TODO: Add any language specific differences.
18435
18436@node Unsupported Languages
18437@section Unsupported Languages
18438
18439@cindex unsupported languages
18440@cindex minimal language
18441In addition to the other fully-supported programming languages,
18442@value{GDBN} also provides a pseudo-language, called @code{minimal}.
18443It does not represent a real programming language, but provides a set
18444of capabilities close to what the C or assembly languages provide.
18445This should allow most simple operations to be performed while debugging
18446an application that uses a language currently not supported by @value{GDBN}.
18447
18448If the language is set to @code{auto}, @value{GDBN} will automatically
18449select this language if the current frame corresponds to an unsupported
18450language.
18451
18452@node Symbols
18453@chapter Examining the Symbol Table
18454
18455The commands described in this chapter allow you to inquire about the
18456symbols (names of variables, functions and types) defined in your
18457program. This information is inherent in the text of your program and
18458does not change as your program executes. @value{GDBN} finds it in your
18459program's symbol table, in the file indicated when you started @value{GDBN}
18460(@pxref{File Options, ,Choosing Files}), or by one of the
18461file-management commands (@pxref{Files, ,Commands to Specify Files}).
18462
18463@cindex symbol names
18464@cindex names of symbols
18465@cindex quoting names
18466@anchor{quoting names}
18467Occasionally, you may need to refer to symbols that contain unusual
18468characters, which @value{GDBN} ordinarily treats as word delimiters. The
18469most frequent case is in referring to static variables in other
18470source files (@pxref{Variables,,Program Variables}). File names
18471are recorded in object files as debugging symbols, but @value{GDBN} would
18472ordinarily parse a typical file name, like @file{foo.c}, as the three words
18473@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
18474@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
18475
18476@smallexample
18477p 'foo.c'::x
18478@end smallexample
18479
18480@noindent
18481looks up the value of @code{x} in the scope of the file @file{foo.c}.
18482
18483@table @code
18484@cindex case-insensitive symbol names
18485@cindex case sensitivity in symbol names
18486@kindex set case-sensitive
18487@item set case-sensitive on
18488@itemx set case-sensitive off
18489@itemx set case-sensitive auto
18490Normally, when @value{GDBN} looks up symbols, it matches their names
18491with case sensitivity determined by the current source language.
18492Occasionally, you may wish to control that. The command @code{set
18493case-sensitive} lets you do that by specifying @code{on} for
18494case-sensitive matches or @code{off} for case-insensitive ones. If
18495you specify @code{auto}, case sensitivity is reset to the default
18496suitable for the source language. The default is case-sensitive
18497matches for all languages except for Fortran, for which the default is
18498case-insensitive matches.
18499
18500@kindex show case-sensitive
18501@item show case-sensitive
18502This command shows the current setting of case sensitivity for symbols
18503lookups.
18504
18505@kindex set print type methods
18506@item set print type methods
18507@itemx set print type methods on
18508@itemx set print type methods off
18509Normally, when @value{GDBN} prints a class, it displays any methods
18510declared in that class. You can control this behavior either by
18511passing the appropriate flag to @code{ptype}, or using @command{set
18512print type methods}. Specifying @code{on} will cause @value{GDBN} to
18513display the methods; this is the default. Specifying @code{off} will
18514cause @value{GDBN} to omit the methods.
18515
18516@kindex show print type methods
18517@item show print type methods
18518This command shows the current setting of method display when printing
18519classes.
18520
18521@kindex set print type nested-type-limit
18522@item set print type nested-type-limit @var{limit}
18523@itemx set print type nested-type-limit unlimited
18524Set the limit of displayed nested types that the type printer will
18525show. A @var{limit} of @code{unlimited} or @code{-1} will show all
18526nested definitions. By default, the type printer will not show any nested
18527types defined in classes.
18528
18529@kindex show print type nested-type-limit
18530@item show print type nested-type-limit
18531This command shows the current display limit of nested types when
18532printing classes.
18533
18534@kindex set print type typedefs
18535@item set print type typedefs
18536@itemx set print type typedefs on
18537@itemx set print type typedefs off
18538
18539Normally, when @value{GDBN} prints a class, it displays any typedefs
18540defined in that class. You can control this behavior either by
18541passing the appropriate flag to @code{ptype}, or using @command{set
18542print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
18543display the typedef definitions; this is the default. Specifying
18544@code{off} will cause @value{GDBN} to omit the typedef definitions.
18545Note that this controls whether the typedef definition itself is
18546printed, not whether typedef names are substituted when printing other
18547types.
18548
18549@kindex show print type typedefs
18550@item show print type typedefs
18551This command shows the current setting of typedef display when
18552printing classes.
18553
18554@kindex info address
18555@cindex address of a symbol
18556@item info address @var{symbol}
18557Describe where the data for @var{symbol} is stored. For a register
18558variable, this says which register it is kept in. For a non-register
18559local variable, this prints the stack-frame offset at which the variable
18560is always stored.
18561
18562Note the contrast with @samp{print &@var{symbol}}, which does not work
18563at all for a register variable, and for a stack local variable prints
18564the exact address of the current instantiation of the variable.
18565
18566@kindex info symbol
18567@cindex symbol from address
18568@cindex closest symbol and offset for an address
18569@item info symbol @var{addr}
18570Print the name of a symbol which is stored at the address @var{addr}.
18571If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
18572nearest symbol and an offset from it:
18573
18574@smallexample
18575(@value{GDBP}) info symbol 0x54320
18576_initialize_vx + 396 in section .text
18577@end smallexample
18578
18579@noindent
18580This is the opposite of the @code{info address} command. You can use
18581it to find out the name of a variable or a function given its address.
18582
18583For dynamically linked executables, the name of executable or shared
18584library containing the symbol is also printed:
18585
18586@smallexample
18587(@value{GDBP}) info symbol 0x400225
18588_start + 5 in section .text of /tmp/a.out
18589(@value{GDBP}) info symbol 0x2aaaac2811cf
18590__read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
18591@end smallexample
18592
18593@kindex demangle
18594@cindex demangle
18595@item demangle @r{[}-l @var{language}@r{]} @r{[}@var{--}@r{]} @var{name}
18596Demangle @var{name}.
18597If @var{language} is provided it is the name of the language to demangle
18598@var{name} in. Otherwise @var{name} is demangled in the current language.
18599
18600The @samp{--} option specifies the end of options,
18601and is useful when @var{name} begins with a dash.
18602
18603The parameter @code{demangle-style} specifies how to interpret the kind
18604of mangling used. @xref{Print Settings}.
18605
18606@kindex whatis
18607@item whatis[/@var{flags}] [@var{arg}]
18608Print the data type of @var{arg}, which can be either an expression
18609or a name of a data type. With no argument, print the data type of
18610@code{$}, the last value in the value history.
18611
18612If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
18613is not actually evaluated, and any side-effecting operations (such as
18614assignments or function calls) inside it do not take place.
18615
18616If @var{arg} is a variable or an expression, @code{whatis} prints its
18617literal type as it is used in the source code. If the type was
18618defined using a @code{typedef}, @code{whatis} will @emph{not} print
18619the data type underlying the @code{typedef}. If the type of the
18620variable or the expression is a compound data type, such as
18621@code{struct} or @code{class}, @code{whatis} never prints their
18622fields or methods. It just prints the @code{struct}/@code{class}
18623name (a.k.a.@: its @dfn{tag}). If you want to see the members of
18624such a compound data type, use @code{ptype}.
18625
18626If @var{arg} is a type name that was defined using @code{typedef},
18627@code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
18628Unrolling means that @code{whatis} will show the underlying type used
18629in the @code{typedef} declaration of @var{arg}. However, if that
18630underlying type is also a @code{typedef}, @code{whatis} will not
18631unroll it.
18632
18633For C code, the type names may also have the form @samp{class
18634@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
18635@var{union-tag}} or @samp{enum @var{enum-tag}}.
18636
18637@var{flags} can be used to modify how the type is displayed.
18638Available flags are:
18639
18640@table @code
18641@item r
18642Display in ``raw'' form. Normally, @value{GDBN} substitutes template
18643parameters and typedefs defined in a class when printing the class'
18644members. The @code{/r} flag disables this.
18645
18646@item m
18647Do not print methods defined in the class.
18648
18649@item M
18650Print methods defined in the class. This is the default, but the flag
18651exists in case you change the default with @command{set print type methods}.
18652
18653@item t
18654Do not print typedefs defined in the class. Note that this controls
18655whether the typedef definition itself is printed, not whether typedef
18656names are substituted when printing other types.
18657
18658@item T
18659Print typedefs defined in the class. This is the default, but the flag
18660exists in case you change the default with @command{set print type typedefs}.
18661
18662@item o
18663Print the offsets and sizes of fields in a struct, similar to what the
18664@command{pahole} tool does. This option implies the @code{/tm} flags.
18665
18666For example, given the following declarations:
18667
18668@smallexample
18669struct tuv
18670@{
18671 int a1;
18672 char *a2;
18673 int a3;
18674@};
18675
18676struct xyz
18677@{
18678 int f1;
18679 char f2;
18680 void *f3;
18681 struct tuv f4;
18682@};
18683
18684union qwe
18685@{
18686 struct tuv fff1;
18687 struct xyz fff2;
18688@};
18689
18690struct tyu
18691@{
18692 int a1 : 1;
18693 int a2 : 3;
18694 int a3 : 23;
18695 char a4 : 2;
18696 int64_t a5;
18697 int a6 : 5;
18698 int64_t a7 : 3;
18699@};
18700@end smallexample
18701
18702Issuing a @kbd{ptype /o struct tuv} command would print:
18703
18704@smallexample
18705(@value{GDBP}) ptype /o struct tuv
18706/* offset | size */ type = struct tuv @{
18707/* 0 | 4 */ int a1;
18708/* XXX 4-byte hole */
18709/* 8 | 8 */ char *a2;
18710/* 16 | 4 */ int a3;
18711
18712 /* total size (bytes): 24 */
18713 @}
18714@end smallexample
18715
18716Notice the format of the first column of comments. There, you can
18717find two parts separated by the @samp{|} character: the @emph{offset},
18718which indicates where the field is located inside the struct, in
18719bytes, and the @emph{size} of the field. Another interesting line is
18720the marker of a @emph{hole} in the struct, indicating that it may be
18721possible to pack the struct and make it use less space by reorganizing
18722its fields.
18723
18724It is also possible to print offsets inside an union:
18725
18726@smallexample
18727(@value{GDBP}) ptype /o union qwe
18728/* offset | size */ type = union qwe @{
18729/* 24 */ struct tuv @{
18730/* 0 | 4 */ int a1;
18731/* XXX 4-byte hole */
18732/* 8 | 8 */ char *a2;
18733/* 16 | 4 */ int a3;
18734
18735 /* total size (bytes): 24 */
18736 @} fff1;
18737/* 40 */ struct xyz @{
18738/* 0 | 4 */ int f1;
18739/* 4 | 1 */ char f2;
18740/* XXX 3-byte hole */
18741/* 8 | 8 */ void *f3;
18742/* 16 | 24 */ struct tuv @{
18743/* 16 | 4 */ int a1;
18744/* XXX 4-byte hole */
18745/* 24 | 8 */ char *a2;
18746/* 32 | 4 */ int a3;
18747
18748 /* total size (bytes): 24 */
18749 @} f4;
18750
18751 /* total size (bytes): 40 */
18752 @} fff2;
18753
18754 /* total size (bytes): 40 */
18755 @}
18756@end smallexample
18757
18758In this case, since @code{struct tuv} and @code{struct xyz} occupy the
18759same space (because we are dealing with an union), the offset is not
18760printed for them. However, you can still examine the offset of each
18761of these structures' fields.
18762
18763Another useful scenario is printing the offsets of a struct containing
18764bitfields:
18765
18766@smallexample
18767(@value{GDBP}) ptype /o struct tyu
18768/* offset | size */ type = struct tyu @{
18769/* 0:31 | 4 */ int a1 : 1;
18770/* 0:28 | 4 */ int a2 : 3;
18771/* 0: 5 | 4 */ int a3 : 23;
18772/* 3: 3 | 1 */ signed char a4 : 2;
18773/* XXX 3-bit hole */
18774/* XXX 4-byte hole */
18775/* 8 | 8 */ int64_t a5;
18776/* 16: 0 | 4 */ int a6 : 5;
18777/* 16: 5 | 8 */ int64_t a7 : 3;
18778"/* XXX 7-byte padding */
18779
18780 /* total size (bytes): 24 */
18781 @}
18782@end smallexample
18783
18784Note how the offset information is now extended to also include the
18785first bit of the bitfield.
18786@end table
18787
18788@kindex ptype
18789@item ptype[/@var{flags}] [@var{arg}]
18790@code{ptype} accepts the same arguments as @code{whatis}, but prints a
18791detailed description of the type, instead of just the name of the type.
18792@xref{Expressions, ,Expressions}.
18793
18794Contrary to @code{whatis}, @code{ptype} always unrolls any
18795@code{typedef}s in its argument declaration, whether the argument is
18796a variable, expression, or a data type. This means that @code{ptype}
18797of a variable or an expression will not print literally its type as
18798present in the source code---use @code{whatis} for that. @code{typedef}s at
18799the pointer or reference targets are also unrolled. Only @code{typedef}s of
18800fields, methods and inner @code{class typedef}s of @code{struct}s,
18801@code{class}es and @code{union}s are not unrolled even with @code{ptype}.
18802
18803For example, for this variable declaration:
18804
18805@smallexample
18806typedef double real_t;
18807struct complex @{ real_t real; double imag; @};
18808typedef struct complex complex_t;
18809complex_t var;
18810real_t *real_pointer_var;
18811@end smallexample
18812
18813@noindent
18814the two commands give this output:
18815
18816@smallexample
18817@group
18818(@value{GDBP}) whatis var
18819type = complex_t
18820(@value{GDBP}) ptype var
18821type = struct complex @{
18822 real_t real;
18823 double imag;
18824@}
18825(@value{GDBP}) whatis complex_t
18826type = struct complex
18827(@value{GDBP}) whatis struct complex
18828type = struct complex
18829(@value{GDBP}) ptype struct complex
18830type = struct complex @{
18831 real_t real;
18832 double imag;
18833@}
18834(@value{GDBP}) whatis real_pointer_var
18835type = real_t *
18836(@value{GDBP}) ptype real_pointer_var
18837type = double *
18838@end group
18839@end smallexample
18840
18841@noindent
18842As with @code{whatis}, using @code{ptype} without an argument refers to
18843the type of @code{$}, the last value in the value history.
18844
18845@cindex incomplete type
18846Sometimes, programs use opaque data types or incomplete specifications
18847of complex data structure. If the debug information included in the
18848program does not allow @value{GDBN} to display a full declaration of
18849the data type, it will say @samp{<incomplete type>}. For example,
18850given these declarations:
18851
18852@smallexample
18853 struct foo;
18854 struct foo *fooptr;
18855@end smallexample
18856
18857@noindent
18858but no definition for @code{struct foo} itself, @value{GDBN} will say:
18859
18860@smallexample
18861 (@value{GDBP}) ptype foo
18862 $1 = <incomplete type>
18863@end smallexample
18864
18865@noindent
18866``Incomplete type'' is C terminology for data types that are not
18867completely specified.
18868
18869@cindex unknown type
18870Othertimes, information about a variable's type is completely absent
18871from the debug information included in the program. This most often
18872happens when the program or library where the variable is defined
18873includes no debug information at all. @value{GDBN} knows the variable
18874exists from inspecting the linker/loader symbol table (e.g., the ELF
18875dynamic symbol table), but such symbols do not contain type
18876information. Inspecting the type of a (global) variable for which
18877@value{GDBN} has no type information shows:
18878
18879@smallexample
18880 (@value{GDBP}) ptype var
18881 type = <data variable, no debug info>
18882@end smallexample
18883
18884@xref{Variables, no debug info variables}, for how to print the values
18885of such variables.
18886
18887@kindex info types
18888@item info types [-q] [@var{regexp}]
18889Print a brief description of all types whose names match the regular
18890expression @var{regexp} (or all types in your program, if you supply
18891no argument). Each complete typename is matched as though it were a
18892complete line; thus, @samp{i type value} gives information on all
18893types in your program whose names include the string @code{value}, but
18894@samp{i type ^value$} gives information only on types whose complete
18895name is @code{value}.
18896
18897In programs using different languages, @value{GDBN} chooses the syntax
18898to print the type description according to the
18899@samp{set language} value: using @samp{set language auto}
18900(see @ref{Automatically, ,Set Language Automatically}) means to use the
18901language of the type, other values mean to use
18902the manually specified language (see @ref{Manually, ,Set Language Manually}).
18903
18904This command differs from @code{ptype} in two ways: first, like
18905@code{whatis}, it does not print a detailed description; second, it
18906lists all source files and line numbers where a type is defined.
18907
18908The output from @samp{into types} is proceeded with a header line
18909describing what types are being listed. The optional flag @samp{-q},
18910which stands for @samp{quiet}, disables printing this header
18911information.
18912
18913@kindex info type-printers
18914@item info type-printers
18915Versions of @value{GDBN} that ship with Python scripting enabled may
18916have ``type printers'' available. When using @command{ptype} or
18917@command{whatis}, these printers are consulted when the name of a type
18918is needed. @xref{Type Printing API}, for more information on writing
18919type printers.
18920
18921@code{info type-printers} displays all the available type printers.
18922
18923@kindex enable type-printer
18924@kindex disable type-printer
18925@item enable type-printer @var{name}@dots{}
18926@item disable type-printer @var{name}@dots{}
18927These commands can be used to enable or disable type printers.
18928
18929@kindex info scope
18930@cindex local variables
18931@item info scope @var{location}
18932List all the variables local to a particular scope. This command
18933accepts a @var{location} argument---a function name, a source line, or
18934an address preceded by a @samp{*}, and prints all the variables local
18935to the scope defined by that location. (@xref{Specify Location}, for
18936details about supported forms of @var{location}.) For example:
18937
18938@smallexample
18939(@value{GDBP}) @b{info scope command_line_handler}
18940Scope for command_line_handler:
18941Symbol rl is an argument at stack/frame offset 8, length 4.
18942Symbol linebuffer is in static storage at address 0x150a18, length 4.
18943Symbol linelength is in static storage at address 0x150a1c, length 4.
18944Symbol p is a local variable in register $esi, length 4.
18945Symbol p1 is a local variable in register $ebx, length 4.
18946Symbol nline is a local variable in register $edx, length 4.
18947Symbol repeat is a local variable at frame offset -8, length 4.
18948@end smallexample
18949
18950@noindent
18951This command is especially useful for determining what data to collect
18952during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
18953collect}.
18954
18955@kindex info source
18956@item info source
18957Show information about the current source file---that is, the source file for
18958the function containing the current point of execution:
18959@itemize @bullet
18960@item
18961the name of the source file, and the directory containing it,
18962@item
18963the directory it was compiled in,
18964@item
18965its length, in lines,
18966@item
18967which programming language it is written in,
18968@item
18969if the debug information provides it, the program that compiled the file
18970(which may include, e.g., the compiler version and command line arguments),
18971@item
18972whether the executable includes debugging information for that file, and
18973if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
18974@item
18975whether the debugging information includes information about
18976preprocessor macros.
18977@end itemize
18978
18979
18980@kindex info sources
18981@item info sources
18982Print the names of all source files in your program for which there is
18983debugging information, organized into two lists: files whose symbols
18984have already been read, and files whose symbols will be read when needed.
18985
18986@item info sources [-dirname | -basename] [--] [@var{regexp}]
18987Like @samp{info sources}, but only print the names of the files
18988matching the provided @var{regexp}.
18989By default, the @var{regexp} is used to match anywhere in the filename.
18990If @code{-dirname}, only files having a dirname matching @var{regexp} are shown.
18991If @code{-basename}, only files having a basename matching @var{regexp}
18992are shown.
18993The matching is case-sensitive, except on operating systems that
18994have case-insensitive filesystem (e.g., MS-Windows).
18995
18996@kindex info functions
18997@item info functions [-q] [-n]
18998Print the names and data types of all defined functions.
18999Similarly to @samp{info types}, this command groups its output by source
19000files and annotates each function definition with its source line
19001number.
19002
19003In programs using different languages, @value{GDBN} chooses the syntax
19004to print the function name and type according to the
19005@samp{set language} value: using @samp{set language auto}
19006(see @ref{Automatically, ,Set Language Automatically}) means to use the
19007language of the function, other values mean to use
19008the manually specified language (see @ref{Manually, ,Set Language Manually}).
19009
19010The @samp{-n} flag excludes @dfn{non-debugging symbols} from the
19011results. A non-debugging symbol is a symbol that comes from the
19012executable's symbol table, not from the debug information (for
19013example, DWARF) associated with the executable.
19014
19015The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19016printing header information and messages explaining why no functions
19017have been printed.
19018
19019@item info functions [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
19020Like @samp{info functions}, but only print the names and data types
19021of the functions selected with the provided regexp(s).
19022
19023If @var{regexp} is provided, print only the functions whose names
19024match the regular expression @var{regexp}.
19025Thus, @samp{info fun step} finds all functions whose
19026names include @code{step}; @samp{info fun ^step} finds those whose names
19027start with @code{step}. If a function name contains characters that
19028conflict with the regular expression language (e.g.@:
19029@samp{operator*()}), they may be quoted with a backslash.
19030
19031If @var{type_regexp} is provided, print only the functions whose
19032types, as printed by the @code{whatis} command, match
19033the regular expression @var{type_regexp}.
19034If @var{type_regexp} contains space(s), it should be enclosed in
19035quote characters. If needed, use backslash to escape the meaning
19036of special characters or quotes.
19037Thus, @samp{info fun -t '^int ('} finds the functions that return
19038an integer; @samp{info fun -t '(.*int.*'} finds the functions that
19039have an argument type containing int; @samp{info fun -t '^int (' ^step}
19040finds the functions whose names start with @code{step} and that return
19041int.
19042
19043If both @var{regexp} and @var{type_regexp} are provided, a function
19044is printed only if its name matches @var{regexp} and its type matches
19045@var{type_regexp}.
19046
19047
19048@kindex info variables
19049@item info variables [-q] [-n]
19050Print the names and data types of all variables that are defined
19051outside of functions (i.e.@: excluding local variables).
19052The printed variables are grouped by source files and annotated with
19053their respective source line numbers.
19054
19055In programs using different languages, @value{GDBN} chooses the syntax
19056to print the variable name and type according to the
19057@samp{set language} value: using @samp{set language auto}
19058(see @ref{Automatically, ,Set Language Automatically}) means to use the
19059language of the variable, other values mean to use
19060the manually specified language (see @ref{Manually, ,Set Language Manually}).
19061
19062The @samp{-n} flag excludes non-debugging symbols from the results.
19063
19064The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19065printing header information and messages explaining why no variables
19066have been printed.
19067
19068@item info variables [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
19069Like @kbd{info variables}, but only print the variables selected
19070with the provided regexp(s).
19071
19072If @var{regexp} is provided, print only the variables whose names
19073match the regular expression @var{regexp}.
19074
19075If @var{type_regexp} is provided, print only the variables whose
19076types, as printed by the @code{whatis} command, match
19077the regular expression @var{type_regexp}.
19078If @var{type_regexp} contains space(s), it should be enclosed in
19079quote characters. If needed, use backslash to escape the meaning
19080of special characters or quotes.
19081
19082If both @var{regexp} and @var{type_regexp} are provided, an argument
19083is printed only if its name matches @var{regexp} and its type matches
19084@var{type_regexp}.
19085
19086@kindex info modules
19087@cindex modules
19088@item info modules @r{[}-q@r{]} @r{[}@var{regexp}@r{]}
19089List all Fortran modules in the program, or all modules matching the
19090optional regular expression @var{regexp}.
19091
19092The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19093printing header information and messages explaining why no modules
19094have been printed.
19095
19096@kindex info module
19097@cindex Fortran modules, information about
19098@cindex functions and variables by Fortran module
19099@cindex module functions and variables
19100@item info module functions @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19101@itemx info module variables @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
19102List all functions or variables within all Fortran modules. The set
19103of functions or variables listed can be limited by providing some or
19104all of the optional regular expressions. If @var{module-regexp} is
19105provided, then only Fortran modules matching @var{module-regexp} will
19106be searched. Only functions or variables whose type matches the
19107optional regular expression @var{type-regexp} will be listed. And
19108only functions or variables whose name matches the optional regular
19109expression @var{regexp} will be listed.
19110
19111The optional flag @samp{-q}, which stands for @samp{quiet}, disables
19112printing header information and messages explaining why no functions
19113or variables have been printed.
19114
19115@kindex info classes
19116@cindex Objective-C, classes and selectors
19117@item info classes
19118@itemx info classes @var{regexp}
19119Display all Objective-C classes in your program, or
19120(with the @var{regexp} argument) all those matching a particular regular
19121expression.
19122
19123@kindex info selectors
19124@item info selectors
19125@itemx info selectors @var{regexp}
19126Display all Objective-C selectors in your program, or
19127(with the @var{regexp} argument) all those matching a particular regular
19128expression.
19129
19130@ignore
19131This was never implemented.
19132@kindex info methods
19133@item info methods
19134@itemx info methods @var{regexp}
19135The @code{info methods} command permits the user to examine all defined
19136methods within C@t{++} program, or (with the @var{regexp} argument) a
19137specific set of methods found in the various C@t{++} classes. Many
19138C@t{++} classes provide a large number of methods. Thus, the output
19139from the @code{ptype} command can be overwhelming and hard to use. The
19140@code{info-methods} command filters the methods, printing only those
19141which match the regular-expression @var{regexp}.
19142@end ignore
19143
19144@cindex opaque data types
19145@kindex set opaque-type-resolution
19146@item set opaque-type-resolution on
19147Tell @value{GDBN} to resolve opaque types. An opaque type is a type
19148declared as a pointer to a @code{struct}, @code{class}, or
19149@code{union}---for example, @code{struct MyType *}---that is used in one
19150source file although the full declaration of @code{struct MyType} is in
19151another source file. The default is on.
19152
19153A change in the setting of this subcommand will not take effect until
19154the next time symbols for a file are loaded.
19155
19156@item set opaque-type-resolution off
19157Tell @value{GDBN} not to resolve opaque types. In this case, the type
19158is printed as follows:
19159@smallexample
19160@{<no data fields>@}
19161@end smallexample
19162
19163@kindex show opaque-type-resolution
19164@item show opaque-type-resolution
19165Show whether opaque types are resolved or not.
19166
19167@kindex set print symbol-loading
19168@cindex print messages when symbols are loaded
19169@item set print symbol-loading
19170@itemx set print symbol-loading full
19171@itemx set print symbol-loading brief
19172@itemx set print symbol-loading off
19173The @code{set print symbol-loading} command allows you to control the
19174printing of messages when @value{GDBN} loads symbol information.
19175By default a message is printed for the executable and one for each
19176shared library, and normally this is what you want. However, when
19177debugging apps with large numbers of shared libraries these messages
19178can be annoying.
19179When set to @code{brief} a message is printed for each executable,
19180and when @value{GDBN} loads a collection of shared libraries at once
19181it will only print one message regardless of the number of shared
19182libraries. When set to @code{off} no messages are printed.
19183
19184@kindex show print symbol-loading
19185@item show print symbol-loading
19186Show whether messages will be printed when a @value{GDBN} command
19187entered from the keyboard causes symbol information to be loaded.
19188
19189@kindex maint print symbols
19190@cindex symbol dump
19191@kindex maint print psymbols
19192@cindex partial symbol dump
19193@kindex maint print msymbols
19194@cindex minimal symbol dump
19195@item maint print symbols @r{[}-pc @var{address}@r{]} @r{[}@var{filename}@r{]}
19196@itemx maint print symbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19197@itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-pc @var{address}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19198@itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19199@itemx maint print msymbols @r{[}-objfile @var{objfile}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
19200Write a dump of debugging symbol data into the file @var{filename} or
19201the terminal if @var{filename} is unspecified.
19202If @code{-objfile @var{objfile}} is specified, only dump symbols for
19203that objfile.
19204If @code{-pc @var{address}} is specified, only dump symbols for the file
19205with code at that address. Note that @var{address} may be a symbol like
19206@code{main}.
19207If @code{-source @var{source}} is specified, only dump symbols for that
19208source file.
19209
19210These commands are used to debug the @value{GDBN} symbol-reading code.
19211These commands do not modify internal @value{GDBN} state, therefore
19212@samp{maint print symbols} will only print symbols for already expanded symbol
19213tables.
19214You can use the command @code{info sources} to find out which files these are.
19215If you use @samp{maint print psymbols} instead, the dump shows information
19216about symbols that @value{GDBN} only knows partially---that is, symbols
19217defined in files that @value{GDBN} has skimmed, but not yet read completely.
19218Finally, @samp{maint print msymbols} just dumps ``minimal symbols'', e.g.,
19219``ELF symbols''.
19220
19221@xref{Files, ,Commands to Specify Files}, for a discussion of how
19222@value{GDBN} reads symbols (in the description of @code{symbol-file}).
19223
19224@kindex maint info symtabs
19225@kindex maint info psymtabs
19226@cindex listing @value{GDBN}'s internal symbol tables
19227@cindex symbol tables, listing @value{GDBN}'s internal
19228@cindex full symbol tables, listing @value{GDBN}'s internal
19229@cindex partial symbol tables, listing @value{GDBN}'s internal
19230@item maint info symtabs @r{[} @var{regexp} @r{]}
19231@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
19232
19233List the @code{struct symtab} or @code{struct partial_symtab}
19234structures whose names match @var{regexp}. If @var{regexp} is not
19235given, list them all. The output includes expressions which you can
19236copy into a @value{GDBN} debugging this one to examine a particular
19237structure in more detail. For example:
19238
19239@smallexample
19240(@value{GDBP}) maint info psymtabs dwarf2read
19241@{ objfile /home/gnu/build/gdb/gdb
19242 ((struct objfile *) 0x82e69d0)
19243 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
19244 ((struct partial_symtab *) 0x8474b10)
19245 readin no
19246 fullname (null)
19247 text addresses 0x814d3c8 -- 0x8158074
19248 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
19249 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
19250 dependencies (none)
19251 @}
19252@}
19253(@value{GDBP}) maint info symtabs
19254(@value{GDBP})
19255@end smallexample
19256@noindent
19257We see that there is one partial symbol table whose filename contains
19258the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
19259and we see that @value{GDBN} has not read in any symtabs yet at all.
19260If we set a breakpoint on a function, that will cause @value{GDBN} to
19261read the symtab for the compilation unit containing that function:
19262
19263@smallexample
19264(@value{GDBP}) break dwarf2_psymtab_to_symtab
19265Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
19266line 1574.
19267(@value{GDBP}) maint info symtabs
19268@{ objfile /home/gnu/build/gdb/gdb
19269 ((struct objfile *) 0x82e69d0)
19270 @{ symtab /home/gnu/src/gdb/dwarf2read.c
19271 ((struct symtab *) 0x86c1f38)
19272 dirname (null)
19273 fullname (null)
19274 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
19275 linetable ((struct linetable *) 0x8370fa0)
19276 debugformat DWARF 2
19277 @}
19278@}
19279(@value{GDBP})
19280@end smallexample
19281
19282@kindex maint info line-table
19283@cindex listing @value{GDBN}'s internal line tables
19284@cindex line tables, listing @value{GDBN}'s internal
19285@item maint info line-table @r{[} @var{regexp} @r{]}
19286
19287List the @code{struct linetable} from all @code{struct symtab}
19288instances whose name matches @var{regexp}. If @var{regexp} is not
19289given, list the @code{struct linetable} from all @code{struct symtab}.
19290
19291@kindex maint set symbol-cache-size
19292@cindex symbol cache size
19293@item maint set symbol-cache-size @var{size}
19294Set the size of the symbol cache to @var{size}.
19295The default size is intended to be good enough for debugging
19296most applications. This option exists to allow for experimenting
19297with different sizes.
19298
19299@kindex maint show symbol-cache-size
19300@item maint show symbol-cache-size
19301Show the size of the symbol cache.
19302
19303@kindex maint print symbol-cache
19304@cindex symbol cache, printing its contents
19305@item maint print symbol-cache
19306Print the contents of the symbol cache.
19307This is useful when debugging symbol cache issues.
19308
19309@kindex maint print symbol-cache-statistics
19310@cindex symbol cache, printing usage statistics
19311@item maint print symbol-cache-statistics
19312Print symbol cache usage statistics.
19313This helps determine how well the cache is being utilized.
19314
19315@kindex maint flush-symbol-cache
19316@cindex symbol cache, flushing
19317@item maint flush-symbol-cache
19318Flush the contents of the symbol cache, all entries are removed.
19319This command is useful when debugging the symbol cache.
19320It is also useful when collecting performance data.
19321
19322@end table
19323
19324@node Altering
19325@chapter Altering Execution
19326
19327Once you think you have found an error in your program, you might want to
19328find out for certain whether correcting the apparent error would lead to
19329correct results in the rest of the run. You can find the answer by
19330experiment, using the @value{GDBN} features for altering execution of the
19331program.
19332
19333For example, you can store new values into variables or memory
19334locations, give your program a signal, restart it at a different
19335address, or even return prematurely from a function.
19336
19337@menu
19338* Assignment:: Assignment to variables
19339* Jumping:: Continuing at a different address
19340* Signaling:: Giving your program a signal
19341* Returning:: Returning from a function
19342* Calling:: Calling your program's functions
19343* Patching:: Patching your program
19344* Compiling and Injecting Code:: Compiling and injecting code in @value{GDBN}
19345@end menu
19346
19347@node Assignment
19348@section Assignment to Variables
19349
19350@cindex assignment
19351@cindex setting variables
19352To alter the value of a variable, evaluate an assignment expression.
19353@xref{Expressions, ,Expressions}. For example,
19354
19355@smallexample
19356print x=4
19357@end smallexample
19358
19359@noindent
19360stores the value 4 into the variable @code{x}, and then prints the
19361value of the assignment expression (which is 4).
19362@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
19363information on operators in supported languages.
19364
19365@kindex set variable
19366@cindex variables, setting
19367If you are not interested in seeing the value of the assignment, use the
19368@code{set} command instead of the @code{print} command. @code{set} is
19369really the same as @code{print} except that the expression's value is
19370not printed and is not put in the value history (@pxref{Value History,
19371,Value History}). The expression is evaluated only for its effects.
19372
19373If the beginning of the argument string of the @code{set} command
19374appears identical to a @code{set} subcommand, use the @code{set
19375variable} command instead of just @code{set}. This command is identical
19376to @code{set} except for its lack of subcommands. For example, if your
19377program has a variable @code{width}, you get an error if you try to set
19378a new value with just @samp{set width=13}, because @value{GDBN} has the
19379command @code{set width}:
19380
19381@smallexample
19382(@value{GDBP}) whatis width
19383type = double
19384(@value{GDBP}) p width
19385$4 = 13
19386(@value{GDBP}) set width=47
19387Invalid syntax in expression.
19388@end smallexample
19389
19390@noindent
19391The invalid expression, of course, is @samp{=47}. In
19392order to actually set the program's variable @code{width}, use
19393
19394@smallexample
19395(@value{GDBP}) set var width=47
19396@end smallexample
19397
19398Because the @code{set} command has many subcommands that can conflict
19399with the names of program variables, it is a good idea to use the
19400@code{set variable} command instead of just @code{set}. For example, if
19401your program has a variable @code{g}, you run into problems if you try
19402to set a new value with just @samp{set g=4}, because @value{GDBN} has
19403the command @code{set gnutarget}, abbreviated @code{set g}:
19404
19405@smallexample
19406@group
19407(@value{GDBP}) whatis g
19408type = double
19409(@value{GDBP}) p g
19410$1 = 1
19411(@value{GDBP}) set g=4
19412(@value{GDBP}) p g
19413$2 = 1
19414(@value{GDBP}) r
19415The program being debugged has been started already.
19416Start it from the beginning? (y or n) y
19417Starting program: /home/smith/cc_progs/a.out
19418"/home/smith/cc_progs/a.out": can't open to read symbols:
19419 Invalid bfd target.
19420(@value{GDBP}) show g
19421The current BFD target is "=4".
19422@end group
19423@end smallexample
19424
19425@noindent
19426The program variable @code{g} did not change, and you silently set the
19427@code{gnutarget} to an invalid value. In order to set the variable
19428@code{g}, use
19429
19430@smallexample
19431(@value{GDBP}) set var g=4
19432@end smallexample
19433
19434@value{GDBN} allows more implicit conversions in assignments than C; you can
19435freely store an integer value into a pointer variable or vice versa,
19436and you can convert any structure to any other structure that is the
19437same length or shorter.
19438@comment FIXME: how do structs align/pad in these conversions?
19439@comment /doc@cygnus.com 18dec1990
19440
19441To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
19442construct to generate a value of specified type at a specified address
19443(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
19444to memory location @code{0x83040} as an integer (which implies a certain size
19445and representation in memory), and
19446
19447@smallexample
19448set @{int@}0x83040 = 4
19449@end smallexample
19450
19451@noindent
19452stores the value 4 into that memory location.
19453
19454@node Jumping
19455@section Continuing at a Different Address
19456
19457Ordinarily, when you continue your program, you do so at the place where
19458it stopped, with the @code{continue} command. You can instead continue at
19459an address of your own choosing, with the following commands:
19460
19461@table @code
19462@kindex jump
19463@kindex j @r{(@code{jump})}
19464@item jump @var{location}
19465@itemx j @var{location}
19466Resume execution at @var{location}. Execution stops again immediately
19467if there is a breakpoint there. @xref{Specify Location}, for a description
19468of the different forms of @var{location}. It is common
19469practice to use the @code{tbreak} command in conjunction with
19470@code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
19471
19472The @code{jump} command does not change the current stack frame, or
19473the stack pointer, or the contents of any memory location or any
19474register other than the program counter. If @var{location} is in
19475a different function from the one currently executing, the results may
19476be bizarre if the two functions expect different patterns of arguments or
19477of local variables. For this reason, the @code{jump} command requests
19478confirmation if the specified line is not in the function currently
19479executing. However, even bizarre results are predictable if you are
19480well acquainted with the machine-language code of your program.
19481@end table
19482
19483On many systems, you can get much the same effect as the @code{jump}
19484command by storing a new value into the register @code{$pc}. The
19485difference is that this does not start your program running; it only
19486changes the address of where it @emph{will} run when you continue. For
19487example,
19488
19489@smallexample
19490set $pc = 0x485
19491@end smallexample
19492
19493@noindent
19494makes the next @code{continue} command or stepping command execute at
19495address @code{0x485}, rather than at the address where your program stopped.
19496@xref{Continuing and Stepping, ,Continuing and Stepping}.
19497
19498The most common occasion to use the @code{jump} command is to back
19499up---perhaps with more breakpoints set---over a portion of a program
19500that has already executed, in order to examine its execution in more
19501detail.
19502
19503@c @group
19504@node Signaling
19505@section Giving your Program a Signal
19506@cindex deliver a signal to a program
19507
19508@table @code
19509@kindex signal
19510@item signal @var{signal}
19511Resume execution where your program is stopped, but immediately give it the
19512signal @var{signal}. The @var{signal} can be the name or the number of a
19513signal. For example, on many systems @code{signal 2} and @code{signal
19514SIGINT} are both ways of sending an interrupt signal.
19515
19516Alternatively, if @var{signal} is zero, continue execution without
19517giving a signal. This is useful when your program stopped on account of
19518a signal and would ordinarily see the signal when resumed with the
19519@code{continue} command; @samp{signal 0} causes it to resume without a
19520signal.
19521
19522@emph{Note:} When resuming a multi-threaded program, @var{signal} is
19523delivered to the currently selected thread, not the thread that last
19524reported a stop. This includes the situation where a thread was
19525stopped due to a signal. So if you want to continue execution
19526suppressing the signal that stopped a thread, you should select that
19527same thread before issuing the @samp{signal 0} command. If you issue
19528the @samp{signal 0} command with another thread as the selected one,
19529@value{GDBN} detects that and asks for confirmation.
19530
19531Invoking the @code{signal} command is not the same as invoking the
19532@code{kill} utility from the shell. Sending a signal with @code{kill}
19533causes @value{GDBN} to decide what to do with the signal depending on
19534the signal handling tables (@pxref{Signals}). The @code{signal} command
19535passes the signal directly to your program.
19536
19537@code{signal} does not repeat when you press @key{RET} a second time
19538after executing the command.
19539
19540@kindex queue-signal
19541@item queue-signal @var{signal}
19542Queue @var{signal} to be delivered immediately to the current thread
19543when execution of the thread resumes. The @var{signal} can be the name or
19544the number of a signal. For example, on many systems @code{signal 2} and
19545@code{signal SIGINT} are both ways of sending an interrupt signal.
19546The handling of the signal must be set to pass the signal to the program,
19547otherwise @value{GDBN} will report an error.
19548You can control the handling of signals from @value{GDBN} with the
19549@code{handle} command (@pxref{Signals}).
19550
19551Alternatively, if @var{signal} is zero, any currently queued signal
19552for the current thread is discarded and when execution resumes no signal
19553will be delivered. This is useful when your program stopped on account
19554of a signal and would ordinarily see the signal when resumed with the
19555@code{continue} command.
19556
19557This command differs from the @code{signal} command in that the signal
19558is just queued, execution is not resumed. And @code{queue-signal} cannot
19559be used to pass a signal whose handling state has been set to @code{nopass}
19560(@pxref{Signals}).
19561@end table
19562@c @end group
19563
19564@xref{stepping into signal handlers}, for information on how stepping
19565commands behave when the thread has a signal queued.
19566
19567@node Returning
19568@section Returning from a Function
19569
19570@table @code
19571@cindex returning from a function
19572@kindex return
19573@item return
19574@itemx return @var{expression}
19575You can cancel execution of a function call with the @code{return}
19576command. If you give an
19577@var{expression} argument, its value is used as the function's return
19578value.
19579@end table
19580
19581When you use @code{return}, @value{GDBN} discards the selected stack frame
19582(and all frames within it). You can think of this as making the
19583discarded frame return prematurely. If you wish to specify a value to
19584be returned, give that value as the argument to @code{return}.
19585
19586This pops the selected stack frame (@pxref{Selection, ,Selecting a
19587Frame}), and any other frames inside of it, leaving its caller as the
19588innermost remaining frame. That frame becomes selected. The
19589specified value is stored in the registers used for returning values
19590of functions.
19591
19592The @code{return} command does not resume execution; it leaves the
19593program stopped in the state that would exist if the function had just
19594returned. In contrast, the @code{finish} command (@pxref{Continuing
19595and Stepping, ,Continuing and Stepping}) resumes execution until the
19596selected stack frame returns naturally.
19597
19598@value{GDBN} needs to know how the @var{expression} argument should be set for
19599the inferior. The concrete registers assignment depends on the OS ABI and the
19600type being returned by the selected stack frame. For example it is common for
19601OS ABI to return floating point values in FPU registers while integer values in
19602CPU registers. Still some ABIs return even floating point values in CPU
19603registers. Larger integer widths (such as @code{long long int}) also have
19604specific placement rules. @value{GDBN} already knows the OS ABI from its
19605current target so it needs to find out also the type being returned to make the
19606assignment into the right register(s).
19607
19608Normally, the selected stack frame has debug info. @value{GDBN} will always
19609use the debug info instead of the implicit type of @var{expression} when the
19610debug info is available. For example, if you type @kbd{return -1}, and the
19611function in the current stack frame is declared to return a @code{long long
19612int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
19613into a @code{long long int}:
19614
19615@smallexample
19616Breakpoint 1, func () at gdb.base/return-nodebug.c:29
1961729 return 31;
19618(@value{GDBP}) return -1
19619Make func return now? (y or n) y
19620#0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
1962143 printf ("result=%lld\n", func ());
19622(@value{GDBP})
19623@end smallexample
19624
19625However, if the selected stack frame does not have a debug info, e.g., if the
19626function was compiled without debug info, @value{GDBN} has to find out the type
19627to return from user. Specifying a different type by mistake may set the value
19628in different inferior registers than the caller code expects. For example,
19629typing @kbd{return -1} with its implicit type @code{int} would set only a part
19630of a @code{long long int} result for a debug info less function (on 32-bit
19631architectures). Therefore the user is required to specify the return type by
19632an appropriate cast explicitly:
19633
19634@smallexample
19635Breakpoint 2, 0x0040050b in func ()
19636(@value{GDBP}) return -1
19637Return value type not available for selected stack frame.
19638Please use an explicit cast of the value to return.
19639(@value{GDBP}) return (long long int) -1
19640Make selected stack frame return now? (y or n) y
19641#0 0x00400526 in main ()
19642(@value{GDBP})
19643@end smallexample
19644
19645@node Calling
19646@section Calling Program Functions
19647
19648@table @code
19649@cindex calling functions
19650@cindex inferior functions, calling
19651@item print @var{expr}
19652Evaluate the expression @var{expr} and display the resulting value.
19653The expression may include calls to functions in the program being
19654debugged.
19655
19656@kindex call
19657@item call @var{expr}
19658Evaluate the expression @var{expr} without displaying @code{void}
19659returned values.
19660
19661You can use this variant of the @code{print} command if you want to
19662execute a function from your program that does not return anything
19663(a.k.a.@: @dfn{a void function}), but without cluttering the output
19664with @code{void} returned values that @value{GDBN} will otherwise
19665print. If the result is not void, it is printed and saved in the
19666value history.
19667@end table
19668
19669It is possible for the function you call via the @code{print} or
19670@code{call} command to generate a signal (e.g., if there's a bug in
19671the function, or if you passed it incorrect arguments). What happens
19672in that case is controlled by the @code{set unwindonsignal} command.
19673
19674Similarly, with a C@t{++} program it is possible for the function you
19675call via the @code{print} or @code{call} command to generate an
19676exception that is not handled due to the constraints of the dummy
19677frame. In this case, any exception that is raised in the frame, but has
19678an out-of-frame exception handler will not be found. GDB builds a
19679dummy-frame for the inferior function call, and the unwinder cannot
19680seek for exception handlers outside of this dummy-frame. What happens
19681in that case is controlled by the
19682@code{set unwind-on-terminating-exception} command.
19683
19684@table @code
19685@item set unwindonsignal
19686@kindex set unwindonsignal
19687@cindex unwind stack in called functions
19688@cindex call dummy stack unwinding
19689Set unwinding of the stack if a signal is received while in a function
19690that @value{GDBN} called in the program being debugged. If set to on,
19691@value{GDBN} unwinds the stack it created for the call and restores
19692the context to what it was before the call. If set to off (the
19693default), @value{GDBN} stops in the frame where the signal was
19694received.
19695
19696@item show unwindonsignal
19697@kindex show unwindonsignal
19698Show the current setting of stack unwinding in the functions called by
19699@value{GDBN}.
19700
19701@item set unwind-on-terminating-exception
19702@kindex set unwind-on-terminating-exception
19703@cindex unwind stack in called functions with unhandled exceptions
19704@cindex call dummy stack unwinding on unhandled exception.
19705Set unwinding of the stack if a C@t{++} exception is raised, but left
19706unhandled while in a function that @value{GDBN} called in the program being
19707debugged. If set to on (the default), @value{GDBN} unwinds the stack
19708it created for the call and restores the context to what it was before
19709the call. If set to off, @value{GDBN} the exception is delivered to
19710the default C@t{++} exception handler and the inferior terminated.
19711
19712@item show unwind-on-terminating-exception
19713@kindex show unwind-on-terminating-exception
19714Show the current setting of stack unwinding in the functions called by
19715@value{GDBN}.
19716
19717@item set may-call-functions
19718@kindex set may-call-functions
19719@cindex disabling calling functions in the program
19720@cindex calling functions in the program, disabling
19721Set permission to call functions in the program.
19722This controls whether @value{GDBN} will attempt to call functions in
19723the program, such as with expressions in the @code{print} command. It
19724defaults to @code{on}.
19725
19726To call a function in the program, @value{GDBN} has to temporarily
19727modify the state of the inferior. This has potentially undesired side
19728effects. Also, having @value{GDBN} call nested functions is likely to
19729be erroneous and may even crash the program being debugged. You can
19730avoid such hazards by forbidding @value{GDBN} from calling functions
19731in the program being debugged. If calling functions in the program
19732is forbidden, GDB will throw an error when a command (such as printing
19733an expression) starts a function call in the program.
19734
19735@item show may-call-functions
19736@kindex show may-call-functions
19737Show permission to call functions in the program.
19738
19739@end table
19740
19741@subsection Calling functions with no debug info
19742
19743@cindex no debug info functions
19744Sometimes, a function you wish to call is missing debug information.
19745In such case, @value{GDBN} does not know the type of the function,
19746including the types of the function's parameters. To avoid calling
19747the inferior function incorrectly, which could result in the called
19748function functioning erroneously and even crash, @value{GDBN} refuses
19749to call the function unless you tell it the type of the function.
19750
19751For prototyped (i.e.@: ANSI/ISO style) functions, there are two ways
19752to do that. The simplest is to cast the call to the function's
19753declared return type. For example:
19754
19755@smallexample
19756(@value{GDBP}) p getenv ("PATH")
19757'getenv' has unknown return type; cast the call to its declared return type
19758(@value{GDBP}) p (char *) getenv ("PATH")
19759$1 = 0x7fffffffe7ba "/usr/local/bin:/"...
19760@end smallexample
19761
19762Casting the return type of a no-debug function is equivalent to
19763casting the function to a pointer to a prototyped function that has a
19764prototype that matches the types of the passed-in arguments, and
19765calling that. I.e., the call above is equivalent to:
19766
19767@smallexample
19768(@value{GDBP}) p ((char * (*) (const char *)) getenv) ("PATH")
19769@end smallexample
19770
19771@noindent
19772and given this prototyped C or C++ function with float parameters:
19773
19774@smallexample
19775float multiply (float v1, float v2) @{ return v1 * v2; @}
19776@end smallexample
19777
19778@noindent
19779these calls are equivalent:
19780
19781@smallexample
19782(@value{GDBP}) p (float) multiply (2.0f, 3.0f)
19783(@value{GDBP}) p ((float (*) (float, float)) multiply) (2.0f, 3.0f)
19784@end smallexample
19785
19786If the function you wish to call is declared as unprototyped (i.e.@:
19787old K&R style), you must use the cast-to-function-pointer syntax, so
19788that @value{GDBN} knows that it needs to apply default argument
19789promotions (promote float arguments to double). @xref{ABI, float
19790promotion}. For example, given this unprototyped C function with
19791float parameters, and no debug info:
19792
19793@smallexample
19794float
19795multiply_noproto (v1, v2)
19796 float v1, v2;
19797@{
19798 return v1 * v2;
19799@}
19800@end smallexample
19801
19802@noindent
19803you call it like this:
19804
19805@smallexample
19806 (@value{GDBP}) p ((float (*) ()) multiply_noproto) (2.0f, 3.0f)
19807@end smallexample
19808
19809@node Patching
19810@section Patching Programs
19811
19812@cindex patching binaries
19813@cindex writing into executables
19814@cindex writing into corefiles
19815
19816By default, @value{GDBN} opens the file containing your program's
19817executable code (or the corefile) read-only. This prevents accidental
19818alterations to machine code; but it also prevents you from intentionally
19819patching your program's binary.
19820
19821If you'd like to be able to patch the binary, you can specify that
19822explicitly with the @code{set write} command. For example, you might
19823want to turn on internal debugging flags, or even to make emergency
19824repairs.
19825
19826@table @code
19827@kindex set write
19828@item set write on
19829@itemx set write off
19830If you specify @samp{set write on}, @value{GDBN} opens executable and
19831core files for both reading and writing; if you specify @kbd{set write
19832off} (the default), @value{GDBN} opens them read-only.
19833
19834If you have already loaded a file, you must load it again (using the
19835@code{exec-file} or @code{core-file} command) after changing @code{set
19836write}, for your new setting to take effect.
19837
19838@item show write
19839@kindex show write
19840Display whether executable files and core files are opened for writing
19841as well as reading.
19842@end table
19843
19844@node Compiling and Injecting Code
19845@section Compiling and injecting code in @value{GDBN}
19846@cindex injecting code
19847@cindex writing into executables
19848@cindex compiling code
19849
19850@value{GDBN} supports on-demand compilation and code injection into
19851programs running under @value{GDBN}. GCC 5.0 or higher built with
19852@file{libcc1.so} must be installed for this functionality to be enabled.
19853This functionality is implemented with the following commands.
19854
19855@table @code
19856@kindex compile code
19857@item compile code @var{source-code}
19858@itemx compile code -raw @var{--} @var{source-code}
19859Compile @var{source-code} with the compiler language found as the current
19860language in @value{GDBN} (@pxref{Languages}). If compilation and
19861injection is not supported with the current language specified in
19862@value{GDBN}, or the compiler does not support this feature, an error
19863message will be printed. If @var{source-code} compiles and links
19864successfully, @value{GDBN} will load the object-code emitted,
19865and execute it within the context of the currently selected inferior.
19866It is important to note that the compiled code is executed immediately.
19867After execution, the compiled code is removed from @value{GDBN} and any
19868new types or variables you have defined will be deleted.
19869
19870The command allows you to specify @var{source-code} in two ways.
19871The simplest method is to provide a single line of code to the command.
19872E.g.:
19873
19874@smallexample
19875compile code printf ("hello world\n");
19876@end smallexample
19877
19878If you specify options on the command line as well as source code, they
19879may conflict. The @samp{--} delimiter can be used to separate options
19880from actual source code. E.g.:
19881
19882@smallexample
19883compile code -r -- printf ("hello world\n");
19884@end smallexample
19885
19886Alternatively you can enter source code as multiple lines of text. To
19887enter this mode, invoke the @samp{compile code} command without any text
19888following the command. This will start the multiple-line editor and
19889allow you to type as many lines of source code as required. When you
19890have completed typing, enter @samp{end} on its own line to exit the
19891editor.
19892
19893@smallexample
19894compile code
19895>printf ("hello\n");
19896>printf ("world\n");
19897>end
19898@end smallexample
19899
19900Specifying @samp{-raw}, prohibits @value{GDBN} from wrapping the
19901provided @var{source-code} in a callable scope. In this case, you must
19902specify the entry point of the code by defining a function named
19903@code{_gdb_expr_}. The @samp{-raw} code cannot access variables of the
19904inferior. Using @samp{-raw} option may be needed for example when
19905@var{source-code} requires @samp{#include} lines which may conflict with
19906inferior symbols otherwise.
19907
19908@kindex compile file
19909@item compile file @var{filename}
19910@itemx compile file -raw @var{filename}
19911Like @code{compile code}, but take the source code from @var{filename}.
19912
19913@smallexample
19914compile file /home/user/example.c
19915@end smallexample
19916@end table
19917
19918@table @code
19919@item compile print [[@var{options}] --] @var{expr}
19920@itemx compile print [[@var{options}] --] /@var{f} @var{expr}
19921Compile and execute @var{expr} with the compiler language found as the
19922current language in @value{GDBN} (@pxref{Languages}). By default the
19923value of @var{expr} is printed in a format appropriate to its data type;
19924you can choose a different format by specifying @samp{/@var{f}}, where
19925@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
19926Formats}. The @code{compile print} command accepts the same options
19927as the @code{print} command; see @ref{print options}.
19928
19929@item compile print [[@var{options}] --]
19930@itemx compile print [[@var{options}] --] /@var{f}
19931@cindex reprint the last value
19932Alternatively you can enter the expression (source code producing it) as
19933multiple lines of text. To enter this mode, invoke the @samp{compile print}
19934command without any text following the command. This will start the
19935multiple-line editor.
19936@end table
19937
19938@noindent
19939The process of compiling and injecting the code can be inspected using:
19940
19941@table @code
19942@anchor{set debug compile}
19943@item set debug compile
19944@cindex compile command debugging info
19945Turns on or off display of @value{GDBN} process of compiling and
19946injecting the code. The default is off.
19947
19948@item show debug compile
19949Displays the current state of displaying @value{GDBN} process of
19950compiling and injecting the code.
19951
19952@anchor{set debug compile-cplus-types}
19953@item set debug compile-cplus-types
19954@cindex compile C@t{++} type conversion
19955Turns on or off the display of C@t{++} type conversion debugging information.
19956The default is off.
19957
19958@item show debug compile-cplus-types
19959Displays the current state of displaying debugging information for
19960C@t{++} type conversion.
19961@end table
19962
19963@subsection Compilation options for the @code{compile} command
19964
19965@value{GDBN} needs to specify the right compilation options for the code
19966to be injected, in part to make its ABI compatible with the inferior
19967and in part to make the injected code compatible with @value{GDBN}'s
19968injecting process.
19969
19970@noindent
19971The options used, in increasing precedence:
19972
19973@table @asis
19974@item target architecture and OS options (@code{gdbarch})
19975These options depend on target processor type and target operating
19976system, usually they specify at least 32-bit (@code{-m32}) or 64-bit
19977(@code{-m64}) compilation option.
19978
19979@item compilation options recorded in the target
19980@value{NGCC} (since version 4.7) stores the options used for compilation
19981into @code{DW_AT_producer} part of DWARF debugging information according
19982to the @value{NGCC} option @code{-grecord-gcc-switches}. One has to
19983explicitly specify @code{-g} during inferior compilation otherwise
19984@value{NGCC} produces no DWARF. This feature is only relevant for
19985platforms where @code{-g} produces DWARF by default, otherwise one may
19986try to enforce DWARF by using @code{-gdwarf-4}.
19987
19988@item compilation options set by @code{set compile-args}
19989@end table
19990
19991@noindent
19992You can override compilation options using the following command:
19993
19994@table @code
19995@item set compile-args
19996@cindex compile command options override
19997Set compilation options used for compiling and injecting code with the
19998@code{compile} commands. These options override any conflicting ones
19999from the target architecture and/or options stored during inferior
20000compilation.
20001
20002@item show compile-args
20003Displays the current state of compilation options override.
20004This does not show all the options actually used during compilation,
20005use @ref{set debug compile} for that.
20006@end table
20007
20008@subsection Caveats when using the @code{compile} command
20009
20010There are a few caveats to keep in mind when using the @code{compile}
20011command. As the caveats are different per language, the table below
20012highlights specific issues on a per language basis.
20013
20014@table @asis
20015@item C code examples and caveats
20016When the language in @value{GDBN} is set to @samp{C}, the compiler will
20017attempt to compile the source code with a @samp{C} compiler. The source
20018code provided to the @code{compile} command will have much the same
20019access to variables and types as it normally would if it were part of
20020the program currently being debugged in @value{GDBN}.
20021
20022Below is a sample program that forms the basis of the examples that
20023follow. This program has been compiled and loaded into @value{GDBN},
20024much like any other normal debugging session.
20025
20026@smallexample
20027void function1 (void)
20028@{
20029 int i = 42;
20030 printf ("function 1\n");
20031@}
20032
20033void function2 (void)
20034@{
20035 int j = 12;
20036 function1 ();
20037@}
20038
20039int main(void)
20040@{
20041 int k = 6;
20042 int *p;
20043 function2 ();
20044 return 0;
20045@}
20046@end smallexample
20047
20048For the purposes of the examples in this section, the program above has
20049been compiled, loaded into @value{GDBN}, stopped at the function
20050@code{main}, and @value{GDBN} is awaiting input from the user.
20051
20052To access variables and types for any program in @value{GDBN}, the
20053program must be compiled and packaged with debug information. The
20054@code{compile} command is not an exception to this rule. Without debug
20055information, you can still use the @code{compile} command, but you will
20056be very limited in what variables and types you can access.
20057
20058So with that in mind, the example above has been compiled with debug
20059information enabled. The @code{compile} command will have access to
20060all variables and types (except those that may have been optimized
20061out). Currently, as @value{GDBN} has stopped the program in the
20062@code{main} function, the @code{compile} command would have access to
20063the variable @code{k}. You could invoke the @code{compile} command
20064and type some source code to set the value of @code{k}. You can also
20065read it, or do anything with that variable you would normally do in
20066@code{C}. Be aware that changes to inferior variables in the
20067@code{compile} command are persistent. In the following example:
20068
20069@smallexample
20070compile code k = 3;
20071@end smallexample
20072
20073@noindent
20074the variable @code{k} is now 3. It will retain that value until
20075something else in the example program changes it, or another
20076@code{compile} command changes it.
20077
20078Normal scope and access rules apply to source code compiled and
20079injected by the @code{compile} command. In the example, the variables
20080@code{j} and @code{k} are not accessible yet, because the program is
20081currently stopped in the @code{main} function, where these variables
20082are not in scope. Therefore, the following command
20083
20084@smallexample
20085compile code j = 3;
20086@end smallexample
20087
20088@noindent
20089will result in a compilation error message.
20090
20091Once the program is continued, execution will bring these variables in
20092scope, and they will become accessible; then the code you specify via
20093the @code{compile} command will be able to access them.
20094
20095You can create variables and types with the @code{compile} command as
20096part of your source code. Variables and types that are created as part
20097of the @code{compile} command are not visible to the rest of the program for
20098the duration of its run. This example is valid:
20099
20100@smallexample
20101compile code int ff = 5; printf ("ff is %d\n", ff);
20102@end smallexample
20103
20104However, if you were to type the following into @value{GDBN} after that
20105command has completed:
20106
20107@smallexample
20108compile code printf ("ff is %d\n'', ff);
20109@end smallexample
20110
20111@noindent
20112a compiler error would be raised as the variable @code{ff} no longer
20113exists. Object code generated and injected by the @code{compile}
20114command is removed when its execution ends. Caution is advised
20115when assigning to program variables values of variables created by the
20116code submitted to the @code{compile} command. This example is valid:
20117
20118@smallexample
20119compile code int ff = 5; k = ff;
20120@end smallexample
20121
20122The value of the variable @code{ff} is assigned to @code{k}. The variable
20123@code{k} does not require the existence of @code{ff} to maintain the value
20124it has been assigned. However, pointers require particular care in
20125assignment. If the source code compiled with the @code{compile} command
20126changed the address of a pointer in the example program, perhaps to a
20127variable created in the @code{compile} command, that pointer would point
20128to an invalid location when the command exits. The following example
20129would likely cause issues with your debugged program:
20130
20131@smallexample
20132compile code int ff = 5; p = &ff;
20133@end smallexample
20134
20135In this example, @code{p} would point to @code{ff} when the
20136@code{compile} command is executing the source code provided to it.
20137However, as variables in the (example) program persist with their
20138assigned values, the variable @code{p} would point to an invalid
20139location when the command exists. A general rule should be followed
20140in that you should either assign @code{NULL} to any assigned pointers,
20141or restore a valid location to the pointer before the command exits.
20142
20143Similar caution must be exercised with any structs, unions, and typedefs
20144defined in @code{compile} command. Types defined in the @code{compile}
20145command will no longer be available in the next @code{compile} command.
20146Therefore, if you cast a variable to a type defined in the
20147@code{compile} command, care must be taken to ensure that any future
20148need to resolve the type can be achieved.
20149
20150@smallexample
20151(@value{GDBP}) compile code static struct a @{ int a; @} v = @{ 42 @}; argv = &v;
20152(@value{GDBP}) compile code printf ("%d\n", ((struct a *) argv)->a);
20153gdb command line:1:36: error: dereferencing pointer to incomplete type ‘struct a’
20154Compilation failed.
20155(@value{GDBP}) compile code struct a @{ int a; @}; printf ("%d\n", ((struct a *) argv)->a);
2015642
20157@end smallexample
20158
20159Variables that have been optimized away by the compiler are not
20160accessible to the code submitted to the @code{compile} command.
20161Access to those variables will generate a compiler error which @value{GDBN}
20162will print to the console.
20163@end table
20164
20165@subsection Compiler search for the @code{compile} command
20166
20167@value{GDBN} needs to find @value{NGCC} for the inferior being debugged
20168which may not be obvious for remote targets of different architecture
20169than where @value{GDBN} is running. Environment variable @code{PATH} on
20170@value{GDBN} host is searched for @value{NGCC} binary matching the
20171target architecture and operating system. This search can be overriden
20172by @code{set compile-gcc} @value{GDBN} command below. @code{PATH} is
20173taken from shell that executed @value{GDBN}, it is not the value set by
20174@value{GDBN} command @code{set environment}). @xref{Environment}.
20175
20176
20177Specifically @code{PATH} is searched for binaries matching regular expression
20178@code{@var{arch}(-[^-]*)?-@var{os}-gcc} according to the inferior target being
20179debugged. @var{arch} is processor name --- multiarch is supported, so for
20180example both @code{i386} and @code{x86_64} targets look for pattern
20181@code{(x86_64|i.86)} and both @code{s390} and @code{s390x} targets look
20182for pattern @code{s390x?}. @var{os} is currently supported only for
20183pattern @code{linux(-gnu)?}.
20184
20185On Posix hosts the compiler driver @value{GDBN} needs to find also
20186shared library @file{libcc1.so} from the compiler. It is searched in
20187default shared library search path (overridable with usual environment
20188variable @code{LD_LIBRARY_PATH}), unrelated to @code{PATH} or @code{set
20189compile-gcc} settings. Contrary to it @file{libcc1plugin.so} is found
20190according to the installation of the found compiler --- as possibly
20191specified by the @code{set compile-gcc} command.
20192
20193@table @code
20194@item set compile-gcc
20195@cindex compile command driver filename override
20196Set compilation command used for compiling and injecting code with the
20197@code{compile} commands. If this option is not set (it is set to
20198an empty string), the search described above will occur --- that is the
20199default.
20200
20201@item show compile-gcc
20202Displays the current compile command @value{NGCC} driver filename.
20203If set, it is the main command @command{gcc}, found usually for example
20204under name @file{x86_64-linux-gnu-gcc}.
20205@end table
20206
20207@node GDB Files
20208@chapter @value{GDBN} Files
20209
20210@value{GDBN} needs to know the file name of the program to be debugged,
20211both in order to read its symbol table and in order to start your
20212program. To debug a core dump of a previous run, you must also tell
20213@value{GDBN} the name of the core dump file.
20214
20215@menu
20216* Files:: Commands to specify files
20217* File Caching:: Information about @value{GDBN}'s file caching
20218* Separate Debug Files:: Debugging information in separate files
20219* MiniDebugInfo:: Debugging information in a special section
20220* Index Files:: Index files speed up @value{GDBN}
20221* Symbol Errors:: Errors reading symbol files
20222* Data Files:: @value{GDBN} data files
20223@end menu
20224
20225@node Files
20226@section Commands to Specify Files
20227
20228@cindex symbol table
20229@cindex core dump file
20230
20231You may want to specify executable and core dump file names. The usual
20232way to do this is at start-up time, using the arguments to
20233@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
20234Out of @value{GDBN}}).
20235
20236Occasionally it is necessary to change to a different file during a
20237@value{GDBN} session. Or you may run @value{GDBN} and forget to
20238specify a file you want to use. Or you are debugging a remote target
20239via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
20240Program}). In these situations the @value{GDBN} commands to specify
20241new files are useful.
20242
20243@table @code
20244@cindex executable file
20245@kindex file
20246@item file @var{filename}
20247Use @var{filename} as the program to be debugged. It is read for its
20248symbols and for the contents of pure memory. It is also the program
20249executed when you use the @code{run} command. If you do not specify a
20250directory and the file is not found in the @value{GDBN} working directory,
20251@value{GDBN} uses the environment variable @code{PATH} as a list of
20252directories to search, just as the shell does when looking for a program
20253to run. You can change the value of this variable, for both @value{GDBN}
20254and your program, using the @code{path} command.
20255
20256@cindex unlinked object files
20257@cindex patching object files
20258You can load unlinked object @file{.o} files into @value{GDBN} using
20259the @code{file} command. You will not be able to ``run'' an object
20260file, but you can disassemble functions and inspect variables. Also,
20261if the underlying BFD functionality supports it, you could use
20262@kbd{gdb -write} to patch object files using this technique. Note
20263that @value{GDBN} can neither interpret nor modify relocations in this
20264case, so branches and some initialized variables will appear to go to
20265the wrong place. But this feature is still handy from time to time.
20266
20267@item file
20268@code{file} with no argument makes @value{GDBN} discard any information it
20269has on both executable file and the symbol table.
20270
20271@kindex exec-file
20272@item exec-file @r{[} @var{filename} @r{]}
20273Specify that the program to be run (but not the symbol table) is found
20274in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
20275if necessary to locate your program. Omitting @var{filename} means to
20276discard information on the executable file.
20277
20278@kindex symbol-file
20279@item symbol-file @r{[} @var{filename} @r{[} -o @var{offset} @r{]]}
20280Read symbol table information from file @var{filename}. @code{PATH} is
20281searched when necessary. Use the @code{file} command to get both symbol
20282table and program to run from the same file.
20283
20284If an optional @var{offset} is specified, it is added to the start
20285address of each section in the symbol file. This is useful if the
20286program is relocated at runtime, such as the Linux kernel with kASLR
20287enabled.
20288
20289@code{symbol-file} with no argument clears out @value{GDBN} information on your
20290program's symbol table.
20291
20292The @code{symbol-file} command causes @value{GDBN} to forget the contents of
20293some breakpoints and auto-display expressions. This is because they may
20294contain pointers to the internal data recording symbols and data types,
20295which are part of the old symbol table data being discarded inside
20296@value{GDBN}.
20297
20298@code{symbol-file} does not repeat if you press @key{RET} again after
20299executing it once.
20300
20301When @value{GDBN} is configured for a particular environment, it
20302understands debugging information in whatever format is the standard
20303generated for that environment; you may use either a @sc{gnu} compiler, or
20304other compilers that adhere to the local conventions.
20305Best results are usually obtained from @sc{gnu} compilers; for example,
20306using @code{@value{NGCC}} you can generate debugging information for
20307optimized code.
20308
20309For most kinds of object files, with the exception of old SVR3 systems
20310using COFF, the @code{symbol-file} command does not normally read the
20311symbol table in full right away. Instead, it scans the symbol table
20312quickly to find which source files and which symbols are present. The
20313details are read later, one source file at a time, as they are needed.
20314
20315The purpose of this two-stage reading strategy is to make @value{GDBN}
20316start up faster. For the most part, it is invisible except for
20317occasional pauses while the symbol table details for a particular source
20318file are being read. (The @code{set verbose} command can turn these
20319pauses into messages if desired. @xref{Messages/Warnings, ,Optional
20320Warnings and Messages}.)
20321
20322We have not implemented the two-stage strategy for COFF yet. When the
20323symbol table is stored in COFF format, @code{symbol-file} reads the
20324symbol table data in full right away. Note that ``stabs-in-COFF''
20325still does the two-stage strategy, since the debug info is actually
20326in stabs format.
20327
20328@kindex readnow
20329@cindex reading symbols immediately
20330@cindex symbols, reading immediately
20331@item symbol-file @r{[} -readnow @r{]} @var{filename}
20332@itemx file @r{[} -readnow @r{]} @var{filename}
20333You can override the @value{GDBN} two-stage strategy for reading symbol
20334tables by using the @samp{-readnow} option with any of the commands that
20335load symbol table information, if you want to be sure @value{GDBN} has the
20336entire symbol table available.
20337
20338@cindex @code{-readnever}, option for symbol-file command
20339@cindex never read symbols
20340@cindex symbols, never read
20341@item symbol-file @r{[} -readnever @r{]} @var{filename}
20342@itemx file @r{[} -readnever @r{]} @var{filename}
20343You can instruct @value{GDBN} to never read the symbolic information
20344contained in @var{filename} by using the @samp{-readnever} option.
20345@xref{--readnever}.
20346
20347@c FIXME: for now no mention of directories, since this seems to be in
20348@c flux. 13mar1992 status is that in theory GDB would look either in
20349@c current dir or in same dir as myprog; but issues like competing
20350@c GDB's, or clutter in system dirs, mean that in practice right now
20351@c only current dir is used. FFish says maybe a special GDB hierarchy
20352@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
20353@c files.
20354
20355@kindex core-file
20356@item core-file @r{[}@var{filename}@r{]}
20357@itemx core
20358Specify the whereabouts of a core dump file to be used as the ``contents
20359of memory''. Traditionally, core files contain only some parts of the
20360address space of the process that generated them; @value{GDBN} can access the
20361executable file itself for other parts.
20362
20363@code{core-file} with no argument specifies that no core file is
20364to be used.
20365
20366Note that the core file is ignored when your program is actually running
20367under @value{GDBN}. So, if you have been running your program and you
20368wish to debug a core file instead, you must kill the subprocess in which
20369the program is running. To do this, use the @code{kill} command
20370(@pxref{Kill Process, ,Killing the Child Process}).
20371
20372@kindex add-symbol-file
20373@cindex dynamic linking
20374@item add-symbol-file @var{filename} @r{[} -readnow @r{|} -readnever @r{]} @r{[} -o @var{offset} @r{]} @r{[} @var{textaddress} @r{]} @r{[} -s @var{section} @var{address} @dots{} @r{]}
20375The @code{add-symbol-file} command reads additional symbol table
20376information from the file @var{filename}. You would use this command
20377when @var{filename} has been dynamically loaded (by some other means)
20378into the program that is running. The @var{textaddress} parameter gives
20379the memory address at which the file's text section has been loaded.
20380You can additionally specify the base address of other sections using
20381an arbitrary number of @samp{-s @var{section} @var{address}} pairs.
20382If a section is omitted, @value{GDBN} will use its default addresses
20383as found in @var{filename}. Any @var{address} or @var{textaddress}
20384can be given as an expression.
20385
20386If an optional @var{offset} is specified, it is added to the start
20387address of each section, except those for which the address was
20388specified explicitly.
20389
20390The symbol table of the file @var{filename} is added to the symbol table
20391originally read with the @code{symbol-file} command. You can use the
20392@code{add-symbol-file} command any number of times; the new symbol data
20393thus read is kept in addition to the old.
20394
20395Changes can be reverted using the command @code{remove-symbol-file}.
20396
20397@cindex relocatable object files, reading symbols from
20398@cindex object files, relocatable, reading symbols from
20399@cindex reading symbols from relocatable object files
20400@cindex symbols, reading from relocatable object files
20401@cindex @file{.o} files, reading symbols from
20402Although @var{filename} is typically a shared library file, an
20403executable file, or some other object file which has been fully
20404relocated for loading into a process, you can also load symbolic
20405information from relocatable @file{.o} files, as long as:
20406
20407@itemize @bullet
20408@item
20409the file's symbolic information refers only to linker symbols defined in
20410that file, not to symbols defined by other object files,
20411@item
20412every section the file's symbolic information refers to has actually
20413been loaded into the inferior, as it appears in the file, and
20414@item
20415you can determine the address at which every section was loaded, and
20416provide these to the @code{add-symbol-file} command.
20417@end itemize
20418
20419@noindent
20420Some embedded operating systems, like Sun Chorus and VxWorks, can load
20421relocatable files into an already running program; such systems
20422typically make the requirements above easy to meet. However, it's
20423important to recognize that many native systems use complex link
20424procedures (@code{.linkonce} section factoring and C@t{++} constructor table
20425assembly, for example) that make the requirements difficult to meet. In
20426general, one cannot assume that using @code{add-symbol-file} to read a
20427relocatable object file's symbolic information will have the same effect
20428as linking the relocatable object file into the program in the normal
20429way.
20430
20431@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
20432
20433@kindex remove-symbol-file
20434@item remove-symbol-file @var{filename}
20435@item remove-symbol-file -a @var{address}
20436Remove a symbol file added via the @code{add-symbol-file} command. The
20437file to remove can be identified by its @var{filename} or by an @var{address}
20438that lies within the boundaries of this symbol file in memory. Example:
20439
20440@smallexample
20441(@value{GDBP}) add-symbol-file /home/user/gdb/mylib.so 0x7ffff7ff9480
20442add symbol table from file "/home/user/gdb/mylib.so" at
20443 .text_addr = 0x7ffff7ff9480
20444(y or n) y
20445Reading symbols from /home/user/gdb/mylib.so...done.
20446(@value{GDBP}) remove-symbol-file -a 0x7ffff7ff9480
20447Remove symbol table from file "/home/user/gdb/mylib.so"? (y or n) y
20448(@value{GDBP})
20449@end smallexample
20450
20451
20452@code{remove-symbol-file} does not repeat if you press @key{RET} after using it.
20453
20454@kindex add-symbol-file-from-memory
20455@cindex @code{syscall DSO}
20456@cindex load symbols from memory
20457@item add-symbol-file-from-memory @var{address}
20458Load symbols from the given @var{address} in a dynamically loaded
20459object file whose image is mapped directly into the inferior's memory.
20460For example, the Linux kernel maps a @code{syscall DSO} into each
20461process's address space; this DSO provides kernel-specific code for
20462some system calls. The argument can be any expression whose
20463evaluation yields the address of the file's shared object file header.
20464For this command to work, you must have used @code{symbol-file} or
20465@code{exec-file} commands in advance.
20466
20467@kindex section
20468@item section @var{section} @var{addr}
20469The @code{section} command changes the base address of the named
20470@var{section} of the exec file to @var{addr}. This can be used if the
20471exec file does not contain section addresses, (such as in the
20472@code{a.out} format), or when the addresses specified in the file
20473itself are wrong. Each section must be changed separately. The
20474@code{info files} command, described below, lists all the sections and
20475their addresses.
20476
20477@kindex info files
20478@kindex info target
20479@item info files
20480@itemx info target
20481@code{info files} and @code{info target} are synonymous; both print the
20482current target (@pxref{Targets, ,Specifying a Debugging Target}),
20483including the names of the executable and core dump files currently in
20484use by @value{GDBN}, and the files from which symbols were loaded. The
20485command @code{help target} lists all possible targets rather than
20486current ones.
20487
20488@kindex maint info sections
20489@item maint info sections
20490Another command that can give you extra information about program sections
20491is @code{maint info sections}. In addition to the section information
20492displayed by @code{info files}, this command displays the flags and file
20493offset of each section in the executable and core dump files. In addition,
20494@code{maint info sections} provides the following command options (which
20495may be arbitrarily combined):
20496
20497@table @code
20498@item ALLOBJ
20499Display sections for all loaded object files, including shared libraries.
20500@item @var{sections}
20501Display info only for named @var{sections}.
20502@item @var{section-flags}
20503Display info only for sections for which @var{section-flags} are true.
20504The section flags that @value{GDBN} currently knows about are:
20505@table @code
20506@item ALLOC
20507Section will have space allocated in the process when loaded.
20508Set for all sections except those containing debug information.
20509@item LOAD
20510Section will be loaded from the file into the child process memory.
20511Set for pre-initialized code and data, clear for @code{.bss} sections.
20512@item RELOC
20513Section needs to be relocated before loading.
20514@item READONLY
20515Section cannot be modified by the child process.
20516@item CODE
20517Section contains executable code only.
20518@item DATA
20519Section contains data only (no executable code).
20520@item ROM
20521Section will reside in ROM.
20522@item CONSTRUCTOR
20523Section contains data for constructor/destructor lists.
20524@item HAS_CONTENTS
20525Section is not empty.
20526@item NEVER_LOAD
20527An instruction to the linker to not output the section.
20528@item COFF_SHARED_LIBRARY
20529A notification to the linker that the section contains
20530COFF shared library information.
20531@item IS_COMMON
20532Section contains common symbols.
20533@end table
20534@end table
20535@kindex set trust-readonly-sections
20536@cindex read-only sections
20537@item set trust-readonly-sections on
20538Tell @value{GDBN} that readonly sections in your object file
20539really are read-only (i.e.@: that their contents will not change).
20540In that case, @value{GDBN} can fetch values from these sections
20541out of the object file, rather than from the target program.
20542For some targets (notably embedded ones), this can be a significant
20543enhancement to debugging performance.
20544
20545The default is off.
20546
20547@item set trust-readonly-sections off
20548Tell @value{GDBN} not to trust readonly sections. This means that
20549the contents of the section might change while the program is running,
20550and must therefore be fetched from the target when needed.
20551
20552@item show trust-readonly-sections
20553Show the current setting of trusting readonly sections.
20554@end table
20555
20556All file-specifying commands allow both absolute and relative file names
20557as arguments. @value{GDBN} always converts the file name to an absolute file
20558name and remembers it that way.
20559
20560@cindex shared libraries
20561@anchor{Shared Libraries}
20562@value{GDBN} supports @sc{gnu}/Linux, MS-Windows, SunOS,
20563Darwin/Mach-O, SVr4, IBM RS/6000 AIX, QNX Neutrino, FDPIC (FR-V), and
20564DSBT (TIC6X) shared libraries.
20565
20566On MS-Windows @value{GDBN} must be linked with the Expat library to support
20567shared libraries. @xref{Expat}.
20568
20569@value{GDBN} automatically loads symbol definitions from shared libraries
20570when you use the @code{run} command, or when you examine a core file.
20571(Before you issue the @code{run} command, @value{GDBN} does not understand
20572references to a function in a shared library, however---unless you are
20573debugging a core file).
20574
20575@c FIXME: some @value{GDBN} release may permit some refs to undef
20576@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
20577@c FIXME...lib; check this from time to time when updating manual
20578
20579There are times, however, when you may wish to not automatically load
20580symbol definitions from shared libraries, such as when they are
20581particularly large or there are many of them.
20582
20583To control the automatic loading of shared library symbols, use the
20584commands:
20585
20586@table @code
20587@kindex set auto-solib-add
20588@item set auto-solib-add @var{mode}
20589If @var{mode} is @code{on}, symbols from all shared object libraries
20590will be loaded automatically when the inferior begins execution, you
20591attach to an independently started inferior, or when the dynamic linker
20592informs @value{GDBN} that a new library has been loaded. If @var{mode}
20593is @code{off}, symbols must be loaded manually, using the
20594@code{sharedlibrary} command. The default value is @code{on}.
20595
20596@cindex memory used for symbol tables
20597If your program uses lots of shared libraries with debug info that
20598takes large amounts of memory, you can decrease the @value{GDBN}
20599memory footprint by preventing it from automatically loading the
20600symbols from shared libraries. To that end, type @kbd{set
20601auto-solib-add off} before running the inferior, then load each
20602library whose debug symbols you do need with @kbd{sharedlibrary
20603@var{regexp}}, where @var{regexp} is a regular expression that matches
20604the libraries whose symbols you want to be loaded.
20605
20606@kindex show auto-solib-add
20607@item show auto-solib-add
20608Display the current autoloading mode.
20609@end table
20610
20611@cindex load shared library
20612To explicitly load shared library symbols, use the @code{sharedlibrary}
20613command:
20614
20615@table @code
20616@kindex info sharedlibrary
20617@kindex info share
20618@item info share @var{regex}
20619@itemx info sharedlibrary @var{regex}
20620Print the names of the shared libraries which are currently loaded
20621that match @var{regex}. If @var{regex} is omitted then print
20622all shared libraries that are loaded.
20623
20624@kindex info dll
20625@item info dll @var{regex}
20626This is an alias of @code{info sharedlibrary}.
20627
20628@kindex sharedlibrary
20629@kindex share
20630@item sharedlibrary @var{regex}
20631@itemx share @var{regex}
20632Load shared object library symbols for files matching a
20633Unix regular expression.
20634As with files loaded automatically, it only loads shared libraries
20635required by your program for a core file or after typing @code{run}. If
20636@var{regex} is omitted all shared libraries required by your program are
20637loaded.
20638
20639@item nosharedlibrary
20640@kindex nosharedlibrary
20641@cindex unload symbols from shared libraries
20642Unload all shared object library symbols. This discards all symbols
20643that have been loaded from all shared libraries. Symbols from shared
20644libraries that were loaded by explicit user requests are not
20645discarded.
20646@end table
20647
20648Sometimes you may wish that @value{GDBN} stops and gives you control
20649when any of shared library events happen. The best way to do this is
20650to use @code{catch load} and @code{catch unload} (@pxref{Set
20651Catchpoints}).
20652
20653@value{GDBN} also supports the the @code{set stop-on-solib-events}
20654command for this. This command exists for historical reasons. It is
20655less useful than setting a catchpoint, because it does not allow for
20656conditions or commands as a catchpoint does.
20657
20658@table @code
20659@item set stop-on-solib-events
20660@kindex set stop-on-solib-events
20661This command controls whether @value{GDBN} should give you control
20662when the dynamic linker notifies it about some shared library event.
20663The most common event of interest is loading or unloading of a new
20664shared library.
20665
20666@item show stop-on-solib-events
20667@kindex show stop-on-solib-events
20668Show whether @value{GDBN} stops and gives you control when shared
20669library events happen.
20670@end table
20671
20672Shared libraries are also supported in many cross or remote debugging
20673configurations. @value{GDBN} needs to have access to the target's libraries;
20674this can be accomplished either by providing copies of the libraries
20675on the host system, or by asking @value{GDBN} to automatically retrieve the
20676libraries from the target. If copies of the target libraries are
20677provided, they need to be the same as the target libraries, although the
20678copies on the target can be stripped as long as the copies on the host are
20679not.
20680
20681@cindex where to look for shared libraries
20682For remote debugging, you need to tell @value{GDBN} where the target
20683libraries are, so that it can load the correct copies---otherwise, it
20684may try to load the host's libraries. @value{GDBN} has two variables
20685to specify the search directories for target libraries.
20686
20687@table @code
20688@cindex prefix for executable and shared library file names
20689@cindex system root, alternate
20690@kindex set solib-absolute-prefix
20691@kindex set sysroot
20692@item set sysroot @var{path}
20693Use @var{path} as the system root for the program being debugged. Any
20694absolute shared library paths will be prefixed with @var{path}; many
20695runtime loaders store the absolute paths to the shared library in the
20696target program's memory. When starting processes remotely, and when
20697attaching to already-running processes (local or remote), their
20698executable filenames will be prefixed with @var{path} if reported to
20699@value{GDBN} as absolute by the operating system. If you use
20700@code{set sysroot} to find executables and shared libraries, they need
20701to be laid out in the same way that they are on the target, with
20702e.g.@: a @file{/bin}, @file{/lib} and @file{/usr/lib} hierarchy under
20703@var{path}.
20704
20705If @var{path} starts with the sequence @file{target:} and the target
20706system is remote then @value{GDBN} will retrieve the target binaries
20707from the remote system. This is only supported when using a remote
20708target that supports the @code{remote get} command (@pxref{File
20709Transfer,,Sending files to a remote system}). The part of @var{path}
20710following the initial @file{target:} (if present) is used as system
20711root prefix on the remote file system. If @var{path} starts with the
20712sequence @file{remote:} this is converted to the sequence
20713@file{target:} by @code{set sysroot}@footnote{Historically the
20714functionality to retrieve binaries from the remote system was
20715provided by prefixing @var{path} with @file{remote:}}. If you want
20716to specify a local system root using a directory that happens to be
20717named @file{target:} or @file{remote:}, you need to use some
20718equivalent variant of the name like @file{./target:}.
20719
20720For targets with an MS-DOS based filesystem, such as MS-Windows and
20721SymbianOS, @value{GDBN} tries prefixing a few variants of the target
20722absolute file name with @var{path}. But first, on Unix hosts,
20723@value{GDBN} converts all backslash directory separators into forward
20724slashes, because the backslash is not a directory separator on Unix:
20725
20726@smallexample
20727 c:\foo\bar.dll @result{} c:/foo/bar.dll
20728@end smallexample
20729
20730Then, @value{GDBN} attempts prefixing the target file name with
20731@var{path}, and looks for the resulting file name in the host file
20732system:
20733
20734@smallexample
20735 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
20736@end smallexample
20737
20738If that does not find the binary, @value{GDBN} tries removing
20739the @samp{:} character from the drive spec, both for convenience, and,
20740for the case of the host file system not supporting file names with
20741colons:
20742
20743@smallexample
20744 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
20745@end smallexample
20746
20747This makes it possible to have a system root that mirrors a target
20748with more than one drive. E.g., you may want to setup your local
20749copies of the target system shared libraries like so (note @samp{c} vs
20750@samp{z}):
20751
20752@smallexample
20753 @file{/path/to/sysroot/c/sys/bin/foo.dll}
20754 @file{/path/to/sysroot/c/sys/bin/bar.dll}
20755 @file{/path/to/sysroot/z/sys/bin/bar.dll}
20756@end smallexample
20757
20758@noindent
20759and point the system root at @file{/path/to/sysroot}, so that
20760@value{GDBN} can find the correct copies of both
20761@file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
20762
20763If that still does not find the binary, @value{GDBN} tries
20764removing the whole drive spec from the target file name:
20765
20766@smallexample
20767 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
20768@end smallexample
20769
20770This last lookup makes it possible to not care about the drive name,
20771if you don't want or need to.
20772
20773The @code{set solib-absolute-prefix} command is an alias for @code{set
20774sysroot}.
20775
20776@cindex default system root
20777@cindex @samp{--with-sysroot}
20778You can set the default system root by using the configure-time
20779@samp{--with-sysroot} option. If the system root is inside
20780@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
20781@samp{--exec-prefix}), then the default system root will be updated
20782automatically if the installed @value{GDBN} is moved to a new
20783location.
20784
20785@kindex show sysroot
20786@item show sysroot
20787Display the current executable and shared library prefix.
20788
20789@kindex set solib-search-path
20790@item set solib-search-path @var{path}
20791If this variable is set, @var{path} is a colon-separated list of
20792directories to search for shared libraries. @samp{solib-search-path}
20793is used after @samp{sysroot} fails to locate the library, or if the
20794path to the library is relative instead of absolute. If you want to
20795use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
20796@samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
20797finding your host's libraries. @samp{sysroot} is preferred; setting
20798it to a nonexistent directory may interfere with automatic loading
20799of shared library symbols.
20800
20801@kindex show solib-search-path
20802@item show solib-search-path
20803Display the current shared library search path.
20804
20805@cindex DOS file-name semantics of file names.
20806@kindex set target-file-system-kind (unix|dos-based|auto)
20807@kindex show target-file-system-kind
20808@item set target-file-system-kind @var{kind}
20809Set assumed file system kind for target reported file names.
20810
20811Shared library file names as reported by the target system may not
20812make sense as is on the system @value{GDBN} is running on. For
20813example, when remote debugging a target that has MS-DOS based file
20814system semantics, from a Unix host, the target may be reporting to
20815@value{GDBN} a list of loaded shared libraries with file names such as
20816@file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
20817drive letters, so the @samp{c:\} prefix is not normally understood as
20818indicating an absolute file name, and neither is the backslash
20819normally considered a directory separator character. In that case,
20820the native file system would interpret this whole absolute file name
20821as a relative file name with no directory components. This would make
20822it impossible to point @value{GDBN} at a copy of the remote target's
20823shared libraries on the host using @code{set sysroot}, and impractical
20824with @code{set solib-search-path}. Setting
20825@code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
20826to interpret such file names similarly to how the target would, and to
20827map them to file names valid on @value{GDBN}'s native file system
20828semantics. The value of @var{kind} can be @code{"auto"}, in addition
20829to one of the supported file system kinds. In that case, @value{GDBN}
20830tries to determine the appropriate file system variant based on the
20831current target's operating system (@pxref{ABI, ,Configuring the
20832Current ABI}). The supported file system settings are:
20833
20834@table @code
20835@item unix
20836Instruct @value{GDBN} to assume the target file system is of Unix
20837kind. Only file names starting the forward slash (@samp{/}) character
20838are considered absolute, and the directory separator character is also
20839the forward slash.
20840
20841@item dos-based
20842Instruct @value{GDBN} to assume the target file system is DOS based.
20843File names starting with either a forward slash, or a drive letter
20844followed by a colon (e.g., @samp{c:}), are considered absolute, and
20845both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
20846considered directory separators.
20847
20848@item auto
20849Instruct @value{GDBN} to use the file system kind associated with the
20850target operating system (@pxref{ABI, ,Configuring the Current ABI}).
20851This is the default.
20852@end table
20853@end table
20854
20855@cindex file name canonicalization
20856@cindex base name differences
20857When processing file names provided by the user, @value{GDBN}
20858frequently needs to compare them to the file names recorded in the
20859program's debug info. Normally, @value{GDBN} compares just the
20860@dfn{base names} of the files as strings, which is reasonably fast
20861even for very large programs. (The base name of a file is the last
20862portion of its name, after stripping all the leading directories.)
20863This shortcut in comparison is based upon the assumption that files
20864cannot have more than one base name. This is usually true, but
20865references to files that use symlinks or similar filesystem
20866facilities violate that assumption. If your program records files
20867using such facilities, or if you provide file names to @value{GDBN}
20868using symlinks etc., you can set @code{basenames-may-differ} to
20869@code{true} to instruct @value{GDBN} to completely canonicalize each
20870pair of file names it needs to compare. This will make file-name
20871comparisons accurate, but at a price of a significant slowdown.
20872
20873@table @code
20874@item set basenames-may-differ
20875@kindex set basenames-may-differ
20876Set whether a source file may have multiple base names.
20877
20878@item show basenames-may-differ
20879@kindex show basenames-may-differ
20880Show whether a source file may have multiple base names.
20881@end table
20882
20883@node File Caching
20884@section File Caching
20885@cindex caching of opened files
20886@cindex caching of bfd objects
20887
20888To speed up file loading, and reduce memory usage, @value{GDBN} will
20889reuse the @code{bfd} objects used to track open files. @xref{Top, ,
20890BFD, bfd, The Binary File Descriptor Library}. The following commands
20891allow visibility and control of the caching behavior.
20892
20893@table @code
20894@kindex maint info bfds
20895@item maint info bfds
20896This prints information about each @code{bfd} object that is known to
20897@value{GDBN}.
20898
20899@kindex maint set bfd-sharing
20900@kindex maint show bfd-sharing
20901@kindex bfd caching
20902@item maint set bfd-sharing
20903@item maint show bfd-sharing
20904Control whether @code{bfd} objects can be shared. When sharing is
20905enabled @value{GDBN} reuses already open @code{bfd} objects rather
20906than reopening the same file. Turning sharing off does not cause
20907already shared @code{bfd} objects to be unshared, but all future files
20908that are opened will create a new @code{bfd} object. Similarly,
20909re-enabling sharing does not cause multiple existing @code{bfd}
20910objects to be collapsed into a single shared @code{bfd} object.
20911
20912@kindex set debug bfd-cache @var{level}
20913@kindex bfd caching
20914@item set debug bfd-cache @var{level}
20915Turns on debugging of the bfd cache, setting the level to @var{level}.
20916
20917@kindex show debug bfd-cache
20918@kindex bfd caching
20919@item show debug bfd-cache
20920Show the current debugging level of the bfd cache.
20921@end table
20922
20923@node Separate Debug Files
20924@section Debugging Information in Separate Files
20925@cindex separate debugging information files
20926@cindex debugging information in separate files
20927@cindex @file{.debug} subdirectories
20928@cindex debugging information directory, global
20929@cindex global debugging information directories
20930@cindex build ID, and separate debugging files
20931@cindex @file{.build-id} directory
20932
20933@value{GDBN} allows you to put a program's debugging information in a
20934file separate from the executable itself, in a way that allows
20935@value{GDBN} to find and load the debugging information automatically.
20936Since debugging information can be very large---sometimes larger
20937than the executable code itself---some systems distribute debugging
20938information for their executables in separate files, which users can
20939install only when they need to debug a problem.
20940
20941@value{GDBN} supports two ways of specifying the separate debug info
20942file:
20943
20944@itemize @bullet
20945@item
20946The executable contains a @dfn{debug link} that specifies the name of
20947the separate debug info file. The separate debug file's name is
20948usually @file{@var{executable}.debug}, where @var{executable} is the
20949name of the corresponding executable file without leading directories
20950(e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
20951debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
20952checksum for the debug file, which @value{GDBN} uses to validate that
20953the executable and the debug file came from the same build.
20954
20955@item
20956The executable contains a @dfn{build ID}, a unique bit string that is
20957also present in the corresponding debug info file. (This is supported
20958only on some operating systems, when using the ELF or PE file formats
20959for binary files and the @sc{gnu} Binutils.) For more details about
20960this feature, see the description of the @option{--build-id}
20961command-line option in @ref{Options, , Command Line Options, ld,
20962The GNU Linker}. The debug info file's name is not specified
20963explicitly by the build ID, but can be computed from the build ID, see
20964below.
20965@end itemize
20966
20967Depending on the way the debug info file is specified, @value{GDBN}
20968uses two different methods of looking for the debug file:
20969
20970@itemize @bullet
20971@item
20972For the ``debug link'' method, @value{GDBN} looks up the named file in
20973the directory of the executable file, then in a subdirectory of that
20974directory named @file{.debug}, and finally under each one of the
20975global debug directories, in a subdirectory whose name is identical to
20976the leading directories of the executable's absolute file name. (On
20977MS-Windows/MS-DOS, the drive letter of the executable's leading
20978directories is converted to a one-letter subdirectory, i.e.@:
20979@file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
20980filesystems disallow colons in file names.)
20981
20982@item
20983For the ``build ID'' method, @value{GDBN} looks in the
20984@file{.build-id} subdirectory of each one of the global debug directories for
20985a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
20986first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
20987are the rest of the bit string. (Real build ID strings are 32 or more
20988hex characters, not 10.)
20989@end itemize
20990
20991So, for example, suppose you ask @value{GDBN} to debug
20992@file{/usr/bin/ls}, which has a debug link that specifies the
20993file @file{ls.debug}, and a build ID whose value in hex is
20994@code{abcdef1234}. If the list of the global debug directories includes
20995@file{/usr/lib/debug}, then @value{GDBN} will look for the following
20996debug information files, in the indicated order:
20997
20998@itemize @minus
20999@item
21000@file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
21001@item
21002@file{/usr/bin/ls.debug}
21003@item
21004@file{/usr/bin/.debug/ls.debug}
21005@item
21006@file{/usr/lib/debug/usr/bin/ls.debug}.
21007@end itemize
21008
21009@anchor{debug-file-directory}
21010Global debugging info directories default to what is set by @value{GDBN}
21011configure option @option{--with-separate-debug-dir}. During @value{GDBN} run
21012you can also set the global debugging info directories, and view the list
21013@value{GDBN} is currently using.
21014
21015@table @code
21016
21017@kindex set debug-file-directory
21018@item set debug-file-directory @var{directories}
21019Set the directories which @value{GDBN} searches for separate debugging
21020information files to @var{directory}. Multiple path components can be set
21021concatenating them by a path separator.
21022
21023@kindex show debug-file-directory
21024@item show debug-file-directory
21025Show the directories @value{GDBN} searches for separate debugging
21026information files.
21027
21028@end table
21029
21030@cindex @code{.gnu_debuglink} sections
21031@cindex debug link sections
21032A debug link is a special section of the executable file named
21033@code{.gnu_debuglink}. The section must contain:
21034
21035@itemize
21036@item
21037A filename, with any leading directory components removed, followed by
21038a zero byte,
21039@item
21040zero to three bytes of padding, as needed to reach the next four-byte
21041boundary within the section, and
21042@item
21043a four-byte CRC checksum, stored in the same endianness used for the
21044executable file itself. The checksum is computed on the debugging
21045information file's full contents by the function given below, passing
21046zero as the @var{crc} argument.
21047@end itemize
21048
21049Any executable file format can carry a debug link, as long as it can
21050contain a section named @code{.gnu_debuglink} with the contents
21051described above.
21052
21053@cindex @code{.note.gnu.build-id} sections
21054@cindex build ID sections
21055The build ID is a special section in the executable file (and in other
21056ELF binary files that @value{GDBN} may consider). This section is
21057often named @code{.note.gnu.build-id}, but that name is not mandatory.
21058It contains unique identification for the built files---the ID remains
21059the same across multiple builds of the same build tree. The default
21060algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
21061content for the build ID string. The same section with an identical
21062value is present in the original built binary with symbols, in its
21063stripped variant, and in the separate debugging information file.
21064
21065The debugging information file itself should be an ordinary
21066executable, containing a full set of linker symbols, sections, and
21067debugging information. The sections of the debugging information file
21068should have the same names, addresses, and sizes as the original file,
21069but they need not contain any data---much like a @code{.bss} section
21070in an ordinary executable.
21071
21072The @sc{gnu} binary utilities (Binutils) package includes the
21073@samp{objcopy} utility that can produce
21074the separated executable / debugging information file pairs using the
21075following commands:
21076
21077@smallexample
21078@kbd{objcopy --only-keep-debug foo foo.debug}
21079@kbd{strip -g foo}
21080@end smallexample
21081
21082@noindent
21083These commands remove the debugging
21084information from the executable file @file{foo} and place it in the file
21085@file{foo.debug}. You can use the first, second or both methods to link the
21086two files:
21087
21088@itemize @bullet
21089@item
21090The debug link method needs the following additional command to also leave
21091behind a debug link in @file{foo}:
21092
21093@smallexample
21094@kbd{objcopy --add-gnu-debuglink=foo.debug foo}
21095@end smallexample
21096
21097Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
21098a version of the @code{strip} command such that the command @kbd{strip foo -f
21099foo.debug} has the same functionality as the two @code{objcopy} commands and
21100the @code{ln -s} command above, together.
21101
21102@item
21103Build ID gets embedded into the main executable using @code{ld --build-id} or
21104the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
21105compatibility fixes for debug files separation are present in @sc{gnu} binary
21106utilities (Binutils) package since version 2.18.
21107@end itemize
21108
21109@noindent
21110
21111@cindex CRC algorithm definition
21112The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
21113IEEE 802.3 using the polynomial:
21114
21115@c TexInfo requires naked braces for multi-digit exponents for Tex
21116@c output, but this causes HTML output to barf. HTML has to be set using
21117@c raw commands. So we end up having to specify this equation in 2
21118@c different ways!
21119@ifhtml
21120@display
21121@html
21122 <em>x</em><sup>32</sup> + <em>x</em><sup>26</sup> + <em>x</em><sup>23</sup> + <em>x</em><sup>22</sup> + <em>x</em><sup>16</sup> + <em>x</em><sup>12</sup> + <em>x</em><sup>11</sup>
21123 + <em>x</em><sup>10</sup> + <em>x</em><sup>8</sup> + <em>x</em><sup>7</sup> + <em>x</em><sup>5</sup> + <em>x</em><sup>4</sup> + <em>x</em><sup>2</sup> + <em>x</em> + 1
21124@end html
21125@end display
21126@end ifhtml
21127@ifnothtml
21128@display
21129 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
21130 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
21131@end display
21132@end ifnothtml
21133
21134The function is computed byte at a time, taking the least
21135significant bit of each byte first. The initial pattern
21136@code{0xffffffff} is used, to ensure leading zeros affect the CRC and
21137the final result is inverted to ensure trailing zeros also affect the
21138CRC.
21139
21140@emph{Note:} This is the same CRC polynomial as used in handling the
21141@dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{qCRC packet}).
21142However in the case of the Remote Serial Protocol, the CRC is computed
21143@emph{most} significant bit first, and the result is not inverted, so
21144trailing zeros have no effect on the CRC value.
21145
21146To complete the description, we show below the code of the function
21147which produces the CRC used in @code{.gnu_debuglink}. Inverting the
21148initially supplied @code{crc} argument means that an initial call to
21149this function passing in zero will start computing the CRC using
21150@code{0xffffffff}.
21151
21152@kindex gnu_debuglink_crc32
21153@smallexample
21154unsigned long
21155gnu_debuglink_crc32 (unsigned long crc,
21156 unsigned char *buf, size_t len)
21157@{
21158 static const unsigned long crc32_table[256] =
21159 @{
21160 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
21161 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
21162 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
21163 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
21164 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
21165 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
21166 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
21167 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
21168 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
21169 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
21170 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
21171 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
21172 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
21173 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
21174 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
21175 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
21176 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
21177 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
21178 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
21179 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
21180 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
21181 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
21182 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
21183 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
21184 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
21185 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
21186 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
21187 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
21188 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
21189 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
21190 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
21191 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
21192 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
21193 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
21194 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
21195 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
21196 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
21197 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
21198 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
21199 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
21200 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
21201 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
21202 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
21203 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
21204 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
21205 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
21206 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
21207 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
21208 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
21209 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
21210 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
21211 0x2d02ef8d
21212 @};
21213 unsigned char *end;
21214
21215 crc = ~crc & 0xffffffff;
21216 for (end = buf + len; buf < end; ++buf)
21217 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
21218 return ~crc & 0xffffffff;
21219@}
21220@end smallexample
21221
21222@noindent
21223This computation does not apply to the ``build ID'' method.
21224
21225@node MiniDebugInfo
21226@section Debugging information in a special section
21227@cindex separate debug sections
21228@cindex @samp{.gnu_debugdata} section
21229
21230Some systems ship pre-built executables and libraries that have a
21231special @samp{.gnu_debugdata} section. This feature is called
21232@dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
21233is used to supply extra symbols for backtraces.
21234
21235The intent of this section is to provide extra minimal debugging
21236information for use in simple backtraces. It is not intended to be a
21237replacement for full separate debugging information (@pxref{Separate
21238Debug Files}). The example below shows the intended use; however,
21239@value{GDBN} does not currently put restrictions on what sort of
21240debugging information might be included in the section.
21241
21242@value{GDBN} has support for this extension. If the section exists,
21243then it is used provided that no other source of debugging information
21244can be found, and that @value{GDBN} was configured with LZMA support.
21245
21246This section can be easily created using @command{objcopy} and other
21247standard utilities:
21248
21249@smallexample
21250# Extract the dynamic symbols from the main binary, there is no need
21251# to also have these in the normal symbol table.
21252nm -D @var{binary} --format=posix --defined-only \
21253 | awk '@{ print $1 @}' | sort > dynsyms
21254
21255# Extract all the text (i.e. function) symbols from the debuginfo.
21256# (Note that we actually also accept "D" symbols, for the benefit
21257# of platforms like PowerPC64 that use function descriptors.)
21258nm @var{binary} --format=posix --defined-only \
21259 | awk '@{ if ($2 == "T" || $2 == "t" || $2 == "D") print $1 @}' \
21260 | sort > funcsyms
21261
21262# Keep all the function symbols not already in the dynamic symbol
21263# table.
21264comm -13 dynsyms funcsyms > keep_symbols
21265
21266# Separate full debug info into debug binary.
21267objcopy --only-keep-debug @var{binary} debug
21268
21269# Copy the full debuginfo, keeping only a minimal set of symbols and
21270# removing some unnecessary sections.
21271objcopy -S --remove-section .gdb_index --remove-section .comment \
21272 --keep-symbols=keep_symbols debug mini_debuginfo
21273
21274# Drop the full debug info from the original binary.
21275strip --strip-all -R .comment @var{binary}
21276
21277# Inject the compressed data into the .gnu_debugdata section of the
21278# original binary.
21279xz mini_debuginfo
21280objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
21281@end smallexample
21282
21283@node Index Files
21284@section Index Files Speed Up @value{GDBN}
21285@cindex index files
21286@cindex @samp{.gdb_index} section
21287
21288When @value{GDBN} finds a symbol file, it scans the symbols in the
21289file in order to construct an internal symbol table. This lets most
21290@value{GDBN} operations work quickly---at the cost of a delay early
21291on. For large programs, this delay can be quite lengthy, so
21292@value{GDBN} provides a way to build an index, which speeds up
21293startup.
21294
21295For convenience, @value{GDBN} comes with a program,
21296@command{gdb-add-index}, which can be used to add the index to a
21297symbol file. It takes the symbol file as its only argument:
21298
21299@smallexample
21300$ gdb-add-index symfile
21301@end smallexample
21302
21303@xref{gdb-add-index}.
21304
21305It is also possible to do the work manually. Here is what
21306@command{gdb-add-index} does behind the curtains.
21307
21308The index is stored as a section in the symbol file. @value{GDBN} can
21309write the index to a file, then you can put it into the symbol file
21310using @command{objcopy}.
21311
21312To create an index file, use the @code{save gdb-index} command:
21313
21314@table @code
21315@item save gdb-index [-dwarf-5] @var{directory}
21316@kindex save gdb-index
21317Create index files for all symbol files currently known by
21318@value{GDBN}. For each known @var{symbol-file}, this command by
21319default creates it produces a single file
21320@file{@var{symbol-file}.gdb-index}. If you invoke this command with
21321the @option{-dwarf-5} option, it produces 2 files:
21322@file{@var{symbol-file}.debug_names} and
21323@file{@var{symbol-file}.debug_str}. The files are created in the
21324given @var{directory}.
21325@end table
21326
21327Once you have created an index file you can merge it into your symbol
21328file, here named @file{symfile}, using @command{objcopy}:
21329
21330@smallexample
21331$ objcopy --add-section .gdb_index=symfile.gdb-index \
21332 --set-section-flags .gdb_index=readonly symfile symfile
21333@end smallexample
21334
21335Or for @code{-dwarf-5}:
21336
21337@smallexample
21338$ objcopy --dump-section .debug_str=symfile.debug_str.new symfile
21339$ cat symfile.debug_str >>symfile.debug_str.new
21340$ objcopy --add-section .debug_names=symfile.gdb-index \
21341 --set-section-flags .debug_names=readonly \
21342 --update-section .debug_str=symfile.debug_str.new symfile symfile
21343@end smallexample
21344
21345@value{GDBN} will normally ignore older versions of @file{.gdb_index}
21346sections that have been deprecated. Usually they are deprecated because
21347they are missing a new feature or have performance issues.
21348To tell @value{GDBN} to use a deprecated index section anyway
21349specify @code{set use-deprecated-index-sections on}.
21350The default is @code{off}.
21351This can speed up startup, but may result in some functionality being lost.
21352@xref{Index Section Format}.
21353
21354@emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
21355must be done before gdb reads the file. The following will not work:
21356
21357@smallexample
21358$ gdb -ex "set use-deprecated-index-sections on" <program>
21359@end smallexample
21360
21361Instead you must do, for example,
21362
21363@smallexample
21364$ gdb -iex "set use-deprecated-index-sections on" <program>
21365@end smallexample
21366
21367There are currently some limitation on indices. They only work when
21368using DWARF debugging information, not stabs. And, only the
21369@code{-dwarf-5} index works for programs using Ada.
21370
21371@subsection Automatic symbol index cache
21372
21373@cindex automatic symbol index cache
21374It is possible for @value{GDBN} to automatically save a copy of this index in a
21375cache on disk and retrieve it from there when loading the same binary in the
21376future. This feature can be turned on with @kbd{set index-cache on}. The
21377following commands can be used to tweak the behavior of the index cache.
21378
21379@table @code
21380
21381@kindex set index-cache
21382@item set index-cache on
21383@itemx set index-cache off
21384Enable or disable the use of the symbol index cache.
21385
21386@item set index-cache directory @var{directory}
21387@kindex show index-cache
21388@itemx show index-cache directory
21389Set/show the directory where index files will be saved.
21390
21391The default value for this directory depends on the host platform. On
21392most systems, the index is cached in the @file{gdb} subdirectory of
21393the directory pointed to by the @env{XDG_CACHE_HOME} environment
21394variable, if it is defined, else in the @file{.cache/gdb} subdirectory
21395of your home directory. However, on some systems, the default may
21396differ according to local convention.
21397
21398There is no limit on the disk space used by index cache. It is perfectly safe
21399to delete the content of that directory to free up disk space.
21400
21401@item show index-cache stats
21402Print the number of cache hits and misses since the launch of @value{GDBN}.
21403
21404@end table
21405
21406@node Symbol Errors
21407@section Errors Reading Symbol Files
21408
21409While reading a symbol file, @value{GDBN} occasionally encounters problems,
21410such as symbol types it does not recognize, or known bugs in compiler
21411output. By default, @value{GDBN} does not notify you of such problems, since
21412they are relatively common and primarily of interest to people
21413debugging compilers. If you are interested in seeing information
21414about ill-constructed symbol tables, you can either ask @value{GDBN} to print
21415only one message about each such type of problem, no matter how many
21416times the problem occurs; or you can ask @value{GDBN} to print more messages,
21417to see how many times the problems occur, with the @code{set
21418complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
21419Messages}).
21420
21421The messages currently printed, and their meanings, include:
21422
21423@table @code
21424@item inner block not inside outer block in @var{symbol}
21425
21426The symbol information shows where symbol scopes begin and end
21427(such as at the start of a function or a block of statements). This
21428error indicates that an inner scope block is not fully contained
21429in its outer scope blocks.
21430
21431@value{GDBN} circumvents the problem by treating the inner block as if it had
21432the same scope as the outer block. In the error message, @var{symbol}
21433may be shown as ``@code{(don't know)}'' if the outer block is not a
21434function.
21435
21436@item block at @var{address} out of order
21437
21438The symbol information for symbol scope blocks should occur in
21439order of increasing addresses. This error indicates that it does not
21440do so.
21441
21442@value{GDBN} does not circumvent this problem, and has trouble
21443locating symbols in the source file whose symbols it is reading. (You
21444can often determine what source file is affected by specifying
21445@code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
21446Messages}.)
21447
21448@item bad block start address patched
21449
21450The symbol information for a symbol scope block has a start address
21451smaller than the address of the preceding source line. This is known
21452to occur in the SunOS 4.1.1 (and earlier) C compiler.
21453
21454@value{GDBN} circumvents the problem by treating the symbol scope block as
21455starting on the previous source line.
21456
21457@item bad string table offset in symbol @var{n}
21458
21459@cindex foo
21460Symbol number @var{n} contains a pointer into the string table which is
21461larger than the size of the string table.
21462
21463@value{GDBN} circumvents the problem by considering the symbol to have the
21464name @code{foo}, which may cause other problems if many symbols end up
21465with this name.
21466
21467@item unknown symbol type @code{0x@var{nn}}
21468
21469The symbol information contains new data types that @value{GDBN} does
21470not yet know how to read. @code{0x@var{nn}} is the symbol type of the
21471uncomprehended information, in hexadecimal.
21472
21473@value{GDBN} circumvents the error by ignoring this symbol information.
21474This usually allows you to debug your program, though certain symbols
21475are not accessible. If you encounter such a problem and feel like
21476debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
21477on @code{complain}, then go up to the function @code{read_dbx_symtab}
21478and examine @code{*bufp} to see the symbol.
21479
21480@item stub type has NULL name
21481
21482@value{GDBN} could not find the full definition for a struct or class.
21483
21484@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
21485The symbol information for a C@t{++} member function is missing some
21486information that recent versions of the compiler should have output for
21487it.
21488
21489@item info mismatch between compiler and debugger
21490
21491@value{GDBN} could not parse a type specification output by the compiler.
21492
21493@end table
21494
21495@node Data Files
21496@section @value{GDBN} Data Files
21497
21498@cindex prefix for data files
21499@value{GDBN} will sometimes read an auxiliary data file. These files
21500are kept in a directory known as the @dfn{data directory}.
21501
21502You can set the data directory's name, and view the name @value{GDBN}
21503is currently using.
21504
21505@table @code
21506@kindex set data-directory
21507@item set data-directory @var{directory}
21508Set the directory which @value{GDBN} searches for auxiliary data files
21509to @var{directory}.
21510
21511@kindex show data-directory
21512@item show data-directory
21513Show the directory @value{GDBN} searches for auxiliary data files.
21514@end table
21515
21516@cindex default data directory
21517@cindex @samp{--with-gdb-datadir}
21518You can set the default data directory by using the configure-time
21519@samp{--with-gdb-datadir} option. If the data directory is inside
21520@value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
21521@samp{--exec-prefix}), then the default data directory will be updated
21522automatically if the installed @value{GDBN} is moved to a new
21523location.
21524
21525The data directory may also be specified with the
21526@code{--data-directory} command line option.
21527@xref{Mode Options}.
21528
21529@node Targets
21530@chapter Specifying a Debugging Target
21531
21532@cindex debugging target
21533A @dfn{target} is the execution environment occupied by your program.
21534
21535Often, @value{GDBN} runs in the same host environment as your program;
21536in that case, the debugging target is specified as a side effect when
21537you use the @code{file} or @code{core} commands. When you need more
21538flexibility---for example, running @value{GDBN} on a physically separate
21539host, or controlling a standalone system over a serial port or a
21540realtime system over a TCP/IP connection---you can use the @code{target}
21541command to specify one of the target types configured for @value{GDBN}
21542(@pxref{Target Commands, ,Commands for Managing Targets}).
21543
21544@cindex target architecture
21545It is possible to build @value{GDBN} for several different @dfn{target
21546architectures}. When @value{GDBN} is built like that, you can choose
21547one of the available architectures with the @kbd{set architecture}
21548command.
21549
21550@table @code
21551@kindex set architecture
21552@kindex show architecture
21553@item set architecture @var{arch}
21554This command sets the current target architecture to @var{arch}. The
21555value of @var{arch} can be @code{"auto"}, in addition to one of the
21556supported architectures.
21557
21558@item show architecture
21559Show the current target architecture.
21560
21561@item set processor
21562@itemx processor
21563@kindex set processor
21564@kindex show processor
21565These are alias commands for, respectively, @code{set architecture}
21566and @code{show architecture}.
21567@end table
21568
21569@menu
21570* Active Targets:: Active targets
21571* Target Commands:: Commands for managing targets
21572* Byte Order:: Choosing target byte order
21573@end menu
21574
21575@node Active Targets
21576@section Active Targets
21577
21578@cindex stacking targets
21579@cindex active targets
21580@cindex multiple targets
21581
21582There are multiple classes of targets such as: processes, executable files or
21583recording sessions. Core files belong to the process class, making core file
21584and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
21585on multiple active targets, one in each class. This allows you to (for
21586example) start a process and inspect its activity, while still having access to
21587the executable file after the process finishes. Or if you start process
21588recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
21589presented a virtual layer of the recording target, while the process target
21590remains stopped at the chronologically last point of the process execution.
21591
21592Use the @code{core-file} and @code{exec-file} commands to select a new core
21593file or executable target (@pxref{Files, ,Commands to Specify Files}). To
21594specify as a target a process that is already running, use the @code{attach}
21595command (@pxref{Attach, ,Debugging an Already-running Process}).
21596
21597@node Target Commands
21598@section Commands for Managing Targets
21599
21600@table @code
21601@item target @var{type} @var{parameters}
21602Connects the @value{GDBN} host environment to a target machine or
21603process. A target is typically a protocol for talking to debugging
21604facilities. You use the argument @var{type} to specify the type or
21605protocol of the target machine.
21606
21607Further @var{parameters} are interpreted by the target protocol, but
21608typically include things like device names or host names to connect
21609with, process numbers, and baud rates.
21610
21611The @code{target} command does not repeat if you press @key{RET} again
21612after executing the command.
21613
21614@kindex help target
21615@item help target
21616Displays the names of all targets available. To display targets
21617currently selected, use either @code{info target} or @code{info files}
21618(@pxref{Files, ,Commands to Specify Files}).
21619
21620@item help target @var{name}
21621Describe a particular target, including any parameters necessary to
21622select it.
21623
21624@kindex set gnutarget
21625@item set gnutarget @var{args}
21626@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
21627knows whether it is reading an @dfn{executable},
21628a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
21629with the @code{set gnutarget} command. Unlike most @code{target} commands,
21630with @code{gnutarget} the @code{target} refers to a program, not a machine.
21631
21632@quotation
21633@emph{Warning:} To specify a file format with @code{set gnutarget},
21634you must know the actual BFD name.
21635@end quotation
21636
21637@noindent
21638@xref{Files, , Commands to Specify Files}.
21639
21640@kindex show gnutarget
21641@item show gnutarget
21642Use the @code{show gnutarget} command to display what file format
21643@code{gnutarget} is set to read. If you have not set @code{gnutarget},
21644@value{GDBN} will determine the file format for each file automatically,
21645and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
21646@end table
21647
21648@cindex common targets
21649Here are some common targets (available, or not, depending on the GDB
21650configuration):
21651
21652@table @code
21653@kindex target
21654@item target exec @var{program}
21655@cindex executable file target
21656An executable file. @samp{target exec @var{program}} is the same as
21657@samp{exec-file @var{program}}.
21658
21659@item target core @var{filename}
21660@cindex core dump file target
21661A core dump file. @samp{target core @var{filename}} is the same as
21662@samp{core-file @var{filename}}.
21663
21664@item target remote @var{medium}
21665@cindex remote target
21666A remote system connected to @value{GDBN} via a serial line or network
21667connection. This command tells @value{GDBN} to use its own remote
21668protocol over @var{medium} for debugging. @xref{Remote Debugging}.
21669
21670For example, if you have a board connected to @file{/dev/ttya} on the
21671machine running @value{GDBN}, you could say:
21672
21673@smallexample
21674target remote /dev/ttya
21675@end smallexample
21676
21677@code{target remote} supports the @code{load} command. This is only
21678useful if you have some other way of getting the stub to the target
21679system, and you can put it somewhere in memory where it won't get
21680clobbered by the download.
21681
21682@item target sim @r{[}@var{simargs}@r{]} @dots{}
21683@cindex built-in simulator target
21684Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
21685In general,
21686@smallexample
21687 target sim
21688 load
21689 run
21690@end smallexample
21691@noindent
21692works; however, you cannot assume that a specific memory map, device
21693drivers, or even basic I/O is available, although some simulators do
21694provide these. For info about any processor-specific simulator details,
21695see the appropriate section in @ref{Embedded Processors, ,Embedded
21696Processors}.
21697
21698@item target native
21699@cindex native target
21700Setup for local/native process debugging. Useful to make the
21701@code{run} command spawn native processes (likewise @code{attach},
21702etc.@:) even when @code{set auto-connect-native-target} is @code{off}
21703(@pxref{set auto-connect-native-target}).
21704
21705@end table
21706
21707Different targets are available on different configurations of @value{GDBN};
21708your configuration may have more or fewer targets.
21709
21710Many remote targets require you to download the executable's code once
21711you've successfully established a connection. You may wish to control
21712various aspects of this process.
21713
21714@table @code
21715
21716@item set hash
21717@kindex set hash@r{, for remote monitors}
21718@cindex hash mark while downloading
21719This command controls whether a hash mark @samp{#} is displayed while
21720downloading a file to the remote monitor. If on, a hash mark is
21721displayed after each S-record is successfully downloaded to the
21722monitor.
21723
21724@item show hash
21725@kindex show hash@r{, for remote monitors}
21726Show the current status of displaying the hash mark.
21727
21728@item set debug monitor
21729@kindex set debug monitor
21730@cindex display remote monitor communications
21731Enable or disable display of communications messages between
21732@value{GDBN} and the remote monitor.
21733
21734@item show debug monitor
21735@kindex show debug monitor
21736Show the current status of displaying communications between
21737@value{GDBN} and the remote monitor.
21738@end table
21739
21740@table @code
21741
21742@kindex load @var{filename} @var{offset}
21743@item load @var{filename} @var{offset}
21744@anchor{load}
21745Depending on what remote debugging facilities are configured into
21746@value{GDBN}, the @code{load} command may be available. Where it exists, it
21747is meant to make @var{filename} (an executable) available for debugging
21748on the remote system---by downloading, or dynamic linking, for example.
21749@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
21750the @code{add-symbol-file} command.
21751
21752If your @value{GDBN} does not have a @code{load} command, attempting to
21753execute it gets the error message ``@code{You can't do that when your
21754target is @dots{}}''
21755
21756The file is loaded at whatever address is specified in the executable.
21757For some object file formats, you can specify the load address when you
21758link the program; for other formats, like a.out, the object file format
21759specifies a fixed address.
21760@c FIXME! This would be a good place for an xref to the GNU linker doc.
21761
21762It is also possible to tell @value{GDBN} to load the executable file at a
21763specific offset described by the optional argument @var{offset}. When
21764@var{offset} is provided, @var{filename} must also be provided.
21765
21766Depending on the remote side capabilities, @value{GDBN} may be able to
21767load programs into flash memory.
21768
21769@code{load} does not repeat if you press @key{RET} again after using it.
21770@end table
21771
21772@table @code
21773
21774@kindex flash-erase
21775@item flash-erase
21776@anchor{flash-erase}
21777
21778Erases all known flash memory regions on the target.
21779
21780@end table
21781
21782@node Byte Order
21783@section Choosing Target Byte Order
21784
21785@cindex choosing target byte order
21786@cindex target byte order
21787
21788Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
21789offer the ability to run either big-endian or little-endian byte
21790orders. Usually the executable or symbol will include a bit to
21791designate the endian-ness, and you will not need to worry about
21792which to use. However, you may still find it useful to adjust
21793@value{GDBN}'s idea of processor endian-ness manually.
21794
21795@table @code
21796@kindex set endian
21797@item set endian big
21798Instruct @value{GDBN} to assume the target is big-endian.
21799
21800@item set endian little
21801Instruct @value{GDBN} to assume the target is little-endian.
21802
21803@item set endian auto
21804Instruct @value{GDBN} to use the byte order associated with the
21805executable.
21806
21807@item show endian
21808Display @value{GDBN}'s current idea of the target byte order.
21809
21810@end table
21811
21812If the @code{set endian auto} mode is in effect and no executable has
21813been selected, then the endianness used is the last one chosen either
21814by one of the @code{set endian big} and @code{set endian little}
21815commands or by inferring from the last executable used. If no
21816endianness has been previously chosen, then the default for this mode
21817is inferred from the target @value{GDBN} has been built for, and is
21818@code{little} if the name of the target CPU has an @code{el} suffix
21819and @code{big} otherwise.
21820
21821Note that these commands merely adjust interpretation of symbolic
21822data on the host, and that they have absolutely no effect on the
21823target system.
21824
21825@node Heterogeneous Debugging
21826@chapter Debugging Heterogeneous Programs
21827@cindex heterogeneous debugging
21828
21829@cartouche
21830@quotation
21831@emph{Note:} The commands presented in this chapter are not currently fully
21832implemented. @xref{AMD GPU} for the current support available.
21833@end quotation
21834@end cartouche
21835
21836@cindex heterogeneous system
21837@cindex heterogeneous program
21838In some operating systems, such as Linux with @acronym{AMD}'s
21839@acronym{ROCm, Radeon Open Compute platforM} installed, a single
21840program may have multiple threads in the same process, executing on
21841different devices which may have different target architectures. Such
21842a system is termed a @dfn{heterogeneous system} and a program that
21843uses the multiple devices is termed a @dfn{heterogeneous program}.
21844
21845@cindex heterogeneous agent
21846The multiple devices of a heterogeneous system are termed
21847@dfn{heterogeneous agents}. They can include the following kinds of
21848devices: @acronym{CPU, Central Processing Unit}, @acronym{GPU,
21849Graphics Processing Unit}, @acronym{DSP, Digital Signal Processor},
21850@acronym{FPGA, Field Programmable Gate Array}, as well as other
21851specialized hardware.
21852
21853@cindex heterogeneous host agent
21854The device of a heterogeneous system that starts the execution of the
21855program is termed the @dfn{heterogeneous host agent}.
21856
21857The precise way threads are created on different heterogeneous agents
21858may vary from one heterogeneous system to another, but in general the
21859threads behave similarly no matter what heterogeneous agent is
21860executing them, except that the target architecture may be different.
21861
21862@cindex heterogeneous queue
21863@cindex heterogeneous packet
21864A heterogeneous program can create @dfn{heterogeneous queues}
21865associated with a heterogeneous agent. The heterogeneous program can
21866then place @dfn{heterogeneous packets} on a heterogeneous queue to
21867control the actions of the associated heterogeneous agent. A
21868heterogeneous agent removes heterogeneous packets from the
21869heterogeneous queues assocated with it and performs the requested
21870actions. The packet actions and scheduling of packet processing
21871varies depending on the heterogeneous system and the target
21872architecture of the heterogeneous agent. @xref{Architectures}.
21873
21874@cindex heterogeneous dispatch packet
21875@cindex heterogeneous dispatch
21876A @dfn{heterogeneous dispatch packet} is used to initiate code
21877execution on a heterogeneous agent. A single heterogeneous dispatch
21878packet may specify that the heterogeneous agent create a set of
21879threads that are all associated with a corresponding
21880@dfn{heterogeneous dispatch}. Each thread typically has an associated
21881position within the heterogeneous dispatch, possibly expressed as a
21882multi-dimensional grid position. The heterogeneous agent typically
21883can create multiple threads that execute concurrently. If a
21884heterogeneous dispatch is larger than the number of concurrent threads
21885that can be created, the heterogeneous agent creates threads of the
21886heterogeneous dispatch as other threads complete. When all the
21887threads of a heterogeneous dispatch have been created and have
21888completed, the heterogeneous dispatch is considered complete.
21889
21890@cindex heterogeneous work-group
21891The threads of a heterogeneous dispatch may be grouped into
21892@dfn{heterogeneous work-groups}. The threads that belong to the same
21893heterogeneous work-group may have special shared memory, and efficient
21894execution synchronization abilities. A thread that is part of a
21895heterogeneous work-group typically has an associated position within
21896the heterogeneous work-group, possibly also expressed as a
21897multi-dimensional grid position.
21898
21899Other heterogeneous packets may control heterogeneous packet
21900scheduling, memory visibility between the threads of a heterogeneous
21901dispatch and other threads, or other services supported by the
21902heterogeneous system.
21903
21904@cindex heterogeneous lane
21905On some heterogeneous systems there can be heterogeneous agents that
21906support @acronym{SIMD, Single Instruction Multiple Data} or
21907@acronym{SIMT, Single Instruction Multiple Threads} machine
21908instructions. On these target achitectures, a single machine
21909instruction can operate in parallel on multiple @dfn{heterogeneous
21910lanes}.
21911
21912@cindex divergent control flow
21913Source languages used by heterogeneous programs can be implemented on
21914target achitectures that support multiple heterogeneous lanes by
21915mapping a source language thread of execution onto a heterogeneous
21916lane of a single target architecture thread. Control flow in the
21917source language may be implemented by controlling which heterogeneous
21918lanes are active. If the source language control flow may result in
21919some heterogeneous lanes becoming inactive while some remain active,
21920the control flow is said to be @dfn{divergent}. Typically, the
21921machine code may execute different divergent paths for different sets
21922of heterogeneous lanes, before the control flow recoverges and all
21923heterogeneous lanes become active.
21924
21925Just because a target architecture supports multiple lanes, does not
21926mean that the source language is mapped to use them to implement
21927source language threads of execution. Therefore, a thread is only
21928considered to have multiple heterogeneous lanes if it's current frame
21929corresponds to a source language that does do such a mapping.
21930
21931@anchor{Address Space}
21932@cindex address space
21933On some heterogeneous systems there can be heterogeneous agents with
21934target achitectures that support multiple @dfn{address spaces}. In
21935these target achitectures, there may be memory that is physically
21936disjoint from regular global virtual memory. There can also be cases
21937when the same underlying memory can be accessed using linear addresses
21938that map to the underlying physical memory in an interleaved manner.
21939In these target architectures there can be distinct machine
21940instructions to access the distinct address spaces. For example,
21941there may be physical hardware scratch pad memory that is allocated
21942and accessible only to the threads that are associated with the same
21943heterogeneous work-group. There may be hardware address swizzle logic
21944that allows regular global virtual memory to be allocated per
21945heterogeneous lane such that they have a linear address view, which in
21946fact maps to an interleaved global virtual memory access to improve
21947cache performance.
21948
21949@value{GDBN} provides these facilities for debugging heterogeneous
21950programs:
21951
21952@itemize @bullet
21953
21954@item @code{info sharedlibrary}, command supports code objects for
21955multiple architectures
21956
21957@item debugger convenience variables for heterogeneous entities
21958
21959@item @code{set architecture}, @code{show architecture}, @code{x/i},
21960@code{disassemble}, commands to disassemble multiple architectures in
21961the same inferior
21962
21963@item @code{info threads}, @code{thread}, commands support threads
21964executing on multiple heterogeneous agents
21965
21966@item @code{info agents}, @code{info queues}, @code{info packets},
21967@code{info dispatches}, commands to inquire about the heterogeneous
21968system
21969
21970@item @code{info lanes}, @code{lane}, commands support source language
21971threads of execution that are mapped to SIMD-like lanes of a thread
21972
21973@item @code{$_thread_find}, @code{$_thread_find_first_gid},
21974@code{$_lane_find}, @code{$_lane_find_first_gid} debugger convenience
21975functions can find threads and heterogeneous lanes associated with
21976specific heterogeneous entities
21977
21978@item @code{maint print address-spaces}, command together with address
21979qualifiers supports multiple address spaces
21980
21981@end itemize
21982
21983A heterogeneous system may use separate code objects for the different
21984target architectures of the heterogeneous agents. The @code{info
21985sharedlibrary} command lists all the code objects currently loaded,
21986regardless of their target architecture.
21987
21988The following rules apply in determining the target architecture used
21989by commands when debugging heterogeneous programs:
21990
21991@enumerate
21992
21993@item
21994Typically the target architecture of the heterogeneous host agent is
21995the target architecture of the program's code object. The @code{set
21996architecture} command (@pxref{Targets,,Specifying a Debugging Target})
21997can be used to change this target architecture. The target
21998architecture of other heterogeneous agents is typically the target
21999architecture of the associated device.
22000
22001@item
22002The target architecture of a thread is the target architecture of the
22003selected stack frame. Typically stack frames will have the same
22004target architecture as the heterogeneous agent on which the thread was
22005created, however, a target may assocociate different target
22006architectures for different stack frames.
22007
22008@item
22009The current target architecture is the target architecture of the
22010selected thread, or the target architecture of the heterogeneous host
22011agent if there are no threads.
22012
22013@end enumerate
22014
22015@value{GDBN} handles the heterogeneous agent, queue, and dispatch
22016entities in a similar manner to threads (@pxref{Threads}):
22017
22018@itemize @bullet
22019
22020@item
22021For debugging purposes, @value{GDBN} associates its own number
22022---always a single integer---with each heterogeneous entity of an
22023inferior. This number is unique between all instances of
22024heterogeneous entities of an inferior, but not unique between
22025heterogeneous entities of different inferiors.
22026
22027@item
22028You can refer to a given heterogeneous entity in an inferior using the
22029qualified @var{inferior-num}.@var{heterogeneous-entity-num} syntax,
22030also known as a @dfn{qualified heterogeneous entity ID}, with
22031@var{inferior-num} being the inferior number and
22032@var{heterogeneous-entity-num} being the heterogeneous entity number
22033of the given inferior. If you omit @var{inferior-num}, then
22034@value{GDBN} infers you're referring to a heterogeneous entity of the
22035current inferior.
22036
22037@item
22038Until you create a second inferior, @value{GDBN} does not show the
22039@var{inferior-num} part of heterogeneous entity IDs, even though you
22040can always use the full
22041@var{inferior-num}.@var{heterogeneous-entity-num} form to refer to
22042heterogeneous entities of inferior 1, the initial inferior.
22043
22044@item
22045@anchor{heterogeneous entity ID list}
22046@cindex heterogeneous entity ID list
22047Some commands accept a space-separated @dfn{heterogeneous entity ID
22048list} as argument. The list element has the same forms as for thread
22049ID lists. @xref{thread ID list}.
22050
22051@item
22052@anchor{global heterogeneous entity numbers} In addition to a
22053@emph{per-inferior} number, each heterogeneous entity is also assigned
22054a unique @emph{global} number, also known as @dfn{global heterogeneous
22055entity ID}, a single integer. Unlike the heterogeneous entity number
22056component of the heterogeneous entity ID, no two threads have the same
22057global heterogeneous entity ID, even when you're debugging multiple
22058inferiors.
22059
22060@end itemize
22061
22062The following debugger convenience variables (@pxref{Convenience
22063Vars,,Convenience Variables}) are related to heterogeneous debugging.
22064You may find these useful in writing breakpoint conditional
22065expressions, command scripts, and so forth.
22066
22067@table @code
22068
22069@item $_thread
22070@itemx $_gthread
22071@itemx $_thread_systag
22072@itemx $_thread_name
22073@xref{Convenience Vars,,Convenience Variables}.
22074
22075@vindex $_agent@r{, convenience variable}
22076@vindex $_gagent@r{, convenience variable}
22077@vindex $_queue@r{, convenience variable}
22078@vindex $_gqueue@r{, convenience variable}
22079@vindex $_dispatch@r{, convenience variable}
22080@vindex $_gdispatch@r{, convenience variable}
22081@vindex $_lane@r{, convenience variable}
22082@vindex $_glane@r{, convenience variable}
22083@item $_agent
22084@itemx $_gagent
22085@itemx $_queue
22086@itemx $_gqueue
22087@itemx $_dispatch
22088@itemx $_gdispatch
22089@itemx $_lane
22090@itemx $_glane
22091There are debugger convenience variables that contain the number of
22092each heterogeneous entity associated with the current thread if it was
22093created by a heterogeneous dispatch, or 0 otherwise. @code{$_agent},
22094@code{$_queue}, and @code{$_dispatch} contain the corresponding
22095per-inferior heterogeneous entity number. While @code{$_gagent},
22096@code{$_gqueue}, and @code{$_gdispatch}, contain the corresponding
22097global heterogeneous entity number.
22098
22099@vindex $_lane@r{, convenience variable}
22100@vindex $_glane@r{, convenience variable}
22101@item $_lane
22102@itemx $_glane
22103The heterogeneous lane number of the current lane of the current thread.
22104@code{$_lane} contains the corresponding per-inferior heterogeneous lane
22105number. While @code{$_glane} contains the corresponding global
22106heterogeneous lane number. If the current thread does not have multiple
22107heterogeneous lanes, it is treated as if it has a single heterogeneous
22108lane number.
22109
22110@vindex $_dispatch_pos@r{, convenience variable}
22111@item $_dispatch_pos
22112The heterogeneous dispatch position string of the current thread within
22113its associated heterogeneous dispatch if it is was created by a
22114heterogeneous dispatch, or the empty string otherwise. The format
22115varies depending on the heterogeneous system and target architecture
22116of the heterogeneous agent. @xref{Architectures}.
22117
22118@vindex $_lane_name@r{, convenience variable}
22119@item $_lane_name
22120The heterogeneous lane name string of the current heterogeneous lane, or
22121the empty string if no name has been assigned by the @code{lane name}
22122command.
22123
22124@vindex $_thread_workgroup_pos@r{, convenience variable}
22125@vindex $_lane_workgroup_pos@r{, convenience variable}
22126@item $_thread_workgroup_pos
22127@item $_lane_workgroup_pos
22128The heterogeneous work-group position string of the current thread or
22129heterogeneous lane within its associated heterogeneous dispatch if it
22130is was created by a heterogeneous dispatch, or the empty string
22131otherwise. The format varies depending on the heterogeneous system
22132and target architecture of the heterogeneous agent.
22133@xref{Architectures}.
22134
22135@vindex $_lane_systag@r{, convenience variable}
22136@item $_lane_systag
22137The target system's heterogeneous lane identifier (@var{lane_systag})
22138string of the current heterogeneous lane. @xref{target system lane
22139identifier}.
22140
22141@end table
22142
22143The following debugger convenience functions (@pxref{Convenience
22144Funs,,Convenience Functions}) are related to heterogeneous debugging.
22145Given the very large number of threads on heterogeneous systems, these
22146may be very useful. They allow threads or thread lists to be
22147specified based on the target system's thread identifier
22148(@var{systag}) or thread name, and allow heterogeneous lanes or
22149heterogeneous lane lists to be specified based on the target system's
22150heterogeneous lane identifier (@var{lane_systag}) or heterogeneous
22151lane name.
22152
22153@table @code
22154
22155@item $_thread_find
22156@itemx $_thread_find_first_gid
22157@xref{Convenience Funs,,Convenience Functions}.
22158
22159@findex $_lane_find@r{, convenience function}
22160@item $_lane_find(@var{regex})
22161Searches for heterogeneous lanes whose name or @var{lane_systag}
22162matches the supplied regular expression. The syntax of the regular
22163expression is that specified by @code{Python}'s regular expression
22164support.
22165
22166Returns a string that is the space separated list of per-inferior
22167heterogeneous lane numbers of the found heterogeneous lanes. If
22168debugging multiple inferiors, the heterogeneous lane numbers are
22169qualified with the inferior number. If no heterogeneous lane are
22170found, the empty string is returned. The string can be used in
22171commands that accept a heterogeneous lane ID list.
22172@xref{heterogeneous entity ID list}.
22173
22174For example, the following command lists all heterogeneous lanes that
22175are part of a heterogeneous work-group with work-group position
22176@samp{(1,2,3)} (@pxref{Heterogeneous Debugging}):
22177
22178@smallexample
22179(@value{GDBP}) info lanes $_thread_find ("work-item(1,2,3)")
22180@end smallexample
22181
22182@item $_lane_find_first_gid(@var{regex})
22183@findex $_lane_find_first_gid@r{, convenience function}
22184Similar to the @code{$_lane_find} convenience function, except it
22185returns a number that is the global heterogeneous lane number of one
22186of the heterogeneous lanes found, or 0 if no heterogeneous lanes were
22187found. The number can be used in commands that accept a global
22188heterogeneous lane number. @xref{global heterogeneous entity
22189numbers}.
22190
22191For example, the following command sets the current heterogeneous lane
22192to one of the heterogeneous lanes that are part of a heterogeneous
22193work-group with work-item position @samp{(1,2,3)}:
22194
22195@smallexample
22196(@value{GDBP}) lane -gid $_lane_find_first_gid ("work-item(1,2,3)")
22197@end smallexample
22198
22199@end table
22200
22201The following commands are related to heterogeneous debugging:
22202
22203@table @code
22204
22205@item info agents @r{[}-gid@r{]} @r{[}@var{agent-id-list}@r{]}
22206@itemx info queues @r{[}-gid@r{]} @r{[}@var{queue-id-list}@r{]}
22207@itemx info dispatches @r{[}-gid@r{]} @r{[}@var{dispatch-id-list}@r{]}
22208@kindex info agents
22209@kindex info queues
22210@kindex info dispatches
22211@code{info agents}, @code{info queues} and @code{info dispatches}
22212commands display information about one or more heterogeneous agents,
22213heterogeneous queues and executing heterogeneous dispatches
22214respectively. With no arguments displays information about all
22215corresponding heterogeneous entities. You can specify the list of
22216heterogeneous entities that you want to display using the
22217heterogeneous entity ID list syntax (@pxref{heterogeneous entity ID
22218list}).
22219
22220@value{GDBN} displays for each heterogeneous entity (in this order):
22221
22222@enumerate
22223@item
22224the per-inferior heterogeneous entity number assigned by @value{GDBN}
22225
22226@item
22227the global heterogeneous entity number assigned by @value{GDBN}, if
22228the @w{@option{-gid}} option was specified
22229
22230@item
22231for the @code{info queues} and @code{info dispatches} commands, the
22232associated heterogeneous agent number assigned by @value{GDBN},
22233displayed as a global ID if the @w{@option{-gid}} option was
22234specified, otherwise displayed as the per-inferior ID
22235
22236@item
22237for the @code{info dispatches} command, the associated heterogeneous
22238queue number assigned by @value{GDBN}, displayed as a global ID if the
22239@w{@option{-gid}} option was specified, otherwise displayed as the
22240per-inferior ID
22241
22242@item
22243additional information about the heterogeneous entity that varies
22244depending on the heterogeneous system and may vary depending on the
22245target architecture of the heterogeneous entity
22246(@pxref{Architectures})
22247
22248@end enumerate
22249
22250Some heterogeneous agents may not be listed until the inferior has
22251started execution of the program.
22252
22253@item info packets @r{[}-gid@r{]} @r{[}@var{queue-id-list}@r{]}
22254@kindex info packets
22255Display information about the heterogeneous packets on one or more
22256heterogeneous queues. With no arguments displays information about
22257all heterogeneous queues. You can specify the list of heterogeneous
22258queues that you want to display using the heterogeneous queue ID list
22259syntax (@pxref{heterogeneous entity ID list}).
22260
22261Since heterogeneous agents may be processing heterogeneous packets
22262asynchronously, the display is at best a snapshot, and may be
22263inconsistent due to the heterogeneous queues being updated while they
22264are being inspected.
22265
22266The heterogeneous packets are listed contiguously for each
22267heterogeneous agent, and for each heterogeneous queue of that
22268heterogeneous agent, with the oldest packet first.
22269
22270@value{GDBN} displays for each heterogeneous packet (in this order):
22271
22272@enumerate
22273@item
22274the associated heterogeneous agent number assigned by @value{GDBN},
22275displayed as a global ID if the @w{@option{-gid}} option was
22276specified, otherwise displayed as the per-inferior ID
22277
22278@item
22279the associated heterogeneous queue number assigned by @value{GDBN},
22280displayed as a global ID if the @w{@option{-gid}} option was
22281specified, otherwise displayed as the per-inferior ID
22282
22283@item
22284the packet position in the heterogeneous queue, with the oldest one
22285being 1
22286
22287@item
22288additional information about the heterogeneous packet that varies
22289depending on the heterogeneous system and may vary depending on the
22290target architecture of the heterogeneous entity
22291(@pxref{Architectures})
22292
22293@end enumerate
22294
22295@item info threads @r{[}-gid@r{]} @r{[}@var{thread-id-list}@r{]}
22296The @code{info threads} command (@pxref{Threads}) lists the threads
22297created on all the heterogeneous agents.
22298
22299If any of the threads listed have multiple heterogeneous lanes, then
22300an additional @emph{Lanes} column is displayed before the target
22301system's thread identifier (@var{systag}) column. For threads that
22302have multiple heterogeneous lanes, the number of heterogeneous lanes
22303that are active followed by a slash and the total number of
22304heterogeneous lanes of the current frame of the thread is displayed.
22305Otherwise, nothing is displayed.
22306
22307The target system's thread identifier (@var{systag}) (@pxref{target
22308system thread identifier}) for threads associated with heterogeneous
22309dispatches varies depending on the heterogeneous system and target
22310architecture of the heterogeneous agent. However, it typically will
22311include information about the heterogeneous agent, heterogeneous
22312queue, heterogeneous dispatch, heterogeneous work-group position
22313within the heterogeneous dispatch, and thread position within the
22314heterogeneous work-group. @xref{Architectures}.
22315
22316The stack frame summary displayed is for the active lanes of the
22317thread. This may differ from the stack frame information for the
22318current lane if the focus is on an inactive lane. Use the @code{info
22319lanes} command for information about individual lanes of a thread.
22320@xref{Threads}.
22321
22322For example,
22323@end table
22324@c end table here to get a little more width for example
22325
22326@smallexample
22327(@value{GDBP}) info threads
22328 Id Lanes Target Id Frame
22329* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
22330 2 2/64 ROCm process 35 agent 1 queue 2 dispatch 3 work-group(2,3,4)/1 0x34e5 in saxpy ()
22331 3 64/64 ROCm process 65 agent 1 queue 2 dispatch 4 work-group(2,4,4)/2 0x34e5 in saxpy ()
22332@end smallexample
22333
22334@table @code
22335@cindex heterogeneous lane index
22336@item thread @r{[}-gid@r{]} @var{thread-id} @r{[}@var{lane-index}@r{]}
22337The @code{thread} command has an optional @var{lane-index} argument to
22338specify the @dfn{heterogeneous lane index}. If the value is not
22339between 1 and the number of heterogeneous lanes of the current frame
22340of the thread, then @value{GDBN} will print an error. If omitted it
22341defaults to 1.
22342
22343The current thread is set to @var{thread-id} and the current
22344heterogeneous lane is set to the heterogeneous lane corresponding to
22345the specified heterogeneous lane index.
22346
22347If the thread has multiple heterogeneous lanes, @value{GDBN} responds
22348by displaying the system identifier of the heterogeneous lane you
22349selected, otherwise it responds with the system identifier of the
22350thread you selected, followed by its current stack frame summary.
22351
22352@item thread apply @r{[}@var{thread-id-list} @r{|} all @r{[}-ascending@r{]]} @r{[}@var{flag}@r{]@dots{}} @var{command}
22353@itemx taas [@var{option}]@dots{} @var{command}
22354@itemx tfaas [@var{option}]@dots{} @var{command}
22355@itemx thread name
22356@itemx thread find
22357These commands operate the same way for all threads, regardless of
22358whether or not the thread is associated with a heterogeneous dispatch.
22359
22360If the thread's frame has multiple heterogeneous lanes then the
22361heterogeneous lane index 1 is used. Use the heterogeneous lane
22362counterpart commands if it is desired to perform the the @var{command}
22363on each lane of a thread.
22364
22365@xref{Threads}.
22366
22367@cindex lane identifier (system)
22368@item info lanes @r{[}-gid@r{]} @var{lane-id}
22369Display information about one or more heterogeneous lanes. With no
22370arguments displays information about all heterogeneous lanes. You can
22371specify the list of heterogeneous lanes that you want to display using
22372the heterogeneous lane ID list syntax (@pxref{heterogeneous entity ID
22373list}).
22374
22375@value{GDBN} displays for each heterogeneous lane (in this order):
22376
22377@enumerate
22378@item
22379The per-inferior heterogeneous lane number assigned by @value{GDBN}.
22380
22381@item
22382The global heterogeneous lane number assigned by @value{GDBN}, if the
22383@w{@option{-gid}} option was specified.
22384
22385@item
22386The thread number assigned by @value{GDBN} for the thread that
22387contains the heterogeneous lane. This is displayed as a global thread
22388number if the @w{@option{-gid}} option was specified, otherwise as a
22389per-inferior thread number. If the thread has multiple heterogeneous
22390lanes then this is followed by a slash and the heterogeneous lane
22391index of the heterogeneous lane within the thread with the first lane
22392being 1.
22393
22394@item
22395An indication of whether the heterogeneous lane is active or inactive.
22396
22397@anchor{target system lane identifier}
22398@item
22399The target system's heterogeneous lane identifier (@var{lane_systag}).
22400This varies depending on the system and target architecture of the
22401heterogeneous agent. However, for heterogeneous agents it typically
22402will include information about the heterogeneous agent, heterogeneous
22403queue, heterogeneous dispatch, heterogeneous work-group position
22404within the heterogeneous dispatch, and position of the heterogeneous
22405lane in the heterogeneous work-group. @xref{Architectures}.
22406
22407@item
22408The heterogeneous lane's name, if one is assigned by the user (see
22409@code{lane name}, below).
22410
22411@item
22412The current stack frame summary for that heterogeneous lane. If the
22413heterogeneous lane is inactive this is the source position at which the
22414heterogeneous lane will resume.
22415@end enumerate
22416
22417@noindent
22418An asterisk @samp{*} to the left of the @value{GDBN} heterogeneous
22419lane number indicates the current heterogeneous lane.
22420
22421For example,
22422@end table
22423@c end table here to get a little more width for example
22424
22425@smallexample
22426(@value{GDBP}) info lanes
22427 Id Thread Active Target Id Frame
22428* 1 4 Y process 35 thread 13 main (argc=1, argv=0x7ffffff8)
22429 2 5/2 Y ROCm process 35 agent 1 queue 2 dispatch 3 work-group(2,3,4) work-item(1,2,4) 0x34e5 in saxpy ()
22430 3 6/12 N ROCm process 65 agent 1 queue 2 dispatch 4 work-group(2,4,4) work-item(1,2,3) 0x34e5 in saxpy ()
22431@end smallexample
22432
22433If you're debugging multiple inferiors, @value{GDBN} displays
22434heterogeneous lane IDs using the qualified
22435@var{inferior-num}.@var{lane-num} format. Otherwise, only
22436@var{lane-num} is shown.
22437
22438If you specify the @w{@option{-gid}} option, @value{GDBN} displays a
22439column indicating each heterogeneous lane's global heterogeneous lane
22440ID, and displays the thread's global thread number:
22441
22442@smallexample
22443(@value{GDBP}) info lanes -gid
22444 Id GId Thread Active Target Id Frame
22445* 1.1 1 4 Y process 35 thread 13 main (argc=1, argv=0x7ffffff8)
22446 1.2 3 5/2 Y ROCm process 35 agent 1 queue 2 dispatch 3 work-group(2,3,4) work-item(1,2,4) 0x34e5 in saxpy ()
22447 2.1 1 4 Y process 65 thread 1 main (argc=1, argv=0x7ffffff8)
22448 2.2 4 6/12 N ROCm process 65 agent 1 queue 2 dispatch 4 work-group(2,4,4) work-item(1,2,3) 0x34e5 in saxpy ()
22449@end smallexample
22450
22451@table @code
22452@kindex lane
22453@item lane @r{[}-gid@r{]} @var{lane-id}
22454Make heterogeneous lane ID @var{lane-id} the current heterogeneous
22455lane and the thread that contains the heterogeneous lane the current
22456thread. The command argument @var{lane-id} is the @value{GDBN}
22457heterogeneous lane ID: if the @w{@option{-gid}} option is given it is
22458a global heterogeneous lane identifier, as shown in the second field
22459of the @code{info lanes -gid} display; otherwise it is a per-inferior
22460heterogeneous lane identifier, with or without an inferior qualifier
22461(e.g., @samp{2.1} or @samp{1}), as shown in the first field of the
22462@code{info lanes} display.
22463
22464@value{GDBN} responds by displaying the system identifier of the
22465heterogeneous lane you selected, and its current stack frame summary:
22466
22467@smallexample
22468(@value{GDBP}) lane 2
22469[Switching to lane 2 (Thread 0xb7fdab70 (LWP 12747))]
22470#0 some_function (ignore=0x0) at example.c:8
224718 printf ("hello\n");
22472@end smallexample
22473
22474@noindent
22475As with the @samp{[New @dots{}]} message, the form of the text after
22476@samp{Switching to} depends on your system's conventions for identifying
22477heterogeneous lanes.
22478
22479@kindex lane name
22480@cindex name a heterogeneous lane
22481@anchor{heterogeneous lane name}
22482@item lane name [@var{name}]
22483This command assigns a name to the current heterogeneous lane. If no
22484argument is given, any existing user-specified name is removed. The
22485heterogeneous lane name appears in the @code{info lanes} display.
22486
22487@kindex lane find
22488@cindex search for a heterogeneous lane
22489@anchor{lane find}
22490@item lane find [@var{regexp}]
22491Search for and display heterogeneous lane ids whose name or
22492@var{lane_systag} matches the supplied regular expression. The syntax
22493of the regular expression is that specified by @code{Python}'s regular
22494expression support.
22495
22496As well as being the complement to the @code{lane name} command, this
22497command also allows you to identify a heterogeneous lane by its target
22498@var{lane_systag}. For instance, on @acronym{AMD ROCm}, the target
22499@var{lane_systag} is the heterogeneous agent, heterogeneous queue,
22500heterogeneous dispatch, heterogeneous work-group position and
22501heterogeneous work-item position.
22502
22503@smallexample
22504(@value{GDBP}) lane find "work-group(2,3,4)"
22505Lane 2 has lane id 'ROCm process 35 agent 1 queue 2 dispatch 3 work-group(2,3,4) work-item(1,2,4)'
22506(@value{GDBP}) info lane 2
22507 Id Thread Active Target Id Frame
22508 2 5/2 Y ROCm process 35 agent 1 queue 2 dispatch 3 work-group(2,3,4) work-item(1,2,4) 0x34e5 in saxpy ()
22509@end smallexample
22510
22511@c FIXME-implementors!! Perhaps better ways to find lanes and threads
22512@c would be beneficial. If the @var{systag} and ${lane_systag} were
22513@c considered as tuples and not a plain strings, structured queries
22514@c could be used. Maybe that would also support the sort order of the
22515@c returned list. SQL is an example to examine.
22516@c
22517@c User defined pretty printing functions could be allowed so that
22518@c users can control how @var{systag} and ${lane_systag} values are
22519@c displayed in commands that display them. This would allow cater to
22520@c situations that benefit from full verbose output, and those where
22521@c partial terse output is all that is needed. But the underlying
22522@c @var{systag} and ${lane_systag} values always have the full
22523@c information.
22524@c
22525@c Ways for commands that list lanes and threads to aggregate the
22526@c output would be beneficial in heterogeneous systems that tend to
22527@c have very large counts. For example, all lanes that have adjacent
22528@c dispatch postions, and that are at the same source postion, could
22529@c be displayed as a single row that specifies the range of postions.
22530@c Perhaps target or user defined functions could be allowed to guide
22531@c the aggregation, and return the aggregated range. That would allow
22532@c different heterogeneous system to be supported that had different
22533@c ways to represent dispatch positions. There may even be multiple
22534@c ways to aggregate on some system.
22535
22536@item lane apply @r{[}@var{thread-id-list} @r{|} all @r{[}-ascending@r{]]} @r{[}@var{flag}@r{]@dots{}} @var{command}
22537@itemx laas [@var{option}]@dots{} @var{command}
22538@itemx lfaas [@var{option}]@dots{} @var{command}
22539@code{lane apply}, @code{laas}, and @code{lfass} commands are simalar
22540to their thread counterparts @code{thread apply}, @code{taas}, and
22541@code{tfaas} respectively, except they operatate on heterogeneous
22542lanes. @xref{Threads}.
22543
22544@item backtrace [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
22545@itemx frame @r{[} @var{frame-selection-spec} @r{]}
22546@itemx frame apply [all | @var{count} | @var{-count} | level @var{level}@dots{}] [@var{option}]@dots{} @var{command}
22547@itemx select-frame @r{[} @var{frame-selection-spec} @r{]}
22548@itemx up-silently @var{n}
22549@itemx down-silently @var{n}
22550@itemx info frame
22551@itemx info args [-q] [-t @var{type_regexp}] [@var{regexp}]
22552@itemx info locals [-q] [-t @var{type_regexp}] [@var{regexp}]
22553@itemx faas @var{command}
22554The frame commands apply to the current heterogeneous lane.
22555
22556If the frame is switched from one that has multiple heterogeneous
22557lanes to one with fewer (including only one) then the current lane is
22558switched to the heterogeneous lane corresponding to the highest
22559heterogeneous lane index of the new frame and @value{GDBN} responds by
22560displaying the system identifier of the heterogeneous lane selected.
22561
22562@xref{Stack, ,Examining the Stack}.
22563
22564@item set libthread-db-search-path
22565@itemx show libthread-db-search-path
22566@itemx set debug libthread-db
22567@itemx show debug libthread-db
22568These commands only apply to threads created on the heterogeneous host
22569agent that are not associated with a heterogeneous dispatch. There
22570are no commands that support reporting of heterogeneous dispatch
22571thread events.
22572
22573@item x/i
22574@itemx display/i
22575The @code{x/i} and @code{display/i} commands (@pxref{Memory,,Examining
22576Memory}) can be used to disassemble machine instructions. They use
22577the current target architecture.
22578
22579@item disassemble
22580The @code{disassemble} command (@pxref{Machine Code,,Source and
22581Machine Code}) can also be used to disassemble machine instructions.
22582If the start address of the range is within a loaded code object, then
22583the target architecture of the code object is used. Otherwise, the
22584current target architecture is used.
22585
22586@c FIXME-implementors!! It would be more helpful if @code{set
22587@c architecture} was an inferior setting used by both @code{x/i} and
22588@c @code{disassemble} when not set to @code{auto}. When set to
22589@c @code{auto} then the architecture of the code object containing the
22590@c start address should be used by both commands. Otherwise, the
22591@c thread target architecture should be used, or the heterogeneous host
22592@c agent target architecture if there are no threads. That way a user
22593@c can choose what architecture to disassemble in, and will get
22594@c sensible behavior if they specify the default of @code{auto} even
22595@c for heterogeneous systems.
22596
22597@item info registers
22598@itemx info all-registers
22599@itemx maint print reggroups
22600The register commands display information about the current
22601architecture.
22602
22603@item print
22604The @code{print} command evaluates the source language expression in
22605the context of the current heterogeneous lane.
22606
22607@item step
22608@itemx next
22609@itemx finish
22610@itemx until
22611@itemx stepi
22612@itemx nexti
22613If the current heterogeneous lane is set to an inactive heterogeneous
22614lane, then the @code{step}, @code{next}, @code{finish} and
22615@code{until} commands (@pxref{Continuing and Stepping, ,Continuing and
22616Stepping}) may cause other heterogeneous lanes of the same thread to
22617advance so that the current heterogeneous lane becomes active. This
22618may result in other heterogeneous lanes completing whole functions.
22619
22620If the current heterogeneous lane is set to an inactive heterogeneous
22621lane, then the @code{stepi} and @code{nexti} commands
22622(@pxref{Continuing and Stepping, ,Continuing and Stepping}) may not
22623cause the source position to appear to move until execution reaches a
22624point that makes the current heterogeneous lane active. However,
22625other heterogeneous lanes of the same thread will advance.
22626
22627@item break @r{[}-lane @var{lane-index}@r{]} @r{[}location@r{]} @r{[}if @var{cond}@r{]}
22628@itemx tbreak @r{[}-lane @var{lane-index}@r{]} @r{[}location@r{]} @r{[}if @var{cond}@r{]}
22629@itemx hbreak @r{[}-lane @var{lane-index}@r{]} @r{[}location@r{]} @r{[}if @var{cond}@r{]}
22630@itemx thbreak @r{[}-lane @var{lane-index}@r{]} @r{[}location@r{]} @r{[}if @var{cond}@r{]}
22631@itemx rbreak @r{[}-lane @var{lane-index}@r{]} @var{regex}
22632@itemx info breakpoints @r{[}@var{list}@dots{}@r{]}
22633@itemx watch @r{[}-lane @var{lane-index}@r{]} @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
22634@itemx rwatch @r{[}-lane @var{lane-index}@r{]} @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
22635@itemx awatch @r{[}-lane @var{lane-index}@r{]} @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
22636@itemx info watchpoints @r{[}@var{list}@dots{}@r{]}
22637@itemx catch @r{[}-lane @var{lane-index}@r{]} @var{event}
22638@itemx tcatch @r{[}-lane @var{lane-index}@r{]} @var{event}
22639When a breakpoint, watchpoint, or catchpoint (@pxref{Breakpoints,
22640,Breakpoints; Watchpoints; and Catchpoints}) is hit by a frame of a
22641thread with multiple heterogeneous lanes, each active lane is treated
22642independently:
22643
22644@itemize @bullet
22645
22646@item
22647The breakpoint condition, if present, is evaluated for each active
22648heterogeneous lane.
22649
22650@item
22651The breakpoint command, if present, is evaluated for each active
22652heterogeneous lane that evaluates the breakpoint condition to true.
22653
22654@item
22655If the breakpoint causes the heterogeneous lane to halt then he
22656current heterogeneous lane is set to the halting heterogeneous lane
22657and @value{GDBN} responds by displaying the system identifier of the
22658heterogeneous lane selected.
22659
22660@item
22661If the breakpoint is a temporary breakpoint, then it will be removed,
22662and so any remaining heterogeneous lanes will not report the
22663breakpoint.
22664
22665@item
22666In non-stop mode all heterogeneous lanes that halt at the breakpoint
22667will be reported.
22668
22669@item
22670In all-stop mode, continuing from the breakpoint will cause the next
22671heterogeneous ative lane that hit the breakpoint to be processed.
22672
22673@end itemize
22674
22675If a heterogeneous lane causes a thread to halt, then the other
22676heterogeneous lanes of the thread will no longer execute even if in
22677non-stop mode.
22678
22679For @code{break}, @code{watch}, @code{catch}, and their variants, the
22680@w{@option{-lane @var{lane-index}}} option can be specified. This
22681limits @value{GDBN} to only process breakpoints if the heterogeneous
22682lane has a heterogeneous lane index that matches @var{lane-index}.
22683
22684The @code{info break} and @code{info watch} commands add a @emph{Lane}
22685column before the @emph{Address} column if any breakoint has a
22686@var{lane-index} specified that displays the heterogeneous lane index.
22687
22688@c FIXME-implementors!! Should there be way to request all pending
22689@c breakpoints to be processed? This may result in multiple
22690@c lanes/threads being reported as halted. This would avoid the user
22691@c having to continue a very large number of times to get all the
22692@c threads/lanes that have unprocessed breakpoints to be processed.
22693@c
22694@c In addition, a way to list all the theards/lanes that are halted at
22695@c a breakpoint. If this was avaiable as a conveniece function, then
22696@c the @code{thread apply} and @code{lane apply} commands could be
22697@c used to perform a command on all such threads in one action.
22698
22699@anchor{maint print address-spaces}
22700@c FIXME-implementers!! This is not a maintenance command as it is
22701@c displaying imformation about available address spaces that can be
22702@c used. It has been defined as a @code{maint} command only to match
22703@c the @code{maint print reggroups} command which also should not be a
22704@c maintenace command for the same reason.
22705@item maint print address-spaces @r{[}@var{file}@r{]}
22706@code {maint print address-spaces} displays the address space names
22707supported by each target achitecture. The optional argument
22708@var{file} tells to what file to write the information.
22709
22710The address spaces info looks like this:
22711
22712@smallexample
22713(@value{GDBP}) @kbd{maint print address-spaces}
22714 Class Arch
22715 global All
22716 group AMDGPU
22717 private AMDGPU
22718 generic AMDGPU
22719@end smallexample
22720
22721The @var{global} address space corresponds to the default global
22722virtual memory address space and is available for all target
22723architectures.
22724
22725Every address entered or displayed can optionally specify the address
22726space qualifier by appending an @samp{@@} followed by an address space
22727name. @value{GDBN} will print an error if the address space name is
22728not supported by the current architecture.
22729
22730For example,
22731
22732@smallexample
22733(@value{GDBP}) x/x 0x10021608@@group
227340x10021608@@group: 0x0022fd98
22735@end smallexample
22736
22737@c FIXME-implementors!! Perhaps the gdb internal types (such as used
22738@c for register types) can be extended to support addresses in address
22739@c spaces.
22740
22741If there is no current thread then the only address space that can be
22742specified is @var{global}.
22743
22744If entering an address and no address space is specified, the
22745@var{global} address space is used.
22746
22747If an address is displayed, the address space qualifier is omitted for
22748the @var{global} address space.
22749
22750@end table
22751
22752Heterogeneous systems often have very large numbers of threads.
22753Breakpoint conditions can be used to limit the number of threads
22754reporting breakpoint hits. For example,
22755
22756@smallexample
22757break kernel_foo if $_streq($_lane_workgroup_pos, "(0,0,0)")
22758@end smallexample
22759
22760The @code{tbreak} command can be used so only one heterogeneous lane
22761will report the breakpoint. Before continuing execution, the
22762breakpoint will need to be set again if necessary.
22763
22764The @code{set scheduler-locking on} command (@pxref{Non-Stop Mode})
22765together with the @w{@option{-lane}} breakpoint option can be used to
22766lock @value{GDBN} to only resume the current thread, and only report
22767breakoints for a fixed heterogeneous lane index. This avoids the
22768overhead of resuming a large number of threads every time resuming
22769from a breakpoint, and also avoids the focus being switched to other
22770threads that hit the breakpoints. Note however that other threads
22771will not be executed.
22772
22773The scheduler locking commands can also be helpful to prevent
22774@value{GDBN} switching to other threads while concentrating on
22775debugging one particular thread. The non-stop mode can be hepful to
22776prevent the @code{continue} command from resuming other threads that
22777are intentionally halted or from cancelling a single step command that
22778is in progress by another thread and resuming it instead.
22779@xref{Non-Stop Mode}.
22780
22781@c TODO:
22782@c Change command parsing so convienence variable
22783@c substitution will work as shown. Investigate using tuples and
22784@c lists the result of convienence variables and convienence
22785@c functions.
22786@c Update MI commands for heterogeneous commands.
22787@c Update Python bindings for heterogeneous commands.
22788@c Update gdbserver remote protocol for heterogeneous commands.
22789
22790@node Remote Debugging
22791@chapter Debugging Remote Programs
22792@cindex remote debugging
22793
22794If you are trying to debug a program running on a machine that cannot run
22795@value{GDBN} in the usual way, it is often useful to use remote debugging.
22796For example, you might use remote debugging on an operating system kernel,
22797or on a small system which does not have a general purpose operating system
22798powerful enough to run a full-featured debugger.
22799
22800Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
22801to make this work with particular debugging targets. In addition,
22802@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
22803but not specific to any particular target system) which you can use if you
22804write the remote stubs---the code that runs on the remote system to
22805communicate with @value{GDBN}.
22806
22807Other remote targets may be available in your
22808configuration of @value{GDBN}; use @code{help target} to list them.
22809
22810@menu
22811* Connecting:: Connecting to a remote target
22812* File Transfer:: Sending files to a remote system
22813* Server:: Using the gdbserver program
22814* Remote Configuration:: Remote configuration
22815* Remote Stub:: Implementing a remote stub
22816@end menu
22817
22818@node Connecting
22819@section Connecting to a Remote Target
22820@cindex remote debugging, connecting
22821@cindex @code{gdbserver}, connecting
22822@cindex remote debugging, types of connections
22823@cindex @code{gdbserver}, types of connections
22824@cindex @code{gdbserver}, @code{target remote} mode
22825@cindex @code{gdbserver}, @code{target extended-remote} mode
22826
22827This section describes how to connect to a remote target, including the
22828types of connections and their differences, how to set up executable and
22829symbol files on the host and target, and the commands used for
22830connecting to and disconnecting from the remote target.
22831
22832@subsection Types of Remote Connections
22833
22834@value{GDBN} supports two types of remote connections, @code{target remote}
22835mode and @code{target extended-remote} mode. Note that many remote targets
22836support only @code{target remote} mode. There are several major
22837differences between the two types of connections, enumerated here:
22838
22839@table @asis
22840
22841@cindex remote debugging, detach and program exit
22842@item Result of detach or program exit
22843@strong{With target remote mode:} When the debugged program exits or you
22844detach from it, @value{GDBN} disconnects from the target. When using
22845@code{gdbserver}, @code{gdbserver} will exit.
22846
22847@strong{With target extended-remote mode:} When the debugged program exits or
22848you detach from it, @value{GDBN} remains connected to the target, even
22849though no program is running. You can rerun the program, attach to a
22850running program, or use @code{monitor} commands specific to the target.
22851
22852When using @code{gdbserver} in this case, it does not exit unless it was
22853invoked using the @option{--once} option. If the @option{--once} option
22854was not used, you can ask @code{gdbserver} to exit using the
22855@code{monitor exit} command (@pxref{Monitor Commands for gdbserver}).
22856
22857@item Specifying the program to debug
22858For both connection types you use the @code{file} command to specify the
22859program on the host system. If you are using @code{gdbserver} there are
22860some differences in how to specify the location of the program on the
22861target.
22862
22863@strong{With target remote mode:} You must either specify the program to debug
22864on the @code{gdbserver} command line or use the @option{--attach} option
22865(@pxref{Attaching to a program,,Attaching to a Running Program}).
22866
22867@cindex @option{--multi}, @code{gdbserver} option
22868@strong{With target extended-remote mode:} You may specify the program to debug
22869on the @code{gdbserver} command line, or you can load the program or attach
22870to it using @value{GDBN} commands after connecting to @code{gdbserver}.
22871
22872@anchor{--multi Option in Types of Remote Connnections}
22873You can start @code{gdbserver} without supplying an initial command to run
22874or process ID to attach. To do this, use the @option{--multi} command line
22875option. Then you can connect using @code{target extended-remote} and start
22876the program you want to debug (see below for details on using the
22877@code{run} command in this scenario). Note that the conditions under which
22878@code{gdbserver} terminates depend on how @value{GDBN} connects to it
22879(@code{target remote} or @code{target extended-remote}). The
22880@option{--multi} option to @code{gdbserver} has no influence on that.
22881
22882@item The @code{run} command
22883@strong{With target remote mode:} The @code{run} command is not
22884supported. Once a connection has been established, you can use all
22885the usual @value{GDBN} commands to examine and change data. The
22886remote program is already running, so you can use commands like
22887@kbd{step} and @kbd{continue}.
22888
22889@strong{With target extended-remote mode:} The @code{run} command is
22890supported. The @code{run} command uses the value set by
22891@code{set remote exec-file} (@pxref{set remote exec-file}) to select
22892the program to run. Command line arguments are supported, except for
22893wildcard expansion and I/O redirection (@pxref{Arguments}).
22894
22895If you specify the program to debug on the command line, then the
22896@code{run} command is not required to start execution, and you can
22897resume using commands like @kbd{step} and @kbd{continue} as with
22898@code{target remote} mode.
22899
22900@anchor{Attaching in Types of Remote Connections}
22901@item Attaching
22902@strong{With target remote mode:} The @value{GDBN} command @code{attach} is
22903not supported. To attach to a running program using @code{gdbserver}, you
22904must use the @option{--attach} option (@pxref{Running gdbserver}).
22905
22906@strong{With target extended-remote mode:} To attach to a running program,
22907you may use the @code{attach} command after the connection has been
22908established. If you are using @code{gdbserver}, you may also invoke
22909@code{gdbserver} using the @option{--attach} option
22910(@pxref{Running gdbserver}).
22911
22912@end table
22913
22914@anchor{Host and target files}
22915@subsection Host and Target Files
22916@cindex remote debugging, symbol files
22917@cindex symbol files, remote debugging
22918
22919@value{GDBN}, running on the host, needs access to symbol and debugging
22920information for your program running on the target. This requires
22921access to an unstripped copy of your program, and possibly any associated
22922symbol files. Note that this section applies equally to both @code{target
22923remote} mode and @code{target extended-remote} mode.
22924
22925Some remote targets (@pxref{qXfer executable filename read}, and
22926@pxref{Host I/O Packets}) allow @value{GDBN} to access program files over
22927the same connection used to communicate with @value{GDBN}. With such a
22928target, if the remote program is unstripped, the only command you need is
22929@code{target remote} (or @code{target extended-remote}).
22930
22931If the remote program is stripped, or the target does not support remote
22932program file access, start up @value{GDBN} using the name of the local
22933unstripped copy of your program as the first argument, or use the
22934@code{file} command. Use @code{set sysroot} to specify the location (on
22935the host) of target libraries (unless your @value{GDBN} was compiled with
22936the correct sysroot using @code{--with-sysroot}). Alternatively, you
22937may use @code{set solib-search-path} to specify how @value{GDBN} locates
22938target libraries.
22939
22940The symbol file and target libraries must exactly match the executable
22941and libraries on the target, with one exception: the files on the host
22942system should not be stripped, even if the files on the target system
22943are. Mismatched or missing files will lead to confusing results
22944during debugging. On @sc{gnu}/Linux targets, mismatched or missing
22945files may also prevent @code{gdbserver} from debugging multi-threaded
22946programs.
22947
22948@subsection Remote Connection Commands
22949@cindex remote connection commands
22950@value{GDBN} can communicate with the target over a serial line, a
22951local Unix domain socket, or
22952over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
22953each case, @value{GDBN} uses the same protocol for debugging your
22954program; only the medium carrying the debugging packets varies. The
22955@code{target remote} and @code{target extended-remote} commands
22956establish a connection to the target. Both commands accept the same
22957arguments, which indicate the medium to use:
22958
22959@table @code
22960
22961@item target remote @var{serial-device}
22962@itemx target extended-remote @var{serial-device}
22963@cindex serial line, @code{target remote}
22964Use @var{serial-device} to communicate with the target. For example,
22965to use a serial line connected to the device named @file{/dev/ttyb}:
22966
22967@smallexample
22968target remote /dev/ttyb
22969@end smallexample
22970
22971If you're using a serial line, you may want to give @value{GDBN} the
22972@samp{--baud} option, or use the @code{set serial baud} command
22973(@pxref{Remote Configuration, set serial baud}) before the
22974@code{target} command.
22975
22976@item target remote @var{local-socket}
22977@itemx target extended-remote @var{local-socket}
22978@cindex local socket, @code{target remote}
22979@cindex Unix domain socket
22980Use @var{local-socket} to communicate with the target. For example,
22981to use a local Unix domain socket bound to the file system entry @file{/tmp/gdb-socket0}:
22982
22983@smallexample
22984target remote /tmp/gdb-socket0
22985@end smallexample
22986
22987Note that this command has the same form as the command to connect
22988to a serial line. @value{GDBN} will automatically determine which
22989kind of file you have specified and will make the appropriate kind
22990of connection.
22991This feature is not available if the host system does not support
22992Unix domain sockets.
22993
22994@item target remote @code{@var{host}:@var{port}}
22995@itemx target remote @code{@var{[host]}:@var{port}}
22996@itemx target remote @code{tcp:@var{host}:@var{port}}
22997@itemx target remote @code{tcp:@var{[host]}:@var{port}}
22998@itemx target remote @code{tcp4:@var{host}:@var{port}}
22999@itemx target remote @code{tcp6:@var{host}:@var{port}}
23000@itemx target remote @code{tcp6:@var{[host]}:@var{port}}
23001@itemx target extended-remote @code{@var{host}:@var{port}}
23002@itemx target extended-remote @code{@var{[host]}:@var{port}}
23003@itemx target extended-remote @code{tcp:@var{host}:@var{port}}
23004@itemx target extended-remote @code{tcp:@var{[host]}:@var{port}}
23005@itemx target extended-remote @code{tcp4:@var{host}:@var{port}}
23006@itemx target extended-remote @code{tcp6:@var{host}:@var{port}}
23007@itemx target extended-remote @code{tcp6:@var{[host]}:@var{port}}
23008@cindex @acronym{TCP} port, @code{target remote}
23009Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
23010The @var{host} may be either a host name, a numeric @acronym{IPv4}
23011address, or a numeric @acronym{IPv6} address (with or without the
23012square brackets to separate the address from the port); @var{port}
23013must be a decimal number. The @var{host} could be the target machine
23014itself, if it is directly connected to the net, or it might be a
23015terminal server which in turn has a serial line to the target.
23016
23017For example, to connect to port 2828 on a terminal server named
23018@code{manyfarms}:
23019
23020@smallexample
23021target remote manyfarms:2828
23022@end smallexample
23023
23024To connect to port 2828 on a terminal server whose address is
23025@code{2001:0db8:85a3:0000:0000:8a2e:0370:7334}, you can either use the
23026square bracket syntax:
23027
23028@smallexample
23029target remote [2001:0db8:85a3:0000:0000:8a2e:0370:7334]:2828
23030@end smallexample
23031
23032@noindent
23033or explicitly specify the @acronym{IPv6} protocol:
23034
23035@smallexample
23036target remote tcp6:2001:0db8:85a3:0000:0000:8a2e:0370:7334:2828
23037@end smallexample
23038
23039This last example may be confusing to the reader, because there is no
23040visible separation between the hostname and the port number.
23041Therefore, we recommend the user to provide @acronym{IPv6} addresses
23042using square brackets for clarity. However, it is important to
23043mention that for @value{GDBN} there is no ambiguity: the number after
23044the last colon is considered to be the port number.
23045
23046If your remote target is actually running on the same machine as your
23047debugger session (e.g.@: a simulator for your target running on the
23048same host), you can omit the hostname. For example, to connect to
23049port 1234 on your local machine:
23050
23051@smallexample
23052target remote :1234
23053@end smallexample
23054@noindent
23055
23056Note that the colon is still required here.
23057
23058@item target remote @code{udp:@var{host}:@var{port}}
23059@itemx target remote @code{udp:@var{[host]}:@var{port}}
23060@itemx target remote @code{udp4:@var{host}:@var{port}}
23061@itemx target remote @code{udp6:@var{[host]}:@var{port}}
23062@itemx target extended-remote @code{udp:@var{host}:@var{port}}
23063@itemx target extended-remote @code{udp:@var{host}:@var{port}}
23064@itemx target extended-remote @code{udp:@var{[host]}:@var{port}}
23065@itemx target extended-remote @code{udp4:@var{host}:@var{port}}
23066@itemx target extended-remote @code{udp6:@var{host}:@var{port}}
23067@itemx target extended-remote @code{udp6:@var{[host]}:@var{port}}
23068@cindex @acronym{UDP} port, @code{target remote}
23069Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
23070connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
23071
23072@smallexample
23073target remote udp:manyfarms:2828
23074@end smallexample
23075
23076When using a @acronym{UDP} connection for remote debugging, you should
23077keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
23078can silently drop packets on busy or unreliable networks, which will
23079cause havoc with your debugging session.
23080
23081@item target remote | @var{command}
23082@itemx target extended-remote | @var{command}
23083@cindex pipe, @code{target remote} to
23084Run @var{command} in the background and communicate with it using a
23085pipe. The @var{command} is a shell command, to be parsed and expanded
23086by the system's command shell, @code{/bin/sh}; it should expect remote
23087protocol packets on its standard input, and send replies on its
23088standard output. You could use this to run a stand-alone simulator
23089that speaks the remote debugging protocol, to make net connections
23090using programs like @code{ssh}, or for other similar tricks.
23091
23092If @var{command} closes its standard output (perhaps by exiting),
23093@value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
23094program has already exited, this will have no effect.)
23095
23096@end table
23097
23098@cindex interrupting remote programs
23099@cindex remote programs, interrupting
23100Whenever @value{GDBN} is waiting for the remote program, if you type the
23101interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
23102program. This may or may not succeed, depending in part on the hardware
23103and the serial drivers the remote system uses. If you type the
23104interrupt character once again, @value{GDBN} displays this prompt:
23105
23106@smallexample
23107Interrupted while waiting for the program.
23108Give up (and stop debugging it)? (y or n)
23109@end smallexample
23110
23111In @code{target remote} mode, if you type @kbd{y}, @value{GDBN} abandons
23112the remote debugging session. (If you decide you want to try again later,
23113you can use @kbd{target remote} again to connect once more.) If you type
23114@kbd{n}, @value{GDBN} goes back to waiting.
23115
23116In @code{target extended-remote} mode, typing @kbd{n} will leave
23117@value{GDBN} connected to the target.
23118
23119@table @code
23120@kindex detach (remote)
23121@item detach
23122When you have finished debugging the remote program, you can use the
23123@code{detach} command to release it from @value{GDBN} control.
23124Detaching from the target normally resumes its execution, but the results
23125will depend on your particular remote stub. After the @code{detach}
23126command in @code{target remote} mode, @value{GDBN} is free to connect to
23127another target. In @code{target extended-remote} mode, @value{GDBN} is
23128still connected to the target.
23129
23130@kindex disconnect
23131@item disconnect
23132The @code{disconnect} command closes the connection to the target, and
23133the target is generally not resumed. It will wait for @value{GDBN}
23134(this instance or another one) to connect and continue debugging. After
23135the @code{disconnect} command, @value{GDBN} is again free to connect to
23136another target.
23137
23138@cindex send command to remote monitor
23139@cindex extend @value{GDBN} for remote targets
23140@cindex add new commands for external monitor
23141@kindex monitor
23142@item monitor @var{cmd}
23143This command allows you to send arbitrary commands directly to the
23144remote monitor. Since @value{GDBN} doesn't care about the commands it
23145sends like this, this command is the way to extend @value{GDBN}---you
23146can add new commands that only the external monitor will understand
23147and implement.
23148@end table
23149
23150@node File Transfer
23151@section Sending files to a remote system
23152@cindex remote target, file transfer
23153@cindex file transfer
23154@cindex sending files to remote systems
23155
23156Some remote targets offer the ability to transfer files over the same
23157connection used to communicate with @value{GDBN}. This is convenient
23158for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
23159running @code{gdbserver} over a network interface. For other targets,
23160e.g.@: embedded devices with only a single serial port, this may be
23161the only way to upload or download files.
23162
23163Not all remote targets support these commands.
23164
23165@table @code
23166@kindex remote put
23167@item remote put @var{hostfile} @var{targetfile}
23168Copy file @var{hostfile} from the host system (the machine running
23169@value{GDBN}) to @var{targetfile} on the target system.
23170
23171@kindex remote get
23172@item remote get @var{targetfile} @var{hostfile}
23173Copy file @var{targetfile} from the target system to @var{hostfile}
23174on the host system.
23175
23176@kindex remote delete
23177@item remote delete @var{targetfile}
23178Delete @var{targetfile} from the target system.
23179
23180@end table
23181
23182@node Server
23183@section Using the @code{gdbserver} Program
23184
23185@kindex gdbserver
23186@cindex remote connection without stubs
23187@code{gdbserver} is a control program for Unix-like systems, which
23188allows you to connect your program with a remote @value{GDBN} via
23189@code{target remote} or @code{target extended-remote}---but without
23190linking in the usual debugging stub.
23191
23192@code{gdbserver} is not a complete replacement for the debugging stubs,
23193because it requires essentially the same operating-system facilities
23194that @value{GDBN} itself does. In fact, a system that can run
23195@code{gdbserver} to connect to a remote @value{GDBN} could also run
23196@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
23197because it is a much smaller program than @value{GDBN} itself. It is
23198also easier to port than all of @value{GDBN}, so you may be able to get
23199started more quickly on a new system by using @code{gdbserver}.
23200Finally, if you develop code for real-time systems, you may find that
23201the tradeoffs involved in real-time operation make it more convenient to
23202do as much development work as possible on another system, for example
23203by cross-compiling. You can use @code{gdbserver} to make a similar
23204choice for debugging.
23205
23206@value{GDBN} and @code{gdbserver} communicate via either a serial line
23207or a TCP connection, using the standard @value{GDBN} remote serial
23208protocol.
23209
23210@quotation
23211@emph{Warning:} @code{gdbserver} does not have any built-in security.
23212Do not run @code{gdbserver} connected to any public network; a
23213@value{GDBN} connection to @code{gdbserver} provides access to the
23214target system with the same privileges as the user running
23215@code{gdbserver}.
23216@end quotation
23217
23218@anchor{Running gdbserver}
23219@subsection Running @code{gdbserver}
23220@cindex arguments, to @code{gdbserver}
23221@cindex @code{gdbserver}, command-line arguments
23222
23223Run @code{gdbserver} on the target system. You need a copy of the
23224program you want to debug, including any libraries it requires.
23225@code{gdbserver} does not need your program's symbol table, so you can
23226strip the program if necessary to save space. @value{GDBN} on the host
23227system does all the symbol handling.
23228
23229To use the server, you must tell it how to communicate with @value{GDBN};
23230the name of your program; and the arguments for your program. The usual
23231syntax is:
23232
23233@smallexample
23234target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
23235@end smallexample
23236
23237@var{comm} is either a device name (to use a serial line), or a TCP
23238hostname and portnumber, or @code{-} or @code{stdio} to use
23239stdin/stdout of @code{gdbserver}.
23240For example, to debug Emacs with the argument
23241@samp{foo.txt} and communicate with @value{GDBN} over the serial port
23242@file{/dev/com1}:
23243
23244@smallexample
23245target> gdbserver /dev/com1 emacs foo.txt
23246@end smallexample
23247
23248@code{gdbserver} waits passively for the host @value{GDBN} to communicate
23249with it.
23250
23251To use a TCP connection instead of a serial line:
23252
23253@smallexample
23254target> gdbserver host:2345 emacs foo.txt
23255@end smallexample
23256
23257The only difference from the previous example is the first argument,
23258specifying that you are communicating with the host @value{GDBN} via
23259TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
23260expect a TCP connection from machine @samp{host} to local TCP port 2345.
23261(Currently, the @samp{host} part is ignored.) You can choose any number
23262you want for the port number as long as it does not conflict with any
23263TCP ports already in use on the target system (for example, @code{23} is
23264reserved for @code{telnet}).@footnote{If you choose a port number that
23265conflicts with another service, @code{gdbserver} prints an error message
23266and exits.} You must use the same port number with the host @value{GDBN}
23267@code{target remote} command.
23268
23269The @code{stdio} connection is useful when starting @code{gdbserver}
23270with ssh:
23271
23272@smallexample
23273(@value{GDBP}) target remote | ssh -T hostname gdbserver - hello
23274@end smallexample
23275
23276The @samp{-T} option to ssh is provided because we don't need a remote pty,
23277and we don't want escape-character handling. Ssh does this by default when
23278a command is provided, the flag is provided to make it explicit.
23279You could elide it if you want to.
23280
23281Programs started with stdio-connected gdbserver have @file{/dev/null} for
23282@code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
23283display through a pipe connected to gdbserver.
23284Both @code{stdout} and @code{stderr} use the same pipe.
23285
23286@anchor{Attaching to a program}
23287@subsubsection Attaching to a Running Program
23288@cindex attach to a program, @code{gdbserver}
23289@cindex @option{--attach}, @code{gdbserver} option
23290
23291On some targets, @code{gdbserver} can also attach to running programs.
23292This is accomplished via the @code{--attach} argument. The syntax is:
23293
23294@smallexample
23295target> gdbserver --attach @var{comm} @var{pid}
23296@end smallexample
23297
23298@var{pid} is the process ID of a currently running process. It isn't
23299necessary to point @code{gdbserver} at a binary for the running process.
23300
23301In @code{target extended-remote} mode, you can also attach using the
23302@value{GDBN} attach command
23303(@pxref{Attaching in Types of Remote Connections}).
23304
23305@pindex pidof
23306You can debug processes by name instead of process ID if your target has the
23307@code{pidof} utility:
23308
23309@smallexample
23310target> gdbserver --attach @var{comm} `pidof @var{program}`
23311@end smallexample
23312
23313In case more than one copy of @var{program} is running, or @var{program}
23314has multiple threads, most versions of @code{pidof} support the
23315@code{-s} option to only return the first process ID.
23316
23317@subsubsection TCP port allocation lifecycle of @code{gdbserver}
23318
23319This section applies only when @code{gdbserver} is run to listen on a TCP
23320port.
23321
23322@code{gdbserver} normally terminates after all of its debugged processes have
23323terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
23324extended-remote}, @code{gdbserver} stays running even with no processes left.
23325@value{GDBN} normally terminates the spawned debugged process on its exit,
23326which normally also terminates @code{gdbserver} in the @kbd{target remote}
23327mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
23328cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
23329stays running even in the @kbd{target remote} mode.
23330
23331When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
23332Such reconnecting is useful for features like @ref{disconnected tracing}. For
23333completeness, at most one @value{GDBN} can be connected at a time.
23334
23335@cindex @option{--once}, @code{gdbserver} option
23336By default, @code{gdbserver} keeps the listening TCP port open, so that
23337subsequent connections are possible. However, if you start @code{gdbserver}
23338with the @option{--once} option, it will stop listening for any further
23339connection attempts after connecting to the first @value{GDBN} session. This
23340means no further connections to @code{gdbserver} will be possible after the
23341first one. It also means @code{gdbserver} will terminate after the first
23342connection with remote @value{GDBN} has closed, even for unexpectedly closed
23343connections and even in the @kbd{target extended-remote} mode. The
23344@option{--once} option allows reusing the same port number for connecting to
23345multiple instances of @code{gdbserver} running on the same host, since each
23346instance closes its port after the first connection.
23347
23348@anchor{Other Command-Line Arguments for gdbserver}
23349@subsubsection Other Command-Line Arguments for @code{gdbserver}
23350
23351You can use the @option{--multi} option to start @code{gdbserver} without
23352specifying a program to debug or a process to attach to. Then you can
23353attach in @code{target extended-remote} mode and run or attach to a
23354program. For more information,
23355@pxref{--multi Option in Types of Remote Connnections}.
23356
23357@cindex @option{--debug}, @code{gdbserver} option
23358The @option{--debug} option tells @code{gdbserver} to display extra
23359status information about the debugging process.
23360@cindex @option{--remote-debug}, @code{gdbserver} option
23361The @option{--remote-debug} option tells @code{gdbserver} to display
23362remote protocol debug output.
23363@cindex @option{--debug-file}, @code{gdbserver} option
23364@cindex @code{gdbserver}, send all debug output to a single file
23365The @option{--debug-file=@var{filename}} option tells @code{gdbserver} to
23366write any debug output to the given @var{filename}. These options are intended
23367for @code{gdbserver} development and for bug reports to the developers.
23368
23369@cindex @option{--debug-format}, @code{gdbserver} option
23370The @option{--debug-format=option1[,option2,...]} option tells
23371@code{gdbserver} to include additional information in each output.
23372Possible options are:
23373
23374@table @code
23375@item none
23376Turn off all extra information in debugging output.
23377@item all
23378Turn on all extra information in debugging output.
23379@item timestamps
23380Include a timestamp in each line of debugging output.
23381@end table
23382
23383Options are processed in order. Thus, for example, if @option{none}
23384appears last then no additional information is added to debugging output.
23385
23386@cindex @option{--wrapper}, @code{gdbserver} option
23387The @option{--wrapper} option specifies a wrapper to launch programs
23388for debugging. The option should be followed by the name of the
23389wrapper, then any command-line arguments to pass to the wrapper, then
23390@kbd{--} indicating the end of the wrapper arguments.
23391
23392@code{gdbserver} runs the specified wrapper program with a combined
23393command line including the wrapper arguments, then the name of the
23394program to debug, then any arguments to the program. The wrapper
23395runs until it executes your program, and then @value{GDBN} gains control.
23396
23397You can use any program that eventually calls @code{execve} with
23398its arguments as a wrapper. Several standard Unix utilities do
23399this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
23400with @code{exec "$@@"} will also work.
23401
23402For example, you can use @code{env} to pass an environment variable to
23403the debugged program, without setting the variable in @code{gdbserver}'s
23404environment:
23405
23406@smallexample
23407$ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
23408@end smallexample
23409
23410@cindex @option{--selftest}
23411The @option{--selftest} option runs the self tests in @code{gdbserver}:
23412
23413@smallexample
23414$ gdbserver --selftest
23415Ran 2 unit tests, 0 failed
23416@end smallexample
23417
23418These tests are disabled in release.
23419@subsection Connecting to @code{gdbserver}
23420
23421The basic procedure for connecting to the remote target is:
23422@itemize
23423
23424@item
23425Run @value{GDBN} on the host system.
23426
23427@item
23428Make sure you have the necessary symbol files
23429(@pxref{Host and target files}).
23430Load symbols for your application using the @code{file} command before you
23431connect. Use @code{set sysroot} to locate target libraries (unless your
23432@value{GDBN} was compiled with the correct sysroot using
23433@code{--with-sysroot}).
23434
23435@item
23436Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
23437For TCP connections, you must start up @code{gdbserver} prior to using
23438the @code{target} command. Otherwise you may get an error whose
23439text depends on the host system, but which usually looks something like
23440@samp{Connection refused}. Don't use the @code{load}
23441command in @value{GDBN} when using @code{target remote} mode, since the
23442program is already on the target.
23443
23444@end itemize
23445
23446@anchor{Monitor Commands for gdbserver}
23447@subsection Monitor Commands for @code{gdbserver}
23448@cindex monitor commands, for @code{gdbserver}
23449
23450During a @value{GDBN} session using @code{gdbserver}, you can use the
23451@code{monitor} command to send special requests to @code{gdbserver}.
23452Here are the available commands.
23453
23454@table @code
23455@item monitor help
23456List the available monitor commands.
23457
23458@item monitor set debug 0
23459@itemx monitor set debug 1
23460Disable or enable general debugging messages.
23461
23462@item monitor set remote-debug 0
23463@itemx monitor set remote-debug 1
23464Disable or enable specific debugging messages associated with the remote
23465protocol (@pxref{Remote Protocol}).
23466
23467@item monitor set debug-file filename
23468@itemx monitor set debug-file
23469Send any debug output to the given file, or to stderr.
23470
23471@item monitor set debug-format option1@r{[},option2,...@r{]}
23472Specify additional text to add to debugging messages.
23473Possible options are:
23474
23475@table @code
23476@item none
23477Turn off all extra information in debugging output.
23478@item all
23479Turn on all extra information in debugging output.
23480@item timestamps
23481Include a timestamp in each line of debugging output.
23482@end table
23483
23484Options are processed in order. Thus, for example, if @option{none}
23485appears last then no additional information is added to debugging output.
23486
23487@item monitor set libthread-db-search-path [PATH]
23488@cindex gdbserver, search path for @code{libthread_db}
23489When this command is issued, @var{path} is a colon-separated list of
23490directories to search for @code{libthread_db} (@pxref{Threads,,set
23491libthread-db-search-path}). If you omit @var{path},
23492@samp{libthread-db-search-path} will be reset to its default value.
23493
23494The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
23495not supported in @code{gdbserver}.
23496
23497@item monitor exit
23498Tell gdbserver to exit immediately. This command should be followed by
23499@code{disconnect} to close the debugging session. @code{gdbserver} will
23500detach from any attached processes and kill any processes it created.
23501Use @code{monitor exit} to terminate @code{gdbserver} at the end
23502of a multi-process mode debug session.
23503
23504@end table
23505
23506@subsection Tracepoints support in @code{gdbserver}
23507@cindex tracepoints support in @code{gdbserver}
23508
23509On some targets, @code{gdbserver} supports tracepoints, fast
23510tracepoints and static tracepoints.
23511
23512For fast or static tracepoints to work, a special library called the
23513@dfn{in-process agent} (IPA), must be loaded in the inferior process.
23514This library is built and distributed as an integral part of
23515@code{gdbserver}. In addition, support for static tracepoints
23516requires building the in-process agent library with static tracepoints
23517support. At present, the UST (LTTng Userspace Tracer,
23518@url{http://lttng.org/ust}) tracing engine is supported. This support
23519is automatically available if UST development headers are found in the
23520standard include path when @code{gdbserver} is built, or if
23521@code{gdbserver} was explicitly configured using @option{--with-ust}
23522to point at such headers. You can explicitly disable the support
23523using @option{--with-ust=no}.
23524
23525There are several ways to load the in-process agent in your program:
23526
23527@table @code
23528@item Specifying it as dependency at link time
23529
23530You can link your program dynamically with the in-process agent
23531library. On most systems, this is accomplished by adding
23532@code{-linproctrace} to the link command.
23533
23534@item Using the system's preloading mechanisms
23535
23536You can force loading the in-process agent at startup time by using
23537your system's support for preloading shared libraries. Many Unixes
23538support the concept of preloading user defined libraries. In most
23539cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
23540in the environment. See also the description of @code{gdbserver}'s
23541@option{--wrapper} command line option.
23542
23543@item Using @value{GDBN} to force loading the agent at run time
23544
23545On some systems, you can force the inferior to load a shared library,
23546by calling a dynamic loader function in the inferior that takes care
23547of dynamically looking up and loading a shared library. On most Unix
23548systems, the function is @code{dlopen}. You'll use the @code{call}
23549command for that. For example:
23550
23551@smallexample
23552(@value{GDBP}) call dlopen ("libinproctrace.so", ...)
23553@end smallexample
23554
23555Note that on most Unix systems, for the @code{dlopen} function to be
23556available, the program needs to be linked with @code{-ldl}.
23557@end table
23558
23559On systems that have a userspace dynamic loader, like most Unix
23560systems, when you connect to @code{gdbserver} using @code{target
23561remote}, you'll find that the program is stopped at the dynamic
23562loader's entry point, and no shared library has been loaded in the
23563program's address space yet, including the in-process agent. In that
23564case, before being able to use any of the fast or static tracepoints
23565features, you need to let the loader run and load the shared
23566libraries. The simplest way to do that is to run the program to the
23567main procedure. E.g., if debugging a C or C@t{++} program, start
23568@code{gdbserver} like so:
23569
23570@smallexample
23571$ gdbserver :9999 myprogram
23572@end smallexample
23573
23574Start GDB and connect to @code{gdbserver} like so, and run to main:
23575
23576@smallexample
23577$ gdb myprogram
23578(@value{GDBP}) target remote myhost:9999
235790x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
23580(@value{GDBP}) b main
23581(@value{GDBP}) continue
23582@end smallexample
23583
23584The in-process tracing agent library should now be loaded into the
23585process; you can confirm it with the @code{info sharedlibrary}
23586command, which will list @file{libinproctrace.so} as loaded in the
23587process. You are now ready to install fast tracepoints, list static
23588tracepoint markers, probe static tracepoints markers, and start
23589tracing.
23590
23591@node Remote Configuration
23592@section Remote Configuration
23593
23594@kindex set remote
23595@kindex show remote
23596This section documents the configuration options available when
23597debugging remote programs. For the options related to the File I/O
23598extensions of the remote protocol, see @ref{system,
23599system-call-allowed}.
23600
23601@table @code
23602@item set remoteaddresssize @var{bits}
23603@cindex address size for remote targets
23604@cindex bits in remote address
23605Set the maximum size of address in a memory packet to the specified
23606number of bits. @value{GDBN} will mask off the address bits above
23607that number, when it passes addresses to the remote target. The
23608default value is the number of bits in the target's address.
23609
23610@item show remoteaddresssize
23611Show the current value of remote address size in bits.
23612
23613@item set serial baud @var{n}
23614@cindex baud rate for remote targets
23615Set the baud rate for the remote serial I/O to @var{n} baud. The
23616value is used to set the speed of the serial port used for debugging
23617remote targets.
23618
23619@item show serial baud
23620Show the current speed of the remote connection.
23621
23622@item set serial parity @var{parity}
23623Set the parity for the remote serial I/O. Supported values of @var{parity} are:
23624@code{even}, @code{none}, and @code{odd}. The default is @code{none}.
23625
23626@item show serial parity
23627Show the current parity of the serial port.
23628
23629@item set remotebreak
23630@cindex interrupt remote programs
23631@cindex BREAK signal instead of Ctrl-C
23632@anchor{set remotebreak}
23633If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
23634when you type @kbd{Ctrl-c} to interrupt the program running
23635on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
23636character instead. The default is off, since most remote systems
23637expect to see @samp{Ctrl-C} as the interrupt signal.
23638
23639@item show remotebreak
23640Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
23641interrupt the remote program.
23642
23643@item set remoteflow on
23644@itemx set remoteflow off
23645@kindex set remoteflow
23646Enable or disable hardware flow control (@code{RTS}/@code{CTS})
23647on the serial port used to communicate to the remote target.
23648
23649@item show remoteflow
23650@kindex show remoteflow
23651Show the current setting of hardware flow control.
23652
23653@item set remotelogbase @var{base}
23654Set the base (a.k.a.@: radix) of logging serial protocol
23655communications to @var{base}. Supported values of @var{base} are:
23656@code{ascii}, @code{octal}, and @code{hex}. The default is
23657@code{ascii}.
23658
23659@item show remotelogbase
23660Show the current setting of the radix for logging remote serial
23661protocol.
23662
23663@item set remotelogfile @var{file}
23664@cindex record serial communications on file
23665Record remote serial communications on the named @var{file}. The
23666default is not to record at all.
23667
23668@item show remotelogfile
23669Show the current setting of the file name on which to record the
23670serial communications.
23671
23672@item set remotetimeout @var{num}
23673@cindex timeout for serial communications
23674@cindex remote timeout
23675Set the timeout limit to wait for the remote target to respond to
23676@var{num} seconds. The default is 2 seconds.
23677
23678@item show remotetimeout
23679Show the current number of seconds to wait for the remote target
23680responses.
23681
23682@cindex limit hardware breakpoints and watchpoints
23683@cindex remote target, limit break- and watchpoints
23684@anchor{set remote hardware-watchpoint-limit}
23685@anchor{set remote hardware-breakpoint-limit}
23686@item set remote hardware-watchpoint-limit @var{limit}
23687@itemx set remote hardware-breakpoint-limit @var{limit}
23688Restrict @value{GDBN} to using @var{limit} remote hardware watchpoints
23689or breakpoints. The @var{limit} can be set to 0 to disable hardware
23690watchpoints or breakpoints, and @code{unlimited} for unlimited
23691watchpoints or breakpoints.
23692
23693@item show remote hardware-watchpoint-limit
23694@itemx show remote hardware-breakpoint-limit
23695Show the current limit for the number of hardware watchpoints or
23696breakpoints that @value{GDBN} can use.
23697
23698@cindex limit hardware watchpoints length
23699@cindex remote target, limit watchpoints length
23700@anchor{set remote hardware-watchpoint-length-limit}
23701@item set remote hardware-watchpoint-length-limit @var{limit}
23702Restrict @value{GDBN} to using @var{limit} bytes for the maximum
23703length of a remote hardware watchpoint. A @var{limit} of 0 disables
23704hardware watchpoints and @code{unlimited} allows watchpoints of any
23705length.
23706
23707@item show remote hardware-watchpoint-length-limit
23708Show the current limit (in bytes) of the maximum length of
23709a remote hardware watchpoint.
23710
23711@item set remote exec-file @var{filename}
23712@itemx show remote exec-file
23713@anchor{set remote exec-file}
23714@cindex executable file, for remote target
23715Select the file used for @code{run} with @code{target
23716extended-remote}. This should be set to a filename valid on the
23717target system. If it is not set, the target will use a default
23718filename (e.g.@: the last program run).
23719
23720@item set remote interrupt-sequence
23721@cindex interrupt remote programs
23722@cindex select Ctrl-C, BREAK or BREAK-g
23723Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
23724@samp{BREAK-g} as the
23725sequence to the remote target in order to interrupt the execution.
23726@samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
23727is high level of serial line for some certain time.
23728Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
23729It is @code{BREAK} signal followed by character @code{g}.
23730
23731@item show interrupt-sequence
23732Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
23733is sent by @value{GDBN} to interrupt the remote program.
23734@code{BREAK-g} is BREAK signal followed by @code{g} and
23735also known as Magic SysRq g.
23736
23737@item set remote interrupt-on-connect
23738@cindex send interrupt-sequence on start
23739Specify whether interrupt-sequence is sent to remote target when
23740@value{GDBN} connects to it. This is mostly needed when you debug
23741Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
23742which is known as Magic SysRq g in order to connect @value{GDBN}.
23743
23744@item show interrupt-on-connect
23745Show whether interrupt-sequence is sent
23746to remote target when @value{GDBN} connects to it.
23747
23748@kindex set tcp
23749@kindex show tcp
23750@item set tcp auto-retry on
23751@cindex auto-retry, for remote TCP target
23752Enable auto-retry for remote TCP connections. This is useful if the remote
23753debugging agent is launched in parallel with @value{GDBN}; there is a race
23754condition because the agent may not become ready to accept the connection
23755before @value{GDBN} attempts to connect. When auto-retry is
23756enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
23757to establish the connection using the timeout specified by
23758@code{set tcp connect-timeout}.
23759
23760@item set tcp auto-retry off
23761Do not auto-retry failed TCP connections.
23762
23763@item show tcp auto-retry
23764Show the current auto-retry setting.
23765
23766@item set tcp connect-timeout @var{seconds}
23767@itemx set tcp connect-timeout unlimited
23768@cindex connection timeout, for remote TCP target
23769@cindex timeout, for remote target connection
23770Set the timeout for establishing a TCP connection to the remote target to
23771@var{seconds}. The timeout affects both polling to retry failed connections
23772(enabled by @code{set tcp auto-retry on}) and waiting for connections
23773that are merely slow to complete, and represents an approximate cumulative
23774value. If @var{seconds} is @code{unlimited}, there is no timeout and
23775@value{GDBN} will keep attempting to establish a connection forever,
23776unless interrupted with @kbd{Ctrl-c}. The default is 15 seconds.
23777
23778@item show tcp connect-timeout
23779Show the current connection timeout setting.
23780@end table
23781
23782@cindex remote packets, enabling and disabling
23783The @value{GDBN} remote protocol autodetects the packets supported by
23784your debugging stub. If you need to override the autodetection, you
23785can use these commands to enable or disable individual packets. Each
23786packet can be set to @samp{on} (the remote target supports this
23787packet), @samp{off} (the remote target does not support this packet),
23788or @samp{auto} (detect remote target support for this packet). They
23789all default to @samp{auto}. For more information about each packet,
23790see @ref{Remote Protocol}.
23791
23792During normal use, you should not have to use any of these commands.
23793If you do, that may be a bug in your remote debugging stub, or a bug
23794in @value{GDBN}. You may want to report the problem to the
23795@value{GDBN} developers.
23796
23797For each packet @var{name}, the command to enable or disable the
23798packet is @code{set remote @var{name}-packet}. The available settings
23799are:
23800
23801@multitable @columnfractions 0.28 0.32 0.25
23802@item Command Name
23803@tab Remote Packet
23804@tab Related Features
23805
23806@item @code{fetch-register}
23807@tab @code{p}
23808@tab @code{info registers}
23809
23810@item @code{set-register}
23811@tab @code{P}
23812@tab @code{set}
23813
23814@item @code{binary-download}
23815@tab @code{X}
23816@tab @code{load}, @code{set}
23817
23818@item @code{read-aux-vector}
23819@tab @code{qXfer:auxv:read}
23820@tab @code{info auxv}
23821
23822@item @code{symbol-lookup}
23823@tab @code{qSymbol}
23824@tab Detecting multiple threads
23825
23826@item @code{attach}
23827@tab @code{vAttach}
23828@tab @code{attach}
23829
23830@item @code{verbose-resume}
23831@tab @code{vCont}
23832@tab Stepping or resuming multiple threads
23833
23834@item @code{run}
23835@tab @code{vRun}
23836@tab @code{run}
23837
23838@item @code{software-breakpoint}
23839@tab @code{Z0}
23840@tab @code{break}
23841
23842@item @code{hardware-breakpoint}
23843@tab @code{Z1}
23844@tab @code{hbreak}
23845
23846@item @code{write-watchpoint}
23847@tab @code{Z2}
23848@tab @code{watch}
23849
23850@item @code{read-watchpoint}
23851@tab @code{Z3}
23852@tab @code{rwatch}
23853
23854@item @code{access-watchpoint}
23855@tab @code{Z4}
23856@tab @code{awatch}
23857
23858@item @code{pid-to-exec-file}
23859@tab @code{qXfer:exec-file:read}
23860@tab @code{attach}, @code{run}
23861
23862@item @code{target-features}
23863@tab @code{qXfer:features:read}
23864@tab @code{set architecture}
23865
23866@item @code{library-info}
23867@tab @code{qXfer:libraries:read}
23868@tab @code{info sharedlibrary}
23869
23870@item @code{memory-map}
23871@tab @code{qXfer:memory-map:read}
23872@tab @code{info mem}
23873
23874@item @code{read-sdata-object}
23875@tab @code{qXfer:sdata:read}
23876@tab @code{print $_sdata}
23877
23878@item @code{read-siginfo-object}
23879@tab @code{qXfer:siginfo:read}
23880@tab @code{print $_siginfo}
23881
23882@item @code{write-siginfo-object}
23883@tab @code{qXfer:siginfo:write}
23884@tab @code{set $_siginfo}
23885
23886@item @code{threads}
23887@tab @code{qXfer:threads:read}
23888@tab @code{info threads}
23889
23890@item @code{get-thread-local-@*storage-address}
23891@tab @code{qGetTLSAddr}
23892@tab Displaying @code{__thread} variables
23893
23894@item @code{get-thread-information-block-address}
23895@tab @code{qGetTIBAddr}
23896@tab Display MS-Windows Thread Information Block.
23897
23898@item @code{search-memory}
23899@tab @code{qSearch:memory}
23900@tab @code{find}
23901
23902@item @code{supported-packets}
23903@tab @code{qSupported}
23904@tab Remote communications parameters
23905
23906@item @code{catch-syscalls}
23907@tab @code{QCatchSyscalls}
23908@tab @code{catch syscall}
23909
23910@item @code{pass-signals}
23911@tab @code{QPassSignals}
23912@tab @code{handle @var{signal}}
23913
23914@item @code{program-signals}
23915@tab @code{QProgramSignals}
23916@tab @code{handle @var{signal}}
23917
23918@item @code{hostio-close-packet}
23919@tab @code{vFile:close}
23920@tab @code{remote get}, @code{remote put}
23921
23922@item @code{hostio-open-packet}
23923@tab @code{vFile:open}
23924@tab @code{remote get}, @code{remote put}
23925
23926@item @code{hostio-pread-packet}
23927@tab @code{vFile:pread}
23928@tab @code{remote get}, @code{remote put}
23929
23930@item @code{hostio-pwrite-packet}
23931@tab @code{vFile:pwrite}
23932@tab @code{remote get}, @code{remote put}
23933
23934@item @code{hostio-unlink-packet}
23935@tab @code{vFile:unlink}
23936@tab @code{remote delete}
23937
23938@item @code{hostio-readlink-packet}
23939@tab @code{vFile:readlink}
23940@tab Host I/O
23941
23942@item @code{hostio-fstat-packet}
23943@tab @code{vFile:fstat}
23944@tab Host I/O
23945
23946@item @code{hostio-setfs-packet}
23947@tab @code{vFile:setfs}
23948@tab Host I/O
23949
23950@item @code{noack-packet}
23951@tab @code{QStartNoAckMode}
23952@tab Packet acknowledgment
23953
23954@item @code{osdata}
23955@tab @code{qXfer:osdata:read}
23956@tab @code{info os}
23957
23958@item @code{query-attached}
23959@tab @code{qAttached}
23960@tab Querying remote process attach state.
23961
23962@item @code{trace-buffer-size}
23963@tab @code{QTBuffer:size}
23964@tab @code{set trace-buffer-size}
23965
23966@item @code{trace-status}
23967@tab @code{qTStatus}
23968@tab @code{tstatus}
23969
23970@item @code{traceframe-info}
23971@tab @code{qXfer:traceframe-info:read}
23972@tab Traceframe info
23973
23974@item @code{install-in-trace}
23975@tab @code{InstallInTrace}
23976@tab Install tracepoint in tracing
23977
23978@item @code{disable-randomization}
23979@tab @code{QDisableRandomization}
23980@tab @code{set disable-randomization}
23981
23982@item @code{startup-with-shell}
23983@tab @code{QStartupWithShell}
23984@tab @code{set startup-with-shell}
23985
23986@item @code{environment-hex-encoded}
23987@tab @code{QEnvironmentHexEncoded}
23988@tab @code{set environment}
23989
23990@item @code{environment-unset}
23991@tab @code{QEnvironmentUnset}
23992@tab @code{unset environment}
23993
23994@item @code{environment-reset}
23995@tab @code{QEnvironmentReset}
23996@tab @code{Reset the inferior environment (i.e., unset user-set variables)}
23997
23998@item @code{set-working-dir}
23999@tab @code{QSetWorkingDir}
24000@tab @code{set cwd}
24001
24002@item @code{conditional-breakpoints-packet}
24003@tab @code{Z0 and Z1}
24004@tab @code{Support for target-side breakpoint condition evaluation}
24005
24006@item @code{multiprocess-extensions}
24007@tab @code{multiprocess extensions}
24008@tab Debug multiple processes and remote process PID awareness
24009
24010@item @code{swbreak-feature}
24011@tab @code{swbreak stop reason}
24012@tab @code{break}
24013
24014@item @code{hwbreak-feature}
24015@tab @code{hwbreak stop reason}
24016@tab @code{hbreak}
24017
24018@item @code{fork-event-feature}
24019@tab @code{fork stop reason}
24020@tab @code{fork}
24021
24022@item @code{vfork-event-feature}
24023@tab @code{vfork stop reason}
24024@tab @code{vfork}
24025
24026@item @code{exec-event-feature}
24027@tab @code{exec stop reason}
24028@tab @code{exec}
24029
24030@item @code{thread-events}
24031@tab @code{QThreadEvents}
24032@tab Tracking thread lifetime.
24033
24034@item @code{no-resumed-stop-reply}
24035@tab @code{no resumed thread left stop reply}
24036@tab Tracking thread lifetime.
24037
24038@end multitable
24039
24040@node Remote Stub
24041@section Implementing a Remote Stub
24042
24043@cindex debugging stub, example
24044@cindex remote stub, example
24045@cindex stub example, remote debugging
24046The stub files provided with @value{GDBN} implement the target side of the
24047communication protocol, and the @value{GDBN} side is implemented in the
24048@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
24049these subroutines to communicate, and ignore the details. (If you're
24050implementing your own stub file, you can still ignore the details: start
24051with one of the existing stub files. @file{sparc-stub.c} is the best
24052organized, and therefore the easiest to read.)
24053
24054@cindex remote serial debugging, overview
24055To debug a program running on another machine (the debugging
24056@dfn{target} machine), you must first arrange for all the usual
24057prerequisites for the program to run by itself. For example, for a C
24058program, you need:
24059
24060@enumerate
24061@item
24062A startup routine to set up the C runtime environment; these usually
24063have a name like @file{crt0}. The startup routine may be supplied by
24064your hardware supplier, or you may have to write your own.
24065
24066@item
24067A C subroutine library to support your program's
24068subroutine calls, notably managing input and output.
24069
24070@item
24071A way of getting your program to the other machine---for example, a
24072download program. These are often supplied by the hardware
24073manufacturer, but you may have to write your own from hardware
24074documentation.
24075@end enumerate
24076
24077The next step is to arrange for your program to use a serial port to
24078communicate with the machine where @value{GDBN} is running (the @dfn{host}
24079machine). In general terms, the scheme looks like this:
24080
24081@table @emph
24082@item On the host,
24083@value{GDBN} already understands how to use this protocol; when everything
24084else is set up, you can simply use the @samp{target remote} command
24085(@pxref{Targets,,Specifying a Debugging Target}).
24086
24087@item On the target,
24088you must link with your program a few special-purpose subroutines that
24089implement the @value{GDBN} remote serial protocol. The file containing these
24090subroutines is called a @dfn{debugging stub}.
24091
24092On certain remote targets, you can use an auxiliary program
24093@code{gdbserver} instead of linking a stub into your program.
24094@xref{Server,,Using the @code{gdbserver} Program}, for details.
24095@end table
24096
24097The debugging stub is specific to the architecture of the remote
24098machine; for example, use @file{sparc-stub.c} to debug programs on
24099@sc{sparc} boards.
24100
24101@cindex remote serial stub list
24102These working remote stubs are distributed with @value{GDBN}:
24103
24104@table @code
24105
24106@item i386-stub.c
24107@cindex @file{i386-stub.c}
24108@cindex Intel
24109@cindex i386
24110For Intel 386 and compatible architectures.
24111
24112@item m68k-stub.c
24113@cindex @file{m68k-stub.c}
24114@cindex Motorola 680x0
24115@cindex m680x0
24116For Motorola 680x0 architectures.
24117
24118@item sh-stub.c
24119@cindex @file{sh-stub.c}
24120@cindex Renesas
24121@cindex SH
24122For Renesas SH architectures.
24123
24124@item sparc-stub.c
24125@cindex @file{sparc-stub.c}
24126@cindex Sparc
24127For @sc{sparc} architectures.
24128
24129@item sparcl-stub.c
24130@cindex @file{sparcl-stub.c}
24131@cindex Fujitsu
24132@cindex SparcLite
24133For Fujitsu @sc{sparclite} architectures.
24134
24135@end table
24136
24137The @file{README} file in the @value{GDBN} distribution may list other
24138recently added stubs.
24139
24140@menu
24141* Stub Contents:: What the stub can do for you
24142* Bootstrapping:: What you must do for the stub
24143* Debug Session:: Putting it all together
24144@end menu
24145
24146@node Stub Contents
24147@subsection What the Stub Can Do for You
24148
24149@cindex remote serial stub
24150The debugging stub for your architecture supplies these three
24151subroutines:
24152
24153@table @code
24154@item set_debug_traps
24155@findex set_debug_traps
24156@cindex remote serial stub, initialization
24157This routine arranges for @code{handle_exception} to run when your
24158program stops. You must call this subroutine explicitly in your
24159program's startup code.
24160
24161@item handle_exception
24162@findex handle_exception
24163@cindex remote serial stub, main routine
24164This is the central workhorse, but your program never calls it
24165explicitly---the setup code arranges for @code{handle_exception} to
24166run when a trap is triggered.
24167
24168@code{handle_exception} takes control when your program stops during
24169execution (for example, on a breakpoint), and mediates communications
24170with @value{GDBN} on the host machine. This is where the communications
24171protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
24172representative on the target machine. It begins by sending summary
24173information on the state of your program, then continues to execute,
24174retrieving and transmitting any information @value{GDBN} needs, until you
24175execute a @value{GDBN} command that makes your program resume; at that point,
24176@code{handle_exception} returns control to your own code on the target
24177machine.
24178
24179@item breakpoint
24180@cindex @code{breakpoint} subroutine, remote
24181Use this auxiliary subroutine to make your program contain a
24182breakpoint. Depending on the particular situation, this may be the only
24183way for @value{GDBN} to get control. For instance, if your target
24184machine has some sort of interrupt button, you won't need to call this;
24185pressing the interrupt button transfers control to
24186@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
24187simply receiving characters on the serial port may also trigger a trap;
24188again, in that situation, you don't need to call @code{breakpoint} from
24189your own program---simply running @samp{target remote} from the host
24190@value{GDBN} session gets control.
24191
24192Call @code{breakpoint} if none of these is true, or if you simply want
24193to make certain your program stops at a predetermined point for the
24194start of your debugging session.
24195@end table
24196
24197@node Bootstrapping
24198@subsection What You Must Do for the Stub
24199
24200@cindex remote stub, support routines
24201The debugging stubs that come with @value{GDBN} are set up for a particular
24202chip architecture, but they have no information about the rest of your
24203debugging target machine.
24204
24205First of all you need to tell the stub how to communicate with the
24206serial port.
24207
24208@table @code
24209@item int getDebugChar()
24210@findex getDebugChar
24211Write this subroutine to read a single character from the serial port.
24212It may be identical to @code{getchar} for your target system; a
24213different name is used to allow you to distinguish the two if you wish.
24214
24215@item void putDebugChar(int)
24216@findex putDebugChar
24217Write this subroutine to write a single character to the serial port.
24218It may be identical to @code{putchar} for your target system; a
24219different name is used to allow you to distinguish the two if you wish.
24220@end table
24221
24222@cindex control C, and remote debugging
24223@cindex interrupting remote targets
24224If you want @value{GDBN} to be able to stop your program while it is
24225running, you need to use an interrupt-driven serial driver, and arrange
24226for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
24227character). That is the character which @value{GDBN} uses to tell the
24228remote system to stop.
24229
24230Getting the debugging target to return the proper status to @value{GDBN}
24231probably requires changes to the standard stub; one quick and dirty way
24232is to just execute a breakpoint instruction (the ``dirty'' part is that
24233@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
24234
24235Other routines you need to supply are:
24236
24237@table @code
24238@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
24239@findex exceptionHandler
24240Write this function to install @var{exception_address} in the exception
24241handling tables. You need to do this because the stub does not have any
24242way of knowing what the exception handling tables on your target system
24243are like (for example, the processor's table might be in @sc{rom},
24244containing entries which point to a table in @sc{ram}).
24245The @var{exception_number} specifies the exception which should be changed;
24246its meaning is architecture-dependent (for example, different numbers
24247might represent divide by zero, misaligned access, etc). When this
24248exception occurs, control should be transferred directly to
24249@var{exception_address}, and the processor state (stack, registers,
24250and so on) should be just as it is when a processor exception occurs. So if
24251you want to use a jump instruction to reach @var{exception_address}, it
24252should be a simple jump, not a jump to subroutine.
24253
24254For the 386, @var{exception_address} should be installed as an interrupt
24255gate so that interrupts are masked while the handler runs. The gate
24256should be at privilege level 0 (the most privileged level). The
24257@sc{sparc} and 68k stubs are able to mask interrupts themselves without
24258help from @code{exceptionHandler}.
24259
24260@item void flush_i_cache()
24261@findex flush_i_cache
24262On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
24263instruction cache, if any, on your target machine. If there is no
24264instruction cache, this subroutine may be a no-op.
24265
24266On target machines that have instruction caches, @value{GDBN} requires this
24267function to make certain that the state of your program is stable.
24268@end table
24269
24270@noindent
24271You must also make sure this library routine is available:
24272
24273@table @code
24274@item void *memset(void *, int, int)
24275@findex memset
24276This is the standard library function @code{memset} that sets an area of
24277memory to a known value. If you have one of the free versions of
24278@code{libc.a}, @code{memset} can be found there; otherwise, you must
24279either obtain it from your hardware manufacturer, or write your own.
24280@end table
24281
24282If you do not use the GNU C compiler, you may need other standard
24283library subroutines as well; this varies from one stub to another,
24284but in general the stubs are likely to use any of the common library
24285subroutines which @code{@value{NGCC}} generates as inline code.
24286
24287
24288@node Debug Session
24289@subsection Putting it All Together
24290
24291@cindex remote serial debugging summary
24292In summary, when your program is ready to debug, you must follow these
24293steps.
24294
24295@enumerate
24296@item
24297Make sure you have defined the supporting low-level routines
24298(@pxref{Bootstrapping,,What You Must Do for the Stub}):
24299@display
24300@code{getDebugChar}, @code{putDebugChar},
24301@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
24302@end display
24303
24304@item
24305Insert these lines in your program's startup code, before the main
24306procedure is called:
24307
24308@smallexample
24309set_debug_traps();
24310breakpoint();
24311@end smallexample
24312
24313On some machines, when a breakpoint trap is raised, the hardware
24314automatically makes the PC point to the instruction after the
24315breakpoint. If your machine doesn't do that, you may need to adjust
24316@code{handle_exception} to arrange for it to return to the instruction
24317after the breakpoint on this first invocation, so that your program
24318doesn't keep hitting the initial breakpoint instead of making
24319progress.
24320
24321@item
24322For the 680x0 stub only, you need to provide a variable called
24323@code{exceptionHook}. Normally you just use:
24324
24325@smallexample
24326void (*exceptionHook)() = 0;
24327@end smallexample
24328
24329@noindent
24330but if before calling @code{set_debug_traps}, you set it to point to a
24331function in your program, that function is called when
24332@code{@value{GDBN}} continues after stopping on a trap (for example, bus
24333error). The function indicated by @code{exceptionHook} is called with
24334one parameter: an @code{int} which is the exception number.
24335
24336@item
24337Compile and link together: your program, the @value{GDBN} debugging stub for
24338your target architecture, and the supporting subroutines.
24339
24340@item
24341Make sure you have a serial connection between your target machine and
24342the @value{GDBN} host, and identify the serial port on the host.
24343
24344@item
24345@c The "remote" target now provides a `load' command, so we should
24346@c document that. FIXME.
24347Download your program to your target machine (or get it there by
24348whatever means the manufacturer provides), and start it.
24349
24350@item
24351Start @value{GDBN} on the host, and connect to the target
24352(@pxref{Connecting,,Connecting to a Remote Target}).
24353
24354@end enumerate
24355
24356@node Configurations
24357@chapter Configuration-Specific Information
24358
24359While nearly all @value{GDBN} commands are available for all native and
24360cross versions of the debugger, there are some exceptions. This chapter
24361describes things that are only available in certain configurations.
24362
24363There are three major categories of configurations: native
24364configurations, where the host and target are the same, embedded
24365operating system configurations, which are usually the same for several
24366different processor architectures, and bare embedded processors, which
24367are quite different from each other.
24368
24369@menu
24370* Native::
24371* Embedded OS::
24372* Embedded Processors::
24373* Architectures::
24374@end menu
24375
24376@node Native
24377@section Native
24378
24379This section describes details specific to particular native
24380configurations.
24381
24382@menu
24383* BSD libkvm Interface:: Debugging BSD kernel memory images
24384* Process Information:: Process information
24385* DJGPP Native:: Features specific to the DJGPP port
24386* Cygwin Native:: Features specific to the Cygwin port
24387* Hurd Native:: Features specific to @sc{gnu} Hurd
24388* Darwin:: Features specific to Darwin
24389* FreeBSD:: Features specific to FreeBSD
24390@end menu
24391
24392@node BSD libkvm Interface
24393@subsection BSD libkvm Interface
24394
24395@cindex libkvm
24396@cindex kernel memory image
24397@cindex kernel crash dump
24398
24399BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
24400interface that provides a uniform interface for accessing kernel virtual
24401memory images, including live systems and crash dumps. @value{GDBN}
24402uses this interface to allow you to debug live kernels and kernel crash
24403dumps on many native BSD configurations. This is implemented as a
24404special @code{kvm} debugging target. For debugging a live system, load
24405the currently running kernel into @value{GDBN} and connect to the
24406@code{kvm} target:
24407
24408@smallexample
24409(@value{GDBP}) @b{target kvm}
24410@end smallexample
24411
24412For debugging crash dumps, provide the file name of the crash dump as an
24413argument:
24414
24415@smallexample
24416(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
24417@end smallexample
24418
24419Once connected to the @code{kvm} target, the following commands are
24420available:
24421
24422@table @code
24423@kindex kvm
24424@item kvm pcb
24425Set current context from the @dfn{Process Control Block} (PCB) address.
24426
24427@item kvm proc
24428Set current context from proc address. This command isn't available on
24429modern FreeBSD systems.
24430@end table
24431
24432@node Process Information
24433@subsection Process Information
24434@cindex /proc
24435@cindex examine process image
24436@cindex process info via @file{/proc}
24437
24438Some operating systems provide interfaces to fetch additional
24439information about running processes beyond memory and per-thread
24440register state. If @value{GDBN} is configured for an operating system
24441with a supported interface, the command @code{info proc} is available
24442to report information about the process running your program, or about
24443any process running on your system.
24444
24445One supported interface is a facility called @samp{/proc} that can be
24446used to examine the image of a running process using file-system
24447subroutines. This facility is supported on @sc{gnu}/Linux and Solaris
24448systems.
24449
24450On FreeBSD systems, system control nodes are used to query process
24451information.
24452
24453In addition, some systems may provide additional process information
24454in core files. Note that a core file may include a subset of the
24455information available from a live process. Process information is
24456currently available from cores created on @sc{gnu}/Linux and FreeBSD
24457systems.
24458
24459@table @code
24460@kindex info proc
24461@cindex process ID
24462@item info proc
24463@itemx info proc @var{process-id}
24464Summarize available information about a process. If a
24465process ID is specified by @var{process-id}, display information about
24466that process; otherwise display information about the program being
24467debugged. The summary includes the debugged process ID, the command
24468line used to invoke it, its current working directory, and its
24469executable file's absolute file name.
24470
24471On some systems, @var{process-id} can be of the form
24472@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
24473within a process. If the optional @var{pid} part is missing, it means
24474a thread from the process being debugged (the leading @samp{/} still
24475needs to be present, or else @value{GDBN} will interpret the number as
24476a process ID rather than a thread ID).
24477
24478@item info proc cmdline
24479@cindex info proc cmdline
24480Show the original command line of the process. This command is
24481supported on @sc{gnu}/Linux and FreeBSD.
24482
24483@item info proc cwd
24484@cindex info proc cwd
24485Show the current working directory of the process. This command is
24486supported on @sc{gnu}/Linux and FreeBSD.
24487
24488@item info proc exe
24489@cindex info proc exe
24490Show the name of executable of the process. This command is supported
24491on @sc{gnu}/Linux and FreeBSD.
24492
24493@item info proc files
24494@cindex info proc files
24495Show the file descriptors open by the process. For each open file
24496descriptor, @value{GDBN} shows its number, type (file, directory,
24497character device, socket), file pointer offset, and the name of the
24498resource open on the descriptor. The resource name can be a file name
24499(for files, directories, and devices) or a protocol followed by socket
24500address (for network connections). This command is supported on
24501FreeBSD.
24502
24503This example shows the open file descriptors for a process using a
24504tty for standard input and output as well as two network sockets:
24505
24506@smallexample
24507(@value{GDBP}) info proc files 22136
24508process 22136
24509Open files:
24510
24511 FD Type Offset Flags Name
24512 text file - r-------- /usr/bin/ssh
24513 ctty chr - rw------- /dev/pts/20
24514 cwd dir - r-------- /usr/home/john
24515 root dir - r-------- /
24516 0 chr 0x32933a4 rw------- /dev/pts/20
24517 1 chr 0x32933a4 rw------- /dev/pts/20
24518 2 chr 0x32933a4 rw------- /dev/pts/20
24519 3 socket 0x0 rw----n-- tcp4 10.0.1.2:53014 -> 10.0.1.10:22
24520 4 socket 0x0 rw------- unix stream:/tmp/ssh-FIt89oAzOn5f/agent.2456
24521@end smallexample
24522
24523@item info proc mappings
24524@cindex memory address space mappings
24525Report the memory address space ranges accessible in a process. On
24526Solaris and FreeBSD systems, each memory range includes information on
24527whether the process has read, write, or execute access rights to each
24528range. On @sc{gnu}/Linux and FreeBSD systems, each memory range
24529includes the object file which is mapped to that range.
24530
24531@item info proc stat
24532@itemx info proc status
24533@cindex process detailed status information
24534Show additional process-related information, including the user ID and
24535group ID; virtual memory usage; the signals that are pending, blocked,
24536and ignored; its TTY; its consumption of system and user time; its
24537stack size; its @samp{nice} value; etc. These commands are supported
24538on @sc{gnu}/Linux and FreeBSD.
24539
24540For @sc{gnu}/Linux systems, see the @samp{proc} man page for more
24541information (type @kbd{man 5 proc} from your shell prompt).
24542
24543For FreeBSD systems, @code{info proc stat} is an alias for @code{info
24544proc status}.
24545
24546@item info proc all
24547Show all the information about the process described under all of the
24548above @code{info proc} subcommands.
24549
24550@ignore
24551@comment These sub-options of 'info proc' were not included when
24552@comment procfs.c was re-written. Keep their descriptions around
24553@comment against the day when someone finds the time to put them back in.
24554@kindex info proc times
24555@item info proc times
24556Starting time, user CPU time, and system CPU time for your program and
24557its children.
24558
24559@kindex info proc id
24560@item info proc id
24561Report on the process IDs related to your program: its own process ID,
24562the ID of its parent, the process group ID, and the session ID.
24563@end ignore
24564
24565@item set procfs-trace
24566@kindex set procfs-trace
24567@cindex @code{procfs} API calls
24568This command enables and disables tracing of @code{procfs} API calls.
24569
24570@item show procfs-trace
24571@kindex show procfs-trace
24572Show the current state of @code{procfs} API call tracing.
24573
24574@item set procfs-file @var{file}
24575@kindex set procfs-file
24576Tell @value{GDBN} to write @code{procfs} API trace to the named
24577@var{file}. @value{GDBN} appends the trace info to the previous
24578contents of the file. The default is to display the trace on the
24579standard output.
24580
24581@item show procfs-file
24582@kindex show procfs-file
24583Show the file to which @code{procfs} API trace is written.
24584
24585@item proc-trace-entry
24586@itemx proc-trace-exit
24587@itemx proc-untrace-entry
24588@itemx proc-untrace-exit
24589@kindex proc-trace-entry
24590@kindex proc-trace-exit
24591@kindex proc-untrace-entry
24592@kindex proc-untrace-exit
24593These commands enable and disable tracing of entries into and exits
24594from the @code{syscall} interface.
24595
24596@item info pidlist
24597@kindex info pidlist
24598@cindex process list, QNX Neutrino
24599For QNX Neutrino only, this command displays the list of all the
24600processes and all the threads within each process.
24601
24602@item info meminfo
24603@kindex info meminfo
24604@cindex mapinfo list, QNX Neutrino
24605For QNX Neutrino only, this command displays the list of all mapinfos.
24606@end table
24607
24608@node DJGPP Native
24609@subsection Features for Debugging @sc{djgpp} Programs
24610@cindex @sc{djgpp} debugging
24611@cindex native @sc{djgpp} debugging
24612@cindex MS-DOS-specific commands
24613
24614@cindex DPMI
24615@sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
24616MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
24617that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
24618top of real-mode DOS systems and their emulations.
24619
24620@value{GDBN} supports native debugging of @sc{djgpp} programs, and
24621defines a few commands specific to the @sc{djgpp} port. This
24622subsection describes those commands.
24623
24624@table @code
24625@kindex info dos
24626@item info dos
24627This is a prefix of @sc{djgpp}-specific commands which print
24628information about the target system and important OS structures.
24629
24630@kindex sysinfo
24631@cindex MS-DOS system info
24632@cindex free memory information (MS-DOS)
24633@item info dos sysinfo
24634This command displays assorted information about the underlying
24635platform: the CPU type and features, the OS version and flavor, the
24636DPMI version, and the available conventional and DPMI memory.
24637
24638@cindex GDT
24639@cindex LDT
24640@cindex IDT
24641@cindex segment descriptor tables
24642@cindex descriptor tables display
24643@item info dos gdt
24644@itemx info dos ldt
24645@itemx info dos idt
24646These 3 commands display entries from, respectively, Global, Local,
24647and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
24648tables are data structures which store a descriptor for each segment
24649that is currently in use. The segment's selector is an index into a
24650descriptor table; the table entry for that index holds the
24651descriptor's base address and limit, and its attributes and access
24652rights.
24653
24654A typical @sc{djgpp} program uses 3 segments: a code segment, a data
24655segment (used for both data and the stack), and a DOS segment (which
24656allows access to DOS/BIOS data structures and absolute addresses in
24657conventional memory). However, the DPMI host will usually define
24658additional segments in order to support the DPMI environment.
24659
24660@cindex garbled pointers
24661These commands allow to display entries from the descriptor tables.
24662Without an argument, all entries from the specified table are
24663displayed. An argument, which should be an integer expression, means
24664display a single entry whose index is given by the argument. For
24665example, here's a convenient way to display information about the
24666debugged program's data segment:
24667
24668@smallexample
24669@exdent @code{(@value{GDBP}) info dos ldt $ds}
24670@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
24671@end smallexample
24672
24673@noindent
24674This comes in handy when you want to see whether a pointer is outside
24675the data segment's limit (i.e.@: @dfn{garbled}).
24676
24677@cindex page tables display (MS-DOS)
24678@item info dos pde
24679@itemx info dos pte
24680These two commands display entries from, respectively, the Page
24681Directory and the Page Tables. Page Directories and Page Tables are
24682data structures which control how virtual memory addresses are mapped
24683into physical addresses. A Page Table includes an entry for every
24684page of memory that is mapped into the program's address space; there
24685may be several Page Tables, each one holding up to 4096 entries. A
24686Page Directory has up to 4096 entries, one each for every Page Table
24687that is currently in use.
24688
24689Without an argument, @kbd{info dos pde} displays the entire Page
24690Directory, and @kbd{info dos pte} displays all the entries in all of
24691the Page Tables. An argument, an integer expression, given to the
24692@kbd{info dos pde} command means display only that entry from the Page
24693Directory table. An argument given to the @kbd{info dos pte} command
24694means display entries from a single Page Table, the one pointed to by
24695the specified entry in the Page Directory.
24696
24697@cindex direct memory access (DMA) on MS-DOS
24698These commands are useful when your program uses @dfn{DMA} (Direct
24699Memory Access), which needs physical addresses to program the DMA
24700controller.
24701
24702These commands are supported only with some DPMI servers.
24703
24704@cindex physical address from linear address
24705@item info dos address-pte @var{addr}
24706This command displays the Page Table entry for a specified linear
24707address. The argument @var{addr} is a linear address which should
24708already have the appropriate segment's base address added to it,
24709because this command accepts addresses which may belong to @emph{any}
24710segment. For example, here's how to display the Page Table entry for
24711the page where a variable @code{i} is stored:
24712
24713@smallexample
24714@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
24715@exdent @code{Page Table entry for address 0x11a00d30:}
24716@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
24717@end smallexample
24718
24719@noindent
24720This says that @code{i} is stored at offset @code{0xd30} from the page
24721whose physical base address is @code{0x02698000}, and shows all the
24722attributes of that page.
24723
24724Note that you must cast the addresses of variables to a @code{char *},
24725since otherwise the value of @code{__djgpp_base_address}, the base
24726address of all variables and functions in a @sc{djgpp} program, will
24727be added using the rules of C pointer arithmetics: if @code{i} is
24728declared an @code{int}, @value{GDBN} will add 4 times the value of
24729@code{__djgpp_base_address} to the address of @code{i}.
24730
24731Here's another example, it displays the Page Table entry for the
24732transfer buffer:
24733
24734@smallexample
24735@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
24736@exdent @code{Page Table entry for address 0x29110:}
24737@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
24738@end smallexample
24739
24740@noindent
24741(The @code{+ 3} offset is because the transfer buffer's address is the
247423rd member of the @code{_go32_info_block} structure.) The output
24743clearly shows that this DPMI server maps the addresses in conventional
24744memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
24745linear (@code{0x29110}) addresses are identical.
24746
24747This command is supported only with some DPMI servers.
24748@end table
24749
24750@cindex DOS serial data link, remote debugging
24751In addition to native debugging, the DJGPP port supports remote
24752debugging via a serial data link. The following commands are specific
24753to remote serial debugging in the DJGPP port of @value{GDBN}.
24754
24755@table @code
24756@kindex set com1base
24757@kindex set com1irq
24758@kindex set com2base
24759@kindex set com2irq
24760@kindex set com3base
24761@kindex set com3irq
24762@kindex set com4base
24763@kindex set com4irq
24764@item set com1base @var{addr}
24765This command sets the base I/O port address of the @file{COM1} serial
24766port.
24767
24768@item set com1irq @var{irq}
24769This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
24770for the @file{COM1} serial port.
24771
24772There are similar commands @samp{set com2base}, @samp{set com3irq},
24773etc.@: for setting the port address and the @code{IRQ} lines for the
24774other 3 COM ports.
24775
24776@kindex show com1base
24777@kindex show com1irq
24778@kindex show com2base
24779@kindex show com2irq
24780@kindex show com3base
24781@kindex show com3irq
24782@kindex show com4base
24783@kindex show com4irq
24784The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
24785display the current settings of the base address and the @code{IRQ}
24786lines used by the COM ports.
24787
24788@item info serial
24789@kindex info serial
24790@cindex DOS serial port status
24791This command prints the status of the 4 DOS serial ports. For each
24792port, it prints whether it's active or not, its I/O base address and
24793IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
24794counts of various errors encountered so far.
24795@end table
24796
24797
24798@node Cygwin Native
24799@subsection Features for Debugging MS Windows PE Executables
24800@cindex MS Windows debugging
24801@cindex native Cygwin debugging
24802@cindex Cygwin-specific commands
24803
24804@value{GDBN} supports native debugging of MS Windows programs, including
24805DLLs with and without symbolic debugging information.
24806
24807@cindex Ctrl-BREAK, MS-Windows
24808@cindex interrupt debuggee on MS-Windows
24809MS-Windows programs that call @code{SetConsoleMode} to switch off the
24810special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
24811by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
24812supports @kbd{C-@key{BREAK}} as an alternative interrupt key
24813sequence, which can be used to interrupt the debuggee even if it
24814ignores @kbd{C-c}.
24815
24816There are various additional Cygwin-specific commands, described in
24817this section. Working with DLLs that have no debugging symbols is
24818described in @ref{Non-debug DLL Symbols}.
24819
24820@table @code
24821@kindex info w32
24822@item info w32
24823This is a prefix of MS Windows-specific commands which print
24824information about the target system and important OS structures.
24825
24826@item info w32 selector
24827This command displays information returned by
24828the Win32 API @code{GetThreadSelectorEntry} function.
24829It takes an optional argument that is evaluated to
24830a long value to give the information about this given selector.
24831Without argument, this command displays information
24832about the six segment registers.
24833
24834@item info w32 thread-information-block
24835This command displays thread specific information stored in the
24836Thread Information Block (readable on the X86 CPU family using @code{$fs}
24837selector for 32-bit programs and @code{$gs} for 64-bit programs).
24838
24839@kindex signal-event
24840@item signal-event @var{id}
24841This command signals an event with user-provided @var{id}. Used to resume
24842crashing process when attached to it using MS-Windows JIT debugging (AeDebug).
24843
24844To use it, create or edit the following keys in
24845@code{HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug} and/or
24846@code{HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug}
24847(for x86_64 versions):
24848
24849@itemize @minus
24850@item
24851@code{Debugger} (REG_SZ) --- a command to launch the debugger.
24852Suggested command is: @code{@var{fully-qualified-path-to-gdb.exe} -ex
24853"attach %ld" -ex "signal-event %ld" -ex "continue"}.
24854
24855The first @code{%ld} will be replaced by the process ID of the
24856crashing process, the second @code{%ld} will be replaced by the ID of
24857the event that blocks the crashing process, waiting for @value{GDBN}
24858to attach.
24859
24860@item
24861@code{Auto} (REG_SZ) --- either @code{1} or @code{0}. @code{1} will
24862make the system run debugger specified by the Debugger key
24863automatically, @code{0} will cause a dialog box with ``OK'' and
24864``Cancel'' buttons to appear, which allows the user to either
24865terminate the crashing process (OK) or debug it (Cancel).
24866@end itemize
24867
24868@kindex set cygwin-exceptions
24869@cindex debugging the Cygwin DLL
24870@cindex Cygwin DLL, debugging
24871@item set cygwin-exceptions @var{mode}
24872If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
24873happen inside the Cygwin DLL. If @var{mode} is @code{off},
24874@value{GDBN} will delay recognition of exceptions, and may ignore some
24875exceptions which seem to be caused by internal Cygwin DLL
24876``bookkeeping''. This option is meant primarily for debugging the
24877Cygwin DLL itself; the default value is @code{off} to avoid annoying
24878@value{GDBN} users with false @code{SIGSEGV} signals.
24879
24880@kindex show cygwin-exceptions
24881@item show cygwin-exceptions
24882Displays whether @value{GDBN} will break on exceptions that happen
24883inside the Cygwin DLL itself.
24884
24885@kindex set new-console
24886@item set new-console @var{mode}
24887If @var{mode} is @code{on} the debuggee will
24888be started in a new console on next start.
24889If @var{mode} is @code{off}, the debuggee will
24890be started in the same console as the debugger.
24891
24892@kindex show new-console
24893@item show new-console
24894Displays whether a new console is used
24895when the debuggee is started.
24896
24897@kindex set new-group
24898@item set new-group @var{mode}
24899This boolean value controls whether the debuggee should
24900start a new group or stay in the same group as the debugger.
24901This affects the way the Windows OS handles
24902@samp{Ctrl-C}.
24903
24904@kindex show new-group
24905@item show new-group
24906Displays current value of new-group boolean.
24907
24908@kindex set debugevents
24909@item set debugevents
24910This boolean value adds debug output concerning kernel events related
24911to the debuggee seen by the debugger. This includes events that
24912signal thread and process creation and exit, DLL loading and
24913unloading, console interrupts, and debugging messages produced by the
24914Windows @code{OutputDebugString} API call.
24915
24916@kindex set debugexec
24917@item set debugexec
24918This boolean value adds debug output concerning execute events
24919(such as resume thread) seen by the debugger.
24920
24921@kindex set debugexceptions
24922@item set debugexceptions
24923This boolean value adds debug output concerning exceptions in the
24924debuggee seen by the debugger.
24925
24926@kindex set debugmemory
24927@item set debugmemory
24928This boolean value adds debug output concerning debuggee memory reads
24929and writes by the debugger.
24930
24931@kindex set shell
24932@item set shell
24933This boolean values specifies whether the debuggee is called
24934via a shell or directly (default value is on).
24935
24936@kindex show shell
24937@item show shell
24938Displays if the debuggee will be started with a shell.
24939
24940@end table
24941
24942@menu
24943* Non-debug DLL Symbols:: Support for DLLs without debugging symbols
24944@end menu
24945
24946@node Non-debug DLL Symbols
24947@subsubsection Support for DLLs without Debugging Symbols
24948@cindex DLLs with no debugging symbols
24949@cindex Minimal symbols and DLLs
24950
24951Very often on windows, some of the DLLs that your program relies on do
24952not include symbolic debugging information (for example,
24953@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
24954symbols in a DLL, it relies on the minimal amount of symbolic
24955information contained in the DLL's export table. This section
24956describes working with such symbols, known internally to @value{GDBN} as
24957``minimal symbols''.
24958
24959Note that before the debugged program has started execution, no DLLs
24960will have been loaded. The easiest way around this problem is simply to
24961start the program --- either by setting a breakpoint or letting the
24962program run once to completion.
24963
24964@subsubsection DLL Name Prefixes
24965
24966In keeping with the naming conventions used by the Microsoft debugging
24967tools, DLL export symbols are made available with a prefix based on the
24968DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
24969also entered into the symbol table, so @code{CreateFileA} is often
24970sufficient. In some cases there will be name clashes within a program
24971(particularly if the executable itself includes full debugging symbols)
24972necessitating the use of the fully qualified name when referring to the
24973contents of the DLL. Use single-quotes around the name to avoid the
24974exclamation mark (``!'') being interpreted as a language operator.
24975
24976Note that the internal name of the DLL may be all upper-case, even
24977though the file name of the DLL is lower-case, or vice-versa. Since
24978symbols within @value{GDBN} are @emph{case-sensitive} this may cause
24979some confusion. If in doubt, try the @code{info functions} and
24980@code{info variables} commands or even @code{maint print msymbols}
24981(@pxref{Symbols}). Here's an example:
24982
24983@smallexample
24984(@value{GDBP}) info function CreateFileA
24985All functions matching regular expression "CreateFileA":
24986
24987Non-debugging symbols:
249880x77e885f4 CreateFileA
249890x77e885f4 KERNEL32!CreateFileA
24990@end smallexample
24991
24992@smallexample
24993(@value{GDBP}) info function !
24994All functions matching regular expression "!":
24995
24996Non-debugging symbols:
249970x6100114c cygwin1!__assert
249980x61004034 cygwin1!_dll_crt0@@0
249990x61004240 cygwin1!dll_crt0(per_process *)
25000[etc...]
25001@end smallexample
25002
25003@subsubsection Working with Minimal Symbols
25004
25005Symbols extracted from a DLL's export table do not contain very much
25006type information. All that @value{GDBN} can do is guess whether a symbol
25007refers to a function or variable depending on the linker section that
25008contains the symbol. Also note that the actual contents of the memory
25009contained in a DLL are not available unless the program is running. This
25010means that you cannot examine the contents of a variable or disassemble
25011a function within a DLL without a running program.
25012
25013Variables are generally treated as pointers and dereferenced
25014automatically. For this reason, it is often necessary to prefix a
25015variable name with the address-of operator (``&'') and provide explicit
25016type information in the command. Here's an example of the type of
25017problem:
25018
25019@smallexample
25020(@value{GDBP}) print 'cygwin1!__argv'
25021'cygwin1!__argv' has unknown type; cast it to its declared type
25022@end smallexample
25023
25024@smallexample
25025(@value{GDBP}) x 'cygwin1!__argv'
25026'cygwin1!__argv' has unknown type; cast it to its declared type
25027@end smallexample
25028
25029And two possible solutions:
25030
25031@smallexample
25032(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
25033$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
25034@end smallexample
25035
25036@smallexample
25037(@value{GDBP}) x/2x &'cygwin1!__argv'
250380x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
25039(@value{GDBP}) x/x 0x10021608
250400x10021608: 0x0022fd98
25041(@value{GDBP}) x/s 0x0022fd98
250420x22fd98: "/cygdrive/c/mydirectory/myprogram"
25043@end smallexample
25044
25045Setting a break point within a DLL is possible even before the program
25046starts execution. However, under these circumstances, @value{GDBN} can't
25047examine the initial instructions of the function in order to skip the
25048function's frame set-up code. You can work around this by using ``*&''
25049to set the breakpoint at a raw memory address:
25050
25051@smallexample
25052(@value{GDBP}) break *&'python22!PyOS_Readline'
25053Breakpoint 1 at 0x1e04eff0
25054@end smallexample
25055
25056The author of these extensions is not entirely convinced that setting a
25057break point within a shared DLL like @file{kernel32.dll} is completely
25058safe.
25059
25060@node Hurd Native
25061@subsection Commands Specific to @sc{gnu} Hurd Systems
25062@cindex @sc{gnu} Hurd debugging
25063
25064This subsection describes @value{GDBN} commands specific to the
25065@sc{gnu} Hurd native debugging.
25066
25067@table @code
25068@item set signals
25069@itemx set sigs
25070@kindex set signals@r{, Hurd command}
25071@kindex set sigs@r{, Hurd command}
25072This command toggles the state of inferior signal interception by
25073@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
25074affected by this command. @code{sigs} is a shorthand alias for
25075@code{signals}.
25076
25077@item show signals
25078@itemx show sigs
25079@kindex show signals@r{, Hurd command}
25080@kindex show sigs@r{, Hurd command}
25081Show the current state of intercepting inferior's signals.
25082
25083@item set signal-thread
25084@itemx set sigthread
25085@kindex set signal-thread
25086@kindex set sigthread
25087This command tells @value{GDBN} which thread is the @code{libc} signal
25088thread. That thread is run when a signal is delivered to a running
25089process. @code{set sigthread} is the shorthand alias of @code{set
25090signal-thread}.
25091
25092@item show signal-thread
25093@itemx show sigthread
25094@kindex show signal-thread
25095@kindex show sigthread
25096These two commands show which thread will run when the inferior is
25097delivered a signal.
25098
25099@item set stopped
25100@kindex set stopped@r{, Hurd command}
25101This commands tells @value{GDBN} that the inferior process is stopped,
25102as with the @code{SIGSTOP} signal. The stopped process can be
25103continued by delivering a signal to it.
25104
25105@item show stopped
25106@kindex show stopped@r{, Hurd command}
25107This command shows whether @value{GDBN} thinks the debuggee is
25108stopped.
25109
25110@item set exceptions
25111@kindex set exceptions@r{, Hurd command}
25112Use this command to turn off trapping of exceptions in the inferior.
25113When exception trapping is off, neither breakpoints nor
25114single-stepping will work. To restore the default, set exception
25115trapping on.
25116
25117@item show exceptions
25118@kindex show exceptions@r{, Hurd command}
25119Show the current state of trapping exceptions in the inferior.
25120
25121@item set task pause
25122@kindex set task@r{, Hurd commands}
25123@cindex task attributes (@sc{gnu} Hurd)
25124@cindex pause current task (@sc{gnu} Hurd)
25125This command toggles task suspension when @value{GDBN} has control.
25126Setting it to on takes effect immediately, and the task is suspended
25127whenever @value{GDBN} gets control. Setting it to off will take
25128effect the next time the inferior is continued. If this option is set
25129to off, you can use @code{set thread default pause on} or @code{set
25130thread pause on} (see below) to pause individual threads.
25131
25132@item show task pause
25133@kindex show task@r{, Hurd commands}
25134Show the current state of task suspension.
25135
25136@item set task detach-suspend-count
25137@cindex task suspend count
25138@cindex detach from task, @sc{gnu} Hurd
25139This command sets the suspend count the task will be left with when
25140@value{GDBN} detaches from it.
25141
25142@item show task detach-suspend-count
25143Show the suspend count the task will be left with when detaching.
25144
25145@item set task exception-port
25146@itemx set task excp
25147@cindex task exception port, @sc{gnu} Hurd
25148This command sets the task exception port to which @value{GDBN} will
25149forward exceptions. The argument should be the value of the @dfn{send
25150rights} of the task. @code{set task excp} is a shorthand alias.
25151
25152@item set noninvasive
25153@cindex noninvasive task options
25154This command switches @value{GDBN} to a mode that is the least
25155invasive as far as interfering with the inferior is concerned. This
25156is the same as using @code{set task pause}, @code{set exceptions}, and
25157@code{set signals} to values opposite to the defaults.
25158
25159@item info send-rights
25160@itemx info receive-rights
25161@itemx info port-rights
25162@itemx info port-sets
25163@itemx info dead-names
25164@itemx info ports
25165@itemx info psets
25166@cindex send rights, @sc{gnu} Hurd
25167@cindex receive rights, @sc{gnu} Hurd
25168@cindex port rights, @sc{gnu} Hurd
25169@cindex port sets, @sc{gnu} Hurd
25170@cindex dead names, @sc{gnu} Hurd
25171These commands display information about, respectively, send rights,
25172receive rights, port rights, port sets, and dead names of a task.
25173There are also shorthand aliases: @code{info ports} for @code{info
25174port-rights} and @code{info psets} for @code{info port-sets}.
25175
25176@item set thread pause
25177@kindex set thread@r{, Hurd command}
25178@cindex thread properties, @sc{gnu} Hurd
25179@cindex pause current thread (@sc{gnu} Hurd)
25180This command toggles current thread suspension when @value{GDBN} has
25181control. Setting it to on takes effect immediately, and the current
25182thread is suspended whenever @value{GDBN} gets control. Setting it to
25183off will take effect the next time the inferior is continued.
25184Normally, this command has no effect, since when @value{GDBN} has
25185control, the whole task is suspended. However, if you used @code{set
25186task pause off} (see above), this command comes in handy to suspend
25187only the current thread.
25188
25189@item show thread pause
25190@kindex show thread@r{, Hurd command}
25191This command shows the state of current thread suspension.
25192
25193@item set thread run
25194This command sets whether the current thread is allowed to run.
25195
25196@item show thread run
25197Show whether the current thread is allowed to run.
25198
25199@item set thread detach-suspend-count
25200@cindex thread suspend count, @sc{gnu} Hurd
25201@cindex detach from thread, @sc{gnu} Hurd
25202This command sets the suspend count @value{GDBN} will leave on a
25203thread when detaching. This number is relative to the suspend count
25204found by @value{GDBN} when it notices the thread; use @code{set thread
25205takeover-suspend-count} to force it to an absolute value.
25206
25207@item show thread detach-suspend-count
25208Show the suspend count @value{GDBN} will leave on the thread when
25209detaching.
25210
25211@item set thread exception-port
25212@itemx set thread excp
25213Set the thread exception port to which to forward exceptions. This
25214overrides the port set by @code{set task exception-port} (see above).
25215@code{set thread excp} is the shorthand alias.
25216
25217@item set thread takeover-suspend-count
25218Normally, @value{GDBN}'s thread suspend counts are relative to the
25219value @value{GDBN} finds when it notices each thread. This command
25220changes the suspend counts to be absolute instead.
25221
25222@item set thread default
25223@itemx show thread default
25224@cindex thread default settings, @sc{gnu} Hurd
25225Each of the above @code{set thread} commands has a @code{set thread
25226default} counterpart (e.g., @code{set thread default pause}, @code{set
25227thread default exception-port}, etc.). The @code{thread default}
25228variety of commands sets the default thread properties for all
25229threads; you can then change the properties of individual threads with
25230the non-default commands.
25231@end table
25232
25233@node Darwin
25234@subsection Darwin
25235@cindex Darwin
25236
25237@value{GDBN} provides the following commands specific to the Darwin target:
25238
25239@table @code
25240@item set debug darwin @var{num}
25241@kindex set debug darwin
25242When set to a non zero value, enables debugging messages specific to
25243the Darwin support. Higher values produce more verbose output.
25244
25245@item show debug darwin
25246@kindex show debug darwin
25247Show the current state of Darwin messages.
25248
25249@item set debug mach-o @var{num}
25250@kindex set debug mach-o
25251When set to a non zero value, enables debugging messages while
25252@value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
25253file format used on Darwin for object and executable files.) Higher
25254values produce more verbose output. This is a command to diagnose
25255problems internal to @value{GDBN} and should not be needed in normal
25256usage.
25257
25258@item show debug mach-o
25259@kindex show debug mach-o
25260Show the current state of Mach-O file messages.
25261
25262@item set mach-exceptions on
25263@itemx set mach-exceptions off
25264@kindex set mach-exceptions
25265On Darwin, faults are first reported as a Mach exception and are then
25266mapped to a Posix signal. Use this command to turn on trapping of
25267Mach exceptions in the inferior. This might be sometimes useful to
25268better understand the cause of a fault. The default is off.
25269
25270@item show mach-exceptions
25271@kindex show mach-exceptions
25272Show the current state of exceptions trapping.
25273@end table
25274
25275@node FreeBSD
25276@subsection FreeBSD
25277@cindex FreeBSD
25278
25279When the ABI of a system call is changed in the FreeBSD kernel, this
25280is implemented by leaving a compatibility system call using the old
25281ABI at the existing number and allocating a new system call number for
25282the version using the new ABI. As a convenience, when a system call
25283is caught by name (@pxref{catch syscall}), compatibility system calls
25284are also caught.
25285
25286For example, FreeBSD 12 introduced a new variant of the @code{kevent}
25287system call and catching the @code{kevent} system call by name catches
25288both variants:
25289
25290@smallexample
25291(@value{GDBP}) catch syscall kevent
25292Catchpoint 1 (syscalls 'freebsd11_kevent' [363] 'kevent' [560])
25293(@value{GDBP})
25294@end smallexample
25295
25296
25297@node Embedded OS
25298@section Embedded Operating Systems
25299
25300This section describes configurations involving the debugging of
25301embedded operating systems that are available for several different
25302architectures.
25303
25304@value{GDBN} includes the ability to debug programs running on
25305various real-time operating systems.
25306
25307@node Embedded Processors
25308@section Embedded Processors
25309
25310This section goes into details specific to particular embedded
25311configurations.
25312
25313@cindex send command to simulator
25314Whenever a specific embedded processor has a simulator, @value{GDBN}
25315allows to send an arbitrary command to the simulator.
25316
25317@table @code
25318@item sim @var{command}
25319@kindex sim@r{, a command}
25320Send an arbitrary @var{command} string to the simulator. Consult the
25321documentation for the specific simulator in use for information about
25322acceptable commands.
25323@end table
25324
25325
25326@menu
25327* ARC:: Synopsys ARC
25328* ARM:: ARM
25329* M68K:: Motorola M68K
25330* MicroBlaze:: Xilinx MicroBlaze
25331* MIPS Embedded:: MIPS Embedded
25332* OpenRISC 1000:: OpenRISC 1000 (or1k)
25333* PowerPC Embedded:: PowerPC Embedded
25334* AVR:: Atmel AVR
25335* CRIS:: CRIS
25336* Super-H:: Renesas Super-H
25337@end menu
25338
25339@node ARC
25340@subsection Synopsys ARC
25341@cindex Synopsys ARC
25342@cindex ARC specific commands
25343@cindex ARC600
25344@cindex ARC700
25345@cindex ARC EM
25346@cindex ARC HS
25347
25348@value{GDBN} provides the following ARC-specific commands:
25349
25350@table @code
25351@item set debug arc
25352@kindex set debug arc
25353Control the level of ARC specific debug messages. Use 0 for no messages (the
25354default), 1 for debug messages, and 2 for even more debug messages.
25355
25356@item show debug arc
25357@kindex show debug arc
25358Show the level of ARC specific debugging in operation.
25359
25360@item maint print arc arc-instruction @var{address}
25361@kindex maint print arc arc-instruction
25362Print internal disassembler information about instruction at a given address.
25363
25364@end table
25365
25366@node ARM
25367@subsection ARM
25368
25369@value{GDBN} provides the following ARM-specific commands:
25370
25371@table @code
25372@item set arm disassembler
25373@kindex set arm
25374This commands selects from a list of disassembly styles. The
25375@code{"std"} style is the standard style.
25376
25377@item show arm disassembler
25378@kindex show arm
25379Show the current disassembly style.
25380
25381@item set arm apcs32
25382@cindex ARM 32-bit mode
25383This command toggles ARM operation mode between 32-bit and 26-bit.
25384
25385@item show arm apcs32
25386Display the current usage of the ARM 32-bit mode.
25387
25388@item set arm fpu @var{fputype}
25389This command sets the ARM floating-point unit (FPU) type. The
25390argument @var{fputype} can be one of these:
25391
25392@table @code
25393@item auto
25394Determine the FPU type by querying the OS ABI.
25395@item softfpa
25396Software FPU, with mixed-endian doubles on little-endian ARM
25397processors.
25398@item fpa
25399GCC-compiled FPA co-processor.
25400@item softvfp
25401Software FPU with pure-endian doubles.
25402@item vfp
25403VFP co-processor.
25404@end table
25405
25406@item show arm fpu
25407Show the current type of the FPU.
25408
25409@item set arm abi
25410This command forces @value{GDBN} to use the specified ABI.
25411
25412@item show arm abi
25413Show the currently used ABI.
25414
25415@item set arm fallback-mode (arm|thumb|auto)
25416@value{GDBN} uses the symbol table, when available, to determine
25417whether instructions are ARM or Thumb. This command controls
25418@value{GDBN}'s default behavior when the symbol table is not
25419available. The default is @samp{auto}, which causes @value{GDBN} to
25420use the current execution mode (from the @code{T} bit in the @code{CPSR}
25421register).
25422
25423@item show arm fallback-mode
25424Show the current fallback instruction mode.
25425
25426@item set arm force-mode (arm|thumb|auto)
25427This command overrides use of the symbol table to determine whether
25428instructions are ARM or Thumb. The default is @samp{auto}, which
25429causes @value{GDBN} to use the symbol table and then the setting
25430of @samp{set arm fallback-mode}.
25431
25432@item show arm force-mode
25433Show the current forced instruction mode.
25434
25435@item set debug arm
25436Toggle whether to display ARM-specific debugging messages from the ARM
25437target support subsystem.
25438
25439@item show debug arm
25440Show whether ARM-specific debugging messages are enabled.
25441@end table
25442
25443@table @code
25444@item target sim @r{[}@var{simargs}@r{]} @dots{}
25445The @value{GDBN} ARM simulator accepts the following optional arguments.
25446
25447@table @code
25448@item --swi-support=@var{type}
25449Tell the simulator which SWI interfaces to support. The argument
25450@var{type} may be a comma separated list of the following values.
25451The default value is @code{all}.
25452
25453@table @code
25454@item none
25455@item demon
25456@item angel
25457@item redboot
25458@item all
25459@end table
25460@end table
25461@end table
25462
25463@node M68K
25464@subsection M68k
25465
25466The Motorola m68k configuration includes ColdFire support.
25467
25468@node MicroBlaze
25469@subsection MicroBlaze
25470@cindex Xilinx MicroBlaze
25471@cindex XMD, Xilinx Microprocessor Debugger
25472
25473The MicroBlaze is a soft-core processor supported on various Xilinx
25474FPGAs, such as Spartan or Virtex series. Boards with these processors
25475usually have JTAG ports which connect to a host system running the Xilinx
25476Embedded Development Kit (EDK) or Software Development Kit (SDK).
25477This host system is used to download the configuration bitstream to
25478the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
25479communicates with the target board using the JTAG interface and
25480presents a @code{gdbserver} interface to the board. By default
25481@code{xmd} uses port @code{1234}. (While it is possible to change
25482this default port, it requires the use of undocumented @code{xmd}
25483commands. Contact Xilinx support if you need to do this.)
25484
25485Use these GDB commands to connect to the MicroBlaze target processor.
25486
25487@table @code
25488@item target remote :1234
25489Use this command to connect to the target if you are running @value{GDBN}
25490on the same system as @code{xmd}.
25491
25492@item target remote @var{xmd-host}:1234
25493Use this command to connect to the target if it is connected to @code{xmd}
25494running on a different system named @var{xmd-host}.
25495
25496@item load
25497Use this command to download a program to the MicroBlaze target.
25498
25499@item set debug microblaze @var{n}
25500Enable MicroBlaze-specific debugging messages if non-zero.
25501
25502@item show debug microblaze @var{n}
25503Show MicroBlaze-specific debugging level.
25504@end table
25505
25506@node MIPS Embedded
25507@subsection @acronym{MIPS} Embedded
25508
25509@noindent
25510@value{GDBN} supports these special commands for @acronym{MIPS} targets:
25511
25512@table @code
25513@item set mipsfpu double
25514@itemx set mipsfpu single
25515@itemx set mipsfpu none
25516@itemx set mipsfpu auto
25517@itemx show mipsfpu
25518@kindex set mipsfpu
25519@kindex show mipsfpu
25520@cindex @acronym{MIPS} remote floating point
25521@cindex floating point, @acronym{MIPS} remote
25522If your target board does not support the @acronym{MIPS} floating point
25523coprocessor, you should use the command @samp{set mipsfpu none} (if you
25524need this, you may wish to put the command in your @value{GDBN} init
25525file). This tells @value{GDBN} how to find the return value of
25526functions which return floating point values. It also allows
25527@value{GDBN} to avoid saving the floating point registers when calling
25528functions on the board. If you are using a floating point coprocessor
25529with only single precision floating point support, as on the @sc{r4650}
25530processor, use the command @samp{set mipsfpu single}. The default
25531double precision floating point coprocessor may be selected using
25532@samp{set mipsfpu double}.
25533
25534In previous versions the only choices were double precision or no
25535floating point, so @samp{set mipsfpu on} will select double precision
25536and @samp{set mipsfpu off} will select no floating point.
25537
25538As usual, you can inquire about the @code{mipsfpu} variable with
25539@samp{show mipsfpu}.
25540@end table
25541
25542@node OpenRISC 1000
25543@subsection OpenRISC 1000
25544@cindex OpenRISC 1000
25545
25546@noindent
25547The OpenRISC 1000 provides a free RISC instruction set architecture. It is
25548mainly provided as a soft-core which can run on Xilinx, Altera and other
25549FPGA's.
25550
25551@value{GDBN} for OpenRISC supports the below commands when connecting to
25552a target:
25553
25554@table @code
25555
25556@kindex target sim
25557@item target sim
25558
25559Runs the builtin CPU simulator which can run very basic
25560programs but does not support most hardware functions like MMU.
25561For more complex use cases the user is advised to run an external
25562target, and connect using @samp{target remote}.
25563
25564Example: @code{target sim}
25565
25566@item set debug or1k
25567Toggle whether to display OpenRISC-specific debugging messages from the
25568OpenRISC target support subsystem.
25569
25570@item show debug or1k
25571Show whether OpenRISC-specific debugging messages are enabled.
25572@end table
25573
25574@node PowerPC Embedded
25575@subsection PowerPC Embedded
25576
25577@cindex DVC register
25578@value{GDBN} supports using the DVC (Data Value Compare) register to
25579implement in hardware simple hardware watchpoint conditions of the form:
25580
25581@smallexample
25582(@value{GDBP}) watch @var{ADDRESS|VARIABLE} \
25583 if @var{ADDRESS|VARIABLE} == @var{CONSTANT EXPRESSION}
25584@end smallexample
25585
25586The DVC register will be automatically used when @value{GDBN} detects
25587such pattern in a condition expression, and the created watchpoint uses one
25588debug register (either the @code{exact-watchpoints} option is on and the
25589variable is scalar, or the variable has a length of one byte). This feature
25590is available in native @value{GDBN} running on a Linux kernel version 2.6.34
25591or newer.
25592
25593When running on PowerPC embedded processors, @value{GDBN} automatically uses
25594ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
25595in which case watchpoints using only one debug register are created when
25596watching variables of scalar types.
25597
25598You can create an artificial array to watch an arbitrary memory
25599region using one of the following commands (@pxref{Expressions}):
25600
25601@smallexample
25602(@value{GDBP}) watch *((char *) @var{address})@@@var{length}
25603(@value{GDBP}) watch @{char[@var{length}]@} @var{address}
25604@end smallexample
25605
25606PowerPC embedded processors support masked watchpoints. See the discussion
25607about the @code{mask} argument in @ref{Set Watchpoints}.
25608
25609@cindex ranged breakpoint
25610PowerPC embedded processors support hardware accelerated
25611@dfn{ranged breakpoints}. A ranged breakpoint stops execution of
25612the inferior whenever it executes an instruction at any address within
25613the range it specifies. To set a ranged breakpoint in @value{GDBN},
25614use the @code{break-range} command.
25615
25616@value{GDBN} provides the following PowerPC-specific commands:
25617
25618@table @code
25619@kindex break-range
25620@item break-range @var{start-location}, @var{end-location}
25621Set a breakpoint for an address range given by
25622@var{start-location} and @var{end-location}, which can specify a function name,
25623a line number, an offset of lines from the current line or from the start
25624location, or an address of an instruction (see @ref{Specify Location},
25625for a list of all the possible ways to specify a @var{location}.)
25626The breakpoint will stop execution of the inferior whenever it
25627executes an instruction at any address within the specified range,
25628(including @var{start-location} and @var{end-location}.)
25629
25630@kindex set powerpc
25631@item set powerpc soft-float
25632@itemx show powerpc soft-float
25633Force @value{GDBN} to use (or not use) a software floating point calling
25634convention. By default, @value{GDBN} selects the calling convention based
25635on the selected architecture and the provided executable file.
25636
25637@item set powerpc vector-abi
25638@itemx show powerpc vector-abi
25639Force @value{GDBN} to use the specified calling convention for vector
25640arguments and return values. The valid options are @samp{auto};
25641@samp{generic}, to avoid vector registers even if they are present;
25642@samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
25643registers. By default, @value{GDBN} selects the calling convention
25644based on the selected architecture and the provided executable file.
25645
25646@item set powerpc exact-watchpoints
25647@itemx show powerpc exact-watchpoints
25648Allow @value{GDBN} to use only one debug register when watching a variable
25649of scalar type, thus assuming that the variable is accessed through the
25650address of its first byte.
25651
25652@end table
25653
25654@node AVR
25655@subsection Atmel AVR
25656@cindex AVR
25657
25658When configured for debugging the Atmel AVR, @value{GDBN} supports the
25659following AVR-specific commands:
25660
25661@table @code
25662@item info io_registers
25663@kindex info io_registers@r{, AVR}
25664@cindex I/O registers (Atmel AVR)
25665This command displays information about the AVR I/O registers. For
25666each register, @value{GDBN} prints its number and value.
25667@end table
25668
25669@node CRIS
25670@subsection CRIS
25671@cindex CRIS
25672
25673When configured for debugging CRIS, @value{GDBN} provides the
25674following CRIS-specific commands:
25675
25676@table @code
25677@item set cris-version @var{ver}
25678@cindex CRIS version
25679Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
25680The CRIS version affects register names and sizes. This command is useful in
25681case autodetection of the CRIS version fails.
25682
25683@item show cris-version
25684Show the current CRIS version.
25685
25686@item set cris-dwarf2-cfi
25687@cindex DWARF-2 CFI and CRIS
25688Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
25689Change to @samp{off} when using @code{gcc-cris} whose version is below
25690@code{R59}.
25691
25692@item show cris-dwarf2-cfi
25693Show the current state of using DWARF-2 CFI.
25694
25695@item set cris-mode @var{mode}
25696@cindex CRIS mode
25697Set the current CRIS mode to @var{mode}. It should only be changed when
25698debugging in guru mode, in which case it should be set to
25699@samp{guru} (the default is @samp{normal}).
25700
25701@item show cris-mode
25702Show the current CRIS mode.
25703@end table
25704
25705@node Super-H
25706@subsection Renesas Super-H
25707@cindex Super-H
25708
25709For the Renesas Super-H processor, @value{GDBN} provides these
25710commands:
25711
25712@table @code
25713@item set sh calling-convention @var{convention}
25714@kindex set sh calling-convention
25715Set the calling-convention used when calling functions from @value{GDBN}.
25716Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
25717With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
25718convention. If the DWARF-2 information of the called function specifies
25719that the function follows the Renesas calling convention, the function
25720is called using the Renesas calling convention. If the calling convention
25721is set to @samp{renesas}, the Renesas calling convention is always used,
25722regardless of the DWARF-2 information. This can be used to override the
25723default of @samp{gcc} if debug information is missing, or the compiler
25724does not emit the DWARF-2 calling convention entry for a function.
25725
25726@item show sh calling-convention
25727@kindex show sh calling-convention
25728Show the current calling convention setting.
25729
25730@end table
25731
25732
25733@node Architectures
25734@section Architectures
25735
25736This section describes characteristics of architectures that affect
25737all uses of @value{GDBN} with the architecture, both native and cross.
25738
25739@menu
25740* AArch64::
25741* i386::
25742* Alpha::
25743* MIPS::
25744* HPPA:: HP PA architecture
25745* PowerPC::
25746* Nios II::
25747* Sparc64::
25748* S12Z::
25749* AMD GPU:: @acronym{AMD GPU} architectures
25750@end menu
25751
25752@node AArch64
25753@subsection AArch64
25754@cindex AArch64 support
25755
25756When @value{GDBN} is debugging the AArch64 architecture, it provides the
25757following special commands:
25758
25759@table @code
25760@item set debug aarch64
25761@kindex set debug aarch64
25762This command determines whether AArch64 architecture-specific debugging
25763messages are to be displayed.
25764
25765@item show debug aarch64
25766Show whether AArch64 debugging messages are displayed.
25767
25768@end table
25769
25770@subsubsection AArch64 SVE.
25771@cindex AArch64 SVE.
25772
25773When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Vector
25774Extension (SVE) is present, then @value{GDBN} will provide the vector registers
25775@code{$z0} through @code{$z31}, vector predicate registers @code{$p0} through
25776@code{$p15}, and the @code{$ffr} register. In addition, the pseudo register
25777@code{$vg} will be provided. This is the vector granule for the current thread
25778and represents the number of 64-bit chunks in an SVE @code{z} register.
25779
25780If the vector length changes, then the @code{$vg} register will be updated,
25781but the lengths of the @code{z} and @code{p} registers will not change. This
25782is a known limitation of @value{GDBN} and does not affect the execution of the
25783target process.
25784
25785@subsubsection AArch64 Pointer Authentication.
25786@cindex AArch64 Pointer Authentication.
25787
25788When @value{GDBN} is debugging the AArch64 architecture, and the program is
25789using the v8.3-A feature Pointer Authentication (PAC), then whenever the link
25790register @code{$lr} is pointing to an PAC function its value will be masked.
25791When GDB prints a backtrace, any addresses that required unmasking will be
25792postfixed with the marker [PAC]. When using the MI, this is printed as part
25793of the @code{addr_flags} field.
25794
25795@node i386
25796@subsection x86 Architecture-specific Issues
25797
25798@table @code
25799@item set struct-convention @var{mode}
25800@kindex set struct-convention
25801@cindex struct return convention
25802@cindex struct/union returned in registers
25803Set the convention used by the inferior to return @code{struct}s and
25804@code{union}s from functions to @var{mode}. Possible values of
25805@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
25806default). @code{"default"} or @code{"pcc"} means that @code{struct}s
25807are returned on the stack, while @code{"reg"} means that a
25808@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
25809be returned in a register.
25810
25811@item show struct-convention
25812@kindex show struct-convention
25813Show the current setting of the convention to return @code{struct}s
25814from functions.
25815@end table
25816
25817
25818@subsubsection Intel @dfn{Memory Protection Extensions} (MPX).
25819@cindex Intel Memory Protection Extensions (MPX).
25820
25821Memory Protection Extension (MPX) adds the bound registers @samp{BND0}
25822@footnote{The register named with capital letters represent the architecture
25823registers.} through @samp{BND3}. Bound registers store a pair of 64-bit values
25824which are the lower bound and upper bound. Bounds are effective addresses or
25825memory locations. The upper bounds are architecturally represented in 1's
25826complement form. A bound having lower bound = 0, and upper bound = 0
25827(1's complement of all bits set) will allow access to the entire address space.
25828
25829@samp{BND0} through @samp{BND3} are represented in @value{GDBN} as @samp{bnd0raw}
25830through @samp{bnd3raw}. Pseudo registers @samp{bnd0} through @samp{bnd3}
25831display the upper bound performing the complement of one operation on the
25832upper bound value, i.e.@ when upper bound in @samp{bnd0raw} is 0 in the
25833@value{GDBN} @samp{bnd0} it will be @code{0xfff@dots{}}. In this sense it
25834can also be noted that the upper bounds are inclusive.
25835
25836As an example, assume that the register BND0 holds bounds for a pointer having
25837access allowed for the range between 0x32 and 0x71. The values present on
25838bnd0raw and bnd registers are presented as follows:
25839
25840@smallexample
25841 bnd0raw = @{0x32, 0xffffffff8e@}
25842 bnd0 = @{lbound = 0x32, ubound = 0x71@} : size 64
25843@end smallexample
25844
25845This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any
25846change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its
25847counterpart. When the bnd0@dots{}bnd3 registers are displayed via
25848Python, the display includes the memory size, in bits, accessible to
25849the pointer.
25850
25851Bounds can also be stored in bounds tables, which are stored in
25852application memory. These tables store bounds for pointers by specifying
25853the bounds pointer's value along with its bounds. Evaluating and changing
25854bounds located in bound tables is therefore interesting while investigating
25855bugs on MPX context. @value{GDBN} provides commands for this purpose:
25856
25857@table @code
25858@item show mpx bound @var{pointer}
25859@kindex show mpx bound
25860Display bounds of the given @var{pointer}.
25861
25862@item set mpx bound @var{pointer}, @var{lbound}, @var{ubound}
25863@kindex set mpx bound
25864Set the bounds of a pointer in the bound table.
25865This command takes three parameters: @var{pointer} is the pointers
25866whose bounds are to be changed, @var{lbound} and @var{ubound} are new values
25867for lower and upper bounds respectively.
25868@end table
25869
25870When you call an inferior function on an Intel MPX enabled program,
25871GDB sets the inferior's bound registers to the init (disabled) state
25872before calling the function. As a consequence, bounds checks for the
25873pointer arguments passed to the function will always pass.
25874
25875This is necessary because when you call an inferior function, the
25876program is usually in the middle of the execution of other function.
25877Since at that point bound registers are in an arbitrary state, not
25878clearing them would lead to random bound violations in the called
25879function.
25880
25881You can still examine the influence of the bound registers on the
25882execution of the called function by stopping the execution of the
25883called function at its prologue, setting bound registers, and
25884continuing the execution. For example:
25885
25886@smallexample
25887 $ break *upper
25888 Breakpoint 2 at 0x4009de: file i386-mpx-call.c, line 47.
25889 $ print upper (a, b, c, d, 1)
25890 Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
25891 $ print $bnd0
25892 @{lbound = 0x0, ubound = ffffffff@} : size -1
25893@end smallexample
25894
25895At this last step the value of bnd0 can be changed for investigation of bound
25896violations caused along the execution of the call. In order to know how to
25897set the bound registers or bound table for the call consult the ABI.
25898
25899@node Alpha
25900@subsection Alpha
25901
25902See the following section.
25903
25904@node MIPS
25905@subsection @acronym{MIPS}
25906
25907@cindex stack on Alpha
25908@cindex stack on @acronym{MIPS}
25909@cindex Alpha stack
25910@cindex @acronym{MIPS} stack
25911Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
25912sometimes requires @value{GDBN} to search backward in the object code to
25913find the beginning of a function.
25914
25915@cindex response time, @acronym{MIPS} debugging
25916To improve response time (especially for embedded applications, where
25917@value{GDBN} may be restricted to a slow serial line for this search)
25918you may want to limit the size of this search, using one of these
25919commands:
25920
25921@table @code
25922@cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
25923@item set heuristic-fence-post @var{limit}
25924Restrict @value{GDBN} to examining at most @var{limit} bytes in its
25925search for the beginning of a function. A value of @var{0} (the
25926default) means there is no limit. However, except for @var{0}, the
25927larger the limit the more bytes @code{heuristic-fence-post} must search
25928and therefore the longer it takes to run. You should only need to use
25929this command when debugging a stripped executable.
25930
25931@item show heuristic-fence-post
25932Display the current limit.
25933@end table
25934
25935@noindent
25936These commands are available @emph{only} when @value{GDBN} is configured
25937for debugging programs on Alpha or @acronym{MIPS} processors.
25938
25939Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
25940programs:
25941
25942@table @code
25943@item set mips abi @var{arg}
25944@kindex set mips abi
25945@cindex set ABI for @acronym{MIPS}
25946Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
25947values of @var{arg} are:
25948
25949@table @samp
25950@item auto
25951The default ABI associated with the current binary (this is the
25952default).
25953@item o32
25954@item o64
25955@item n32
25956@item n64
25957@item eabi32
25958@item eabi64
25959@end table
25960
25961@item show mips abi
25962@kindex show mips abi
25963Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
25964
25965@item set mips compression @var{arg}
25966@kindex set mips compression
25967@cindex code compression, @acronym{MIPS}
25968Tell @value{GDBN} which @acronym{MIPS} compressed
25969@acronym{ISA, Instruction Set Architecture} encoding is used by the
25970inferior. @value{GDBN} uses this for code disassembly and other
25971internal interpretation purposes. This setting is only referred to
25972when no executable has been associated with the debugging session or
25973the executable does not provide information about the encoding it uses.
25974Otherwise this setting is automatically updated from information
25975provided by the executable.
25976
25977Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
25978The default compressed @acronym{ISA} encoding is @samp{mips16}, as
25979executables containing @acronym{MIPS16} code frequently are not
25980identified as such.
25981
25982This setting is ``sticky''; that is, it retains its value across
25983debugging sessions until reset either explicitly with this command or
25984implicitly from an executable.
25985
25986The compiler and/or assembler typically add symbol table annotations to
25987identify functions compiled for the @acronym{MIPS16} or
25988@acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
25989are present, @value{GDBN} uses them in preference to the global
25990compressed @acronym{ISA} encoding setting.
25991
25992@item show mips compression
25993@kindex show mips compression
25994Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
25995@value{GDBN} to debug the inferior.
25996
25997@item set mipsfpu
25998@itemx show mipsfpu
25999@xref{MIPS Embedded, set mipsfpu}.
26000
26001@item set mips mask-address @var{arg}
26002@kindex set mips mask-address
26003@cindex @acronym{MIPS} addresses, masking
26004This command determines whether the most-significant 32 bits of 64-bit
26005@acronym{MIPS} addresses are masked off. The argument @var{arg} can be
26006@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
26007setting, which lets @value{GDBN} determine the correct value.
26008
26009@item show mips mask-address
26010@kindex show mips mask-address
26011Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
26012not.
26013
26014@item set remote-mips64-transfers-32bit-regs
26015@kindex set remote-mips64-transfers-32bit-regs
26016This command controls compatibility with 64-bit @acronym{MIPS} targets that
26017transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
26018that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
26019and 64 bits for other registers, set this option to @samp{on}.
26020
26021@item show remote-mips64-transfers-32bit-regs
26022@kindex show remote-mips64-transfers-32bit-regs
26023Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
26024
26025@item set debug mips
26026@kindex set debug mips
26027This command turns on and off debugging messages for the @acronym{MIPS}-specific
26028target code in @value{GDBN}.
26029
26030@item show debug mips
26031@kindex show debug mips
26032Show the current setting of @acronym{MIPS} debugging messages.
26033@end table
26034
26035
26036@node HPPA
26037@subsection HPPA
26038@cindex HPPA support
26039
26040When @value{GDBN} is debugging the HP PA architecture, it provides the
26041following special commands:
26042
26043@table @code
26044@item set debug hppa
26045@kindex set debug hppa
26046This command determines whether HPPA architecture-specific debugging
26047messages are to be displayed.
26048
26049@item show debug hppa
26050Show whether HPPA debugging messages are displayed.
26051
26052@item maint print unwind @var{address}
26053@kindex maint print unwind@r{, HPPA}
26054This command displays the contents of the unwind table entry at the
26055given @var{address}.
26056
26057@end table
26058
26059
26060@node PowerPC
26061@subsection PowerPC
26062@cindex PowerPC architecture
26063
26064When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
26065pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
26066numbers stored in the floating point registers. These values must be stored
26067in two consecutive registers, always starting at an even register like
26068@code{f0} or @code{f2}.
26069
26070The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
26071by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
26072@code{f2} and @code{f3} for @code{$dl1} and so on.
26073
26074For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
26075wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
26076
26077@node Nios II
26078@subsection Nios II
26079@cindex Nios II architecture
26080
26081When @value{GDBN} is debugging the Nios II architecture,
26082it provides the following special commands:
26083
26084@table @code
26085
26086@item set debug nios2
26087@kindex set debug nios2
26088This command turns on and off debugging messages for the Nios II
26089target code in @value{GDBN}.
26090
26091@item show debug nios2
26092@kindex show debug nios2
26093Show the current setting of Nios II debugging messages.
26094@end table
26095
26096@node Sparc64
26097@subsection Sparc64
26098@cindex Sparc64 support
26099@cindex Application Data Integrity
26100@subsubsection ADI Support
26101
26102The M7 processor supports an Application Data Integrity (ADI) feature that
26103detects invalid data accesses. When software allocates memory and enables
26104ADI on the allocated memory, it chooses a 4-bit version number, sets the
26105version in the upper 4 bits of the 64-bit pointer to that data, and stores
26106the 4-bit version in every cacheline of that data. Hardware saves the latter
26107in spare bits in the cache and memory hierarchy. On each load and store,
26108the processor compares the upper 4 VA (virtual address) bits to the
26109cacheline's version. If there is a mismatch, the processor generates a
26110version mismatch trap which can be either precise or disrupting. The trap
26111is an error condition which the kernel delivers to the process as a SIGSEGV
26112signal.
26113
26114Note that only 64-bit applications can use ADI and need to be built with
26115ADI-enabled.
26116
26117Values of the ADI version tags, which are in granularity of a
26118cacheline (64 bytes), can be viewed or modified.
26119
26120
26121@table @code
26122@kindex adi examine
26123@item adi (examine | x) [ / @var{n} ] @var{addr}
26124
26125The @code{adi examine} command displays the value of one ADI version tag per
26126cacheline.
26127
26128@var{n} is a decimal integer specifying the number in bytes; the default
26129is 1. It specifies how much ADI version information, at the ratio of 1:ADI
26130block size, to display.
26131
26132@var{addr} is the address in user address space where you want @value{GDBN}
26133to begin displaying the ADI version tags.
26134
26135Below is an example of displaying ADI versions of variable "shmaddr".
26136
26137@smallexample
26138(@value{GDBP}) adi x/100 shmaddr
26139 0xfff800010002c000: 0 0
26140@end smallexample
26141
26142@kindex adi assign
26143@item adi (assign | a) [ / @var{n} ] @var{addr} = @var{tag}
26144
26145The @code{adi assign} command is used to assign new ADI version tag
26146to an address.
26147
26148@var{n} is a decimal integer specifying the number in bytes;
26149the default is 1. It specifies how much ADI version information, at the
26150ratio of 1:ADI block size, to modify.
26151
26152@var{addr} is the address in user address space where you want @value{GDBN}
26153to begin modifying the ADI version tags.
26154
26155@var{tag} is the new ADI version tag.
26156
26157For example, do the following to modify then verify ADI versions of
26158variable "shmaddr":
26159
26160@smallexample
26161(@value{GDBP}) adi a/100 shmaddr = 7
26162(@value{GDBP}) adi x/100 shmaddr
26163 0xfff800010002c000: 7 7
26164@end smallexample
26165
26166@end table
26167
26168@node S12Z
26169@subsection S12Z
26170@cindex S12Z support
26171
26172When @value{GDBN} is debugging the S12Z architecture,
26173it provides the following special command:
26174
26175@table @code
26176@item maint info bdccsr
26177@kindex maint info bdccsr@r{, S12Z}
26178This command displays the current value of the microprocessor's
26179BDCCSR register.
26180@end table
26181
26182@node AMD GPU
26183@subsection @acronym{AMD GPU}
26184@cindex @acronym{AMD GPU} support
26185
26186@value{GDBN} provides support for systems that have heterogeneous
26187agents associated with @acronym{AMD GPU} devices (@pxref{Heterogeneous
26188Debugging}) when @acronym{AMD}'s
26189@url{https://rocm-documentation.readthedocs.io/, @acronym{ROCm, Radeon
26190Open Compute platforM}} for HIP-Clang is installed.
26191
26192The following AMD GPU chips are supported:
26193
26194@itemize @bullet{}
26195
26196@item
26197``Vega 10'' which is displayed as @samp{vega10} by @value{GDBN} and
26198denoted as @samp{gfx900} by the compiler.
26199
26200@item
26201``Vega 7nm'' which is displayed as @samp{vega20} by @value{GDBN} and
26202denoted as @samp{gfx906} by the compiler.
26203
26204@end itemize
26205
26206@value{GDBN} supports the following source languages:
26207
26208@table @emph
26209
26210@item HIP
26211The
26212@url{https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_kernel_language.md,
26213HIP Programming Language} is supported.
26214
26215When compiling, the @w{@option{-ggdb}} option should be used to
26216produce debugging information suitable for use by @value{GDBN}. The
26217@w{@option{--amdgpu-target}} option is used to specify the AMD GPUs
26218that the executable is required to support. For example, to compile a
26219HIP program that can utilize ``Vega 10'' and ``Vega 7nm'' AMD GPU
26220chips, with no optimization:
26221
26222@smallexample
26223hipcc -O0 -ggdb --amdgpu-target=gfx900 --amdgpu-target=gfx906 \
26224 bit_extract.cpp -o bit_extract
26225@end smallexample
26226
26227The AMD GPU ROCm compiler maps HIP source language work-items to the
26228lanes of an AMD GPU wavefront, which are represented in @value{GDBN}
26229as heterogeneous lanes.
26230
26231@item Assembly Code
26232Assembly code kernels are supported.
26233
26234@item Other Languages
26235Other languages, including OpenCL and Fortran, are currently supported
26236as the minimal pseudo-language, provided they are compiled specifying
26237at least the AMD GPU Code Object V3 and DWARF 4 formats.
26238@xref{Unsupported Languages}.
26239
26240@end table
26241
26242The @code{info agents} command (@pxref{Heterogeneous Debugging}) lists
26243the following information for each @acronym{AMD GPU} heterogeneous
26244agent (in this order):
26245
26246@enumerate
26247@item
26248the per-inferior heterogeneous agent number assigned by @value{GDBN}
26249
26250@item
26251the global heterogeneous agent number assigned by @value{GDBN}, if the
26252@w{@option{-gid}} option was specified
26253
26254@item
26255the @acronym{PCIe} slot number in @acronym{BDF, Bus:Device.Function}
26256notation
26257
26258@item
26259the device name
26260
26261@item
26262the number of shader engines
26263
26264@item
26265the number of @acronym{CU, Compute Unit}
26266
26267@item
26268the number of @acronym{SIMD, Single Instruction Multiple Data} units per @acronym{CU}
26269
26270@item
26271the number of wavefronts per @acronym{SIMD}
26272
26273@end enumerate
26274
26275For example,
26276
26277@smallexample
26278(@value{GDBP}) info agents
26279Id PCI Slot Device Name Shader Engines Compute Units SIMD/CU Wavefronts/SIMD
262801 43:00.0 vega10 4 56 4 10
26281@end smallexample
26282
26283@acronym{AMD GPU} heterogeneous agents are not listed until the
26284inferior has started executing the program.
26285
26286The @code{info queues}, @code{info dispatches}, and @code{info
26287packets} commands are not yet supported by @acronym{AMD GPU}.
26288
26289An AMD GPU wavefront is represented in @value{GDBN} as a thread.
26290
26291@acronym{AMD GPU} supports the following @var{reggroup} values for the
26292@samp{info registers @var{reggroup} @dots{}} command:
26293
26294@itemize @bullet
26295
26296@item
26297general
26298
26299@item
26300vector
26301
26302@item
26303scalar
26304
26305@item
26306system
26307
26308@end itemize
26309
26310The number of scalar and vector registers is configured when a
26311wavefront is created. Only allocated registers are displayed. Scalar
26312registers are reported as 32-bit signed integer values. Vector
26313registers are reported as a wavefront size vector of signed 32-bit
26314values. The @code{pc} is reported as a function pointer value. The
26315@code{exec} register is reported as a wavefront size-bit unsigned
26316integer value. The @code{vcc} and @code{xnack_mask} pseudo registers
26317are reported as a wavefront size-bit unsigned integer value. The
26318@code{flat_scratch} pseudo register is reported as a 64-bit unsigned
26319integer value.
26320
26321AMD GPU code objects are loaded into each AMD GPU device separately.
26322The @code{info sharedlibrary} command will therefore show the same
26323code object loaded multiple times. As a consequence, setting a
26324breakpoint in AMD GPU code will result in multiple breakpoints if
26325there are multiple AMD GPU devices.
26326
26327If the source language runtime defers loading code objects until
26328kernels are launched, then setting breakpoints may result in pending
26329breakpoints that will be set when the code object is finally loaded.
26330
26331Threads created on @acronym{AMD GPU} heterogeneous agents have the
26332following identifier formats:
26333
26334@table @asis
26335
26336@item @var{systag}
26337The target system's thread identifier (@var{systag}) string has the
26338following format:
26339
26340@smallexample
26341ROCm process @var{process-num} agent @var{agent-num} queue @var{queue-num} dispatch @var{dispatch-num} work-group(@var{work-group-x},@var{work-group-y},@var{work-group-z})/@var{work-group-thread-index}
26342@end smallexample
26343
26344@c TODO: What order should coordinates be: x,y,z or z,y,x?
26345
26346@item @var{lane_systag}
26347The target system's heterogeneous lane identifier (@var{lane_systag})
26348string has the following format:
26349
26350@smallexample
26351ROCm process @var{process-num} agent @var{agent-num} queue @var{queue-num} dispatch @var{dispatch-num} work-group(@var{work-group-x},@var{work-group-y},@var{work-group-z}) work-item(@var{work-item-x},@var{work-item-y},@var{work-item-z})
26352@end smallexample
26353
26354@item @code{$_dispatch_pos}
26355The string returned by the @code{$_dispatch_pos} debugger convenience
26356variable has the following format:
26357
26358@smallexample
26359(@var{work-group-x},@var{work-group-y},@var{work-group-z})/@var{work-group-thread-index}
26360@end smallexample
26361
26362@item @code{$_thread_workgroup_pos}
26363The string returned by the @code{$_thread_workgroup_pos} debugger
26364convenience variable has the following format:
26365
26366@smallexample
26367@var{work-group-thread-index}
26368@end smallexample
26369
26370@item @code{$_lane_workgroup_pos}
26371The string returned by the @code{$_lane_workgroup_pos} debugger
26372convenience variable has the following format:
26373
26374@smallexample
26375(@var{work-item-x},@var{work-item-y},@var{work-item-z})
26376@end smallexample
26377
26378@end table
26379
26380@noindent
26381Where:
26382
26383@table @var
26384
26385@item process-num
26386the inferior process LWP number
26387
26388@item agent-num
26389@itemx queue-num
26390@itemx dispatch-num
26391the per-inferior heterogeneous agent number, the per-inferior
26392heterogeneous queue number, and the per-inferior heterogeneous
26393dispatch number associated with the thread respectively
26394
26395@item work-group-x
26396@itemx work-group-y
26397@itemx work-group-z
26398the grid position of the thread's work-group within the heterogeneous
26399dispatch
26400
26401@item work-group-thread-index
26402the threads's number within the heterogeneous work-group
26403
26404@item work-item-x
26405@itemx work-item-y
26406@itemx work-item-z
26407the position of the heterogeneous lane's work-item within the
26408heterogeneous work-group
26409
26410@end table
26411
26412@acronym{AMD GPU} heterogeneous agents support the following address
26413spaces:
26414
26415@table @code
26416
26417@item global
26418the default global virtual address space
26419
26420@item group
26421the per heterogeneous work-group shared address space (@acronym{LDS,
26422Local Data Store})
26423
26424@item private
26425the per heterogeneous lane private address space (Scratch)
26426
26427@item generic
26428the generic address space that can access the @var{global},
26429@var{group}, or @var{private} address spaces (Flat)
26430
26431@end table
26432
26433The @code{set debug amd-dbgapi log-level @var{level}} command can be
26434used to enable diagnostic messages for the AMD GPU target, where
26435@var{level} can be:
26436
26437@table @code
26438
26439@item off
26440no logging is enabled
26441
26442@item error
26443fatal errors are reported
26444
26445@item warning
26446fatal errors and warnings are reported
26447
26448@item info
26449fatal errors, warnings, and info messages are reported
26450
26451@item verbose
26452all messages are reported
26453
26454@end table
26455
26456The @code{show debug amd-dbgapi log-level} command displays the
26457current AMD GPU target log level.
26458
26459For example, the following will enable information messages and send
26460the log to a new file:
26461
26462@smallexample
26463(@value{GDBP}) set debug amd-dbgapi log-level info
26464(@value{GDBP}) set logging overwrite
26465(@value{GDBP}) set logging file log.out
26466(@value{GDBP}) set logging debugredirect on
26467(@value{GDBP}) set logging on
26468@end smallexample
26469
26470If you want to print the log to both the console and a file, ommit the
26471@code{set the logging debugredirect} command. @xref{Logging Output}.
26472
26473@c TODO: Add when support available:
26474@c
26475@c The @var{AMD_???} environment variable can be set to disable the kernel
26476@c driver from ensuring that all AMD GPU wavefronts created will fully
26477@c support the @value{GDBN} if it attached. If AMD GPU wavefronts are
26478@c created when support is disabled, @value{GDBN} will be unable to
26479@c report the heterogeneous dispatch associated with the wavefront, or the
26480@c wavefront's heterogeneous work-group position. The default is enabled.
26481@c Disabling may very marginally improve wavefront launch latency.
26482
26483@value{GDBN} @acronym{AMD GPU} support is currently a prototype and
26484has the following restrictions. Future releases aim to address these
26485restrictions.
26486
26487@enumerate
26488
26489@item
26490The debugger convenience variables, convenience functions, and
26491commands described in @ref{Heterogeneous Debugging} are not yet
26492implemented. The exception is the @code{info agents} command, which
26493only currently supports the textual MI interface and does not have a
26494Python binding.
26495
26496However, the debugger convenience variable @code{$_wave_id} is
26497available which returns a string that has the format:
26498
26499@smallexample
26500(@var{work-group-z},@var{work-group-y},@var{work-group-x})/@var{work-group-thread-index}
26501@end smallexample
26502
26503Where:
26504
26505@table @var
26506
26507@item work-group-x
26508@itemx work-group-y
26509@itemx work-group-z
26510the grid position of the thread's work-group within the heterogeneous
26511dispatch
26512
26513@item work-group-thread-index
26514the threads's number within the heterogeneous work-group
26515
26516@end table
26517
26518The AMD GPU system's thread identifier (@var{systag}) string format
26519differs from that described above, and currently has the following
26520format:
26521
26522@smallexample
26523AMDGPU Thread @var{dispatch-num}.@var{wave-num} (@var{work-group-z},@var{work-group-y},@var{work-group-x})/@var{work-group-thread-index}
26524@end smallexample
26525
26526Where:
26527
26528@table @var
26529
26530@item dispatch-num
26531the thread's per-heterogeneous queue ROCm AQL packet number of the
26532associated dispatch packet
26533
26534@item wave-num
26535the thread's per-inferior AMD GPU target wavefront number
26536
26537@item work-group-x
26538@itemx work-group-y
26539@itemx work-group-z
26540the grid position of the thread's work-group within the heterogeneous
26541dispatch
26542
26543@item work-group-thread-index
26544the threads's number within the heterogeneous work-group
26545
26546@end table
26547
26548The address space qualification of addresses described in
26549@ref{Heterogeneous Debugging} is not implemented. However, the
26550default address space for AMD GPU threads is @code{generic}. This
26551allows a generic address to be used to read or write in the
26552@code{global}, @code{group}, or @code{private} address spaces. For
26553the ROCm release the AMD GPU generic address value for @code{global}
26554addresses is the same, for @code{group} addresses it has the most
26555significant 32-bits of the address set to 0x00010000, and for
26556@code{private} addresses is has the host significant 32-bits of the
26557address set to 0x00020000. A generic private address only accesses
26558lane 0 of the currently focused wavefront. A group address accesses
26559the @code{group} segment memory shared by all wavefronts that are
26560members of the same work-group as the currently focused wavefront.
26561
26562@item
26563The AMD GPU ROCm release compiler currently does not yet support
26564generating valid DWARF information for symbolic variables and call
26565frame information. As a consequence:
26566
26567@itemize @bullet{}
26568
26569@item
26570Source variables or expressions cannot be specified in any command,
26571such as the @code{print} command and breakpoint conditions. This
26572includes static variables, local variables, function arguments, and
26573any language types. However, global symbols for functions and
26574variables can be specified, and source line information is available.
26575
26576@item
26577The @code{backtrace} command can only show the current frame and
26578parent frames that are fully inlined. Function or kernel arguments
26579will not be displayed and instead an empty formal argument list may be
26580shown.
26581
26582@item
26583The @code{next} command may not step over function calls, but instead
26584stop at the first statement of the called function.
26585
26586@item
26587Breakpoints are only reported for wavefronts. There is no support for
26588HIP work-items that are mapped to heterogeneous lanes. The HIP
26589work-item ID of a heterogeneous lane is not available.
26590
26591@end itemize
26592
26593The AMD GPU ROCm compiler currently adds the
26594@w{@option{-gline-tables-only}} @w{@option{-disable-O0-noinline}}
26595@w{@option{-disable-O0-optnone}}
26596@w{@option{-amdgpu-spill-cfi-saved-regs}} options when the
26597@w{@option{-ggdb}} option is specified. These ensure source line
26598information is generated, but not invalid DWARF, full inlining is
26599performed, even at @w{@option{-O0}}, and registers not currently
26600supported by the CFI generation are saved so the CFI information is
26601correct. If these options are not used the invalid DWARF may cause
26602@value{GDBN} to report that it is unable to read memory (such as when
26603reading arguments in a backtrace), and may limit the backtrace to only
26604the top frame.
26605
26606@value{GDBN} does not currently support the AMD GPU compiler
26607genenerated CFI information. The options to force full inlining allow
26608the backtrace to be available even without the CFI support. Note that
26609even with @w{@option{-ggdb}}, functions marked @code{noinline} may
26610result in function call frames which will prevent a full backtrace.
26611If function calls are not inlined, the @code{next} command may report
26612errors inserting breakpoints when stepping over calls due to the
26613missing CFI support.
26614
26615@item
26616Only AMD GPU Code Object V3 and above is supported. This is the
26617default for the AMD GPU ROCm release compiler. The following error
26618will be reported for incompatible code objects:
26619
26620@smallexample
26621Error while mapping shared library sections:
26622`file:///rocm/bit_extract#offset=6751&size=3136': ELF file ABI version (0) is not supported.
26623@end smallexample
26624
26625@item
26626DWARF 5 is not yet supported. There is no support for compressed or split
26627DWARF.
26628
26629DWARF 4 is the default for the AMD GPU ROCm release compiler.
26630
26631@item
26632No support yet for AMD GPU core dumps.
26633
26634@item
26635The @code{watch} command is not yet support on AMD GPU devices.
26636
26637@item
26638When in all-stop mode, AMD GPU does not currently prevent new
26639wavefronts from being created, which may report breakpoints being hit.
26640However, @value{GDBN} is configured by default to not remove
26641breakpoints when at the command line in all-stop mode. This prevents
26642breakpoints being missed by wavefronts created after at the command
26643line in all-stop mode. The @code{set breakpoint always-inserted on}
26644command can be used to change the default to remove breakpoints when
26645at the command line in all-stop mode, but this may result in new
26646wavefronts missing breakpoints.
26647
26648@item
26649The performance of resuming from a breakpoint when a large number of
26650threads have hit a breakpoint can currently take up to 10 seconds on a
26651fully occupied single AMD GPU device. The techniques described in
26652@xref{Heterogeneous Debugging} can be used to mitigate this. Once
26653continued from the first breakpoint hit, the responsiveness of
26654commands normally is better. Other techniques that can improve
26655responsiveness are:
26656
26657@itemize @bullet{}
26658
26659@item
26660Try to avoid having a lot of threads stopping at a breakpoint. For
26661example, by placing breakpoints in conditional paths only executed by
26662one thread.
26663
26664@item
26665Use of @code{tbreak} so only one thread reports the breakpoint and the
26666other threads hitting the breakpoint will be continued. A similar
26667effect can be achieved by deleting the breakpoint manually when it is
26668hit.
26669
26670@item
26671Reduce the number of wavefronts when debugging if practical.
26672
26673@end itemize
26674
26675@item
26676Currently each AMD GPU device can only be in use by one process that
26677is being debugged by @value{GDBN}. The Linux @emph{cgroups} facility
26678can be used to limit which AMD GPU devices are used by a process. In
26679order for a @value{GDBN} process to access the AMD GPU devices of the
26680process it is debugging, the AMD GPU devices must be included in the
26681@value{GDBN} process @emph{cgroup}.
26682
26683Therefore, multiple @value{GDBN} processes can each debug a process
26684provided the @emph{cgroups} specify disjoint sets of AMD GPU devices.
26685However, a single @value{GDBN} process cannot debug multiple inferiors
26686that use AMD GPU devices even if those inferiors have @emph{cgroups}
26687that specify disjoint AMD GPU devices. This is because the
26688@value{GDBN} process must have all the AMD GPU devices in its
26689@emph{cgroups} and so will attempt to enable debugging for all AMD GPU
26690devices for all inferiors it is debugging.
26691
26692The @code{HIP_VISIBLE_DEVICES} environment variable can also be used
26693to limit the visible GPUs used by the HIP runtime. For example,
26694
26695@smallexample
26696export HIP_VISIBLE_DEVICES=0
26697@end smallexample
26698
26699@item
26700Currently the @code{flat_scratch} and @code{xnack_mask} special scalar
26701registers are only accessible using their scalar register numbers and
26702not by their register names. This will not match the assembly source
26703text which uses register names.
26704
26705@item
26706The @code{until} command does not work when multiple AMD GPUs are
26707present as @value{GDBN} has limitations when there are multiple code
26708objects that have the same breakpoint set. The work around is to use
26709@samp{tbreak @var{line}; continue}.
26710
26711@item
26712The HIP runtime currently performs deferred code object loading by
26713default. AMD GPU code objects are not loaded until the first kernel
26714is launched. Before then, all breakpoints have to be set as pending
26715breakpoints.
26716
26717If source line positions are used that only correspond to source lines
26718in unloaded code objects, then @value{GDBN} may not set pending
26719breakpoints, and instead set breakpoints in unpredictable places of
26720the loaded code objects if they contain code from the same file. This
26721can result in unexpected breakpoint hits being reported. When the
26722code object containing the source lines is loaded, the incorrect
26723breakpoints will be remomoved and replaced by the correct ones. This
26724problem can be avoided by only setting breakpoints in unloaded code
26725objects using symbol or function names.
26726
26727The @code{HIP_ENABLE_DEFERRED_LOADING} environment variable can be
26728used to disable deferred code object loading by the HIP runtime. This
26729ensures all code objects will be loaded when the inferior reaches the
26730beginning of the @code{main} function.
26731
26732For example,
26733
26734@smallexample
26735export HIP_ENABLE_DEFERRED_LOADING=0
26736@end smallexample
26737
26738@item
26739Memory violations are reported to the wavefronts that cause them.
26740However, the program location at which they are reported by be after
26741the source statement that caused them. The ROCm runtime can currently
26742cause the inferior to terminate before the memory violation is
26743reported. This can be avoided by setting a breakpoint in @code{abort}
26744and using the non-stop mode (@pxref{Non-Stop Mode}). This will
26745prevent the ROCm runtime from terminating the inferior, while allowing
26746@value{GDBN} to report the memory violation.
26747
26748@item
26749AMD GPU does not currently support calling inferior functions.
26750
26751@item
26752@value{GDBN} does not support following a forked process.
26753
26754@item
26755The @code{gdbserver} is not supported.
26756
26757@item
26758No language specific support for Fortran or OpenCL. No OpenMP
26759language extension support for C, C++, or Fortran.
26760
26761@item
26762Does not support the AMD GPU ROCm for HIP-HCC release compiler or
26763runtime available as part of releases before ROCm 3.5.
26764
26765@item
26766AMD GPU does not currently support the compiler address, memory, or
26767thread sanitizers.
26768
26769@item
26770@value{GDBN} support for AMD GPU is not currently available under
26771virtualization.
26772
26773@item
26774Performing an instruction single step when an AMD GPU wavefront is
26775positioned on an @code{S_ENDPGM} instruction may cause the AMD GPU
26776hardware to hang.
26777
26778@end enumerate
26779
26780@node Controlling GDB
26781@chapter Controlling @value{GDBN}
26782
26783You can alter the way @value{GDBN} interacts with you by using the
26784@code{set} command. For commands controlling how @value{GDBN} displays
26785data, see @ref{Print Settings, ,Print Settings}. Other settings are
26786described here.
26787
26788@menu
26789* Prompt:: Prompt
26790* Editing:: Command editing
26791* Command History:: Command history
26792* Screen Size:: Screen size
26793* Output Styling:: Output styling
26794* Numbers:: Numbers
26795* ABI:: Configuring the current ABI
26796* Auto-loading:: Automatically loading associated files
26797* Messages/Warnings:: Optional warnings and messages
26798* Debugging Output:: Optional messages about internal happenings
26799* Other Misc Settings:: Other Miscellaneous Settings
26800@end menu
26801
26802@node Prompt
26803@section Prompt
26804
26805@cindex prompt
26806
26807@value{GDBN} indicates its readiness to read a command by printing a string
26808called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
26809can change the prompt string with the @code{set prompt} command. For
26810instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
26811the prompt in one of the @value{GDBN} sessions so that you can always tell
26812which one you are talking to.
26813
26814@emph{Note:} @code{set prompt} does not add a space for you after the
26815prompt you set. This allows you to set a prompt which ends in a space
26816or a prompt that does not.
26817
26818@table @code
26819@kindex set prompt
26820@item set prompt @var{newprompt}
26821Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
26822
26823@kindex show prompt
26824@item show prompt
26825Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
26826@end table
26827
26828Versions of @value{GDBN} that ship with Python scripting enabled have
26829prompt extensions. The commands for interacting with these extensions
26830are:
26831
26832@table @code
26833@kindex set extended-prompt
26834@item set extended-prompt @var{prompt}
26835Set an extended prompt that allows for substitutions.
26836@xref{gdb.prompt}, for a list of escape sequences that can be used for
26837substitution. Any escape sequences specified as part of the prompt
26838string are replaced with the corresponding strings each time the prompt
26839is displayed.
26840
26841For example:
26842
26843@smallexample
26844set extended-prompt Current working directory: \w (@value{GDBP})
26845@end smallexample
26846
26847Note that when an extended-prompt is set, it takes control of the
26848@var{prompt_hook} hook. @xref{prompt_hook}, for further information.
26849
26850@kindex show extended-prompt
26851@item show extended-prompt
26852Prints the extended prompt. Any escape sequences specified as part of
26853the prompt string with @code{set extended-prompt}, are replaced with the
26854corresponding strings each time the prompt is displayed.
26855@end table
26856
26857@node Editing
26858@section Command Editing
26859@cindex readline
26860@cindex command line editing
26861
26862@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
26863@sc{gnu} library provides consistent behavior for programs which provide a
26864command line interface to the user. Advantages are @sc{gnu} Emacs-style
26865or @dfn{vi}-style inline editing of commands, @code{csh}-like history
26866substitution, and a storage and recall of command history across
26867debugging sessions.
26868
26869You may control the behavior of command line editing in @value{GDBN} with the
26870command @code{set}.
26871
26872@table @code
26873@kindex set editing
26874@cindex editing
26875@item set editing
26876@itemx set editing on
26877Enable command line editing (enabled by default).
26878
26879@item set editing off
26880Disable command line editing.
26881
26882@kindex show editing
26883@item show editing
26884Show whether command line editing is enabled.
26885@end table
26886
26887@ifset SYSTEM_READLINE
26888@xref{Command Line Editing, , , rluserman, GNU Readline Library},
26889@end ifset
26890@ifclear SYSTEM_READLINE
26891@xref{Command Line Editing},
26892@end ifclear
26893for more details about the Readline
26894interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
26895encouraged to read that chapter.
26896
26897@cindex Readline application name
26898@value{GDBN} sets the Readline application name to @samp{gdb}. This
26899is useful for conditions in @file{.inputrc}.
26900
26901@cindex operate-and-get-next
26902@value{GDBN} defines a bindable Readline command,
26903@code{operate-and-get-next}. This is bound to @kbd{C-o} by default.
26904This command accepts the current line for execution and fetches the
26905next line relative to the current line from the history for editing.
26906Any argument is ignored.
26907
26908@node Command History
26909@section Command History
26910@cindex command history
26911
26912@value{GDBN} can keep track of the commands you type during your
26913debugging sessions, so that you can be certain of precisely what
26914happened. Use these commands to manage the @value{GDBN} command
26915history facility.
26916
26917@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
26918package, to provide the history facility.
26919@ifset SYSTEM_READLINE
26920@xref{Using History Interactively, , , history, GNU History Library},
26921@end ifset
26922@ifclear SYSTEM_READLINE
26923@xref{Using History Interactively},
26924@end ifclear
26925for the detailed description of the History library.
26926
26927To issue a command to @value{GDBN} without affecting certain aspects of
26928the state which is seen by users, prefix it with @samp{server }
26929(@pxref{Server Prefix}). This
26930means that this command will not affect the command history, nor will it
26931affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
26932pressed on a line by itself.
26933
26934@cindex @code{server}, command prefix
26935The server prefix does not affect the recording of values into the value
26936history; to print a value without recording it into the value history,
26937use the @code{output} command instead of the @code{print} command.
26938
26939Here is the description of @value{GDBN} commands related to command
26940history.
26941
26942@table @code
26943@cindex history substitution
26944@cindex history file
26945@kindex set history filename
26946@cindex @env{GDBHISTFILE}, environment variable
26947@item set history filename @var{fname}
26948Set the name of the @value{GDBN} command history file to @var{fname}.
26949This is the file where @value{GDBN} reads an initial command history
26950list, and where it writes the command history from this session when it
26951exits. You can access this list through history expansion or through
26952the history command editing characters listed below. This file defaults
26953to the value of the environment variable @code{GDBHISTFILE}, or to
26954@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
26955is not set.
26956
26957@cindex save command history
26958@kindex set history save
26959@item set history save
26960@itemx set history save on
26961Record command history in a file, whose name may be specified with the
26962@code{set history filename} command. By default, this option is disabled.
26963
26964@item set history save off
26965Stop recording command history in a file.
26966
26967@cindex history size
26968@kindex set history size
26969@cindex @env{GDBHISTSIZE}, environment variable
26970@item set history size @var{size}
26971@itemx set history size unlimited
26972Set the number of commands which @value{GDBN} keeps in its history list.
26973This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
26974to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
26975are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
26976either a negative number or the empty string, then the number of commands
26977@value{GDBN} keeps in the history list is unlimited.
26978
26979@cindex remove duplicate history
26980@kindex set history remove-duplicates
26981@item set history remove-duplicates @var{count}
26982@itemx set history remove-duplicates unlimited
26983Control the removal of duplicate history entries in the command history list.
26984If @var{count} is non-zero, @value{GDBN} will look back at the last @var{count}
26985history entries and remove the first entry that is a duplicate of the current
26986entry being added to the command history list. If @var{count} is
26987@code{unlimited} then this lookbehind is unbounded. If @var{count} is 0, then
26988removal of duplicate history entries is disabled.
26989
26990Only history entries added during the current session are considered for
26991removal. This option is set to 0 by default.
26992
26993@end table
26994
26995History expansion assigns special meaning to the character @kbd{!}.
26996@ifset SYSTEM_READLINE
26997@xref{Event Designators, , , history, GNU History Library},
26998@end ifset
26999@ifclear SYSTEM_READLINE
27000@xref{Event Designators},
27001@end ifclear
27002for more details.
27003
27004@cindex history expansion, turn on/off
27005Since @kbd{!} is also the logical not operator in C, history expansion
27006is off by default. If you decide to enable history expansion with the
27007@code{set history expansion on} command, you may sometimes need to
27008follow @kbd{!} (when it is used as logical not, in an expression) with
27009a space or a tab to prevent it from being expanded. The readline
27010history facilities do not attempt substitution on the strings
27011@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
27012
27013The commands to control history expansion are:
27014
27015@table @code
27016@item set history expansion on
27017@itemx set history expansion
27018@kindex set history expansion
27019Enable history expansion. History expansion is off by default.
27020
27021@item set history expansion off
27022Disable history expansion.
27023
27024@c @group
27025@kindex show history
27026@item show history
27027@itemx show history filename
27028@itemx show history save
27029@itemx show history size
27030@itemx show history expansion
27031These commands display the state of the @value{GDBN} history parameters.
27032@code{show history} by itself displays all four states.
27033@c @end group
27034@end table
27035
27036@table @code
27037@kindex show commands
27038@cindex show last commands
27039@cindex display command history
27040@item show commands
27041Display the last ten commands in the command history.
27042
27043@item show commands @var{n}
27044Print ten commands centered on command number @var{n}.
27045
27046@item show commands +
27047Print ten commands just after the commands last printed.
27048@end table
27049
27050@node Screen Size
27051@section Screen Size
27052@cindex size of screen
27053@cindex screen size
27054@cindex pagination
27055@cindex page size
27056@cindex pauses in output
27057
27058Certain commands to @value{GDBN} may produce large amounts of
27059information output to the screen. To help you read all of it,
27060@value{GDBN} pauses and asks you for input at the end of each page of
27061output. Type @key{RET} when you want to see one more page of output,
27062@kbd{q} to discard the remaining output, or @kbd{c} to continue
27063without paging for the rest of the current command. Also, the screen
27064width setting determines when to wrap lines of output. Depending on
27065what is being printed, @value{GDBN} tries to break the line at a
27066readable place, rather than simply letting it overflow onto the
27067following line.
27068
27069Normally @value{GDBN} knows the size of the screen from the terminal
27070driver software. For example, on Unix @value{GDBN} uses the termcap data base
27071together with the value of the @code{TERM} environment variable and the
27072@code{stty rows} and @code{stty cols} settings. If this is not correct,
27073you can override it with the @code{set height} and @code{set
27074width} commands:
27075
27076@table @code
27077@kindex set height
27078@kindex set width
27079@kindex show width
27080@kindex show height
27081@item set height @var{lpp}
27082@itemx set height unlimited
27083@itemx show height
27084@itemx set width @var{cpl}
27085@itemx set width unlimited
27086@itemx show width
27087These @code{set} commands specify a screen height of @var{lpp} lines and
27088a screen width of @var{cpl} characters. The associated @code{show}
27089commands display the current settings.
27090
27091If you specify a height of either @code{unlimited} or zero lines,
27092@value{GDBN} does not pause during output no matter how long the
27093output is. This is useful if output is to a file or to an editor
27094buffer.
27095
27096Likewise, you can specify @samp{set width unlimited} or @samp{set
27097width 0} to prevent @value{GDBN} from wrapping its output.
27098
27099@item set pagination on
27100@itemx set pagination off
27101@kindex set pagination
27102Turn the output pagination on or off; the default is on. Turning
27103pagination off is the alternative to @code{set height unlimited}. Note that
27104running @value{GDBN} with the @option{--batch} option (@pxref{Mode
27105Options, -batch}) also automatically disables pagination.
27106
27107@item show pagination
27108@kindex show pagination
27109Show the current pagination mode.
27110@end table
27111
27112@node Output Styling
27113@section Output Styling
27114@cindex styling
27115@cindex colors
27116
27117@kindex set style
27118@kindex show style
27119@value{GDBN} can style its output on a capable terminal. This is
27120enabled by default on most systems, but disabled by default when in
27121batch mode (@pxref{Mode Options}). Various style settings are available;
27122and styles can also be disabled entirely.
27123
27124@table @code
27125@item set style enabled @samp{on|off}
27126Enable or disable all styling. The default is host-dependent, with
27127most hosts defaulting to @samp{on}.
27128
27129@item show style enabled
27130Show the current state of styling.
27131
27132@item set style sources @samp{on|off}
27133Enable or disable source code styling. This affects whether source
27134code, such as the output of the @code{list} command, is styled. Note
27135that source styling only works if styling in general is enabled, and
27136if @value{GDBN} was linked with the GNU Source Highlight library. The
27137default is @samp{on}.
27138
27139@item show style sources
27140Show the current state of source code styling.
27141@end table
27142
27143Subcommands of @code{set style} control specific forms of styling.
27144These subcommands all follow the same pattern: each style-able object
27145can be styled with a foreground color, a background color, and an
27146intensity.
27147
27148For example, the style of file names can be controlled using the
27149@code{set style filename} group of commands:
27150
27151@table @code
27152@item set style filename background @var{color}
27153Set the background to @var{color}. Valid colors are @samp{none}
27154(meaning the terminal's default color), @samp{black}, @samp{red},
27155@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
27156and@samp{white}.
27157
27158@item set style filename foreground @var{color}
27159Set the foreground to @var{color}. Valid colors are @samp{none}
27160(meaning the terminal's default color), @samp{black}, @samp{red},
27161@samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
27162and@samp{white}.
27163
27164@item set style filename intensity @var{value}
27165Set the intensity to @var{value}. Valid intensities are @samp{normal}
27166(the default), @samp{bold}, and @samp{dim}.
27167@end table
27168
27169The @code{show style} command and its subcommands are styling
27170a style name in their output using its own style.
27171So, use @command{show style} to see the complete list of styles,
27172their characteristics and the visual aspect of each style.
27173
27174The style-able objects are:
27175@table @code
27176@item filename
27177Control the styling of file names. By default, this style's
27178foreground color is green.
27179
27180@item function
27181Control the styling of function names. These are managed with the
27182@code{set style function} family of commands. By default, this
27183style's foreground color is yellow.
27184
27185@item variable
27186Control the styling of variable names. These are managed with the
27187@code{set style variable} family of commands. By default, this style's
27188foreground color is cyan.
27189
27190@item address
27191Control the styling of addresses. These are managed with the
27192@code{set style address} family of commands. By default, this style's
27193foreground color is blue.
27194
27195@item title
27196Control the styling of titles. These are managed with the
27197@code{set style title} family of commands. By default, this style's
27198intensity is bold. Commands are using the title style to improve
27199the readability of large output. For example, the commands
27200@command{apropos} and @command{help} are using the title style
27201for the command names.
27202
27203@item highlight
27204Control the styling of highlightings. These are managed with the
27205@code{set style highlight} family of commands. By default, this style's
27206foreground color is red. Commands are using the highlight style to draw
27207the user attention to some specific parts of their output. For example,
27208the command @command{apropos -v REGEXP} uses the highlight style to
27209mark the documentation parts matching @var{regexp}.
27210
27211@item tui-border
27212Control the styling of the TUI border. Note that, unlike other
27213styling options, only the color of the border can be controlled via
27214@code{set style}. This was done for compatibility reasons, as TUI
27215controls to set the border's intensity predated the addition of
27216general styling to @value{GDBN}. @xref{TUI Configuration}.
27217
27218@item tui-active-border
27219Control the styling of the active TUI border; that is, the TUI window
27220that has the focus.
27221
27222@end table
27223
27224@node Numbers
27225@section Numbers
27226@cindex number representation
27227@cindex entering numbers
27228
27229You can always enter numbers in octal, decimal, or hexadecimal in
27230@value{GDBN} by the usual conventions: octal numbers begin with
27231@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
27232begin with @samp{0x}. Numbers that neither begin with @samp{0} or
27233@samp{0x}, nor end with a @samp{.} are, by default, entered in base
2723410; likewise, the default display for numbers---when no particular
27235format is specified---is base 10. You can change the default base for
27236both input and output with the commands described below.
27237
27238@table @code
27239@kindex set input-radix
27240@item set input-radix @var{base}
27241Set the default base for numeric input. Supported choices
27242for @var{base} are decimal 8, 10, or 16. The base must itself be
27243specified either unambiguously or using the current input radix; for
27244example, any of
27245
27246@smallexample
27247set input-radix 012
27248set input-radix 10.
27249set input-radix 0xa
27250@end smallexample
27251
27252@noindent
27253sets the input base to decimal. On the other hand, @samp{set input-radix 10}
27254leaves the input radix unchanged, no matter what it was, since
27255@samp{10}, being without any leading or trailing signs of its base, is
27256interpreted in the current radix. Thus, if the current radix is 16,
27257@samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
27258change the radix.
27259
27260@kindex set output-radix
27261@item set output-radix @var{base}
27262Set the default base for numeric display. Supported choices
27263for @var{base} are decimal 8, 10, or 16. The base must itself be
27264specified either unambiguously or using the current input radix.
27265
27266@kindex show input-radix
27267@item show input-radix
27268Display the current default base for numeric input.
27269
27270@kindex show output-radix
27271@item show output-radix
27272Display the current default base for numeric display.
27273
27274@item set radix @r{[}@var{base}@r{]}
27275@itemx show radix
27276@kindex set radix
27277@kindex show radix
27278These commands set and show the default base for both input and output
27279of numbers. @code{set radix} sets the radix of input and output to
27280the same base; without an argument, it resets the radix back to its
27281default value of 10.
27282
27283@end table
27284
27285@node ABI
27286@section Configuring the Current ABI
27287
27288@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
27289application automatically. However, sometimes you need to override its
27290conclusions. Use these commands to manage @value{GDBN}'s view of the
27291current ABI.
27292
27293@cindex OS ABI
27294@kindex set osabi
27295@kindex show osabi
27296@cindex Newlib OS ABI and its influence on the longjmp handling
27297
27298One @value{GDBN} configuration can debug binaries for multiple operating
27299system targets, either via remote debugging or native emulation.
27300@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
27301but you can override its conclusion using the @code{set osabi} command.
27302One example where this is useful is in debugging of binaries which use
27303an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
27304not have the same identifying marks that the standard C library for your
27305platform provides.
27306
27307When @value{GDBN} is debugging the AArch64 architecture, it provides a
27308``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
27309@code{longjmp} when debugging binaries that use the @sc{newlib} C library.
27310The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
27311
27312@table @code
27313@item show osabi
27314Show the OS ABI currently in use.
27315
27316@item set osabi
27317With no argument, show the list of registered available OS ABI's.
27318
27319@item set osabi @var{abi}
27320Set the current OS ABI to @var{abi}.
27321@end table
27322
27323@cindex float promotion
27324
27325Generally, the way that an argument of type @code{float} is passed to a
27326function depends on whether the function is prototyped. For a prototyped
27327(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
27328according to the architecture's convention for @code{float}. For unprototyped
27329(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
27330@code{double} and then passed.
27331
27332Unfortunately, some forms of debug information do not reliably indicate whether
27333a function is prototyped. If @value{GDBN} calls a function that is not marked
27334as prototyped, it consults @kbd{set coerce-float-to-double}.
27335
27336@table @code
27337@kindex set coerce-float-to-double
27338@item set coerce-float-to-double
27339@itemx set coerce-float-to-double on
27340Arguments of type @code{float} will be promoted to @code{double} when passed
27341to an unprototyped function. This is the default setting.
27342
27343@item set coerce-float-to-double off
27344Arguments of type @code{float} will be passed directly to unprototyped
27345functions.
27346
27347@kindex show coerce-float-to-double
27348@item show coerce-float-to-double
27349Show the current setting of promoting @code{float} to @code{double}.
27350@end table
27351
27352@kindex set cp-abi
27353@kindex show cp-abi
27354@value{GDBN} needs to know the ABI used for your program's C@t{++}
27355objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
27356used to build your application. @value{GDBN} only fully supports
27357programs with a single C@t{++} ABI; if your program contains code using
27358multiple C@t{++} ABI's or if @value{GDBN} can not identify your
27359program's ABI correctly, you can tell @value{GDBN} which ABI to use.
27360Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
27361before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
27362``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
27363use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
27364``auto''.
27365
27366@table @code
27367@item show cp-abi
27368Show the C@t{++} ABI currently in use.
27369
27370@item set cp-abi
27371With no argument, show the list of supported C@t{++} ABI's.
27372
27373@item set cp-abi @var{abi}
27374@itemx set cp-abi auto
27375Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
27376@end table
27377
27378@node Auto-loading
27379@section Automatically loading associated files
27380@cindex auto-loading
27381
27382@value{GDBN} sometimes reads files with commands and settings automatically,
27383without being explicitly told so by the user. We call this feature
27384@dfn{auto-loading}. While auto-loading is useful for automatically adapting
27385@value{GDBN} to the needs of your project, it can sometimes produce unexpected
27386results or introduce security risks (e.g., if the file comes from untrusted
27387sources).
27388
27389@menu
27390* Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
27391* libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
27392
27393* Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
27394* Auto-loading verbose mode:: @samp{set/show debug auto-load}
27395@end menu
27396
27397There are various kinds of files @value{GDBN} can automatically load.
27398In addition to these files, @value{GDBN} supports auto-loading code written
27399in various extension languages. @xref{Auto-loading extensions}.
27400
27401Note that loading of these associated files (including the local @file{.gdbinit}
27402file) requires accordingly configured @code{auto-load safe-path}
27403(@pxref{Auto-loading safe path}).
27404
27405For these reasons, @value{GDBN} includes commands and options to let you
27406control when to auto-load files and which files should be auto-loaded.
27407
27408@table @code
27409@anchor{set auto-load off}
27410@kindex set auto-load off
27411@item set auto-load off
27412Globally disable loading of all auto-loaded files.
27413You may want to use this command with the @samp{-iex} option
27414(@pxref{Option -init-eval-command}) such as:
27415@smallexample
27416$ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
27417@end smallexample
27418
27419Be aware that system init file (@pxref{System-wide configuration})
27420and init files from your home directory (@pxref{Home Directory Init File})
27421still get read (as they come from generally trusted directories).
27422To prevent @value{GDBN} from auto-loading even those init files, use the
27423@option{-nx} option (@pxref{Mode Options}), in addition to
27424@code{set auto-load no}.
27425
27426@anchor{show auto-load}
27427@kindex show auto-load
27428@item show auto-load
27429Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
27430or disabled.
27431
27432@smallexample
27433(@value{GDBP}) show auto-load
27434gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
27435libthread-db: Auto-loading of inferior specific libthread_db is on.
27436local-gdbinit: Auto-loading of .gdbinit script from current directory
27437 is on.
27438python-scripts: Auto-loading of Python scripts is on.
27439safe-path: List of directories from which it is safe to auto-load files
27440 is $debugdir:$datadir/auto-load.
27441scripts-directory: List of directories from which to load auto-loaded scripts
27442 is $debugdir:$datadir/auto-load.
27443@end smallexample
27444
27445@anchor{info auto-load}
27446@kindex info auto-load
27447@item info auto-load
27448Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
27449not.
27450
27451@smallexample
27452(@value{GDBP}) info auto-load
27453gdb-scripts:
27454Loaded Script
27455Yes /home/user/gdb/gdb-gdb.gdb
27456libthread-db: No auto-loaded libthread-db.
27457local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
27458 loaded.
27459python-scripts:
27460Loaded Script
27461Yes /home/user/gdb/gdb-gdb.py
27462@end smallexample
27463@end table
27464
27465These are @value{GDBN} control commands for the auto-loading:
27466
27467@multitable @columnfractions .5 .5
27468@item @xref{set auto-load off}.
27469@tab Disable auto-loading globally.
27470@item @xref{show auto-load}.
27471@tab Show setting of all kinds of files.
27472@item @xref{info auto-load}.
27473@tab Show state of all kinds of files.
27474@item @xref{set auto-load gdb-scripts}.
27475@tab Control for @value{GDBN} command scripts.
27476@item @xref{show auto-load gdb-scripts}.
27477@tab Show setting of @value{GDBN} command scripts.
27478@item @xref{info auto-load gdb-scripts}.
27479@tab Show state of @value{GDBN} command scripts.
27480@item @xref{set auto-load python-scripts}.
27481@tab Control for @value{GDBN} Python scripts.
27482@item @xref{show auto-load python-scripts}.
27483@tab Show setting of @value{GDBN} Python scripts.
27484@item @xref{info auto-load python-scripts}.
27485@tab Show state of @value{GDBN} Python scripts.
27486@item @xref{set auto-load guile-scripts}.
27487@tab Control for @value{GDBN} Guile scripts.
27488@item @xref{show auto-load guile-scripts}.
27489@tab Show setting of @value{GDBN} Guile scripts.
27490@item @xref{info auto-load guile-scripts}.
27491@tab Show state of @value{GDBN} Guile scripts.
27492@item @xref{set auto-load scripts-directory}.
27493@tab Control for @value{GDBN} auto-loaded scripts location.
27494@item @xref{show auto-load scripts-directory}.
27495@tab Show @value{GDBN} auto-loaded scripts location.
27496@item @xref{add-auto-load-scripts-directory}.
27497@tab Add directory for auto-loaded scripts location list.
27498@item @xref{set auto-load local-gdbinit}.
27499@tab Control for init file in the current directory.
27500@item @xref{show auto-load local-gdbinit}.
27501@tab Show setting of init file in the current directory.
27502@item @xref{info auto-load local-gdbinit}.
27503@tab Show state of init file in the current directory.
27504@item @xref{set auto-load libthread-db}.
27505@tab Control for thread debugging library.
27506@item @xref{show auto-load libthread-db}.
27507@tab Show setting of thread debugging library.
27508@item @xref{info auto-load libthread-db}.
27509@tab Show state of thread debugging library.
27510@item @xref{set auto-load safe-path}.
27511@tab Control directories trusted for automatic loading.
27512@item @xref{show auto-load safe-path}.
27513@tab Show directories trusted for automatic loading.
27514@item @xref{add-auto-load-safe-path}.
27515@tab Add directory trusted for automatic loading.
27516@end multitable
27517
27518@node Init File in the Current Directory
27519@subsection Automatically loading init file in the current directory
27520@cindex auto-loading init file in the current directory
27521
27522By default, @value{GDBN} reads and executes the canned sequences of commands
27523from init file (if any) in the current working directory,
27524see @ref{Init File in the Current Directory during Startup}.
27525
27526Note that loading of this local @file{.gdbinit} file also requires accordingly
27527configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27528
27529@table @code
27530@anchor{set auto-load local-gdbinit}
27531@kindex set auto-load local-gdbinit
27532@item set auto-load local-gdbinit [on|off]
27533Enable or disable the auto-loading of canned sequences of commands
27534(@pxref{Sequences}) found in init file in the current directory.
27535
27536@anchor{show auto-load local-gdbinit}
27537@kindex show auto-load local-gdbinit
27538@item show auto-load local-gdbinit
27539Show whether auto-loading of canned sequences of commands from init file in the
27540current directory is enabled or disabled.
27541
27542@anchor{info auto-load local-gdbinit}
27543@kindex info auto-load local-gdbinit
27544@item info auto-load local-gdbinit
27545Print whether canned sequences of commands from init file in the
27546current directory have been auto-loaded.
27547@end table
27548
27549@node libthread_db.so.1 file
27550@subsection Automatically loading thread debugging library
27551@cindex auto-loading libthread_db.so.1
27552
27553This feature is currently present only on @sc{gnu}/Linux native hosts.
27554
27555@value{GDBN} reads in some cases thread debugging library from places specific
27556to the inferior (@pxref{set libthread-db-search-path}).
27557
27558The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
27559without checking this @samp{set auto-load libthread-db} switch as system
27560libraries have to be trusted in general. In all other cases of
27561@samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
27562auto-load libthread-db} is enabled before trying to open such thread debugging
27563library.
27564
27565Note that loading of this debugging library also requires accordingly configured
27566@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
27567
27568@table @code
27569@anchor{set auto-load libthread-db}
27570@kindex set auto-load libthread-db
27571@item set auto-load libthread-db [on|off]
27572Enable or disable the auto-loading of inferior specific thread debugging library.
27573
27574@anchor{show auto-load libthread-db}
27575@kindex show auto-load libthread-db
27576@item show auto-load libthread-db
27577Show whether auto-loading of inferior specific thread debugging library is
27578enabled or disabled.
27579
27580@anchor{info auto-load libthread-db}
27581@kindex info auto-load libthread-db
27582@item info auto-load libthread-db
27583Print the list of all loaded inferior specific thread debugging libraries and
27584for each such library print list of inferior @var{pid}s using it.
27585@end table
27586
27587@node Auto-loading safe path
27588@subsection Security restriction for auto-loading
27589@cindex auto-loading safe-path
27590
27591As the files of inferior can come from untrusted source (such as submitted by
27592an application user) @value{GDBN} does not always load any files automatically.
27593@value{GDBN} provides the @samp{set auto-load safe-path} setting to list
27594directories trusted for loading files not explicitly requested by user.
27595Each directory can also be a shell wildcard pattern.
27596
27597If the path is not set properly you will see a warning and the file will not
27598get loaded:
27599
27600@smallexample
27601$ ./gdb -q ./gdb
27602Reading symbols from /home/user/gdb/gdb...done.
27603warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
27604 declined by your `auto-load safe-path' set
27605 to "$debugdir:$datadir/auto-load".
27606warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
27607 declined by your `auto-load safe-path' set
27608 to "$debugdir:$datadir/auto-load".
27609@end smallexample
27610
27611@noindent
27612To instruct @value{GDBN} to go ahead and use the init files anyway,
27613invoke @value{GDBN} like this:
27614
27615@smallexample
27616$ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
27617@end smallexample
27618
27619The list of trusted directories is controlled by the following commands:
27620
27621@table @code
27622@anchor{set auto-load safe-path}
27623@kindex set auto-load safe-path
27624@item set auto-load safe-path @r{[}@var{directories}@r{]}
27625Set the list of directories (and their subdirectories) trusted for automatic
27626loading and execution of scripts. You can also enter a specific trusted file.
27627Each directory can also be a shell wildcard pattern; wildcards do not match
27628directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
27629(@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
27630If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
27631its default value as specified during @value{GDBN} compilation.
27632
27633The list of directories uses path separator (@samp{:} on GNU and Unix
27634systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
27635to the @env{PATH} environment variable.
27636
27637@anchor{show auto-load safe-path}
27638@kindex show auto-load safe-path
27639@item show auto-load safe-path
27640Show the list of directories trusted for automatic loading and execution of
27641scripts.
27642
27643@anchor{add-auto-load-safe-path}
27644@kindex add-auto-load-safe-path
27645@item add-auto-load-safe-path
27646Add an entry (or list of entries) to the list of directories trusted for
27647automatic loading and execution of scripts. Multiple entries may be delimited
27648by the host platform path separator in use.
27649@end table
27650
27651This variable defaults to what @code{--with-auto-load-dir} has been configured
27652to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
27653substitution applies the same as for @ref{set auto-load scripts-directory}.
27654The default @code{set auto-load safe-path} value can be also overriden by
27655@value{GDBN} configuration option @option{--with-auto-load-safe-path}.
27656
27657Setting this variable to @file{/} disables this security protection,
27658corresponding @value{GDBN} configuration option is
27659@option{--without-auto-load-safe-path}.
27660This variable is supposed to be set to the system directories writable by the
27661system superuser only. Users can add their source directories in init files in
27662their home directories (@pxref{Home Directory Init File}). See also deprecated
27663init file in the current directory
27664(@pxref{Init File in the Current Directory during Startup}).
27665
27666To force @value{GDBN} to load the files it declined to load in the previous
27667example, you could use one of the following ways:
27668
27669@table @asis
27670@item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
27671Specify this trusted directory (or a file) as additional component of the list.
27672You have to specify also any existing directories displayed by
27673by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
27674
27675@item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
27676Specify this directory as in the previous case but just for a single
27677@value{GDBN} session.
27678
27679@item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
27680Disable auto-loading safety for a single @value{GDBN} session.
27681This assumes all the files you debug during this @value{GDBN} session will come
27682from trusted sources.
27683
27684@item @kbd{./configure --without-auto-load-safe-path}
27685During compilation of @value{GDBN} you may disable any auto-loading safety.
27686This assumes all the files you will ever debug with this @value{GDBN} come from
27687trusted sources.
27688@end table
27689
27690On the other hand you can also explicitly forbid automatic files loading which
27691also suppresses any such warning messages:
27692
27693@table @asis
27694@item @kbd{gdb -iex "set auto-load no" @dots{}}
27695You can use @value{GDBN} command-line option for a single @value{GDBN} session.
27696
27697@item @file{~/.gdbinit}: @samp{set auto-load no}
27698Disable auto-loading globally for the user
27699(@pxref{Home Directory Init File}). While it is improbable, you could also
27700use system init file instead (@pxref{System-wide configuration}).
27701@end table
27702
27703This setting applies to the file names as entered by user. If no entry matches
27704@value{GDBN} tries as a last resort to also resolve all the file names into
27705their canonical form (typically resolving symbolic links) and compare the
27706entries again. @value{GDBN} already canonicalizes most of the filenames on its
27707own before starting the comparison so a canonical form of directories is
27708recommended to be entered.
27709
27710@node Auto-loading verbose mode
27711@subsection Displaying files tried for auto-load
27712@cindex auto-loading verbose mode
27713
27714For better visibility of all the file locations where you can place scripts to
27715be auto-loaded with inferior --- or to protect yourself against accidental
27716execution of untrusted scripts --- @value{GDBN} provides a feature for printing
27717all the files attempted to be loaded. Both existing and non-existing files may
27718be printed.
27719
27720For example the list of directories from which it is safe to auto-load files
27721(@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
27722may not be too obvious while setting it up.
27723
27724@smallexample
27725(@value{GDBP}) set debug auto-load on
27726(@value{GDBP}) file ~/src/t/true
27727auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
27728 for objfile "/tmp/true".
27729auto-load: Updating directories of "/usr:/opt".
27730auto-load: Using directory "/usr".
27731auto-load: Using directory "/opt".
27732warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
27733 by your `auto-load safe-path' set to "/usr:/opt".
27734@end smallexample
27735
27736@table @code
27737@anchor{set debug auto-load}
27738@kindex set debug auto-load
27739@item set debug auto-load [on|off]
27740Set whether to print the filenames attempted to be auto-loaded.
27741
27742@anchor{show debug auto-load}
27743@kindex show debug auto-load
27744@item show debug auto-load
27745Show whether printing of the filenames attempted to be auto-loaded is turned
27746on or off.
27747@end table
27748
27749@node Messages/Warnings
27750@section Optional Warnings and Messages
27751
27752@cindex verbose operation
27753@cindex optional warnings
27754By default, @value{GDBN} is silent about its inner workings. If you are
27755running on a slow machine, you may want to use the @code{set verbose}
27756command. This makes @value{GDBN} tell you when it does a lengthy
27757internal operation, so you will not think it has crashed.
27758
27759Currently, the messages controlled by @code{set verbose} are those
27760which announce that the symbol table for a source file is being read;
27761see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
27762
27763@table @code
27764@kindex set verbose
27765@item set verbose on
27766Enables @value{GDBN} output of certain informational messages.
27767
27768@item set verbose off
27769Disables @value{GDBN} output of certain informational messages.
27770
27771@kindex show verbose
27772@item show verbose
27773Displays whether @code{set verbose} is on or off.
27774@end table
27775
27776By default, if @value{GDBN} encounters bugs in the symbol table of an
27777object file, it is silent; but if you are debugging a compiler, you may
27778find this information useful (@pxref{Symbol Errors, ,Errors Reading
27779Symbol Files}).
27780
27781@table @code
27782
27783@kindex set complaints
27784@item set complaints @var{limit}
27785Permits @value{GDBN} to output @var{limit} complaints about each type of
27786unusual symbols before becoming silent about the problem. Set
27787@var{limit} to zero to suppress all complaints; set it to a large number
27788to prevent complaints from being suppressed.
27789
27790@kindex show complaints
27791@item show complaints
27792Displays how many symbol complaints @value{GDBN} is permitted to produce.
27793
27794@end table
27795
27796@anchor{confirmation requests}
27797By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
27798lot of stupid questions to confirm certain commands. For example, if
27799you try to run a program which is already running:
27800
27801@smallexample
27802(@value{GDBP}) run
27803The program being debugged has been started already.
27804Start it from the beginning? (y or n)
27805@end smallexample
27806
27807If you are willing to unflinchingly face the consequences of your own
27808commands, you can disable this ``feature'':
27809
27810@table @code
27811
27812@kindex set confirm
27813@cindex flinching
27814@cindex confirmation
27815@cindex stupid questions
27816@item set confirm off
27817Disables confirmation requests. Note that running @value{GDBN} with
27818the @option{--batch} option (@pxref{Mode Options, -batch}) also
27819automatically disables confirmation requests.
27820
27821@item set confirm on
27822Enables confirmation requests (the default).
27823
27824@kindex show confirm
27825@item show confirm
27826Displays state of confirmation requests.
27827
27828@end table
27829
27830@cindex command tracing
27831If you need to debug user-defined commands or sourced files you may find it
27832useful to enable @dfn{command tracing}. In this mode each command will be
27833printed as it is executed, prefixed with one or more @samp{+} symbols, the
27834quantity denoting the call depth of each command.
27835
27836@table @code
27837@kindex set trace-commands
27838@cindex command scripts, debugging
27839@item set trace-commands on
27840Enable command tracing.
27841@item set trace-commands off
27842Disable command tracing.
27843@item show trace-commands
27844Display the current state of command tracing.
27845@end table
27846
27847@node Debugging Output
27848@section Optional Messages about Internal Happenings
27849@cindex optional debugging messages
27850
27851@value{GDBN} has commands that enable optional debugging messages from
27852various @value{GDBN} subsystems; normally these commands are of
27853interest to @value{GDBN} maintainers, or when reporting a bug. This
27854section documents those commands.
27855
27856@table @code
27857@kindex set exec-done-display
27858@item set exec-done-display
27859Turns on or off the notification of asynchronous commands'
27860completion. When on, @value{GDBN} will print a message when an
27861asynchronous command finishes its execution. The default is off.
27862@kindex show exec-done-display
27863@item show exec-done-display
27864Displays the current setting of asynchronous command completion
27865notification.
27866@kindex set debug
27867@cindex ARM AArch64
27868@item set debug aarch64
27869Turns on or off display of debugging messages related to ARM AArch64.
27870The default is off.
27871@kindex show debug
27872@item show debug aarch64
27873Displays the current state of displaying debugging messages related to
27874ARM AArch64.
27875@cindex gdbarch debugging info
27876@cindex architecture debugging info
27877@item set debug arch
27878Turns on or off display of gdbarch debugging info. The default is off
27879@item show debug arch
27880Displays the current state of displaying gdbarch debugging info.
27881@item set debug aix-solib
27882@cindex AIX shared library debugging
27883Control display of debugging messages from the AIX shared library
27884support module. The default is off.
27885@item show debug aix-thread
27886Show the current state of displaying AIX shared library debugging messages.
27887@item set debug aix-thread
27888@cindex AIX threads
27889Display debugging messages about inner workings of the AIX thread
27890module.
27891@item show debug aix-thread
27892Show the current state of AIX thread debugging info display.
27893@item set debug check-physname
27894@cindex physname
27895Check the results of the ``physname'' computation. When reading DWARF
27896debugging information for C@t{++}, @value{GDBN} attempts to compute
27897each entity's name. @value{GDBN} can do this computation in two
27898different ways, depending on exactly what information is present.
27899When enabled, this setting causes @value{GDBN} to compute the names
27900both ways and display any discrepancies.
27901@item show debug check-physname
27902Show the current state of ``physname'' checking.
27903@item set debug coff-pe-read
27904@cindex COFF/PE exported symbols
27905Control display of debugging messages related to reading of COFF/PE
27906exported symbols. The default is off.
27907@item show debug coff-pe-read
27908Displays the current state of displaying debugging messages related to
27909reading of COFF/PE exported symbols.
27910@item set debug dwarf-die
27911@cindex DWARF DIEs
27912Dump DWARF DIEs after they are read in.
27913The value is the number of nesting levels to print.
27914A value of zero turns off the display.
27915@item show debug dwarf-die
27916Show the current state of DWARF DIE debugging.
27917@item set debug dwarf-line
27918@cindex DWARF Line Tables
27919Turns on or off display of debugging messages related to reading
27920DWARF line tables. The default is 0 (off).
27921A value of 1 provides basic information.
27922A value greater than 1 provides more verbose information.
27923@item show debug dwarf-line
27924Show the current state of DWARF line table debugging.
27925@item set debug dwarf-read
27926@cindex DWARF Reading
27927Turns on or off display of debugging messages related to reading
27928DWARF debug info. The default is 0 (off).
27929A value of 1 provides basic information.
27930A value greater than 1 provides more verbose information.
27931@item show debug dwarf-read
27932Show the current state of DWARF reader debugging.
27933@item set debug displaced
27934@cindex displaced stepping debugging info
27935Turns on or off display of @value{GDBN} debugging info for the
27936displaced stepping support. The default is off.
27937@item show debug displaced
27938Displays the current state of displaying @value{GDBN} debugging info
27939related to displaced stepping.
27940@item set debug event
27941@cindex event debugging info
27942Turns on or off display of @value{GDBN} event debugging info. The
27943default is off.
27944@item show debug event
27945Displays the current state of displaying @value{GDBN} event debugging
27946info.
27947@item set debug expression
27948@cindex expression debugging info
27949Turns on or off display of debugging info about @value{GDBN}
27950expression parsing. The default is off.
27951@item show debug expression
27952Displays the current state of displaying debugging info about
27953@value{GDBN} expression parsing.
27954@item set debug fbsd-lwp
27955@cindex FreeBSD LWP debug messages
27956Turns on or off debugging messages from the FreeBSD LWP debug support.
27957@item show debug fbsd-lwp
27958Show the current state of FreeBSD LWP debugging messages.
27959@item set debug fbsd-nat
27960@cindex FreeBSD native target debug messages
27961Turns on or off debugging messages from the FreeBSD native target.
27962@item show debug fbsd-nat
27963Show the current state of FreeBSD native target debugging messages.
27964@item set debug frame
27965@cindex frame debugging info
27966Turns on or off display of @value{GDBN} frame debugging info. The
27967default is off.
27968@item show debug frame
27969Displays the current state of displaying @value{GDBN} frame debugging
27970info.
27971@item set debug gnu-nat
27972@cindex @sc{gnu}/Hurd debug messages
27973Turn on or off debugging messages from the @sc{gnu}/Hurd debug support.
27974@item show debug gnu-nat
27975Show the current state of @sc{gnu}/Hurd debugging messages.
27976@item set debug infrun
27977@cindex inferior debugging info
27978Turns on or off display of @value{GDBN} debugging info for running the inferior.
27979The default is off. @file{infrun.c} contains GDB's runtime state machine used
27980for implementing operations such as single-stepping the inferior.
27981@item show debug infrun
27982Displays the current state of @value{GDBN} inferior debugging.
27983@item set debug jit
27984@cindex just-in-time compilation, debugging messages
27985Turn on or off debugging messages from JIT debug support.
27986@item show debug jit
27987Displays the current state of @value{GDBN} JIT debugging.
27988@item set debug lin-lwp
27989@cindex @sc{gnu}/Linux LWP debug messages
27990@cindex Linux lightweight processes
27991Turn on or off debugging messages from the Linux LWP debug support.
27992@item show debug lin-lwp
27993Show the current state of Linux LWP debugging messages.
27994@item set debug linux-namespaces
27995@cindex @sc{gnu}/Linux namespaces debug messages
27996Turn on or off debugging messages from the Linux namespaces debug support.
27997@item show debug linux-namespaces
27998Show the current state of Linux namespaces debugging messages.
27999@item set debug mach-o
28000@cindex Mach-O symbols processing
28001Control display of debugging messages related to Mach-O symbols
28002processing. The default is off.
28003@item show debug mach-o
28004Displays the current state of displaying debugging messages related to
28005reading of COFF/PE exported symbols.
28006@item set debug notification
28007@cindex remote async notification debugging info
28008Turn on or off debugging messages about remote async notification.
28009The default is off.
28010@item show debug notification
28011Displays the current state of remote async notification debugging messages.
28012@item set debug observer
28013@cindex observer debugging info
28014Turns on or off display of @value{GDBN} observer debugging. This
28015includes info such as the notification of observable events.
28016@item show debug observer
28017Displays the current state of observer debugging.
28018@item set debug overload
28019@cindex C@t{++} overload debugging info
28020Turns on or off display of @value{GDBN} C@t{++} overload debugging
28021info. This includes info such as ranking of functions, etc. The default
28022is off.
28023@item show debug overload
28024Displays the current state of displaying @value{GDBN} C@t{++} overload
28025debugging info.
28026@cindex expression parser, debugging info
28027@cindex debug expression parser
28028@item set debug parser
28029Turns on or off the display of expression parser debugging output.
28030Internally, this sets the @code{yydebug} variable in the expression
28031parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
28032details. The default is off.
28033@item show debug parser
28034Show the current state of expression parser debugging.
28035@cindex packets, reporting on stdout
28036@cindex serial connections, debugging
28037@cindex debug remote protocol
28038@cindex remote protocol debugging
28039@cindex display remote packets
28040@item set debug remote
28041Turns on or off display of reports on all packets sent back and forth across
28042the serial line to the remote machine. The info is printed on the
28043@value{GDBN} standard output stream. The default is off.
28044@item show debug remote
28045Displays the state of display of remote packets.
28046
28047@item set debug remote-packet-max-chars
28048Sets the maximum number of characters to display for each remote packet when
28049@code{set debug remote} is on. This is useful to prevent @value{GDBN} from
28050displaying lengthy remote packets and polluting the console.
28051
28052The default value is @code{512}, which means @value{GDBN} will truncate each
28053remote packet after 512 bytes.
28054
28055Setting this option to @code{unlimited} will disable truncation and will output
28056the full length of the remote packets.
28057@item show debug remote-packet-max-chars
28058Displays the number of bytes to output for remote packet debugging.
28059
28060@item set debug separate-debug-file
28061Turns on or off display of debug output about separate debug file search.
28062@item show debug separate-debug-file
28063Displays the state of separate debug file search debug output.
28064
28065@item set debug serial
28066Turns on or off display of @value{GDBN} serial debugging info. The
28067default is off.
28068@item show debug serial
28069Displays the current state of displaying @value{GDBN} serial debugging
28070info.
28071@item set debug solib-frv
28072@cindex FR-V shared-library debugging
28073Turn on or off debugging messages for FR-V shared-library code.
28074@item show debug solib-frv
28075Display the current state of FR-V shared-library code debugging
28076messages.
28077@item set debug symbol-lookup
28078@cindex symbol lookup
28079Turns on or off display of debugging messages related to symbol lookup.
28080The default is 0 (off).
28081A value of 1 provides basic information.
28082A value greater than 1 provides more verbose information.
28083@item show debug symbol-lookup
28084Show the current state of symbol lookup debugging messages.
28085@item set debug symfile
28086@cindex symbol file functions
28087Turns on or off display of debugging messages related to symbol file functions.
28088The default is off. @xref{Files}.
28089@item show debug symfile
28090Show the current state of symbol file debugging messages.
28091@item set debug symtab-create
28092@cindex symbol table creation
28093Turns on or off display of debugging messages related to symbol table creation.
28094The default is 0 (off).
28095A value of 1 provides basic information.
28096A value greater than 1 provides more verbose information.
28097@item show debug symtab-create
28098Show the current state of symbol table creation debugging.
28099@item set debug target
28100@cindex target debugging info
28101Turns on or off display of @value{GDBN} target debugging info. This info
28102includes what is going on at the target level of GDB, as it happens. The
28103default is 0. Set it to 1 to track events, and to 2 to also track the
28104value of large memory transfers.
28105@item show debug target
28106Displays the current state of displaying @value{GDBN} target debugging
28107info.
28108@item set debug timestamp
28109@cindex timestamping debugging info
28110Turns on or off display of timestamps with @value{GDBN} debugging info.
28111When enabled, seconds and microseconds are displayed before each debugging
28112message.
28113@item show debug timestamp
28114Displays the current state of displaying timestamps with @value{GDBN}
28115debugging info.
28116@item set debug varobj
28117@cindex variable object debugging info
28118Turns on or off display of @value{GDBN} variable object debugging
28119info. The default is off.
28120@item show debug varobj
28121Displays the current state of displaying @value{GDBN} variable object
28122debugging info.
28123@item set debug xml
28124@cindex XML parser debugging
28125Turn on or off debugging messages for built-in XML parsers.
28126@item show debug xml
28127Displays the current state of XML debugging messages.
28128@end table
28129
28130@node Other Misc Settings
28131@section Other Miscellaneous Settings
28132@cindex miscellaneous settings
28133
28134@table @code
28135@kindex set interactive-mode
28136@item set interactive-mode
28137If @code{on}, forces @value{GDBN} to assume that GDB was started
28138in a terminal. In practice, this means that @value{GDBN} should wait
28139for the user to answer queries generated by commands entered at
28140the command prompt. If @code{off}, forces @value{GDBN} to operate
28141in the opposite mode, and it uses the default answers to all queries.
28142If @code{auto} (the default), @value{GDBN} tries to determine whether
28143its standard input is a terminal, and works in interactive-mode if it
28144is, non-interactively otherwise.
28145
28146In the vast majority of cases, the debugger should be able to guess
28147correctly which mode should be used. But this setting can be useful
28148in certain specific cases, such as running a MinGW @value{GDBN}
28149inside a cygwin window.
28150
28151@kindex show interactive-mode
28152@item show interactive-mode
28153Displays whether the debugger is operating in interactive mode or not.
28154@end table
28155
28156@node Extending GDB
28157@chapter Extending @value{GDBN}
28158@cindex extending GDB
28159
28160@value{GDBN} provides several mechanisms for extension.
28161@value{GDBN} also provides the ability to automatically load
28162extensions when it reads a file for debugging. This allows the
28163user to automatically customize @value{GDBN} for the program
28164being debugged.
28165
28166@menu
28167* Sequences:: Canned Sequences of @value{GDBN} Commands
28168* Python:: Extending @value{GDBN} using Python
28169* Guile:: Extending @value{GDBN} using Guile
28170* Auto-loading extensions:: Automatically loading extensions
28171* Multiple Extension Languages:: Working with multiple extension languages
28172* Aliases:: Creating new spellings of existing commands
28173@end menu
28174
28175To facilitate the use of extension languages, @value{GDBN} is capable
28176of evaluating the contents of a file. When doing so, @value{GDBN}
28177can recognize which extension language is being used by looking at
28178the filename extension. Files with an unrecognized filename extension
28179are always treated as a @value{GDBN} Command Files.
28180@xref{Command Files,, Command files}.
28181
28182You can control how @value{GDBN} evaluates these files with the following
28183setting:
28184
28185@table @code
28186@kindex set script-extension
28187@kindex show script-extension
28188@item set script-extension off
28189All scripts are always evaluated as @value{GDBN} Command Files.
28190
28191@item set script-extension soft
28192The debugger determines the scripting language based on filename
28193extension. If this scripting language is supported, @value{GDBN}
28194evaluates the script using that language. Otherwise, it evaluates
28195the file as a @value{GDBN} Command File.
28196
28197@item set script-extension strict
28198The debugger determines the scripting language based on filename
28199extension, and evaluates the script using that language. If the
28200language is not supported, then the evaluation fails.
28201
28202@item show script-extension
28203Display the current value of the @code{script-extension} option.
28204
28205@end table
28206
28207@ifset SYSTEM_GDBINIT_DIR
28208This setting is not used for files in the system-wide gdbinit directory.
28209Files in that directory must have an extension matching their language,
28210or have a @file{.gdb} extension to be interpreted as regular @value{GDBN}
28211commands. @xref{Startup}.
28212@end ifset
28213
28214@node Sequences
28215@section Canned Sequences of Commands
28216
28217Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
28218Command Lists}), @value{GDBN} provides two ways to store sequences of
28219commands for execution as a unit: user-defined commands and command
28220files.
28221
28222@menu
28223* Define:: How to define your own commands
28224* Hooks:: Hooks for user-defined commands
28225* Command Files:: How to write scripts of commands to be stored in a file
28226* Output:: Commands for controlled output
28227* Auto-loading sequences:: Controlling auto-loaded command files
28228@end menu
28229
28230@node Define
28231@subsection User-defined Commands
28232
28233@cindex user-defined command
28234@cindex arguments, to user-defined commands
28235A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
28236which you assign a new name as a command. This is done with the
28237@code{define} command. User commands may accept an unlimited number of arguments
28238separated by whitespace. Arguments are accessed within the user command
28239via @code{$arg0@dots{}$argN}. A trivial example:
28240
28241@smallexample
28242define adder
28243 print $arg0 + $arg1 + $arg2
28244end
28245@end smallexample
28246
28247@noindent
28248To execute the command use:
28249
28250@smallexample
28251adder 1 2 3
28252@end smallexample
28253
28254@noindent
28255This defines the command @code{adder}, which prints the sum of
28256its three arguments. Note the arguments are text substitutions, so they may
28257reference variables, use complex expressions, or even perform inferior
28258functions calls.
28259
28260@cindex argument count in user-defined commands
28261@cindex how many arguments (user-defined commands)
28262In addition, @code{$argc} may be used to find out how many arguments have
28263been passed.
28264
28265@smallexample
28266define adder
28267 if $argc == 2
28268 print $arg0 + $arg1
28269 end
28270 if $argc == 3
28271 print $arg0 + $arg1 + $arg2
28272 end
28273end
28274@end smallexample
28275
28276Combining with the @code{eval} command (@pxref{eval}) makes it easier
28277to process a variable number of arguments:
28278
28279@smallexample
28280define adder
28281 set $i = 0
28282 set $sum = 0
28283 while $i < $argc
28284 eval "set $sum = $sum + $arg%d", $i
28285 set $i = $i + 1
28286 end
28287 print $sum
28288end
28289@end smallexample
28290
28291@table @code
28292
28293@kindex define
28294@item define @var{commandname}
28295Define a command named @var{commandname}. If there is already a command
28296by that name, you are asked to confirm that you want to redefine it.
28297The argument @var{commandname} may be a bare command name consisting of letters,
28298numbers, dashes, dots, and underscores. It may also start with any
28299predefined or user-defined prefix command.
28300For example, @samp{define target my-target} creates
28301a user-defined @samp{target my-target} command.
28302
28303The definition of the command is made up of other @value{GDBN} command lines,
28304which are given following the @code{define} command. The end of these
28305commands is marked by a line containing @code{end}.
28306
28307@kindex document
28308@kindex end@r{ (user-defined commands)}
28309@item document @var{commandname}
28310Document the user-defined command @var{commandname}, so that it can be
28311accessed by @code{help}. The command @var{commandname} must already be
28312defined. This command reads lines of documentation just as @code{define}
28313reads the lines of the command definition, ending with @code{end}.
28314After the @code{document} command is finished, @code{help} on command
28315@var{commandname} displays the documentation you have written.
28316
28317You may use the @code{document} command again to change the
28318documentation of a command. Redefining the command with @code{define}
28319does not change the documentation.
28320
28321@kindex define-prefix
28322@item define-prefix @var{commandname}
28323Define or mark the command @var{commandname} as a user-defined prefix
28324command. Once marked, @var{commandname} can be used as prefix command
28325by the @code{define} command.
28326Note that @code{define-prefix} can be used with a not yet defined
28327@var{commandname}. In such a case, @var{commandname} is defined as
28328an empty user-defined command.
28329In case you redefine a command that was marked as a user-defined
28330prefix command, the subcommands of the redefined command are kept
28331(and @value{GDBN} indicates so to the user).
28332
28333Example:
28334@example
28335(@value{GDBP}) define-prefix abc
28336(@value{GDBP}) define-prefix abc def
28337(@value{GDBP}) define abc def
28338Type commands for definition of "abc def".
28339End with a line saying just "end".
28340>echo command initial def\n
28341>end
28342(@value{GDBP}) define abc def ghi
28343Type commands for definition of "abc def ghi".
28344End with a line saying just "end".
28345>echo command ghi\n
28346>end
28347(@value{GDBP}) define abc def
28348Keeping subcommands of prefix command "def".
28349Redefine command "def"? (y or n) y
28350Type commands for definition of "abc def".
28351End with a line saying just "end".
28352>echo command def\n
28353>end
28354(@value{GDBP}) abc def ghi
28355command ghi
28356(@value{GDBP}) abc def
28357command def
28358(@value{GDBP})
28359@end example
28360
28361@kindex dont-repeat
28362@cindex don't repeat command
28363@item dont-repeat
28364Used inside a user-defined command, this tells @value{GDBN} that this
28365command should not be repeated when the user hits @key{RET}
28366(@pxref{Command Syntax, repeat last command}).
28367
28368@kindex help user-defined
28369@item help user-defined
28370List all user-defined commands and all python commands defined in class
28371COMMAND_USER. The first line of the documentation or docstring is
28372included (if any).
28373
28374@kindex show user
28375@item show user
28376@itemx show user @var{commandname}
28377Display the @value{GDBN} commands used to define @var{commandname} (but
28378not its documentation). If no @var{commandname} is given, display the
28379definitions for all user-defined commands.
28380This does not work for user-defined python commands.
28381
28382@cindex infinite recursion in user-defined commands
28383@kindex show max-user-call-depth
28384@kindex set max-user-call-depth
28385@item show max-user-call-depth
28386@itemx set max-user-call-depth
28387The value of @code{max-user-call-depth} controls how many recursion
28388levels are allowed in user-defined commands before @value{GDBN} suspects an
28389infinite recursion and aborts the command.
28390This does not apply to user-defined python commands.
28391@end table
28392
28393In addition to the above commands, user-defined commands frequently
28394use control flow commands, described in @ref{Command Files}.
28395
28396When user-defined commands are executed, the
28397commands of the definition are not printed. An error in any command
28398stops execution of the user-defined command.
28399
28400If used interactively, commands that would ask for confirmation proceed
28401without asking when used inside a user-defined command. Many @value{GDBN}
28402commands that normally print messages to say what they are doing omit the
28403messages when used in a user-defined command.
28404
28405@node Hooks
28406@subsection User-defined Command Hooks
28407@cindex command hooks
28408@cindex hooks, for commands
28409@cindex hooks, pre-command
28410
28411@kindex hook
28412You may define @dfn{hooks}, which are a special kind of user-defined
28413command. Whenever you run the command @samp{foo}, if the user-defined
28414command @samp{hook-foo} exists, it is executed (with no arguments)
28415before that command.
28416
28417@cindex hooks, post-command
28418@kindex hookpost
28419A hook may also be defined which is run after the command you executed.
28420Whenever you run the command @samp{foo}, if the user-defined command
28421@samp{hookpost-foo} exists, it is executed (with no arguments) after
28422that command. Post-execution hooks may exist simultaneously with
28423pre-execution hooks, for the same command.
28424
28425It is valid for a hook to call the command which it hooks. If this
28426occurs, the hook is not re-executed, thereby avoiding infinite recursion.
28427
28428@c It would be nice if hookpost could be passed a parameter indicating
28429@c if the command it hooks executed properly or not. FIXME!
28430
28431@kindex stop@r{, a pseudo-command}
28432In addition, a pseudo-command, @samp{stop} exists. Defining
28433(@samp{hook-stop}) makes the associated commands execute every time
28434execution stops in your program: before breakpoint commands are run,
28435displays are printed, or the stack frame is printed.
28436
28437For example, to ignore @code{SIGALRM} signals while
28438single-stepping, but treat them normally during normal execution,
28439you could define:
28440
28441@smallexample
28442define hook-stop
28443handle SIGALRM nopass
28444end
28445
28446define hook-run
28447handle SIGALRM pass
28448end
28449
28450define hook-continue
28451handle SIGALRM pass
28452end
28453@end smallexample
28454
28455As a further example, to hook at the beginning and end of the @code{echo}
28456command, and to add extra text to the beginning and end of the message,
28457you could define:
28458
28459@smallexample
28460define hook-echo
28461echo <<<---
28462end
28463
28464define hookpost-echo
28465echo --->>>\n
28466end
28467
28468(@value{GDBP}) echo Hello World
28469<<<---Hello World--->>>
28470(@value{GDBP})
28471
28472@end smallexample
28473
28474You can define a hook for any single-word command in @value{GDBN}, but
28475not for command aliases; you should define a hook for the basic command
28476name, e.g.@: @code{backtrace} rather than @code{bt}.
28477@c FIXME! So how does Joe User discover whether a command is an alias
28478@c or not?
28479You can hook a multi-word command by adding @code{hook-} or
28480@code{hookpost-} to the last word of the command, e.g.@:
28481@samp{define target hook-remote} to add a hook to @samp{target remote}.
28482
28483If an error occurs during the execution of your hook, execution of
28484@value{GDBN} commands stops and @value{GDBN} issues a prompt
28485(before the command that you actually typed had a chance to run).
28486
28487If you try to define a hook which does not match any known command, you
28488get a warning from the @code{define} command.
28489
28490@node Command Files
28491@subsection Command Files
28492
28493@cindex command files
28494@cindex scripting commands
28495A command file for @value{GDBN} is a text file made of lines that are
28496@value{GDBN} commands. Comments (lines starting with @kbd{#}) may
28497also be included. An empty line in a command file does nothing; it
28498does not mean to repeat the last command, as it would from the
28499terminal.
28500
28501You can request the execution of a command file with the @code{source}
28502command. Note that the @code{source} command is also used to evaluate
28503scripts that are not Command Files. The exact behavior can be configured
28504using the @code{script-extension} setting.
28505@xref{Extending GDB,, Extending GDB}.
28506
28507@table @code
28508@kindex source
28509@cindex execute commands from a file
28510@item source [-s] [-v] @var{filename}
28511Execute the command file @var{filename}.
28512@end table
28513
28514The lines in a command file are generally executed sequentially,
28515unless the order of execution is changed by one of the
28516@emph{flow-control commands} described below. The commands are not
28517printed as they are executed. An error in any command terminates
28518execution of the command file and control is returned to the console.
28519
28520@value{GDBN} first searches for @var{filename} in the current directory.
28521If the file is not found there, and @var{filename} does not specify a
28522directory, then @value{GDBN} also looks for the file on the source search path
28523(specified with the @samp{directory} command);
28524except that @file{$cdir} is not searched because the compilation directory
28525is not relevant to scripts.
28526
28527If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
28528on the search path even if @var{filename} specifies a directory.
28529The search is done by appending @var{filename} to each element of the
28530search path. So, for example, if @var{filename} is @file{mylib/myscript}
28531and the search path contains @file{/home/user} then @value{GDBN} will
28532look for the script @file{/home/user/mylib/myscript}.
28533The search is also done if @var{filename} is an absolute path.
28534For example, if @var{filename} is @file{/tmp/myscript} and
28535the search path contains @file{/home/user} then @value{GDBN} will
28536look for the script @file{/home/user/tmp/myscript}.
28537For DOS-like systems, if @var{filename} contains a drive specification,
28538it is stripped before concatenation. For example, if @var{filename} is
28539@file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
28540will look for the script @file{c:/tmp/myscript}.
28541
28542If @code{-v}, for verbose mode, is given then @value{GDBN} displays
28543each command as it is executed. The option must be given before
28544@var{filename}, and is interpreted as part of the filename anywhere else.
28545
28546Commands that would ask for confirmation if used interactively proceed
28547without asking when used in a command file. Many @value{GDBN} commands that
28548normally print messages to say what they are doing omit the messages
28549when called from command files.
28550
28551@value{GDBN} also accepts command input from standard input. In this
28552mode, normal output goes to standard output and error output goes to
28553standard error. Errors in a command file supplied on standard input do
28554not terminate execution of the command file---execution continues with
28555the next command.
28556
28557@smallexample
28558gdb < cmds > log 2>&1
28559@end smallexample
28560
28561(The syntax above will vary depending on the shell used.) This example
28562will execute commands from the file @file{cmds}. All output and errors
28563would be directed to @file{log}.
28564
28565Since commands stored on command files tend to be more general than
28566commands typed interactively, they frequently need to deal with
28567complicated situations, such as different or unexpected values of
28568variables and symbols, changes in how the program being debugged is
28569built, etc. @value{GDBN} provides a set of flow-control commands to
28570deal with these complexities. Using these commands, you can write
28571complex scripts that loop over data structures, execute commands
28572conditionally, etc.
28573
28574@table @code
28575@kindex if
28576@kindex else
28577@item if
28578@itemx else
28579This command allows to include in your script conditionally executed
28580commands. The @code{if} command takes a single argument, which is an
28581expression to evaluate. It is followed by a series of commands that
28582are executed only if the expression is true (its value is nonzero).
28583There can then optionally be an @code{else} line, followed by a series
28584of commands that are only executed if the expression was false. The
28585end of the list is marked by a line containing @code{end}.
28586
28587@kindex while
28588@item while
28589This command allows to write loops. Its syntax is similar to
28590@code{if}: the command takes a single argument, which is an expression
28591to evaluate, and must be followed by the commands to execute, one per
28592line, terminated by an @code{end}. These commands are called the
28593@dfn{body} of the loop. The commands in the body of @code{while} are
28594executed repeatedly as long as the expression evaluates to true.
28595
28596@kindex loop_break
28597@item loop_break
28598This command exits the @code{while} loop in whose body it is included.
28599Execution of the script continues after that @code{while}s @code{end}
28600line.
28601
28602@kindex loop_continue
28603@item loop_continue
28604This command skips the execution of the rest of the body of commands
28605in the @code{while} loop in whose body it is included. Execution
28606branches to the beginning of the @code{while} loop, where it evaluates
28607the controlling expression.
28608
28609@kindex end@r{ (if/else/while commands)}
28610@item end
28611Terminate the block of commands that are the body of @code{if},
28612@code{else}, or @code{while} flow-control commands.
28613@end table
28614
28615
28616@node Output
28617@subsection Commands for Controlled Output
28618
28619During the execution of a command file or a user-defined command, normal
28620@value{GDBN} output is suppressed; the only output that appears is what is
28621explicitly printed by the commands in the definition. This section
28622describes three commands useful for generating exactly the output you
28623want.
28624
28625@table @code
28626@kindex echo
28627@item echo @var{text}
28628@c I do not consider backslash-space a standard C escape sequence
28629@c because it is not in ANSI.
28630Print @var{text}. Nonprinting characters can be included in
28631@var{text} using C escape sequences, such as @samp{\n} to print a
28632newline. @strong{No newline is printed unless you specify one.}
28633In addition to the standard C escape sequences, a backslash followed
28634by a space stands for a space. This is useful for displaying a
28635string with spaces at the beginning or the end, since leading and
28636trailing spaces are otherwise trimmed from all arguments.
28637To print @samp{@w{ }and foo =@w{ }}, use the command
28638@samp{echo \@w{ }and foo = \@w{ }}.
28639
28640A backslash at the end of @var{text} can be used, as in C, to continue
28641the command onto subsequent lines. For example,
28642
28643@smallexample
28644echo This is some text\n\
28645which is continued\n\
28646onto several lines.\n
28647@end smallexample
28648
28649produces the same output as
28650
28651@smallexample
28652echo This is some text\n
28653echo which is continued\n
28654echo onto several lines.\n
28655@end smallexample
28656
28657@kindex output
28658@item output @var{expression}
28659Print the value of @var{expression} and nothing but that value: no
28660newlines, no @samp{$@var{nn} = }. The value is not entered in the
28661value history either. @xref{Expressions, ,Expressions}, for more information
28662on expressions.
28663
28664@item output/@var{fmt} @var{expression}
28665Print the value of @var{expression} in format @var{fmt}. You can use
28666the same formats as for @code{print}. @xref{Output Formats,,Output
28667Formats}, for more information.
28668
28669@kindex printf
28670@item printf @var{template}, @var{expressions}@dots{}
28671Print the values of one or more @var{expressions} under the control of
28672the string @var{template}. To print several values, make
28673@var{expressions} be a comma-separated list of individual expressions,
28674which may be either numbers or pointers. Their values are printed as
28675specified by @var{template}, exactly as a C program would do by
28676executing the code below:
28677
28678@smallexample
28679printf (@var{template}, @var{expressions}@dots{});
28680@end smallexample
28681
28682As in @code{C} @code{printf}, ordinary characters in @var{template}
28683are printed verbatim, while @dfn{conversion specification} introduced
28684by the @samp{%} character cause subsequent @var{expressions} to be
28685evaluated, their values converted and formatted according to type and
28686style information encoded in the conversion specifications, and then
28687printed.
28688
28689For example, you can print two values in hex like this:
28690
28691@smallexample
28692printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
28693@end smallexample
28694
28695@code{printf} supports all the standard @code{C} conversion
28696specifications, including the flags and modifiers between the @samp{%}
28697character and the conversion letter, with the following exceptions:
28698
28699@itemize @bullet
28700@item
28701The argument-ordering modifiers, such as @samp{2$}, are not supported.
28702
28703@item
28704The modifier @samp{*} is not supported for specifying precision or
28705width.
28706
28707@item
28708The @samp{'} flag (for separation of digits into groups according to
28709@code{LC_NUMERIC'}) is not supported.
28710
28711@item
28712The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
28713supported.
28714
28715@item
28716The conversion letter @samp{n} (as in @samp{%n}) is not supported.
28717
28718@item
28719The conversion letters @samp{a} and @samp{A} are not supported.
28720@end itemize
28721
28722@noindent
28723Note that the @samp{ll} type modifier is supported only if the
28724underlying @code{C} implementation used to build @value{GDBN} supports
28725the @code{long long int} type, and the @samp{L} type modifier is
28726supported only if @code{long double} type is available.
28727
28728As in @code{C}, @code{printf} supports simple backslash-escape
28729sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
28730@samp{\a}, and @samp{\f}, that consist of backslash followed by a
28731single character. Octal and hexadecimal escape sequences are not
28732supported.
28733
28734Additionally, @code{printf} supports conversion specifications for DFP
28735(@dfn{Decimal Floating Point}) types using the following length modifiers
28736together with a floating point specifier.
28737letters:
28738
28739@itemize @bullet
28740@item
28741@samp{H} for printing @code{Decimal32} types.
28742
28743@item
28744@samp{D} for printing @code{Decimal64} types.
28745
28746@item
28747@samp{DD} for printing @code{Decimal128} types.
28748@end itemize
28749
28750If the underlying @code{C} implementation used to build @value{GDBN} has
28751support for the three length modifiers for DFP types, other modifiers
28752such as width and precision will also be available for @value{GDBN} to use.
28753
28754In case there is no such @code{C} support, no additional modifiers will be
28755available and the value will be printed in the standard way.
28756
28757Here's an example of printing DFP types using the above conversion letters:
28758@smallexample
28759printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
28760@end smallexample
28761
28762@anchor{eval}
28763@kindex eval
28764@item eval @var{template}, @var{expressions}@dots{}
28765Convert the values of one or more @var{expressions} under the control of
28766the string @var{template} to a command line, and call it.
28767
28768@end table
28769
28770@node Auto-loading sequences
28771@subsection Controlling auto-loading native @value{GDBN} scripts
28772@cindex native script auto-loading
28773
28774When a new object file is read (for example, due to the @code{file}
28775command, or because the inferior has loaded a shared library),
28776@value{GDBN} will look for the command file @file{@var{objfile}-gdb.gdb}.
28777@xref{Auto-loading extensions}.
28778
28779Auto-loading can be enabled or disabled,
28780and the list of auto-loaded scripts can be printed.
28781
28782@table @code
28783@anchor{set auto-load gdb-scripts}
28784@kindex set auto-load gdb-scripts
28785@item set auto-load gdb-scripts [on|off]
28786Enable or disable the auto-loading of canned sequences of commands scripts.
28787
28788@anchor{show auto-load gdb-scripts}
28789@kindex show auto-load gdb-scripts
28790@item show auto-load gdb-scripts
28791Show whether auto-loading of canned sequences of commands scripts is enabled or
28792disabled.
28793
28794@anchor{info auto-load gdb-scripts}
28795@kindex info auto-load gdb-scripts
28796@cindex print list of auto-loaded canned sequences of commands scripts
28797@item info auto-load gdb-scripts [@var{regexp}]
28798Print the list of all canned sequences of commands scripts that @value{GDBN}
28799auto-loaded.
28800@end table
28801
28802If @var{regexp} is supplied only canned sequences of commands scripts with
28803matching names are printed.
28804
28805@c Python docs live in a separate file.
28806@include python.texi
28807
28808@c Guile docs live in a separate file.
28809@include guile.texi
28810
28811@node Auto-loading extensions
28812@section Auto-loading extensions
28813@cindex auto-loading extensions
28814
28815@value{GDBN} provides two mechanisms for automatically loading extensions
28816when a new object file is read (for example, due to the @code{file}
28817command, or because the inferior has loaded a shared library):
28818@file{@var{objfile}-gdb.@var{ext}} and the @code{.debug_gdb_scripts}
28819section of modern file formats like ELF.
28820
28821@menu
28822* objfile-gdb.ext file: objfile-gdbdotext file. The @file{@var{objfile}-gdb.@var{ext}} file
28823* .debug_gdb_scripts section: dotdebug_gdb_scripts section. The @code{.debug_gdb_scripts} section
28824* Which flavor to choose?::
28825@end menu
28826
28827The auto-loading feature is useful for supplying application-specific
28828debugging commands and features.
28829
28830Auto-loading can be enabled or disabled,
28831and the list of auto-loaded scripts can be printed.
28832See the @samp{auto-loading} section of each extension language
28833for more information.
28834For @value{GDBN} command files see @ref{Auto-loading sequences}.
28835For Python files see @ref{Python Auto-loading}.
28836
28837Note that loading of this script file also requires accordingly configured
28838@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28839
28840@node objfile-gdbdotext file
28841@subsection The @file{@var{objfile}-gdb.@var{ext}} file
28842@cindex @file{@var{objfile}-gdb.gdb}
28843@cindex @file{@var{objfile}-gdb.py}
28844@cindex @file{@var{objfile}-gdb.scm}
28845
28846When a new object file is read, @value{GDBN} looks for a file named
28847@file{@var{objfile}-gdb.@var{ext}} (we call it @var{script-name} below),
28848where @var{objfile} is the object file's name and
28849where @var{ext} is the file extension for the extension language:
28850
28851@table @code
28852@item @file{@var{objfile}-gdb.gdb}
28853GDB's own command language
28854@item @file{@var{objfile}-gdb.py}
28855Python
28856@item @file{@var{objfile}-gdb.scm}
28857Guile
28858@end table
28859
28860@var{script-name} is formed by ensuring that the file name of @var{objfile}
28861is absolute, following all symlinks, and resolving @code{.} and @code{..}
28862components, and appending the @file{-gdb.@var{ext}} suffix.
28863If this file exists and is readable, @value{GDBN} will evaluate it as a
28864script in the specified extension language.
28865
28866If this file does not exist, then @value{GDBN} will look for
28867@var{script-name} file in all of the directories as specified below.
28868
28869Note that loading of these files requires an accordingly configured
28870@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28871
28872For object files using @file{.exe} suffix @value{GDBN} tries to load first the
28873scripts normally according to its @file{.exe} filename. But if no scripts are
28874found @value{GDBN} also tries script filenames matching the object file without
28875its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
28876is attempted on any platform. This makes the script filenames compatible
28877between Unix and MS-Windows hosts.
28878
28879@table @code
28880@anchor{set auto-load scripts-directory}
28881@kindex set auto-load scripts-directory
28882@item set auto-load scripts-directory @r{[}@var{directories}@r{]}
28883Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
28884may be delimited by the host platform path separator in use
28885(@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
28886
28887Each entry here needs to be covered also by the security setting
28888@code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
28889
28890@anchor{with-auto-load-dir}
28891This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
28892@code{set auto-load safe-path} value can be also overriden by @value{GDBN}
28893configuration option @option{--with-auto-load-dir}.
28894
28895Any reference to @file{$debugdir} will get replaced by
28896@var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
28897reference to @file{$datadir} will get replaced by @var{data-directory} which is
28898determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
28899@file{$datadir} must be placed as a directory component --- either alone or
28900delimited by @file{/} or @file{\} directory separators, depending on the host
28901platform.
28902
28903The list of directories uses path separator (@samp{:} on GNU and Unix
28904systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
28905to the @env{PATH} environment variable.
28906
28907@anchor{show auto-load scripts-directory}
28908@kindex show auto-load scripts-directory
28909@item show auto-load scripts-directory
28910Show @value{GDBN} auto-loaded scripts location.
28911
28912@anchor{add-auto-load-scripts-directory}
28913@kindex add-auto-load-scripts-directory
28914@item add-auto-load-scripts-directory @r{[}@var{directories}@dots{}@r{]}
28915Add an entry (or list of entries) to the list of auto-loaded scripts locations.
28916Multiple entries may be delimited by the host platform path separator in use.
28917@end table
28918
28919@value{GDBN} does not track which files it has already auto-loaded this way.
28920@value{GDBN} will load the associated script every time the corresponding
28921@var{objfile} is opened.
28922So your @file{-gdb.@var{ext}} file should be careful to avoid errors if it
28923is evaluated more than once.
28924
28925@node dotdebug_gdb_scripts section
28926@subsection The @code{.debug_gdb_scripts} section
28927@cindex @code{.debug_gdb_scripts} section
28928
28929For systems using file formats like ELF and COFF,
28930when @value{GDBN} loads a new object file
28931it will look for a special section named @code{.debug_gdb_scripts}.
28932If this section exists, its contents is a list of null-terminated entries
28933specifying scripts to load. Each entry begins with a non-null prefix byte that
28934specifies the kind of entry, typically the extension language and whether the
28935script is in a file or inlined in @code{.debug_gdb_scripts}.
28936
28937The following entries are supported:
28938
28939@table @code
28940@item SECTION_SCRIPT_ID_PYTHON_FILE = 1
28941@item SECTION_SCRIPT_ID_SCHEME_FILE = 3
28942@item SECTION_SCRIPT_ID_PYTHON_TEXT = 4
28943@item SECTION_SCRIPT_ID_SCHEME_TEXT = 6
28944@end table
28945
28946@subsubsection Script File Entries
28947
28948If the entry specifies a file, @value{GDBN} will look for the file first
28949in the current directory and then along the source search path
28950(@pxref{Source Path, ,Specifying Source Directories}),
28951except that @file{$cdir} is not searched, since the compilation
28952directory is not relevant to scripts.
28953
28954File entries can be placed in section @code{.debug_gdb_scripts} with,
28955for example, this GCC macro for Python scripts.
28956
28957@example
28958/* Note: The "MS" section flags are to remove duplicates. */
28959#define DEFINE_GDB_PY_SCRIPT(script_name) \
28960 asm("\
28961.pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
28962.byte 1 /* Python */\n\
28963.asciz \"" script_name "\"\n\
28964.popsection \n\
28965");
28966@end example
28967
28968@noindent
28969For Guile scripts, replace @code{.byte 1} with @code{.byte 3}.
28970Then one can reference the macro in a header or source file like this:
28971
28972@example
28973DEFINE_GDB_PY_SCRIPT ("my-app-scripts.py")
28974@end example
28975
28976The script name may include directories if desired.
28977
28978Note that loading of this script file also requires accordingly configured
28979@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28980
28981If the macro invocation is put in a header, any application or library
28982using this header will get a reference to the specified script,
28983and with the use of @code{"MS"} attributes on the section, the linker
28984will remove duplicates.
28985
28986@subsubsection Script Text Entries
28987
28988Script text entries allow to put the executable script in the entry
28989itself instead of loading it from a file.
28990The first line of the entry, everything after the prefix byte and up to
28991the first newline (@code{0xa}) character, is the script name, and must not
28992contain any kind of space character, e.g., spaces or tabs.
28993The rest of the entry, up to the trailing null byte, is the script to
28994execute in the specified language. The name needs to be unique among
28995all script names, as @value{GDBN} executes each script only once based
28996on its name.
28997
28998Here is an example from file @file{py-section-script.c} in the @value{GDBN}
28999testsuite.
29000
29001@example
29002#include "symcat.h"
29003#include "gdb/section-scripts.h"
29004asm(
29005".pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n"
29006".byte " XSTRING (SECTION_SCRIPT_ID_PYTHON_TEXT) "\n"
29007".ascii \"gdb.inlined-script\\n\"\n"
29008".ascii \"class test_cmd (gdb.Command):\\n\"\n"
29009".ascii \" def __init__ (self):\\n\"\n"
29010".ascii \" super (test_cmd, self).__init__ ("
29011 "\\\"test-cmd\\\", gdb.COMMAND_OBSCURE)\\n\"\n"
29012".ascii \" def invoke (self, arg, from_tty):\\n\"\n"
29013".ascii \" print (\\\"test-cmd output, arg = %s\\\" % arg)\\n\"\n"
29014".ascii \"test_cmd ()\\n\"\n"
29015".byte 0\n"
29016".popsection\n"
29017);
29018@end example
29019
29020Loading of inlined scripts requires a properly configured
29021@code{auto-load safe-path} (@pxref{Auto-loading safe path}).
29022The path to specify in @code{auto-load safe-path} is the path of the file
29023containing the @code{.debug_gdb_scripts} section.
29024
29025@node Which flavor to choose?
29026@subsection Which flavor to choose?
29027
29028Given the multiple ways of auto-loading extensions, it might not always
29029be clear which one to choose. This section provides some guidance.
29030
29031@noindent
29032Benefits of the @file{-gdb.@var{ext}} way:
29033
29034@itemize @bullet
29035@item
29036Can be used with file formats that don't support multiple sections.
29037
29038@item
29039Ease of finding scripts for public libraries.
29040
29041Scripts specified in the @code{.debug_gdb_scripts} section are searched for
29042in the source search path.
29043For publicly installed libraries, e.g., @file{libstdc++}, there typically
29044isn't a source directory in which to find the script.
29045
29046@item
29047Doesn't require source code additions.
29048@end itemize
29049
29050@noindent
29051Benefits of the @code{.debug_gdb_scripts} way:
29052
29053@itemize @bullet
29054@item
29055Works with static linking.
29056
29057Scripts for libraries done the @file{-gdb.@var{ext}} way require an objfile to
29058trigger their loading. When an application is statically linked the only
29059objfile available is the executable, and it is cumbersome to attach all the
29060scripts from all the input libraries to the executable's
29061@file{-gdb.@var{ext}} script.
29062
29063@item
29064Works with classes that are entirely inlined.
29065
29066Some classes can be entirely inlined, and thus there may not be an associated
29067shared library to attach a @file{-gdb.@var{ext}} script to.
29068
29069@item
29070Scripts needn't be copied out of the source tree.
29071
29072In some circumstances, apps can be built out of large collections of internal
29073libraries, and the build infrastructure necessary to install the
29074@file{-gdb.@var{ext}} scripts in a place where @value{GDBN} can find them is
29075cumbersome. It may be easier to specify the scripts in the
29076@code{.debug_gdb_scripts} section as relative paths, and add a path to the
29077top of the source tree to the source search path.
29078@end itemize
29079
29080@node Multiple Extension Languages
29081@section Multiple Extension Languages
29082
29083The Guile and Python extension languages do not share any state,
29084and generally do not interfere with each other.
29085There are some things to be aware of, however.
29086
29087@subsection Python comes first
29088
29089Python was @value{GDBN}'s first extension language, and to avoid breaking
29090existing behaviour Python comes first. This is generally solved by the
29091``first one wins'' principle. @value{GDBN} maintains a list of enabled
29092extension languages, and when it makes a call to an extension language,
29093(say to pretty-print a value), it tries each in turn until an extension
29094language indicates it has performed the request (e.g., has returned the
29095pretty-printed form of a value).
29096This extends to errors while performing such requests: If an error happens
29097while, for example, trying to pretty-print an object then the error is
29098reported and any following extension languages are not tried.
29099
29100@node Aliases
29101@section Creating new spellings of existing commands
29102@cindex aliases for commands
29103
29104It is often useful to define alternate spellings of existing commands.
29105For example, if a new @value{GDBN} command defined in Python has
29106a long name to type, it is handy to have an abbreviated version of it
29107that involves less typing.
29108
29109@value{GDBN} itself uses aliases. For example @samp{s} is an alias
29110of the @samp{step} command even though it is otherwise an ambiguous
29111abbreviation of other commands like @samp{set} and @samp{show}.
29112
29113Aliases are also used to provide shortened or more common versions
29114of multi-word commands. For example, @value{GDBN} provides the
29115@samp{tty} alias of the @samp{set inferior-tty} command.
29116
29117You can define a new alias with the @samp{alias} command.
29118
29119@table @code
29120
29121@kindex alias
29122@item alias [-a] [--] @var{ALIAS} = @var{COMMAND}
29123
29124@end table
29125
29126@var{ALIAS} specifies the name of the new alias.
29127Each word of @var{ALIAS} must consist of letters, numbers, dashes and
29128underscores.
29129
29130@var{COMMAND} specifies the name of an existing command
29131that is being aliased.
29132
29133The @samp{-a} option specifies that the new alias is an abbreviation
29134of the command. Abbreviations are not shown in command
29135lists displayed by the @samp{help} command.
29136
29137The @samp{--} option specifies the end of options,
29138and is useful when @var{ALIAS} begins with a dash.
29139
29140Here is a simple example showing how to make an abbreviation
29141of a command so that there is less to type.
29142Suppose you were tired of typing @samp{disas}, the current
29143shortest unambiguous abbreviation of the @samp{disassemble} command
29144and you wanted an even shorter version named @samp{di}.
29145The following will accomplish this.
29146
29147@smallexample
29148(@value{GDBP}) alias -a di = disas
29149@end smallexample
29150
29151Note that aliases are different from user-defined commands.
29152With a user-defined command, you also need to write documentation
29153for it with the @samp{document} command.
29154An alias automatically picks up the documentation of the existing command.
29155
29156Here is an example where we make @samp{elms} an abbreviation of
29157@samp{elements} in the @samp{set print elements} command.
29158This is to show that you can make an abbreviation of any part
29159of a command.
29160
29161@smallexample
29162(@value{GDBP}) alias -a set print elms = set print elements
29163(@value{GDBP}) alias -a show print elms = show print elements
29164(@value{GDBP}) set p elms 20
29165(@value{GDBP}) show p elms
29166Limit on string chars or array elements to print is 200.
29167@end smallexample
29168
29169Note that if you are defining an alias of a @samp{set} command,
29170and you want to have an alias for the corresponding @samp{show}
29171command, then you need to define the latter separately.
29172
29173Unambiguously abbreviated commands are allowed in @var{COMMAND} and
29174@var{ALIAS}, just as they are normally.
29175
29176@smallexample
29177(@value{GDBP}) alias -a set pr elms = set p ele
29178@end smallexample
29179
29180Finally, here is an example showing the creation of a one word
29181alias for a more complex command.
29182This creates alias @samp{spe} of the command @samp{set print elements}.
29183
29184@smallexample
29185(@value{GDBP}) alias spe = set print elements
29186(@value{GDBP}) spe 20
29187@end smallexample
29188
29189@node Interpreters
29190@chapter Command Interpreters
29191@cindex command interpreters
29192
29193@value{GDBN} supports multiple command interpreters, and some command
29194infrastructure to allow users or user interface writers to switch
29195between interpreters or run commands in other interpreters.
29196
29197@value{GDBN} currently supports two command interpreters, the console
29198interpreter (sometimes called the command-line interpreter or @sc{cli})
29199and the machine interface interpreter (or @sc{gdb/mi}). This manual
29200describes both of these interfaces in great detail.
29201
29202By default, @value{GDBN} will start with the console interpreter.
29203However, the user may choose to start @value{GDBN} with another
29204interpreter by specifying the @option{-i} or @option{--interpreter}
29205startup options. Defined interpreters include:
29206
29207@table @code
29208@item console
29209@cindex console interpreter
29210The traditional console or command-line interpreter. This is the most often
29211used interpreter with @value{GDBN}. With no interpreter specified at runtime,
29212@value{GDBN} will use this interpreter.
29213
29214@item mi
29215@cindex mi interpreter
29216The newest @sc{gdb/mi} interface (currently @code{mi3}). Used primarily
29217by programs wishing to use @value{GDBN} as a backend for a debugger GUI
29218or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
29219Interface}.
29220
29221@item mi3
29222@cindex mi3 interpreter
29223The @sc{gdb/mi} interface introduced in @value{GDBN} 9.1.
29224
29225@item mi2
29226@cindex mi2 interpreter
29227The @sc{gdb/mi} interface introduced in @value{GDBN} 6.0.
29228
29229@item mi1
29230@cindex mi1 interpreter
29231The @sc{gdb/mi} interface introduced in @value{GDBN} 5.1.
29232
29233@end table
29234
29235@cindex invoke another interpreter
29236
29237@kindex interpreter-exec
29238You may execute commands in any interpreter from the current
29239interpreter using the appropriate command. If you are running the
29240console interpreter, simply use the @code{interpreter-exec} command:
29241
29242@smallexample
29243interpreter-exec mi "-data-list-register-names"
29244@end smallexample
29245
29246@sc{gdb/mi} has a similar command, although it is only available in versions of
29247@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
29248
29249Note that @code{interpreter-exec} only changes the interpreter for the
29250duration of the specified command. It does not change the interpreter
29251permanently.
29252
29253@cindex start a new independent interpreter
29254
29255Although you may only choose a single interpreter at startup, it is
29256possible to run an independent interpreter on a specified input/output
29257device (usually a tty).
29258
29259For example, consider a debugger GUI or IDE that wants to provide a
29260@value{GDBN} console view. It may do so by embedding a terminal
29261emulator widget in its GUI, starting @value{GDBN} in the traditional
29262command-line mode with stdin/stdout/stderr redirected to that
29263terminal, and then creating an MI interpreter running on a specified
29264input/output device. The console interpreter created by @value{GDBN}
29265at startup handles commands the user types in the terminal widget,
29266while the GUI controls and synchronizes state with @value{GDBN} using
29267the separate MI interpreter.
29268
29269To start a new secondary @dfn{user interface} running MI, use the
29270@code{new-ui} command:
29271
29272@kindex new-ui
29273@cindex new user interface
29274@smallexample
29275new-ui @var{interpreter} @var{tty}
29276@end smallexample
29277
29278The @var{interpreter} parameter specifies the interpreter to run.
29279This accepts the same values as the @code{interpreter-exec} command.
29280For example, @samp{console}, @samp{mi}, @samp{mi2}, etc. The
29281@var{tty} parameter specifies the name of the bidirectional file the
29282interpreter uses for input/output, usually the name of a
29283pseudoterminal slave on Unix systems. For example:
29284
29285@smallexample
29286(@value{GDBP}) new-ui mi /dev/pts/9
29287@end smallexample
29288
29289@noindent
29290runs an MI interpreter on @file{/dev/pts/9}.
29291
29292@node TUI
29293@chapter @value{GDBN} Text User Interface
29294@cindex TUI
29295@cindex Text User Interface
29296
29297@menu
29298* TUI Overview:: TUI overview
29299* TUI Keys:: TUI key bindings
29300* TUI Single Key Mode:: TUI single key mode
29301* TUI Commands:: TUI-specific commands
29302* TUI Configuration:: TUI configuration variables
29303@end menu
29304
29305The @value{GDBN} Text User Interface (TUI) is a terminal
29306interface which uses the @code{curses} library to show the source
29307file, the assembly output, the program registers and @value{GDBN}
29308commands in separate text windows. The TUI mode is supported only
29309on platforms where a suitable version of the @code{curses} library
29310is available.
29311
29312The TUI mode is enabled by default when you invoke @value{GDBN} as
29313@samp{@value{GDBP} -tui}.
29314You can also switch in and out of TUI mode while @value{GDBN} runs by
29315using various TUI commands and key bindings, such as @command{tui
29316enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands}, and
29317@ref{TUI Keys, ,TUI Key Bindings}.
29318
29319@node TUI Overview
29320@section TUI Overview
29321
29322In TUI mode, @value{GDBN} can display several text windows:
29323
29324@table @emph
29325@item command
29326This window is the @value{GDBN} command window with the @value{GDBN}
29327prompt and the @value{GDBN} output. The @value{GDBN} input is still
29328managed using readline.
29329
29330@item source
29331The source window shows the source file of the program. The current
29332line and active breakpoints are displayed in this window.
29333
29334@item assembly
29335The assembly window shows the disassembly output of the program.
29336
29337@item register
29338This window shows the processor registers. Registers are highlighted
29339when their values change.
29340@end table
29341
29342The source and assembly windows show the current program position
29343by highlighting the current line and marking it with a @samp{>} marker.
29344Breakpoints are indicated with two markers. The first marker
29345indicates the breakpoint type:
29346
29347@table @code
29348@item B
29349Breakpoint which was hit at least once.
29350
29351@item b
29352Breakpoint which was never hit.
29353
29354@item H
29355Hardware breakpoint which was hit at least once.
29356
29357@item h
29358Hardware breakpoint which was never hit.
29359@end table
29360
29361The second marker indicates whether the breakpoint is enabled or not:
29362
29363@table @code
29364@item +
29365Breakpoint is enabled.
29366
29367@item -
29368Breakpoint is disabled.
29369@end table
29370
29371The source, assembly and register windows are updated when the current
29372thread changes, when the frame changes, or when the program counter
29373changes.
29374
29375These windows are not all visible at the same time. The command
29376window is always visible. The others can be arranged in several
29377layouts:
29378
29379@itemize @bullet
29380@item
29381source only,
29382
29383@item
29384assembly only,
29385
29386@item
29387source and assembly,
29388
29389@item
29390source and registers, or
29391
29392@item
29393assembly and registers.
29394@end itemize
29395
29396A status line above the command window shows the following information:
29397
29398@table @emph
29399@item target
29400Indicates the current @value{GDBN} target.
29401(@pxref{Targets, ,Specifying a Debugging Target}).
29402
29403@item process
29404Gives the current process or thread number.
29405When no process is being debugged, this field is set to @code{No process}.
29406
29407@item function
29408Gives the current function name for the selected frame.
29409The name is demangled if demangling is turned on (@pxref{Print Settings}).
29410When there is no symbol corresponding to the current program counter,
29411the string @code{??} is displayed.
29412
29413@item line
29414Indicates the current line number for the selected frame.
29415When the current line number is not known, the string @code{??} is displayed.
29416
29417@item pc
29418Indicates the current program counter address.
29419@end table
29420
29421@node TUI Keys
29422@section TUI Key Bindings
29423@cindex TUI key bindings
29424
29425The TUI installs several key bindings in the readline keymaps
29426@ifset SYSTEM_READLINE
29427(@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
29428@end ifset
29429@ifclear SYSTEM_READLINE
29430(@pxref{Command Line Editing}).
29431@end ifclear
29432The following key bindings are installed for both TUI mode and the
29433@value{GDBN} standard mode.
29434
29435@table @kbd
29436@kindex C-x C-a
29437@item C-x C-a
29438@kindex C-x a
29439@itemx C-x a
29440@kindex C-x A
29441@itemx C-x A
29442Enter or leave the TUI mode. When leaving the TUI mode,
29443the curses window management stops and @value{GDBN} operates using
29444its standard mode, writing on the terminal directly. When reentering
29445the TUI mode, control is given back to the curses windows.
29446The screen is then refreshed.
29447
29448This key binding uses the bindable Readline function
29449@code{tui-switch-mode}.
29450
29451@kindex C-x 1
29452@item C-x 1
29453Use a TUI layout with only one window. The layout will
29454either be @samp{source} or @samp{assembly}. When the TUI mode
29455is not active, it will switch to the TUI mode.
29456
29457Think of this key binding as the Emacs @kbd{C-x 1} binding.
29458
29459This key binding uses the bindable Readline function
29460@code{tui-delete-other-windows}.
29461
29462@kindex C-x 2
29463@item C-x 2
29464Use a TUI layout with at least two windows. When the current
29465layout already has two windows, the next layout with two windows is used.
29466When a new layout is chosen, one window will always be common to the
29467previous layout and the new one.
29468
29469Think of it as the Emacs @kbd{C-x 2} binding.
29470
29471This key binding uses the bindable Readline function
29472@code{tui-change-windows}.
29473
29474@kindex C-x o
29475@item C-x o
29476Change the active window. The TUI associates several key bindings
29477(like scrolling and arrow keys) with the active window. This command
29478gives the focus to the next TUI window.
29479
29480Think of it as the Emacs @kbd{C-x o} binding.
29481
29482This key binding uses the bindable Readline function
29483@code{tui-other-window}.
29484
29485@kindex C-x s
29486@item C-x s
29487Switch in and out of the TUI SingleKey mode that binds single
29488keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
29489
29490This key binding uses the bindable Readline function
29491@code{next-keymap}.
29492@end table
29493
29494The following key bindings only work in the TUI mode:
29495
29496@table @asis
29497@kindex PgUp
29498@item @key{PgUp}
29499Scroll the active window one page up.
29500
29501@kindex PgDn
29502@item @key{PgDn}
29503Scroll the active window one page down.
29504
29505@kindex Up
29506@item @key{Up}
29507Scroll the active window one line up.
29508
29509@kindex Down
29510@item @key{Down}
29511Scroll the active window one line down.
29512
29513@kindex Left
29514@item @key{Left}
29515Scroll the active window one column left.
29516
29517@kindex Right
29518@item @key{Right}
29519Scroll the active window one column right.
29520
29521@kindex C-L
29522@item @kbd{C-L}
29523Refresh the screen.
29524@end table
29525
29526Because the arrow keys scroll the active window in the TUI mode, they
29527are not available for their normal use by readline unless the command
29528window has the focus. When another window is active, you must use
29529other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
29530and @kbd{C-f} to control the command window.
29531
29532@node TUI Single Key Mode
29533@section TUI Single Key Mode
29534@cindex TUI single key mode
29535
29536The TUI also provides a @dfn{SingleKey} mode, which binds several
29537frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
29538switch into this mode, where the following key bindings are used:
29539
29540@table @kbd
29541@kindex c @r{(SingleKey TUI key)}
29542@item c
29543continue
29544
29545@kindex d @r{(SingleKey TUI key)}
29546@item d
29547down
29548
29549@kindex f @r{(SingleKey TUI key)}
29550@item f
29551finish
29552
29553@kindex n @r{(SingleKey TUI key)}
29554@item n
29555next
29556
29557@kindex o @r{(SingleKey TUI key)}
29558@item o
29559nexti. The shortcut letter @samp{o} stands for ``step Over''.
29560
29561@kindex q @r{(SingleKey TUI key)}
29562@item q
29563exit the SingleKey mode.
29564
29565@kindex r @r{(SingleKey TUI key)}
29566@item r
29567run
29568
29569@kindex s @r{(SingleKey TUI key)}
29570@item s
29571step
29572
29573@kindex i @r{(SingleKey TUI key)}
29574@item i
29575stepi. The shortcut letter @samp{i} stands for ``step Into''.
29576
29577@kindex u @r{(SingleKey TUI key)}
29578@item u
29579up
29580
29581@kindex v @r{(SingleKey TUI key)}
29582@item v
29583info locals
29584
29585@kindex w @r{(SingleKey TUI key)}
29586@item w
29587where
29588@end table
29589
29590Other keys temporarily switch to the @value{GDBN} command prompt.
29591The key that was pressed is inserted in the editing buffer so that
29592it is possible to type most @value{GDBN} commands without interaction
29593with the TUI SingleKey mode. Once the command is entered the TUI
29594SingleKey mode is restored. The only way to permanently leave
29595this mode is by typing @kbd{q} or @kbd{C-x s}.
29596
29597@cindex SingleKey keymap name
29598If @value{GDBN} was built with Readline 8.0 or later, the TUI
29599SingleKey keymap will be named @samp{SingleKey}. This can be used in
29600@file{.inputrc} to add additional bindings to this keymap.
29601
29602@node TUI Commands
29603@section TUI-specific Commands
29604@cindex TUI commands
29605
29606The TUI has specific commands to control the text windows.
29607These commands are always available, even when @value{GDBN} is not in
29608the TUI mode. When @value{GDBN} is in the standard mode, most
29609of these commands will automatically switch to the TUI mode.
29610
29611Note that if @value{GDBN}'s @code{stdout} is not connected to a
29612terminal, or @value{GDBN} has been started with the machine interface
29613interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
29614these commands will fail with an error, because it would not be
29615possible or desirable to enable curses window management.
29616
29617@table @code
29618@item tui enable
29619@kindex tui enable
29620Activate TUI mode. The last active TUI window layout will be used if
29621TUI mode has previously been used in the current debugging session,
29622otherwise a default layout is used.
29623
29624@item tui disable
29625@kindex tui disable
29626Disable TUI mode, returning to the console interpreter.
29627
29628@item info win
29629@kindex info win
29630List and give the size of all displayed windows.
29631
29632@item layout @var{name}
29633@kindex layout
29634Changes which TUI windows are displayed. In each layout the command
29635window is always displayed, the @var{name} parameter controls which
29636additional windows are displayed, and can be any of the following:
29637
29638@table @code
29639@item next
29640Display the next layout.
29641
29642@item prev
29643Display the previous layout.
29644
29645@item src
29646Display the source and command windows.
29647
29648@item asm
29649Display the assembly and command windows.
29650
29651@item split
29652Display the source, assembly, and command windows.
29653
29654@item regs
29655When in @code{src} layout display the register, source, and command
29656windows. When in @code{asm} or @code{split} layout display the
29657register, assembler, and command windows.
29658@end table
29659
29660@item focus @var{name}
29661@kindex focus
29662Changes which TUI window is currently active for scrolling. The
29663@var{name} parameter can be any of the following:
29664
29665@table @code
29666@item next
29667Make the next window active for scrolling.
29668
29669@item prev
29670Make the previous window active for scrolling.
29671
29672@item src
29673Make the source window active for scrolling.
29674
29675@item asm
29676Make the assembly window active for scrolling.
29677
29678@item regs
29679Make the register window active for scrolling.
29680
29681@item cmd
29682Make the command window active for scrolling.
29683@end table
29684
29685@item refresh
29686@kindex refresh
29687Refresh the screen. This is similar to typing @kbd{C-L}.
29688
29689@item tui reg @var{group}
29690@kindex tui reg
29691Changes the register group displayed in the tui register window to
29692@var{group}. If the register window is not currently displayed this
29693command will cause the register window to be displayed. The list of
29694register groups, as well as their order is target specific. The
29695following groups are available on most targets:
29696@table @code
29697@item next
29698Repeatedly selecting this group will cause the display to cycle
29699through all of the available register groups.
29700
29701@item prev
29702Repeatedly selecting this group will cause the display to cycle
29703through all of the available register groups in the reverse order to
29704@var{next}.
29705
29706@item general
29707Display the general registers.
29708@item float
29709Display the floating point registers.
29710@item system
29711Display the system registers.
29712@item vector
29713Display the vector registers.
29714@item all
29715Display all registers.
29716@end table
29717
29718@item update
29719@kindex update
29720Update the source window and the current execution point.
29721
29722@item winheight @var{name} +@var{count}
29723@itemx winheight @var{name} -@var{count}
29724@kindex winheight
29725Change the height of the window @var{name} by @var{count}
29726lines. Positive counts increase the height, while negative counts
29727decrease it. The @var{name} parameter can be one of @code{src} (the
29728source window), @code{cmd} (the command window), @code{asm} (the
29729disassembly window), or @code{regs} (the register display window).
29730@end table
29731
29732@node TUI Configuration
29733@section TUI Configuration Variables
29734@cindex TUI configuration variables
29735
29736Several configuration variables control the appearance of TUI windows.
29737
29738@table @code
29739@item set tui border-kind @var{kind}
29740@kindex set tui border-kind
29741Select the border appearance for the source, assembly and register windows.
29742The possible values are the following:
29743@table @code
29744@item space
29745Use a space character to draw the border.
29746
29747@item ascii
29748Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
29749
29750@item acs
29751Use the Alternate Character Set to draw the border. The border is
29752drawn using character line graphics if the terminal supports them.
29753@end table
29754
29755@item set tui border-mode @var{mode}
29756@kindex set tui border-mode
29757@itemx set tui active-border-mode @var{mode}
29758@kindex set tui active-border-mode
29759Select the display attributes for the borders of the inactive windows
29760or the active window. The @var{mode} can be one of the following:
29761@table @code
29762@item normal
29763Use normal attributes to display the border.
29764
29765@item standout
29766Use standout mode.
29767
29768@item reverse
29769Use reverse video mode.
29770
29771@item half
29772Use half bright mode.
29773
29774@item half-standout
29775Use half bright and standout mode.
29776
29777@item bold
29778Use extra bright or bold mode.
29779
29780@item bold-standout
29781Use extra bright or bold and standout mode.
29782@end table
29783
29784@item set tui tab-width @var{nchars}
29785@kindex set tui tab-width
29786@kindex tabset
29787Set the width of tab stops to be @var{nchars} characters. This
29788setting affects the display of TAB characters in the source and
29789assembly windows.
29790
29791@item set tui compact-source @r{[}on@r{|}off@r{]}
29792@kindex set tui compact-source
29793Set whether the TUI source window is displayed in ``compact'' form.
29794The default display uses more space for line numbers and starts the
29795source text at the next tab stop; the compact display uses only as
29796much space as is needed for the line numbers in the current file, and
29797only a single space to separate the line numbers from the source.
29798@end table
29799
29800Note that the colors of the TUI borders can be controlled using the
29801appropriate @code{set style} commands. @xref{Output Styling}.
29802
29803@node Emacs
29804@chapter Using @value{GDBN} under @sc{gnu} Emacs
29805
29806@cindex Emacs
29807@cindex @sc{gnu} Emacs
29808A special interface allows you to use @sc{gnu} Emacs to view (and
29809edit) the source files for the program you are debugging with
29810@value{GDBN}.
29811
29812To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
29813executable file you want to debug as an argument. This command starts
29814@value{GDBN} as a subprocess of Emacs, with input and output through a newly
29815created Emacs buffer.
29816@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
29817
29818Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
29819things:
29820
29821@itemize @bullet
29822@item
29823All ``terminal'' input and output goes through an Emacs buffer, called
29824the GUD buffer.
29825
29826This applies both to @value{GDBN} commands and their output, and to the input
29827and output done by the program you are debugging.
29828
29829This is useful because it means that you can copy the text of previous
29830commands and input them again; you can even use parts of the output
29831in this way.
29832
29833All the facilities of Emacs' Shell mode are available for interacting
29834with your program. In particular, you can send signals the usual
29835way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
29836stop.
29837
29838@item
29839@value{GDBN} displays source code through Emacs.
29840
29841Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
29842source file for that frame and puts an arrow (@samp{=>}) at the
29843left margin of the current line. Emacs uses a separate buffer for
29844source display, and splits the screen to show both your @value{GDBN} session
29845and the source.
29846
29847Explicit @value{GDBN} @code{list} or search commands still produce output as
29848usual, but you probably have no reason to use them from Emacs.
29849@end itemize
29850
29851We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
29852a graphical mode, enabled by default, which provides further buffers
29853that can control the execution and describe the state of your program.
29854@xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
29855
29856If you specify an absolute file name when prompted for the @kbd{M-x
29857gdb} argument, then Emacs sets your current working directory to where
29858your program resides. If you only specify the file name, then Emacs
29859sets your current working directory to the directory associated
29860with the previous buffer. In this case, @value{GDBN} may find your
29861program by searching your environment's @code{PATH} variable, but on
29862some operating systems it might not find the source. So, although the
29863@value{GDBN} input and output session proceeds normally, the auxiliary
29864buffer does not display the current source and line of execution.
29865
29866The initial working directory of @value{GDBN} is printed on the top
29867line of the GUD buffer and this serves as a default for the commands
29868that specify files for @value{GDBN} to operate on. @xref{Files,
29869,Commands to Specify Files}.
29870
29871By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
29872need to call @value{GDBN} by a different name (for example, if you
29873keep several configurations around, with different names) you can
29874customize the Emacs variable @code{gud-gdb-command-name} to run the
29875one you want.
29876
29877In the GUD buffer, you can use these special Emacs commands in
29878addition to the standard Shell mode commands:
29879
29880@table @kbd
29881@item C-h m
29882Describe the features of Emacs' GUD Mode.
29883
29884@item C-c C-s
29885Execute to another source line, like the @value{GDBN} @code{step} command; also
29886update the display window to show the current file and location.
29887
29888@item C-c C-n
29889Execute to next source line in this function, skipping all function
29890calls, like the @value{GDBN} @code{next} command. Then update the display window
29891to show the current file and location.
29892
29893@item C-c C-i
29894Execute one instruction, like the @value{GDBN} @code{stepi} command; update
29895display window accordingly.
29896
29897@item C-c C-f
29898Execute until exit from the selected stack frame, like the @value{GDBN}
29899@code{finish} command.
29900
29901@item C-c C-r
29902Continue execution of your program, like the @value{GDBN} @code{continue}
29903command.
29904
29905@item C-c <
29906Go up the number of frames indicated by the numeric argument
29907(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
29908like the @value{GDBN} @code{up} command.
29909
29910@item C-c >
29911Go down the number of frames indicated by the numeric argument, like the
29912@value{GDBN} @code{down} command.
29913@end table
29914
29915In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
29916tells @value{GDBN} to set a breakpoint on the source line point is on.
29917
29918In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
29919separate frame which shows a backtrace when the GUD buffer is current.
29920Move point to any frame in the stack and type @key{RET} to make it
29921become the current frame and display the associated source in the
29922source buffer. Alternatively, click @kbd{Mouse-2} to make the
29923selected frame become the current one. In graphical mode, the
29924speedbar displays watch expressions.
29925
29926If you accidentally delete the source-display buffer, an easy way to get
29927it back is to type the command @code{f} in the @value{GDBN} buffer, to
29928request a frame display; when you run under Emacs, this recreates
29929the source buffer if necessary to show you the context of the current
29930frame.
29931
29932The source files displayed in Emacs are in ordinary Emacs buffers
29933which are visiting the source files in the usual way. You can edit
29934the files with these buffers if you wish; but keep in mind that @value{GDBN}
29935communicates with Emacs in terms of line numbers. If you add or
29936delete lines from the text, the line numbers that @value{GDBN} knows cease
29937to correspond properly with the code.
29938
29939A more detailed description of Emacs' interaction with @value{GDBN} is
29940given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
29941Emacs Manual}).
29942
29943@node GDB/MI
29944@chapter The @sc{gdb/mi} Interface
29945
29946@unnumberedsec Function and Purpose
29947
29948@cindex @sc{gdb/mi}, its purpose
29949@sc{gdb/mi} is a line based machine oriented text interface to
29950@value{GDBN} and is activated by specifying using the
29951@option{--interpreter} command line option (@pxref{Mode Options}). It
29952is specifically intended to support the development of systems which
29953use the debugger as just one small component of a larger system.
29954
29955This chapter is a specification of the @sc{gdb/mi} interface. It is written
29956in the form of a reference manual.
29957
29958Note that @sc{gdb/mi} is still under construction, so some of the
29959features described below are incomplete and subject to change
29960(@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
29961
29962@unnumberedsec Notation and Terminology
29963
29964@cindex notational conventions, for @sc{gdb/mi}
29965This chapter uses the following notation:
29966
29967@itemize @bullet
29968@item
29969@code{|} separates two alternatives.
29970
29971@item
29972@code{[ @var{something} ]} indicates that @var{something} is optional:
29973it may or may not be given.
29974
29975@item
29976@code{( @var{group} )*} means that @var{group} inside the parentheses
29977may repeat zero or more times.
29978
29979@item
29980@code{( @var{group} )+} means that @var{group} inside the parentheses
29981may repeat one or more times.
29982
29983@item
29984@code{"@var{string}"} means a literal @var{string}.
29985@end itemize
29986
29987@ignore
29988@heading Dependencies
29989@end ignore
29990
29991@menu
29992* GDB/MI General Design::
29993* GDB/MI Command Syntax::
29994* GDB/MI Compatibility with CLI::
29995* GDB/MI Development and Front Ends::
29996* GDB/MI Output Records::
29997* GDB/MI Simple Examples::
29998* GDB/MI Command Description Format::
29999* GDB/MI Breakpoint Commands::
30000* GDB/MI Catchpoint Commands::
30001* GDB/MI Program Context::
30002* GDB/MI Thread Commands::
30003* GDB/MI Ada Tasking Commands::
30004* GDB/MI Program Execution::
30005* GDB/MI Stack Manipulation::
30006* GDB/MI Variable Objects::
30007* GDB/MI Data Manipulation::
30008* GDB/MI Tracepoint Commands::
30009* GDB/MI Symbol Query::
30010* GDB/MI File Commands::
30011@ignore
30012* GDB/MI Kod Commands::
30013* GDB/MI Memory Overlay Commands::
30014* GDB/MI Signal Handling Commands::
30015@end ignore
30016* GDB/MI Target Manipulation::
30017* GDB/MI File Transfer Commands::
30018* GDB/MI Ada Exceptions Commands::
30019* GDB/MI Support Commands::
30020* GDB/MI Miscellaneous Commands::
30021@end menu
30022
30023@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30024@node GDB/MI General Design
30025@section @sc{gdb/mi} General Design
30026@cindex GDB/MI General Design
30027
30028Interaction of a @sc{GDB/MI} frontend with @value{GDBN} involves three
30029parts---commands sent to @value{GDBN}, responses to those commands
30030and notifications. Each command results in exactly one response,
30031indicating either successful completion of the command, or an error.
30032For the commands that do not resume the target, the response contains the
30033requested information. For the commands that resume the target, the
30034response only indicates whether the target was successfully resumed.
30035Notifications is the mechanism for reporting changes in the state of the
30036target, or in @value{GDBN} state, that cannot conveniently be associated with
30037a command and reported as part of that command response.
30038
30039The important examples of notifications are:
30040@itemize @bullet
30041
30042@item
30043Exec notifications. These are used to report changes in
30044target state---when a target is resumed, or stopped. It would not
30045be feasible to include this information in response of resuming
30046commands, because one resume commands can result in multiple events in
30047different threads. Also, quite some time may pass before any event
30048happens in the target, while a frontend needs to know whether the resuming
30049command itself was successfully executed.
30050
30051@item
30052Console output, and status notifications. Console output
30053notifications are used to report output of CLI commands, as well as
30054diagnostics for other commands. Status notifications are used to
30055report the progress of a long-running operation. Naturally, including
30056this information in command response would mean no output is produced
30057until the command is finished, which is undesirable.
30058
30059@item
30060General notifications. Commands may have various side effects on
30061the @value{GDBN} or target state beyond their official purpose. For example,
30062a command may change the selected thread. Although such changes can
30063be included in command response, using notification allows for more
30064orthogonal frontend design.
30065
30066@end itemize
30067
30068There's no guarantee that whenever an MI command reports an error,
30069@value{GDBN} or the target are in any specific state, and especially,
30070the state is not reverted to the state before the MI command was
30071processed. Therefore, whenever an MI command results in an error,
30072we recommend that the frontend refreshes all the information shown in
30073the user interface.
30074
30075
30076@menu
30077* Context management::
30078* Asynchronous and non-stop modes::
30079* Thread groups::
30080@end menu
30081
30082@node Context management
30083@subsection Context management
30084
30085@subsubsection Threads and Frames
30086
30087In most cases when @value{GDBN} accesses the target, this access is
30088done in context of a specific thread and frame (@pxref{Frames}).
30089Often, even when accessing global data, the target requires that a thread
30090be specified. The CLI interface maintains the selected thread and frame,
30091and supplies them to target on each command. This is convenient,
30092because a command line user would not want to specify that information
30093explicitly on each command, and because user interacts with
30094@value{GDBN} via a single terminal, so no confusion is possible as
30095to what thread and frame are the current ones.
30096
30097In the case of MI, the concept of selected thread and frame is less
30098useful. First, a frontend can easily remember this information
30099itself. Second, a graphical frontend can have more than one window,
30100each one used for debugging a different thread, and the frontend might
30101want to access additional threads for internal purposes. This
30102increases the risk that by relying on implicitly selected thread, the
30103frontend may be operating on a wrong one. Therefore, each MI command
30104should explicitly specify which thread and frame to operate on. To
30105make it possible, each MI command accepts the @samp{--thread} and
30106@samp{--frame} options, the value to each is @value{GDBN} global
30107identifier for thread and frame to operate on.
30108
30109Usually, each top-level window in a frontend allows the user to select
30110a thread and a frame, and remembers the user selection for further
30111operations. However, in some cases @value{GDBN} may suggest that the
30112current thread or frame be changed. For example, when stopping on a
30113breakpoint it is reasonable to switch to the thread where breakpoint is
30114hit. For another example, if the user issues the CLI @samp{thread} or
30115@samp{frame} commands via the frontend, it is desirable to change the
30116frontend's selection to the one specified by user. @value{GDBN}
30117communicates the suggestion to change current thread and frame using the
30118@samp{=thread-selected} notification.
30119
30120Note that historically, MI shares the selected thread with CLI, so
30121frontends used the @code{-thread-select} to execute commands in the
30122right context. However, getting this to work right is cumbersome. The
30123simplest way is for frontend to emit @code{-thread-select} command
30124before every command. This doubles the number of commands that need
30125to be sent. The alternative approach is to suppress @code{-thread-select}
30126if the selected thread in @value{GDBN} is supposed to be identical to the
30127thread the frontend wants to operate on. However, getting this
30128optimization right can be tricky. In particular, if the frontend
30129sends several commands to @value{GDBN}, and one of the commands changes the
30130selected thread, then the behaviour of subsequent commands will
30131change. So, a frontend should either wait for response from such
30132problematic commands, or explicitly add @code{-thread-select} for
30133all subsequent commands. No frontend is known to do this exactly
30134right, so it is suggested to just always pass the @samp{--thread} and
30135@samp{--frame} options.
30136
30137@subsubsection Language
30138
30139The execution of several commands depends on which language is selected.
30140By default, the current language (@pxref{show language}) is used.
30141But for commands known to be language-sensitive, it is recommended
30142to use the @samp{--language} option. This option takes one argument,
30143which is the name of the language to use while executing the command.
30144For instance:
30145
30146@smallexample
30147-data-evaluate-expression --language c "sizeof (void*)"
30148^done,value="4"
30149(gdb)
30150@end smallexample
30151
30152The valid language names are the same names accepted by the
30153@samp{set language} command (@pxref{Manually}), excluding @samp{auto},
30154@samp{local} or @samp{unknown}.
30155
30156@node Asynchronous and non-stop modes
30157@subsection Asynchronous command execution and non-stop mode
30158
30159On some targets, @value{GDBN} is capable of processing MI commands
30160even while the target is running. This is called @dfn{asynchronous
30161command execution} (@pxref{Background Execution}). The frontend may
30162specify a preference for asynchronous execution using the
30163@code{-gdb-set mi-async 1} command, which should be emitted before
30164either running the executable or attaching to the target. After the
30165frontend has started the executable or attached to the target, it can
30166find if asynchronous execution is enabled using the
30167@code{-list-target-features} command.
30168
30169@table @code
30170@item -gdb-set mi-async on
30171@item -gdb-set mi-async off
30172Set whether MI is in asynchronous mode.
30173
30174When @code{off}, which is the default, MI execution commands (e.g.,
30175@code{-exec-continue}) are foreground commands, and @value{GDBN} waits
30176for the program to stop before processing further commands.
30177
30178When @code{on}, MI execution commands are background execution
30179commands (e.g., @code{-exec-continue} becomes the equivalent of the
30180@code{c&} CLI command), and so @value{GDBN} is capable of processing
30181MI commands even while the target is running.
30182
30183@item -gdb-show mi-async
30184Show whether MI asynchronous mode is enabled.
30185@end table
30186
30187Note: In @value{GDBN} version 7.7 and earlier, this option was called
30188@code{target-async} instead of @code{mi-async}, and it had the effect
30189of both putting MI in asynchronous mode and making CLI background
30190commands possible. CLI background commands are now always possible
30191``out of the box'' if the target supports them. The old spelling is
30192kept as a deprecated alias for backwards compatibility.
30193
30194Even if @value{GDBN} can accept a command while target is running,
30195many commands that access the target do not work when the target is
30196running. Therefore, asynchronous command execution is most useful
30197when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
30198it is possible to examine the state of one thread, while other threads
30199are running.
30200
30201When a given thread is running, MI commands that try to access the
30202target in the context of that thread may not work, or may work only on
30203some targets. In particular, commands that try to operate on thread's
30204stack will not work, on any target. Commands that read memory, or
30205modify breakpoints, may work or not work, depending on the target. Note
30206that even commands that operate on global state, such as @code{print},
30207@code{set}, and breakpoint commands, still access the target in the
30208context of a specific thread, so frontend should try to find a
30209stopped thread and perform the operation on that thread (using the
30210@samp{--thread} option).
30211
30212Which commands will work in the context of a running thread is
30213highly target dependent. However, the two commands
30214@code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
30215to find the state of a thread, will always work.
30216
30217@node Thread groups
30218@subsection Thread groups
30219@value{GDBN} may be used to debug several processes at the same time.
30220On some platforms, @value{GDBN} may support debugging of several
30221hardware systems, each one having several cores with several different
30222processes running on each core. This section describes the MI
30223mechanism to support such debugging scenarios.
30224
30225The key observation is that regardless of the structure of the
30226target, MI can have a global list of threads, because most commands that
30227accept the @samp{--thread} option do not need to know what process that
30228thread belongs to. Therefore, it is not necessary to introduce
30229neither additional @samp{--process} option, nor an notion of the
30230current process in the MI interface. The only strictly new feature
30231that is required is the ability to find how the threads are grouped
30232into processes.
30233
30234To allow the user to discover such grouping, and to support arbitrary
30235hierarchy of machines/cores/processes, MI introduces the concept of a
30236@dfn{thread group}. Thread group is a collection of threads and other
30237thread groups. A thread group always has a string identifier, a type,
30238and may have additional attributes specific to the type. A new
30239command, @code{-list-thread-groups}, returns the list of top-level
30240thread groups, which correspond to processes that @value{GDBN} is
30241debugging at the moment. By passing an identifier of a thread group
30242to the @code{-list-thread-groups} command, it is possible to obtain
30243the members of specific thread group.
30244
30245To allow the user to easily discover processes, and other objects, he
30246wishes to debug, a concept of @dfn{available thread group} is
30247introduced. Available thread group is an thread group that
30248@value{GDBN} is not debugging, but that can be attached to, using the
30249@code{-target-attach} command. The list of available top-level thread
30250groups can be obtained using @samp{-list-thread-groups --available}.
30251In general, the content of a thread group may be only retrieved only
30252after attaching to that thread group.
30253
30254Thread groups are related to inferiors (@pxref{Inferiors and
30255Programs}). Each inferior corresponds to a thread group of a special
30256type @samp{process}, and some additional operations are permitted on
30257such thread groups.
30258
30259@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30260@node GDB/MI Command Syntax
30261@section @sc{gdb/mi} Command Syntax
30262
30263@menu
30264* GDB/MI Input Syntax::
30265* GDB/MI Output Syntax::
30266@end menu
30267
30268@node GDB/MI Input Syntax
30269@subsection @sc{gdb/mi} Input Syntax
30270
30271@cindex input syntax for @sc{gdb/mi}
30272@cindex @sc{gdb/mi}, input syntax
30273@table @code
30274@item @var{command} @expansion{}
30275@code{@var{cli-command} | @var{mi-command}}
30276
30277@item @var{cli-command} @expansion{}
30278@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
30279@var{cli-command} is any existing @value{GDBN} CLI command.
30280
30281@item @var{mi-command} @expansion{}
30282@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
30283@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
30284
30285@item @var{token} @expansion{}
30286"any sequence of digits"
30287
30288@item @var{option} @expansion{}
30289@code{"-" @var{parameter} [ " " @var{parameter} ]}
30290
30291@item @var{parameter} @expansion{}
30292@code{@var{non-blank-sequence} | @var{c-string}}
30293
30294@item @var{operation} @expansion{}
30295@emph{any of the operations described in this chapter}
30296
30297@item @var{non-blank-sequence} @expansion{}
30298@emph{anything, provided it doesn't contain special characters such as
30299"-", @var{nl}, """ and of course " "}
30300
30301@item @var{c-string} @expansion{}
30302@code{""" @var{seven-bit-iso-c-string-content} """}
30303
30304@item @var{nl} @expansion{}
30305@code{CR | CR-LF}
30306@end table
30307
30308@noindent
30309Notes:
30310
30311@itemize @bullet
30312@item
30313The CLI commands are still handled by the @sc{mi} interpreter; their
30314output is described below.
30315
30316@item
30317The @code{@var{token}}, when present, is passed back when the command
30318finishes.
30319
30320@item
30321Some @sc{mi} commands accept optional arguments as part of the parameter
30322list. Each option is identified by a leading @samp{-} (dash) and may be
30323followed by an optional argument parameter. Options occur first in the
30324parameter list and can be delimited from normal parameters using
30325@samp{--} (this is useful when some parameters begin with a dash).
30326@end itemize
30327
30328Pragmatics:
30329
30330@itemize @bullet
30331@item
30332We want easy access to the existing CLI syntax (for debugging).
30333
30334@item
30335We want it to be easy to spot a @sc{mi} operation.
30336@end itemize
30337
30338@node GDB/MI Output Syntax
30339@subsection @sc{gdb/mi} Output Syntax
30340
30341@cindex output syntax of @sc{gdb/mi}
30342@cindex @sc{gdb/mi}, output syntax
30343The output from @sc{gdb/mi} consists of zero or more out-of-band records
30344followed, optionally, by a single result record. This result record
30345is for the most recent command. The sequence of output records is
30346terminated by @samp{(gdb)}.
30347
30348If an input command was prefixed with a @code{@var{token}} then the
30349corresponding output for that command will also be prefixed by that same
30350@var{token}.
30351
30352@table @code
30353@item @var{output} @expansion{}
30354@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
30355
30356@item @var{result-record} @expansion{}
30357@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
30358
30359@item @var{out-of-band-record} @expansion{}
30360@code{@var{async-record} | @var{stream-record}}
30361
30362@item @var{async-record} @expansion{}
30363@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
30364
30365@item @var{exec-async-output} @expansion{}
30366@code{[ @var{token} ] "*" @var{async-output nl}}
30367
30368@item @var{status-async-output} @expansion{}
30369@code{[ @var{token} ] "+" @var{async-output nl}}
30370
30371@item @var{notify-async-output} @expansion{}
30372@code{[ @var{token} ] "=" @var{async-output nl}}
30373
30374@item @var{async-output} @expansion{}
30375@code{@var{async-class} ( "," @var{result} )*}
30376
30377@item @var{result-class} @expansion{}
30378@code{"done" | "running" | "connected" | "error" | "exit"}
30379
30380@item @var{async-class} @expansion{}
30381@code{"stopped" | @var{others}} (where @var{others} will be added
30382depending on the needs---this is still in development).
30383
30384@item @var{result} @expansion{}
30385@code{ @var{variable} "=" @var{value}}
30386
30387@item @var{variable} @expansion{}
30388@code{ @var{string} }
30389
30390@item @var{value} @expansion{}
30391@code{ @var{const} | @var{tuple} | @var{list} }
30392
30393@item @var{const} @expansion{}
30394@code{@var{c-string}}
30395
30396@item @var{tuple} @expansion{}
30397@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
30398
30399@item @var{list} @expansion{}
30400@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
30401@var{result} ( "," @var{result} )* "]" }
30402
30403@item @var{stream-record} @expansion{}
30404@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
30405
30406@item @var{console-stream-output} @expansion{}
30407@code{"~" @var{c-string nl}}
30408
30409@item @var{target-stream-output} @expansion{}
30410@code{"@@" @var{c-string nl}}
30411
30412@item @var{log-stream-output} @expansion{}
30413@code{"&" @var{c-string nl}}
30414
30415@item @var{nl} @expansion{}
30416@code{CR | CR-LF}
30417
30418@item @var{token} @expansion{}
30419@emph{any sequence of digits}.
30420@end table
30421
30422@noindent
30423Notes:
30424
30425@itemize @bullet
30426@item
30427All output sequences end in a single line containing a period.
30428
30429@item
30430The @code{@var{token}} is from the corresponding request. Note that
30431for all async output, while the token is allowed by the grammar and
30432may be output by future versions of @value{GDBN} for select async
30433output messages, it is generally omitted. Frontends should treat
30434all async output as reporting general changes in the state of the
30435target and there should be no need to associate async output to any
30436prior command.
30437
30438@item
30439@cindex status output in @sc{gdb/mi}
30440@var{status-async-output} contains on-going status information about the
30441progress of a slow operation. It can be discarded. All status output is
30442prefixed by @samp{+}.
30443
30444@item
30445@cindex async output in @sc{gdb/mi}
30446@var{exec-async-output} contains asynchronous state change on the target
30447(stopped, started, disappeared). All async output is prefixed by
30448@samp{*}.
30449
30450@item
30451@cindex notify output in @sc{gdb/mi}
30452@var{notify-async-output} contains supplementary information that the
30453client should handle (e.g., a new breakpoint information). All notify
30454output is prefixed by @samp{=}.
30455
30456@item
30457@cindex console output in @sc{gdb/mi}
30458@var{console-stream-output} is output that should be displayed as is in the
30459console. It is the textual response to a CLI command. All the console
30460output is prefixed by @samp{~}.
30461
30462@item
30463@cindex target output in @sc{gdb/mi}
30464@var{target-stream-output} is the output produced by the target program.
30465All the target output is prefixed by @samp{@@}.
30466
30467@item
30468@cindex log output in @sc{gdb/mi}
30469@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
30470instance messages that should be displayed as part of an error log. All
30471the log output is prefixed by @samp{&}.
30472
30473@item
30474@cindex list output in @sc{gdb/mi}
30475New @sc{gdb/mi} commands should only output @var{lists} containing
30476@var{values}.
30477
30478
30479@end itemize
30480
30481@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
30482details about the various output records.
30483
30484@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30485@node GDB/MI Compatibility with CLI
30486@section @sc{gdb/mi} Compatibility with CLI
30487
30488@cindex compatibility, @sc{gdb/mi} and CLI
30489@cindex @sc{gdb/mi}, compatibility with CLI
30490
30491For the developers convenience CLI commands can be entered directly,
30492but there may be some unexpected behaviour. For example, commands
30493that query the user will behave as if the user replied yes, breakpoint
30494command lists are not executed and some CLI commands, such as
30495@code{if}, @code{when} and @code{define}, prompt for further input with
30496@samp{>}, which is not valid MI output.
30497
30498This feature may be removed at some stage in the future and it is
30499recommended that front ends use the @code{-interpreter-exec} command
30500(@pxref{-interpreter-exec}).
30501
30502@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30503@node GDB/MI Development and Front Ends
30504@section @sc{gdb/mi} Development and Front Ends
30505@cindex @sc{gdb/mi} development
30506
30507The application which takes the MI output and presents the state of the
30508program being debugged to the user is called a @dfn{front end}.
30509
30510Since @sc{gdb/mi} is used by a variety of front ends to @value{GDBN}, changes
30511to the MI interface may break existing usage. This section describes how the
30512protocol changes and how to request previous version of the protocol when it
30513does.
30514
30515Some changes in MI need not break a carefully designed front end, and
30516for these the MI version will remain unchanged. The following is a
30517list of changes that may occur within one level, so front ends should
30518parse MI output in a way that can handle them:
30519
30520@itemize @bullet
30521@item
30522New MI commands may be added.
30523
30524@item
30525New fields may be added to the output of any MI command.
30526
30527@item
30528The range of values for fields with specified values, e.g.,
30529@code{in_scope} (@pxref{-var-update}) may be extended.
30530
30531@c The format of field's content e.g type prefix, may change so parse it
30532@c at your own risk. Yes, in general?
30533
30534@c The order of fields may change? Shouldn't really matter but it might
30535@c resolve inconsistencies.
30536@end itemize
30537
30538If the changes are likely to break front ends, the MI version level
30539will be increased by one. The new versions of the MI protocol are not compatible
30540with the old versions. Old versions of MI remain available, allowing front ends
30541to keep using them until they are modified to use the latest MI version.
30542
30543Since @code{--interpreter=mi} always points to the latest MI version, it is
30544recommended that front ends request a specific version of MI when launching
30545@value{GDBN} (e.g. @code{--interpreter=mi2}) to make sure they get an
30546interpreter with the MI version they expect.
30547
30548The following table gives a summary of the the released versions of the MI
30549interface: the version number, the version of GDB in which it first appeared
30550and the breaking changes compared to the previous version.
30551
30552@multitable @columnfractions .05 .05 .9
30553@headitem MI version @tab GDB version @tab Breaking changes
30554
30555@item
30556@center 1
30557@tab
30558@center 5.1
30559@tab
30560None
30561
30562@item
30563@center 2
30564@tab
30565@center 6.0
30566@tab
30567
30568@itemize
30569@item
30570The @code{-environment-pwd}, @code{-environment-directory} and
30571@code{-environment-path} commands now returns values using the MI output
30572syntax, rather than CLI output syntax.
30573
30574@item
30575@code{-var-list-children}'s @code{children} result field is now a list, rather
30576than a tuple.
30577
30578@item
30579@code{-var-update}'s @code{changelist} result field is now a list, rather than
30580a tuple.
30581@end itemize
30582
30583@item
30584@center 3
30585@tab
30586@center 9.1
30587@tab
30588
30589@itemize
30590@item
30591The output of information about multi-location breakpoints has changed in the
30592responses to the @code{-break-insert} and @code{-break-info} commands, as well
30593as in the @code{=breakpoint-created} and @code{=breakpoint-modified} events.
30594The multiple locations are now placed in a @code{locations} field, whose value
30595is a list.
30596@end itemize
30597
30598@end multitable
30599
30600If your front end cannot yet migrate to a more recent version of the
30601MI protocol, you can nevertheless selectively enable specific features
30602available in those recent MI versions, using the following commands:
30603
30604@table @code
30605
30606@item -fix-multi-location-breakpoint-output
30607Use the output for multi-location breakpoints which was introduced by
30608MI 3, even when using MI versions 2 or 1. This command has no
30609effect when using MI version 3 or later.
30610
30611@end table
30612
30613The best way to avoid unexpected changes in MI that might break your front
30614end is to make your project known to @value{GDBN} developers and
30615follow development on @email{gdb@@sourceware.org} and
30616@email{gdb-patches@@sourceware.org}.
30617@cindex mailing lists
30618
30619@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30620@node GDB/MI Output Records
30621@section @sc{gdb/mi} Output Records
30622
30623@menu
30624* GDB/MI Result Records::
30625* GDB/MI Stream Records::
30626* GDB/MI Async Records::
30627* GDB/MI Breakpoint Information::
30628* GDB/MI Frame Information::
30629* GDB/MI Thread Information::
30630* GDB/MI Ada Exception Information::
30631@end menu
30632
30633@node GDB/MI Result Records
30634@subsection @sc{gdb/mi} Result Records
30635
30636@cindex result records in @sc{gdb/mi}
30637@cindex @sc{gdb/mi}, result records
30638In addition to a number of out-of-band notifications, the response to a
30639@sc{gdb/mi} command includes one of the following result indications:
30640
30641@table @code
30642@findex ^done
30643@item "^done" [ "," @var{results} ]
30644The synchronous operation was successful, @code{@var{results}} are the return
30645values.
30646
30647@item "^running"
30648@findex ^running
30649This result record is equivalent to @samp{^done}. Historically, it
30650was output instead of @samp{^done} if the command has resumed the
30651target. This behaviour is maintained for backward compatibility, but
30652all frontends should treat @samp{^done} and @samp{^running}
30653identically and rely on the @samp{*running} output record to determine
30654which threads are resumed.
30655
30656@item "^connected"
30657@findex ^connected
30658@value{GDBN} has connected to a remote target.
30659
30660@item "^error" "," "msg=" @var{c-string} [ "," "code=" @var{c-string} ]
30661@findex ^error
30662The operation failed. The @code{msg=@var{c-string}} variable contains
30663the corresponding error message.
30664
30665If present, the @code{code=@var{c-string}} variable provides an error
30666code on which consumers can rely on to detect the corresponding
30667error condition. At present, only one error code is defined:
30668
30669@table @samp
30670@item "undefined-command"
30671Indicates that the command causing the error does not exist.
30672@end table
30673
30674@item "^exit"
30675@findex ^exit
30676@value{GDBN} has terminated.
30677
30678@end table
30679
30680@node GDB/MI Stream Records
30681@subsection @sc{gdb/mi} Stream Records
30682
30683@cindex @sc{gdb/mi}, stream records
30684@cindex stream records in @sc{gdb/mi}
30685@value{GDBN} internally maintains a number of output streams: the console, the
30686target, and the log. The output intended for each of these streams is
30687funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
30688
30689Each stream record begins with a unique @dfn{prefix character} which
30690identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
30691Syntax}). In addition to the prefix, each stream record contains a
30692@code{@var{string-output}}. This is either raw text (with an implicit new
30693line) or a quoted C string (which does not contain an implicit newline).
30694
30695@table @code
30696@item "~" @var{string-output}
30697The console output stream contains text that should be displayed in the
30698CLI console window. It contains the textual responses to CLI commands.
30699
30700@item "@@" @var{string-output}
30701The target output stream contains any textual output from the running
30702target. This is only present when GDB's event loop is truly
30703asynchronous, which is currently only the case for remote targets.
30704
30705@item "&" @var{string-output}
30706The log stream contains debugging messages being produced by @value{GDBN}'s
30707internals.
30708@end table
30709
30710@node GDB/MI Async Records
30711@subsection @sc{gdb/mi} Async Records
30712
30713@cindex async records in @sc{gdb/mi}
30714@cindex @sc{gdb/mi}, async records
30715@dfn{Async} records are used to notify the @sc{gdb/mi} client of
30716additional changes that have occurred. Those changes can either be a
30717consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
30718target activity (e.g., target stopped).
30719
30720The following is the list of possible async records:
30721
30722@table @code
30723
30724@item *running,thread-id="@var{thread}"
30725The target is now running. The @var{thread} field can be the global
30726thread ID of the the thread that is now running, and it can be
30727@samp{all} if all threads are running. The frontend should assume
30728that no interaction with a running thread is possible after this
30729notification is produced. The frontend should not assume that this
30730notification is output only once for any command. @value{GDBN} may
30731emit this notification several times, either for different threads,
30732because it cannot resume all threads together, or even for a single
30733thread, if the thread must be stepped though some code before letting
30734it run freely.
30735
30736@item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
30737The target has stopped. The @var{reason} field can have one of the
30738following values:
30739
30740@table @code
30741@item breakpoint-hit
30742A breakpoint was reached.
30743@item watchpoint-trigger
30744A watchpoint was triggered.
30745@item read-watchpoint-trigger
30746A read watchpoint was triggered.
30747@item access-watchpoint-trigger
30748An access watchpoint was triggered.
30749@item function-finished
30750An -exec-finish or similar CLI command was accomplished.
30751@item location-reached
30752An -exec-until or similar CLI command was accomplished.
30753@item watchpoint-scope
30754A watchpoint has gone out of scope.
30755@item end-stepping-range
30756An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
30757similar CLI command was accomplished.
30758@item exited-signalled
30759The inferior exited because of a signal.
30760@item exited
30761The inferior exited.
30762@item exited-normally
30763The inferior exited normally.
30764@item signal-received
30765A signal was received by the inferior.
30766@item solib-event
30767The inferior has stopped due to a library being loaded or unloaded.
30768This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
30769set or when a @code{catch load} or @code{catch unload} catchpoint is
30770in use (@pxref{Set Catchpoints}).
30771@item fork
30772The inferior has forked. This is reported when @code{catch fork}
30773(@pxref{Set Catchpoints}) has been used.
30774@item vfork
30775The inferior has vforked. This is reported in when @code{catch vfork}
30776(@pxref{Set Catchpoints}) has been used.
30777@item syscall-entry
30778The inferior entered a system call. This is reported when @code{catch
30779syscall} (@pxref{Set Catchpoints}) has been used.
30780@item syscall-return
30781The inferior returned from a system call. This is reported when
30782@code{catch syscall} (@pxref{Set Catchpoints}) has been used.
30783@item exec
30784The inferior called @code{exec}. This is reported when @code{catch exec}
30785(@pxref{Set Catchpoints}) has been used.
30786@end table
30787
30788The @var{id} field identifies the global thread ID of the thread
30789that directly caused the stop -- for example by hitting a breakpoint.
30790Depending on whether all-stop
30791mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
30792stop all threads, or only the thread that directly triggered the stop.
30793If all threads are stopped, the @var{stopped} field will have the
30794value of @code{"all"}. Otherwise, the value of the @var{stopped}
30795field will be a list of thread identifiers. Presently, this list will
30796always include a single thread, but frontend should be prepared to see
30797several threads in the list. The @var{core} field reports the
30798processor core on which the stop event has happened. This field may be absent
30799if such information is not available.
30800
30801@item =thread-group-added,id="@var{id}"
30802@itemx =thread-group-removed,id="@var{id}"
30803A thread group was either added or removed. The @var{id} field
30804contains the @value{GDBN} identifier of the thread group. When a thread
30805group is added, it generally might not be associated with a running
30806process. When a thread group is removed, its id becomes invalid and
30807cannot be used in any way.
30808
30809@item =thread-group-started,id="@var{id}",pid="@var{pid}"
30810A thread group became associated with a running program,
30811either because the program was just started or the thread group
30812was attached to a program. The @var{id} field contains the
30813@value{GDBN} identifier of the thread group. The @var{pid} field
30814contains process identifier, specific to the operating system.
30815
30816@item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
30817A thread group is no longer associated with a running program,
30818either because the program has exited, or because it was detached
30819from. The @var{id} field contains the @value{GDBN} identifier of the
30820thread group. The @var{code} field is the exit code of the inferior; it exists
30821only when the inferior exited with some code.
30822
30823@item =thread-created,id="@var{id}",group-id="@var{gid}"
30824@itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
30825A thread either was created, or has exited. The @var{id} field
30826contains the global @value{GDBN} identifier of the thread. The @var{gid}
30827field identifies the thread group this thread belongs to.
30828
30829@item =thread-selected,id="@var{id}"[,frame="@var{frame}"]
30830Informs that the selected thread or frame were changed. This notification
30831is not emitted as result of the @code{-thread-select} or
30832@code{-stack-select-frame} commands, but is emitted whenever an MI command
30833that is not documented to change the selected thread and frame actually
30834changes them. In particular, invoking, directly or indirectly
30835(via user-defined command), the CLI @code{thread} or @code{frame} commands,
30836will generate this notification. Changing the thread or frame from another
30837user interface (see @ref{Interpreters}) will also generate this notification.
30838
30839The @var{frame} field is only present if the newly selected thread is
30840stopped. See @ref{GDB/MI Frame Information} for the format of its value.
30841
30842We suggest that in response to this notification, front ends
30843highlight the selected thread and cause subsequent commands to apply to
30844that thread.
30845
30846@item =library-loaded,...
30847Reports that a new library file was loaded by the program. This
30848notification has 5 fields---@var{id}, @var{target-name},
30849@var{host-name}, @var{symbols-loaded} and @var{ranges}. The @var{id} field is an
30850opaque identifier of the library. For remote debugging case,
30851@var{target-name} and @var{host-name} fields give the name of the
30852library file on the target, and on the host respectively. For native
30853debugging, both those fields have the same value. The
30854@var{symbols-loaded} field is emitted only for backward compatibility
30855and should not be relied on to convey any useful information. The
30856@var{thread-group} field, if present, specifies the id of the thread
30857group in whose context the library was loaded. If the field is
30858absent, it means the library was loaded in the context of all present
30859thread groups. The @var{ranges} field specifies the ranges of addresses belonging
30860to this library.
30861
30862@item =library-unloaded,...
30863Reports that a library was unloaded by the program. This notification
30864has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
30865the same meaning as for the @code{=library-loaded} notification.
30866The @var{thread-group} field, if present, specifies the id of the
30867thread group in whose context the library was unloaded. If the field is
30868absent, it means the library was unloaded in the context of all present
30869thread groups.
30870
30871@item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
30872@itemx =traceframe-changed,end
30873Reports that the trace frame was changed and its new number is
30874@var{tfnum}. The number of the tracepoint associated with this trace
30875frame is @var{tpnum}.
30876
30877@item =tsv-created,name=@var{name},initial=@var{initial}
30878Reports that the new trace state variable @var{name} is created with
30879initial value @var{initial}.
30880
30881@item =tsv-deleted,name=@var{name}
30882@itemx =tsv-deleted
30883Reports that the trace state variable @var{name} is deleted or all
30884trace state variables are deleted.
30885
30886@item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
30887Reports that the trace state variable @var{name} is modified with
30888the initial value @var{initial}. The current value @var{current} of
30889trace state variable is optional and is reported if the current
30890value of trace state variable is known.
30891
30892@item =breakpoint-created,bkpt=@{...@}
30893@itemx =breakpoint-modified,bkpt=@{...@}
30894@itemx =breakpoint-deleted,id=@var{number}
30895Reports that a breakpoint was created, modified, or deleted,
30896respectively. Only user-visible breakpoints are reported to the MI
30897user.
30898
30899The @var{bkpt} argument is of the same form as returned by the various
30900breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
30901@var{number} is the ordinal number of the breakpoint.
30902
30903Note that if a breakpoint is emitted in the result record of a
30904command, then it will not also be emitted in an async record.
30905
30906@item =record-started,thread-group="@var{id}",method="@var{method}"[,format="@var{format}"]
30907@itemx =record-stopped,thread-group="@var{id}"
30908Execution log recording was either started or stopped on an
30909inferior. The @var{id} is the @value{GDBN} identifier of the thread
30910group corresponding to the affected inferior.
30911
30912The @var{method} field indicates the method used to record execution. If the
30913method in use supports multiple recording formats, @var{format} will be present
30914and contain the currently used format. @xref{Process Record and Replay},
30915for existing method and format values.
30916
30917@item =cmd-param-changed,param=@var{param},value=@var{value}
30918Reports that a parameter of the command @code{set @var{param}} is
30919changed to @var{value}. In the multi-word @code{set} command,
30920the @var{param} is the whole parameter list to @code{set} command.
30921For example, In command @code{set check type on}, @var{param}
30922is @code{check type} and @var{value} is @code{on}.
30923
30924@item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
30925Reports that bytes from @var{addr} to @var{data} + @var{len} were
30926written in an inferior. The @var{id} is the identifier of the
30927thread group corresponding to the affected inferior. The optional
30928@code{type="code"} part is reported if the memory written to holds
30929executable code.
30930@end table
30931
30932@node GDB/MI Breakpoint Information
30933@subsection @sc{gdb/mi} Breakpoint Information
30934
30935When @value{GDBN} reports information about a breakpoint, a
30936tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
30937following fields:
30938
30939@table @code
30940@item number
30941The breakpoint number.
30942
30943@item type
30944The type of the breakpoint. For ordinary breakpoints this will be
30945@samp{breakpoint}, but many values are possible.
30946
30947@item catch-type
30948If the type of the breakpoint is @samp{catchpoint}, then this
30949indicates the exact type of catchpoint.
30950
30951@item disp
30952This is the breakpoint disposition---either @samp{del}, meaning that
30953the breakpoint will be deleted at the next stop, or @samp{keep},
30954meaning that the breakpoint will not be deleted.
30955
30956@item enabled
30957This indicates whether the breakpoint is enabled, in which case the
30958value is @samp{y}, or disabled, in which case the value is @samp{n}.
30959Note that this is not the same as the field @code{enable}.
30960
30961@item addr
30962The address of the breakpoint. This may be a hexidecimal number,
30963giving the address; or the string @samp{<PENDING>}, for a pending
30964breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
30965multiple locations. This field will not be present if no address can
30966be determined. For example, a watchpoint does not have an address.
30967
30968@item addr_flags
30969Optional field containing any flags related to the address. These flags are
30970architecture-dependent; see @ref{Architectures} for their meaning for a
30971particular CPU.
30972
30973@item func
30974If known, the function in which the breakpoint appears.
30975If not known, this field is not present.
30976
30977@item filename
30978The name of the source file which contains this function, if known.
30979If not known, this field is not present.
30980
30981@item fullname
30982The full file name of the source file which contains this function, if
30983known. If not known, this field is not present.
30984
30985@item line
30986The line number at which this breakpoint appears, if known.
30987If not known, this field is not present.
30988
30989@item at
30990If the source file is not known, this field may be provided. If
30991provided, this holds the address of the breakpoint, possibly followed
30992by a symbol name.
30993
30994@item pending
30995If this breakpoint is pending, this field is present and holds the
30996text used to set the breakpoint, as entered by the user.
30997
30998@item evaluated-by
30999Where this breakpoint's condition is evaluated, either @samp{host} or
31000@samp{target}.
31001
31002@item thread
31003If this is a thread-specific breakpoint, then this identifies the
31004thread in which the breakpoint can trigger.
31005
31006@item task
31007If this breakpoint is restricted to a particular Ada task, then this
31008field will hold the task identifier.
31009
31010@item cond
31011If the breakpoint is conditional, this is the condition expression.
31012
31013@item ignore
31014The ignore count of the breakpoint.
31015
31016@item enable
31017The enable count of the breakpoint.
31018
31019@item traceframe-usage
31020FIXME.
31021
31022@item static-tracepoint-marker-string-id
31023For a static tracepoint, the name of the static tracepoint marker.
31024
31025@item mask
31026For a masked watchpoint, this is the mask.
31027
31028@item pass
31029A tracepoint's pass count.
31030
31031@item original-location
31032The location of the breakpoint as originally specified by the user.
31033This field is optional.
31034
31035@item times
31036The number of times the breakpoint has been hit.
31037
31038@item installed
31039This field is only given for tracepoints. This is either @samp{y},
31040meaning that the tracepoint is installed, or @samp{n}, meaning that it
31041is not.
31042
31043@item what
31044Some extra data, the exact contents of which are type-dependent.
31045
31046@item locations
31047This field is present if the breakpoint has multiple locations. It is also
31048exceptionally present if the breakpoint is enabled and has a single, disabled
31049location.
31050
31051The value is a list of locations. The format of a location is described below.
31052
31053@end table
31054
31055A location in a multi-location breakpoint is represented as a tuple with the
31056following fields:
31057
31058@table @code
31059
31060@item number
31061The location number as a dotted pair, like @samp{1.2}. The first digit is the
31062number of the parent breakpoint. The second digit is the number of the
31063location within that breakpoint.
31064
31065@item enabled
31066This indicates whether the location is enabled, in which case the
31067value is @samp{y}, or disabled, in which case the value is @samp{n}.
31068Note that this is not the same as the field @code{enable}.
31069
31070@item addr
31071The address of this location as an hexidecimal number.
31072
31073@item addr_flags
31074Optional field containing any flags related to the address. These flags are
31075architecture-dependent; see @ref{Architectures} for their meaning for a
31076particular CPU.
31077
31078@item func
31079If known, the function in which the location appears.
31080If not known, this field is not present.
31081
31082@item file
31083The name of the source file which contains this location, if known.
31084If not known, this field is not present.
31085
31086@item fullname
31087The full file name of the source file which contains this location, if
31088known. If not known, this field is not present.
31089
31090@item line
31091The line number at which this location appears, if known.
31092If not known, this field is not present.
31093
31094@item thread-groups
31095The thread groups this location is in.
31096
31097@end table
31098
31099For example, here is what the output of @code{-break-insert}
31100(@pxref{GDB/MI Breakpoint Commands}) might be:
31101
31102@smallexample
31103-> -break-insert main
31104<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31105 enabled="y",addr="0x08048564",func="main",file="myprog.c",
31106 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
31107 times="0"@}
31108<- (gdb)
31109@end smallexample
31110
31111@node GDB/MI Frame Information
31112@subsection @sc{gdb/mi} Frame Information
31113
31114Response from many MI commands includes an information about stack
31115frame. This information is a tuple that may have the following
31116fields:
31117
31118@table @code
31119@item level
31120The level of the stack frame. The innermost frame has the level of
31121zero. This field is always present.
31122
31123@item func
31124The name of the function corresponding to the frame. This field may
31125be absent if @value{GDBN} is unable to determine the function name.
31126
31127@item addr
31128The code address for the frame. This field is always present.
31129
31130@item addr_flags
31131Optional field containing any flags related to the address. These flags are
31132architecture-dependent; see @ref{Architectures} for their meaning for a
31133particular CPU.
31134
31135@item file
31136The name of the source files that correspond to the frame's code
31137address. This field may be absent.
31138
31139@item line
31140The source line corresponding to the frames' code address. This field
31141may be absent.
31142
31143@item from
31144The name of the binary file (either executable or shared library) the
31145corresponds to the frame's code address. This field may be absent.
31146
31147@end table
31148
31149@node GDB/MI Thread Information
31150@subsection @sc{gdb/mi} Thread Information
31151
31152Whenever @value{GDBN} has to report an information about a thread, it
31153uses a tuple with the following fields. The fields are always present unless
31154stated otherwise.
31155
31156@table @code
31157@item id
31158The global numeric id assigned to the thread by @value{GDBN}.
31159
31160@item target-id
31161The target-specific string identifying the thread.
31162
31163@item details
31164Additional information about the thread provided by the target.
31165It is supposed to be human-readable and not interpreted by the
31166frontend. This field is optional.
31167
31168@item name
31169The name of the thread. If the user specified a name using the
31170@code{thread name} command, then this name is given. Otherwise, if
31171@value{GDBN} can extract the thread name from the target, then that
31172name is given. If @value{GDBN} cannot find the thread name, then this
31173field is omitted.
31174
31175@item state
31176The execution state of the thread, either @samp{stopped} or @samp{running},
31177depending on whether the thread is presently running.
31178
31179@item frame
31180The stack frame currently executing in the thread. This field is only present
31181if the thread is stopped. Its format is documented in
31182@ref{GDB/MI Frame Information}.
31183
31184@item core
31185The value of this field is an integer number of the processor core the
31186thread was last seen on. This field is optional.
31187@end table
31188
31189@node GDB/MI Ada Exception Information
31190@subsection @sc{gdb/mi} Ada Exception Information
31191
31192Whenever a @code{*stopped} record is emitted because the program
31193stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
31194@value{GDBN} provides the name of the exception that was raised via
31195the @code{exception-name} field. Also, for exceptions that were raised
31196with an exception message, @value{GDBN} provides that message via
31197the @code{exception-message} field.
31198
31199@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31200@node GDB/MI Simple Examples
31201@section Simple Examples of @sc{gdb/mi} Interaction
31202@cindex @sc{gdb/mi}, simple examples
31203
31204This subsection presents several simple examples of interaction using
31205the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
31206following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
31207the output received from @sc{gdb/mi}.
31208
31209Note the line breaks shown in the examples are here only for
31210readability, they don't appear in the real output.
31211
31212@subheading Setting a Breakpoint
31213
31214Setting a breakpoint generates synchronous output which contains detailed
31215information of the breakpoint.
31216
31217@smallexample
31218-> -break-insert main
31219<- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31220 enabled="y",addr="0x08048564",func="main",file="myprog.c",
31221 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
31222 times="0"@}
31223<- (gdb)
31224@end smallexample
31225
31226@subheading Program Execution
31227
31228Program execution generates asynchronous records and MI gives the
31229reason that execution stopped.
31230
31231@smallexample
31232-> -exec-run
31233<- ^running
31234<- (gdb)
31235<- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
31236 frame=@{addr="0x08048564",func="main",
31237 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
31238 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68",
31239 arch="i386:x86_64"@}
31240<- (gdb)
31241-> -exec-continue
31242<- ^running
31243<- (gdb)
31244<- *stopped,reason="exited-normally"
31245<- (gdb)
31246@end smallexample
31247
31248@subheading Quitting @value{GDBN}
31249
31250Quitting @value{GDBN} just prints the result class @samp{^exit}.
31251
31252@smallexample
31253-> (gdb)
31254<- -gdb-exit
31255<- ^exit
31256@end smallexample
31257
31258Please note that @samp{^exit} is printed immediately, but it might
31259take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
31260performs necessary cleanups, including killing programs being debugged
31261or disconnecting from debug hardware, so the frontend should wait till
31262@value{GDBN} exits and should only forcibly kill @value{GDBN} if it
31263fails to exit in reasonable time.
31264
31265@subheading A Bad Command
31266
31267Here's what happens if you pass a non-existent command:
31268
31269@smallexample
31270-> -rubbish
31271<- ^error,msg="Undefined MI command: rubbish"
31272<- (gdb)
31273@end smallexample
31274
31275
31276@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31277@node GDB/MI Command Description Format
31278@section @sc{gdb/mi} Command Description Format
31279
31280The remaining sections describe blocks of commands. Each block of
31281commands is laid out in a fashion similar to this section.
31282
31283@subheading Motivation
31284
31285The motivation for this collection of commands.
31286
31287@subheading Introduction
31288
31289A brief introduction to this collection of commands as a whole.
31290
31291@subheading Commands
31292
31293For each command in the block, the following is described:
31294
31295@subsubheading Synopsis
31296
31297@smallexample
31298 -command @var{args}@dots{}
31299@end smallexample
31300
31301@subsubheading Result
31302
31303@subsubheading @value{GDBN} Command
31304
31305The corresponding @value{GDBN} CLI command(s), if any.
31306
31307@subsubheading Example
31308
31309Example(s) formatted for readability. Some of the described commands have
31310not been implemented yet and these are labeled N.A.@: (not available).
31311
31312
31313@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31314@node GDB/MI Breakpoint Commands
31315@section @sc{gdb/mi} Breakpoint Commands
31316
31317@cindex breakpoint commands for @sc{gdb/mi}
31318@cindex @sc{gdb/mi}, breakpoint commands
31319This section documents @sc{gdb/mi} commands for manipulating
31320breakpoints.
31321
31322@subheading The @code{-break-after} Command
31323@findex -break-after
31324
31325@subsubheading Synopsis
31326
31327@smallexample
31328 -break-after @var{number} @var{count}
31329@end smallexample
31330
31331The breakpoint number @var{number} is not in effect until it has been
31332hit @var{count} times. To see how this is reflected in the output of
31333the @samp{-break-list} command, see the description of the
31334@samp{-break-list} command below.
31335
31336@subsubheading @value{GDBN} Command
31337
31338The corresponding @value{GDBN} command is @samp{ignore}.
31339
31340@subsubheading Example
31341
31342@smallexample
31343(gdb)
31344-break-insert main
31345^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31346enabled="y",addr="0x000100d0",func="main",file="hello.c",
31347fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
31348times="0"@}
31349(gdb)
31350-break-after 1 3
31351~
31352^done
31353(gdb)
31354-break-list
31355^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31356hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31357@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31358@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31359@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31360@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31361@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31362body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31363addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
31364line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
31365(gdb)
31366@end smallexample
31367
31368@ignore
31369@subheading The @code{-break-catch} Command
31370@findex -break-catch
31371@end ignore
31372
31373@subheading The @code{-break-commands} Command
31374@findex -break-commands
31375
31376@subsubheading Synopsis
31377
31378@smallexample
31379 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
31380@end smallexample
31381
31382Specifies the CLI commands that should be executed when breakpoint
31383@var{number} is hit. The parameters @var{command1} to @var{commandN}
31384are the commands. If no command is specified, any previously-set
31385commands are cleared. @xref{Break Commands}. Typical use of this
31386functionality is tracing a program, that is, printing of values of
31387some variables whenever breakpoint is hit and then continuing.
31388
31389@subsubheading @value{GDBN} Command
31390
31391The corresponding @value{GDBN} command is @samp{commands}.
31392
31393@subsubheading Example
31394
31395@smallexample
31396(gdb)
31397-break-insert main
31398^done,bkpt=@{number="1",type="breakpoint",disp="keep",
31399enabled="y",addr="0x000100d0",func="main",file="hello.c",
31400fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
31401times="0"@}
31402(gdb)
31403-break-commands 1 "print v" "continue"
31404^done
31405(gdb)
31406@end smallexample
31407
31408@subheading The @code{-break-condition} Command
31409@findex -break-condition
31410
31411@subsubheading Synopsis
31412
31413@smallexample
31414 -break-condition @var{number} @var{expr}
31415@end smallexample
31416
31417Breakpoint @var{number} will stop the program only if the condition in
31418@var{expr} is true. The condition becomes part of the
31419@samp{-break-list} output (see the description of the @samp{-break-list}
31420command below).
31421
31422@subsubheading @value{GDBN} Command
31423
31424The corresponding @value{GDBN} command is @samp{condition}.
31425
31426@subsubheading Example
31427
31428@smallexample
31429(gdb)
31430-break-condition 1 1
31431^done
31432(gdb)
31433-break-list
31434^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31435hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31436@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31437@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31438@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31439@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31440@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31441body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31442addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
31443line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
31444(gdb)
31445@end smallexample
31446
31447@subheading The @code{-break-delete} Command
31448@findex -break-delete
31449
31450@subsubheading Synopsis
31451
31452@smallexample
31453 -break-delete ( @var{breakpoint} )+
31454@end smallexample
31455
31456Delete the breakpoint(s) whose number(s) are specified in the argument
31457list. This is obviously reflected in the breakpoint list.
31458
31459@subsubheading @value{GDBN} Command
31460
31461The corresponding @value{GDBN} command is @samp{delete}.
31462
31463@subsubheading Example
31464
31465@smallexample
31466(gdb)
31467-break-delete 1
31468^done
31469(gdb)
31470-break-list
31471^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
31472hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31473@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31474@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31475@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31476@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31477@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31478body=[]@}
31479(gdb)
31480@end smallexample
31481
31482@subheading The @code{-break-disable} Command
31483@findex -break-disable
31484
31485@subsubheading Synopsis
31486
31487@smallexample
31488 -break-disable ( @var{breakpoint} )+
31489@end smallexample
31490
31491Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
31492break list is now set to @samp{n} for the named @var{breakpoint}(s).
31493
31494@subsubheading @value{GDBN} Command
31495
31496The corresponding @value{GDBN} command is @samp{disable}.
31497
31498@subsubheading Example
31499
31500@smallexample
31501(gdb)
31502-break-disable 2
31503^done
31504(gdb)
31505-break-list
31506^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31507hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31508@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31509@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31510@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31511@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31512@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31513body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
31514addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
31515line="5",thread-groups=["i1"],times="0"@}]@}
31516(gdb)
31517@end smallexample
31518
31519@subheading The @code{-break-enable} Command
31520@findex -break-enable
31521
31522@subsubheading Synopsis
31523
31524@smallexample
31525 -break-enable ( @var{breakpoint} )+
31526@end smallexample
31527
31528Enable (previously disabled) @var{breakpoint}(s).
31529
31530@subsubheading @value{GDBN} Command
31531
31532The corresponding @value{GDBN} command is @samp{enable}.
31533
31534@subsubheading Example
31535
31536@smallexample
31537(gdb)
31538-break-enable 2
31539^done
31540(gdb)
31541-break-list
31542^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31543hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31544@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31545@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31546@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31547@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31548@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31549body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
31550addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
31551line="5",thread-groups=["i1"],times="0"@}]@}
31552(gdb)
31553@end smallexample
31554
31555@subheading The @code{-break-info} Command
31556@findex -break-info
31557
31558@subsubheading Synopsis
31559
31560@smallexample
31561 -break-info @var{breakpoint}
31562@end smallexample
31563
31564@c REDUNDANT???
31565Get information about a single breakpoint.
31566
31567The result is a table of breakpoints. @xref{GDB/MI Breakpoint
31568Information}, for details on the format of each breakpoint in the
31569table.
31570
31571@subsubheading @value{GDBN} Command
31572
31573The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
31574
31575@subsubheading Example
31576N.A.
31577
31578@subheading The @code{-break-insert} Command
31579@findex -break-insert
31580@anchor{-break-insert}
31581
31582@subsubheading Synopsis
31583
31584@smallexample
31585 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ]
31586 [ -c @var{condition} ] [ -i @var{ignore-count} ]
31587 [ -p @var{thread-id} ] [ @var{location} ]
31588@end smallexample
31589
31590@noindent
31591If specified, @var{location}, can be one of:
31592
31593@table @var
31594@item linespec location
31595A linespec location. @xref{Linespec Locations}.
31596
31597@item explicit location
31598An explicit location. @sc{gdb/mi} explicit locations are
31599analogous to the CLI's explicit locations using the option names
31600listed below. @xref{Explicit Locations}.
31601
31602@table @samp
31603@item --source @var{filename}
31604The source file name of the location. This option requires the use
31605of either @samp{--function} or @samp{--line}.
31606
31607@item --function @var{function}
31608The name of a function or method.
31609
31610@item --label @var{label}
31611The name of a label.
31612
31613@item --line @var{lineoffset}
31614An absolute or relative line offset from the start of the location.
31615@end table
31616
31617@item address location
31618An address location, *@var{address}. @xref{Address Locations}.
31619@end table
31620
31621@noindent
31622The possible optional parameters of this command are:
31623
31624@table @samp
31625@item -t
31626Insert a temporary breakpoint.
31627@item -h
31628Insert a hardware breakpoint.
31629@item -f
31630If @var{location} cannot be parsed (for example if it
31631refers to unknown files or functions), create a pending
31632breakpoint. Without this flag, @value{GDBN} will report
31633an error, and won't create a breakpoint, if @var{location}
31634cannot be parsed.
31635@item -d
31636Create a disabled breakpoint.
31637@item -a
31638Create a tracepoint. @xref{Tracepoints}. When this parameter
31639is used together with @samp{-h}, a fast tracepoint is created.
31640@item -c @var{condition}
31641Make the breakpoint conditional on @var{condition}.
31642@item -i @var{ignore-count}
31643Initialize the @var{ignore-count}.
31644@item -p @var{thread-id}
31645Restrict the breakpoint to the thread with the specified global
31646@var{thread-id}.
31647@end table
31648
31649@subsubheading Result
31650
31651@xref{GDB/MI Breakpoint Information}, for details on the format of the
31652resulting breakpoint.
31653
31654Note: this format is open to change.
31655@c An out-of-band breakpoint instead of part of the result?
31656
31657@subsubheading @value{GDBN} Command
31658
31659The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
31660@samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
31661
31662@subsubheading Example
31663
31664@smallexample
31665(gdb)
31666-break-insert main
31667^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
31668fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
31669times="0"@}
31670(gdb)
31671-break-insert -t foo
31672^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
31673fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
31674times="0"@}
31675(gdb)
31676-break-list
31677^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31678hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31679@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31680@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31681@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31682@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31683@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31684body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31685addr="0x0001072c", func="main",file="recursive2.c",
31686fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
31687times="0"@},
31688bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
31689addr="0x00010774",func="foo",file="recursive2.c",
31690fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
31691times="0"@}]@}
31692(gdb)
31693@c -break-insert -r foo.*
31694@c ~int foo(int, int);
31695@c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
31696@c "fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
31697@c times="0"@}
31698@c (gdb)
31699@end smallexample
31700
31701@subheading The @code{-dprintf-insert} Command
31702@findex -dprintf-insert
31703
31704@subsubheading Synopsis
31705
31706@smallexample
31707 -dprintf-insert [ -t ] [ -f ] [ -d ]
31708 [ -c @var{condition} ] [ -i @var{ignore-count} ]
31709 [ -p @var{thread-id} ] [ @var{location} ] [ @var{format} ]
31710 [ @var{argument} ]
31711@end smallexample
31712
31713@noindent
31714If supplied, @var{location} may be specified the same way as for
31715the @code{-break-insert} command. @xref{-break-insert}.
31716
31717The possible optional parameters of this command are:
31718
31719@table @samp
31720@item -t
31721Insert a temporary breakpoint.
31722@item -f
31723If @var{location} cannot be parsed (for example, if it
31724refers to unknown files or functions), create a pending
31725breakpoint. Without this flag, @value{GDBN} will report
31726an error, and won't create a breakpoint, if @var{location}
31727cannot be parsed.
31728@item -d
31729Create a disabled breakpoint.
31730@item -c @var{condition}
31731Make the breakpoint conditional on @var{condition}.
31732@item -i @var{ignore-count}
31733Set the ignore count of the breakpoint (@pxref{Conditions, ignore count})
31734to @var{ignore-count}.
31735@item -p @var{thread-id}
31736Restrict the breakpoint to the thread with the specified global
31737@var{thread-id}.
31738@end table
31739
31740@subsubheading Result
31741
31742@xref{GDB/MI Breakpoint Information}, for details on the format of the
31743resulting breakpoint.
31744
31745@c An out-of-band breakpoint instead of part of the result?
31746
31747@subsubheading @value{GDBN} Command
31748
31749The corresponding @value{GDBN} command is @samp{dprintf}.
31750
31751@subsubheading Example
31752
31753@smallexample
31754(gdb)
317554-dprintf-insert foo "At foo entry\n"
317564^done,bkpt=@{number="1",type="dprintf",disp="keep",enabled="y",
31757addr="0x000000000040061b",func="foo",file="mi-dprintf.c",
31758fullname="mi-dprintf.c",line="25",thread-groups=["i1"],
31759times="0",script=@{"printf \"At foo entry\\n\"","continue"@},
31760original-location="foo"@}
31761(gdb)
317625-dprintf-insert 26 "arg=%d, g=%d\n" arg g
317635^done,bkpt=@{number="2",type="dprintf",disp="keep",enabled="y",
31764addr="0x000000000040062a",func="foo",file="mi-dprintf.c",
31765fullname="mi-dprintf.c",line="26",thread-groups=["i1"],
31766times="0",script=@{"printf \"arg=%d, g=%d\\n\", arg, g","continue"@},
31767original-location="mi-dprintf.c:26"@}
31768(gdb)
31769@end smallexample
31770
31771@subheading The @code{-break-list} Command
31772@findex -break-list
31773
31774@subsubheading Synopsis
31775
31776@smallexample
31777 -break-list
31778@end smallexample
31779
31780Displays the list of inserted breakpoints, showing the following fields:
31781
31782@table @samp
31783@item Number
31784number of the breakpoint
31785@item Type
31786type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
31787@item Disposition
31788should the breakpoint be deleted or disabled when it is hit: @samp{keep}
31789or @samp{nokeep}
31790@item Enabled
31791is the breakpoint enabled or no: @samp{y} or @samp{n}
31792@item Address
31793memory location at which the breakpoint is set
31794@item What
31795logical location of the breakpoint, expressed by function name, file
31796name, line number
31797@item Thread-groups
31798list of thread groups to which this breakpoint applies
31799@item Times
31800number of times the breakpoint has been hit
31801@end table
31802
31803If there are no breakpoints or watchpoints, the @code{BreakpointTable}
31804@code{body} field is an empty list.
31805
31806@subsubheading @value{GDBN} Command
31807
31808The corresponding @value{GDBN} command is @samp{info break}.
31809
31810@subsubheading Example
31811
31812@smallexample
31813(gdb)
31814-break-list
31815^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31816hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31817@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31818@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31819@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31820@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31821@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31822body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31823addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
31824times="0"@},
31825bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
31826addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
31827line="13",thread-groups=["i1"],times="0"@}]@}
31828(gdb)
31829@end smallexample
31830
31831Here's an example of the result when there are no breakpoints:
31832
31833@smallexample
31834(gdb)
31835-break-list
31836^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
31837hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31838@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31839@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31840@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31841@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31842@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31843body=[]@}
31844(gdb)
31845@end smallexample
31846
31847@subheading The @code{-break-passcount} Command
31848@findex -break-passcount
31849
31850@subsubheading Synopsis
31851
31852@smallexample
31853 -break-passcount @var{tracepoint-number} @var{passcount}
31854@end smallexample
31855
31856Set the passcount for tracepoint @var{tracepoint-number} to
31857@var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
31858is not a tracepoint, error is emitted. This corresponds to CLI
31859command @samp{passcount}.
31860
31861@subheading The @code{-break-watch} Command
31862@findex -break-watch
31863
31864@subsubheading Synopsis
31865
31866@smallexample
31867 -break-watch [ -a | -r ]
31868@end smallexample
31869
31870Create a watchpoint. With the @samp{-a} option it will create an
31871@dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
31872read from or on a write to the memory location. With the @samp{-r}
31873option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
31874trigger only when the memory location is accessed for reading. Without
31875either of the options, the watchpoint created is a regular watchpoint,
31876i.e., it will trigger when the memory location is accessed for writing.
31877@xref{Set Watchpoints, , Setting Watchpoints}.
31878
31879Note that @samp{-break-list} will report a single list of watchpoints and
31880breakpoints inserted.
31881
31882@subsubheading @value{GDBN} Command
31883
31884The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
31885@samp{rwatch}.
31886
31887@subsubheading Example
31888
31889Setting a watchpoint on a variable in the @code{main} function:
31890
31891@smallexample
31892(gdb)
31893-break-watch x
31894^done,wpt=@{number="2",exp="x"@}
31895(gdb)
31896-exec-continue
31897^running
31898(gdb)
31899*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
31900value=@{old="-268439212",new="55"@},
31901frame=@{func="main",args=[],file="recursive2.c",
31902fullname="/home/foo/bar/recursive2.c",line="5",arch="i386:x86_64"@}
31903(gdb)
31904@end smallexample
31905
31906Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
31907the program execution twice: first for the variable changing value, then
31908for the watchpoint going out of scope.
31909
31910@smallexample
31911(gdb)
31912-break-watch C
31913^done,wpt=@{number="5",exp="C"@}
31914(gdb)
31915-exec-continue
31916^running
31917(gdb)
31918*stopped,reason="watchpoint-trigger",
31919wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
31920frame=@{func="callee4",args=[],
31921file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31922fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
31923arch="i386:x86_64"@}
31924(gdb)
31925-exec-continue
31926^running
31927(gdb)
31928*stopped,reason="watchpoint-scope",wpnum="5",
31929frame=@{func="callee3",args=[@{name="strarg",
31930value="0x11940 \"A string argument.\""@}],
31931file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31932fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31933arch="i386:x86_64"@}
31934(gdb)
31935@end smallexample
31936
31937Listing breakpoints and watchpoints, at different points in the program
31938execution. Note that once the watchpoint goes out of scope, it is
31939deleted.
31940
31941@smallexample
31942(gdb)
31943-break-watch C
31944^done,wpt=@{number="2",exp="C"@}
31945(gdb)
31946-break-list
31947^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31948hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31949@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31950@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31951@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31952@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31953@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31954body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31955addr="0x00010734",func="callee4",
31956file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31957fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
31958times="1"@},
31959bkpt=@{number="2",type="watchpoint",disp="keep",
31960enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
31961(gdb)
31962-exec-continue
31963^running
31964(gdb)
31965*stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
31966value=@{old="-276895068",new="3"@},
31967frame=@{func="callee4",args=[],
31968file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31969fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
31970arch="i386:x86_64"@}
31971(gdb)
31972-break-list
31973^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
31974hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
31975@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
31976@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
31977@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
31978@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
31979@{width="40",alignment="2",col_name="what",colhdr="What"@}],
31980body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
31981addr="0x00010734",func="callee4",
31982file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31983fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
31984times="1"@},
31985bkpt=@{number="2",type="watchpoint",disp="keep",
31986enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
31987(gdb)
31988-exec-continue
31989^running
31990^done,reason="watchpoint-scope",wpnum="2",
31991frame=@{func="callee3",args=[@{name="strarg",
31992value="0x11940 \"A string argument.\""@}],
31993file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
31994fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
31995arch="i386:x86_64"@}
31996(gdb)
31997-break-list
31998^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
31999hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32000@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32001@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32002@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
32003@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
32004@{width="40",alignment="2",col_name="what",colhdr="What"@}],
32005body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
32006addr="0x00010734",func="callee4",
32007file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32008fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
32009thread-groups=["i1"],times="1"@}]@}
32010(gdb)
32011@end smallexample
32012
32013
32014@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32015@node GDB/MI Catchpoint Commands
32016@section @sc{gdb/mi} Catchpoint Commands
32017
32018This section documents @sc{gdb/mi} commands for manipulating
32019catchpoints.
32020
32021@menu
32022* Shared Library GDB/MI Catchpoint Commands::
32023* Ada Exception GDB/MI Catchpoint Commands::
32024* C++ Exception GDB/MI Catchpoint Commands::
32025@end menu
32026
32027@node Shared Library GDB/MI Catchpoint Commands
32028@subsection Shared Library @sc{gdb/mi} Catchpoints
32029
32030@subheading The @code{-catch-load} Command
32031@findex -catch-load
32032
32033@subsubheading Synopsis
32034
32035@smallexample
32036 -catch-load [ -t ] [ -d ] @var{regexp}
32037@end smallexample
32038
32039Add a catchpoint for library load events. If the @samp{-t} option is used,
32040the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
32041Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
32042in a disabled state. The @samp{regexp} argument is a regular
32043expression used to match the name of the loaded library.
32044
32045
32046@subsubheading @value{GDBN} Command
32047
32048The corresponding @value{GDBN} command is @samp{catch load}.
32049
32050@subsubheading Example
32051
32052@smallexample
32053-catch-load -t foo.so
32054^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
32055what="load of library matching foo.so",catch-type="load",times="0"@}
32056(gdb)
32057@end smallexample
32058
32059
32060@subheading The @code{-catch-unload} Command
32061@findex -catch-unload
32062
32063@subsubheading Synopsis
32064
32065@smallexample
32066 -catch-unload [ -t ] [ -d ] @var{regexp}
32067@end smallexample
32068
32069Add a catchpoint for library unload events. If the @samp{-t} option is
32070used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
32071Breakpoints}). If the @samp{-d} option is used, the catchpoint is
32072created in a disabled state. The @samp{regexp} argument is a regular
32073expression used to match the name of the unloaded library.
32074
32075@subsubheading @value{GDBN} Command
32076
32077The corresponding @value{GDBN} command is @samp{catch unload}.
32078
32079@subsubheading Example
32080
32081@smallexample
32082-catch-unload -d bar.so
32083^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
32084what="load of library matching bar.so",catch-type="unload",times="0"@}
32085(gdb)
32086@end smallexample
32087
32088@node Ada Exception GDB/MI Catchpoint Commands
32089@subsection Ada Exception @sc{gdb/mi} Catchpoints
32090
32091The following @sc{gdb/mi} commands can be used to create catchpoints
32092that stop the execution when Ada exceptions are being raised.
32093
32094@subheading The @code{-catch-assert} Command
32095@findex -catch-assert
32096
32097@subsubheading Synopsis
32098
32099@smallexample
32100 -catch-assert [ -c @var{condition}] [ -d ] [ -t ]
32101@end smallexample
32102
32103Add a catchpoint for failed Ada assertions.
32104
32105The possible optional parameters for this command are:
32106
32107@table @samp
32108@item -c @var{condition}
32109Make the catchpoint conditional on @var{condition}.
32110@item -d
32111Create a disabled catchpoint.
32112@item -t
32113Create a temporary catchpoint.
32114@end table
32115
32116@subsubheading @value{GDBN} Command
32117
32118The corresponding @value{GDBN} command is @samp{catch assert}.
32119
32120@subsubheading Example
32121
32122@smallexample
32123-catch-assert
32124^done,bkptno="5",bkpt=@{number="5",type="breakpoint",disp="keep",
32125enabled="y",addr="0x0000000000404888",what="failed Ada assertions",
32126thread-groups=["i1"],times="0",
32127original-location="__gnat_debug_raise_assert_failure"@}
32128(gdb)
32129@end smallexample
32130
32131@subheading The @code{-catch-exception} Command
32132@findex -catch-exception
32133
32134@subsubheading Synopsis
32135
32136@smallexample
32137 -catch-exception [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
32138 [ -t ] [ -u ]
32139@end smallexample
32140
32141Add a catchpoint stopping when Ada exceptions are raised.
32142By default, the command stops the program when any Ada exception
32143gets raised. But it is also possible, by using some of the
32144optional parameters described below, to create more selective
32145catchpoints.
32146
32147The possible optional parameters for this command are:
32148
32149@table @samp
32150@item -c @var{condition}
32151Make the catchpoint conditional on @var{condition}.
32152@item -d
32153Create a disabled catchpoint.
32154@item -e @var{exception-name}
32155Only stop when @var{exception-name} is raised. This option cannot
32156be used combined with @samp{-u}.
32157@item -t
32158Create a temporary catchpoint.
32159@item -u
32160Stop only when an unhandled exception gets raised. This option
32161cannot be used combined with @samp{-e}.
32162@end table
32163
32164@subsubheading @value{GDBN} Command
32165
32166The corresponding @value{GDBN} commands are @samp{catch exception}
32167and @samp{catch exception unhandled}.
32168
32169@subsubheading Example
32170
32171@smallexample
32172-catch-exception -e Program_Error
32173^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
32174enabled="y",addr="0x0000000000404874",
32175what="`Program_Error' Ada exception", thread-groups=["i1"],
32176times="0",original-location="__gnat_debug_raise_exception"@}
32177(gdb)
32178@end smallexample
32179
32180@subheading The @code{-catch-handlers} Command
32181@findex -catch-handlers
32182
32183@subsubheading Synopsis
32184
32185@smallexample
32186 -catch-handlers [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
32187 [ -t ]
32188@end smallexample
32189
32190Add a catchpoint stopping when Ada exceptions are handled.
32191By default, the command stops the program when any Ada exception
32192gets handled. But it is also possible, by using some of the
32193optional parameters described below, to create more selective
32194catchpoints.
32195
32196The possible optional parameters for this command are:
32197
32198@table @samp
32199@item -c @var{condition}
32200Make the catchpoint conditional on @var{condition}.
32201@item -d
32202Create a disabled catchpoint.
32203@item -e @var{exception-name}
32204Only stop when @var{exception-name} is handled.
32205@item -t
32206Create a temporary catchpoint.
32207@end table
32208
32209@subsubheading @value{GDBN} Command
32210
32211The corresponding @value{GDBN} command is @samp{catch handlers}.
32212
32213@subsubheading Example
32214
32215@smallexample
32216-catch-handlers -e Constraint_Error
32217^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
32218enabled="y",addr="0x0000000000402f68",
32219what="`Constraint_Error' Ada exception handlers",thread-groups=["i1"],
32220times="0",original-location="__gnat_begin_handler"@}
32221(gdb)
32222@end smallexample
32223
32224@node C++ Exception GDB/MI Catchpoint Commands
32225@subsection C@t{++} Exception @sc{gdb/mi} Catchpoints
32226
32227The following @sc{gdb/mi} commands can be used to create catchpoints
32228that stop the execution when C@t{++} exceptions are being throw, rethrown,
32229or caught.
32230
32231@subheading The @code{-catch-throw} Command
32232@findex -catch-throw
32233
32234@subsubheading Synopsis
32235
32236@smallexample
32237 -catch-throw [ -t ] [ -r @var{regexp}]
32238@end smallexample
32239
32240Stop when the debuggee throws a C@t{++} exception. If @var{regexp} is
32241given, then only exceptions whose type matches the regular expression
32242will be caught.
32243
32244If @samp{-t} is given, then the catchpoint is enabled only for one
32245stop, the catchpoint is automatically deleted after stopping once for
32246the event.
32247
32248@subsubheading @value{GDBN} Command
32249
32250The corresponding @value{GDBN} commands are @samp{catch throw}
32251and @samp{tcatch throw} (@pxref{Set Catchpoints}).
32252
32253@subsubheading Example
32254
32255@smallexample
32256-catch-throw -r exception_type
32257^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
32258 what="exception throw",catch-type="throw",
32259 thread-groups=["i1"],
32260 regexp="exception_type",times="0"@}
32261(gdb)
32262-exec-run
32263^running
32264(gdb)
32265~"\n"
32266~"Catchpoint 1 (exception thrown), 0x00007ffff7ae00ed
32267 in __cxa_throw () from /lib64/libstdc++.so.6\n"
32268*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
32269 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_throw",
32270 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
32271 thread-id="1",stopped-threads="all",core="6"
32272(gdb)
32273@end smallexample
32274
32275@subheading The @code{-catch-rethrow} Command
32276@findex -catch-rethrow
32277
32278@subsubheading Synopsis
32279
32280@smallexample
32281 -catch-rethrow [ -t ] [ -r @var{regexp}]
32282@end smallexample
32283
32284Stop when a C@t{++} exception is re-thrown. If @var{regexp} is given,
32285then only exceptions whose type matches the regular expression will be
32286caught.
32287
32288If @samp{-t} is given, then the catchpoint is enabled only for one
32289stop, the catchpoint is automatically deleted after the first event is
32290caught.
32291
32292@subsubheading @value{GDBN} Command
32293
32294The corresponding @value{GDBN} commands are @samp{catch rethrow}
32295and @samp{tcatch rethrow} (@pxref{Set Catchpoints}).
32296
32297@subsubheading Example
32298
32299@smallexample
32300-catch-rethrow -r exception_type
32301^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
32302 what="exception rethrow",catch-type="rethrow",
32303 thread-groups=["i1"],
32304 regexp="exception_type",times="0"@}
32305(gdb)
32306-exec-run
32307^running
32308(gdb)
32309~"\n"
32310~"Catchpoint 1 (exception rethrown), 0x00007ffff7ae00ed
32311 in __cxa_rethrow () from /lib64/libstdc++.so.6\n"
32312*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
32313 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_rethrow",
32314 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
32315 thread-id="1",stopped-threads="all",core="6"
32316(gdb)
32317@end smallexample
32318
32319@subheading The @code{-catch-catch} Command
32320@findex -catch-catch
32321
32322@subsubheading Synopsis
32323
32324@smallexample
32325 -catch-catch [ -t ] [ -r @var{regexp}]
32326@end smallexample
32327
32328Stop when the debuggee catches a C@t{++} exception. If @var{regexp}
32329is given, then only exceptions whose type matches the regular
32330expression will be caught.
32331
32332If @samp{-t} is given, then the catchpoint is enabled only for one
32333stop, the catchpoint is automatically deleted after the first event is
32334caught.
32335
32336@subsubheading @value{GDBN} Command
32337
32338The corresponding @value{GDBN} commands are @samp{catch catch}
32339and @samp{tcatch catch} (@pxref{Set Catchpoints}).
32340
32341@subsubheading Example
32342
32343@smallexample
32344-catch-catch -r exception_type
32345^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
32346 what="exception catch",catch-type="catch",
32347 thread-groups=["i1"],
32348 regexp="exception_type",times="0"@}
32349(gdb)
32350-exec-run
32351^running
32352(gdb)
32353~"\n"
32354~"Catchpoint 1 (exception caught), 0x00007ffff7ae00ed
32355 in __cxa_begin_catch () from /lib64/libstdc++.so.6\n"
32356*stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
32357 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_begin_catch",
32358 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
32359 thread-id="1",stopped-threads="all",core="6"
32360(gdb)
32361@end smallexample
32362
32363@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32364@node GDB/MI Program Context
32365@section @sc{gdb/mi} Program Context
32366
32367@subheading The @code{-exec-arguments} Command
32368@findex -exec-arguments
32369
32370
32371@subsubheading Synopsis
32372
32373@smallexample
32374 -exec-arguments @var{args}
32375@end smallexample
32376
32377Set the inferior program arguments, to be used in the next
32378@samp{-exec-run}.
32379
32380@subsubheading @value{GDBN} Command
32381
32382The corresponding @value{GDBN} command is @samp{set args}.
32383
32384@subsubheading Example
32385
32386@smallexample
32387(gdb)
32388-exec-arguments -v word
32389^done
32390(gdb)
32391@end smallexample
32392
32393
32394@ignore
32395@subheading The @code{-exec-show-arguments} Command
32396@findex -exec-show-arguments
32397
32398@subsubheading Synopsis
32399
32400@smallexample
32401 -exec-show-arguments
32402@end smallexample
32403
32404Print the arguments of the program.
32405
32406@subsubheading @value{GDBN} Command
32407
32408The corresponding @value{GDBN} command is @samp{show args}.
32409
32410@subsubheading Example
32411N.A.
32412@end ignore
32413
32414
32415@subheading The @code{-environment-cd} Command
32416@findex -environment-cd
32417
32418@subsubheading Synopsis
32419
32420@smallexample
32421 -environment-cd @var{pathdir}
32422@end smallexample
32423
32424Set @value{GDBN}'s working directory.
32425
32426@subsubheading @value{GDBN} Command
32427
32428The corresponding @value{GDBN} command is @samp{cd}.
32429
32430@subsubheading Example
32431
32432@smallexample
32433(gdb)
32434-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
32435^done
32436(gdb)
32437@end smallexample
32438
32439
32440@subheading The @code{-environment-directory} Command
32441@findex -environment-directory
32442
32443@subsubheading Synopsis
32444
32445@smallexample
32446 -environment-directory [ -r ] [ @var{pathdir} ]+
32447@end smallexample
32448
32449Add directories @var{pathdir} to beginning of search path for source files.
32450If the @samp{-r} option is used, the search path is reset to the default
32451search path. If directories @var{pathdir} are supplied in addition to the
32452@samp{-r} option, the search path is first reset and then addition
32453occurs as normal.
32454Multiple directories may be specified, separated by blanks. Specifying
32455multiple directories in a single command
32456results in the directories added to the beginning of the
32457search path in the same order they were presented in the command.
32458If blanks are needed as
32459part of a directory name, double-quotes should be used around
32460the name. In the command output, the path will show up separated
32461by the system directory-separator character. The directory-separator
32462character must not be used
32463in any directory name.
32464If no directories are specified, the current search path is displayed.
32465
32466@subsubheading @value{GDBN} Command
32467
32468The corresponding @value{GDBN} command is @samp{dir}.
32469
32470@subsubheading Example
32471
32472@smallexample
32473(gdb)
32474-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
32475^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
32476(gdb)
32477-environment-directory ""
32478^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
32479(gdb)
32480-environment-directory -r /home/jjohnstn/src/gdb /usr/src
32481^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
32482(gdb)
32483-environment-directory -r
32484^done,source-path="$cdir:$cwd"
32485(gdb)
32486@end smallexample
32487
32488
32489@subheading The @code{-environment-path} Command
32490@findex -environment-path
32491
32492@subsubheading Synopsis
32493
32494@smallexample
32495 -environment-path [ -r ] [ @var{pathdir} ]+
32496@end smallexample
32497
32498Add directories @var{pathdir} to beginning of search path for object files.
32499If the @samp{-r} option is used, the search path is reset to the original
32500search path that existed at gdb start-up. If directories @var{pathdir} are
32501supplied in addition to the
32502@samp{-r} option, the search path is first reset and then addition
32503occurs as normal.
32504Multiple directories may be specified, separated by blanks. Specifying
32505multiple directories in a single command
32506results in the directories added to the beginning of the
32507search path in the same order they were presented in the command.
32508If blanks are needed as
32509part of a directory name, double-quotes should be used around
32510the name. In the command output, the path will show up separated
32511by the system directory-separator character. The directory-separator
32512character must not be used
32513in any directory name.
32514If no directories are specified, the current path is displayed.
32515
32516
32517@subsubheading @value{GDBN} Command
32518
32519The corresponding @value{GDBN} command is @samp{path}.
32520
32521@subsubheading Example
32522
32523@smallexample
32524(gdb)
32525-environment-path
32526^done,path="/usr/bin"
32527(gdb)
32528-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
32529^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
32530(gdb)
32531-environment-path -r /usr/local/bin
32532^done,path="/usr/local/bin:/usr/bin"
32533(gdb)
32534@end smallexample
32535
32536
32537@subheading The @code{-environment-pwd} Command
32538@findex -environment-pwd
32539
32540@subsubheading Synopsis
32541
32542@smallexample
32543 -environment-pwd
32544@end smallexample
32545
32546Show the current working directory.
32547
32548@subsubheading @value{GDBN} Command
32549
32550The corresponding @value{GDBN} command is @samp{pwd}.
32551
32552@subsubheading Example
32553
32554@smallexample
32555(gdb)
32556-environment-pwd
32557^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
32558(gdb)
32559@end smallexample
32560
32561@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32562@node GDB/MI Thread Commands
32563@section @sc{gdb/mi} Thread Commands
32564
32565
32566@subheading The @code{-thread-info} Command
32567@findex -thread-info
32568
32569@subsubheading Synopsis
32570
32571@smallexample
32572 -thread-info [ @var{thread-id} ]
32573@end smallexample
32574
32575Reports information about either a specific thread, if the
32576@var{thread-id} parameter is present, or about all threads.
32577@var{thread-id} is the thread's global thread ID. When printing
32578information about all threads, also reports the global ID of the
32579current thread.
32580
32581@subsubheading @value{GDBN} Command
32582
32583The @samp{info thread} command prints the same information
32584about all threads.
32585
32586@subsubheading Result
32587
32588The result contains the following attributes:
32589
32590@table @samp
32591@item threads
32592A list of threads. The format of the elements of the list is described in
32593@ref{GDB/MI Thread Information}.
32594
32595@item current-thread-id
32596The global id of the currently selected thread. This field is omitted if there
32597is no selected thread (for example, when the selected inferior is not running,
32598and therefore has no threads) or if a @var{thread-id} argument was passed to
32599the command.
32600
32601@end table
32602
32603@subsubheading Example
32604
32605@smallexample
32606-thread-info
32607^done,threads=[
32608@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
32609 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
32610 args=[]@},state="running"@},
32611@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
32612 frame=@{level="0",addr="0x0804891f",func="foo",
32613 args=[@{name="i",value="10"@}],
32614 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},
32615 state="running"@}],
32616current-thread-id="1"
32617(gdb)
32618@end smallexample
32619
32620@subheading The @code{-thread-list-ids} Command
32621@findex -thread-list-ids
32622
32623@subsubheading Synopsis
32624
32625@smallexample
32626 -thread-list-ids
32627@end smallexample
32628
32629Produces a list of the currently known global @value{GDBN} thread ids.
32630At the end of the list it also prints the total number of such
32631threads.
32632
32633This command is retained for historical reasons, the
32634@code{-thread-info} command should be used instead.
32635
32636@subsubheading @value{GDBN} Command
32637
32638Part of @samp{info threads} supplies the same information.
32639
32640@subsubheading Example
32641
32642@smallexample
32643(gdb)
32644-thread-list-ids
32645^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
32646current-thread-id="1",number-of-threads="3"
32647(gdb)
32648@end smallexample
32649
32650
32651@subheading The @code{-thread-select} Command
32652@findex -thread-select
32653
32654@subsubheading Synopsis
32655
32656@smallexample
32657 -thread-select @var{thread-id}
32658@end smallexample
32659
32660Make thread with global thread number @var{thread-id} the current
32661thread. It prints the number of the new current thread, and the
32662topmost frame for that thread.
32663
32664This command is deprecated in favor of explicitly using the
32665@samp{--thread} option to each command.
32666
32667@subsubheading @value{GDBN} Command
32668
32669The corresponding @value{GDBN} command is @samp{thread}.
32670
32671@subsubheading Example
32672
32673@smallexample
32674(gdb)
32675-exec-next
32676^running
32677(gdb)
32678*stopped,reason="end-stepping-range",thread-id="2",line="187",
32679file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
32680(gdb)
32681-thread-list-ids
32682^done,
32683thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
32684number-of-threads="3"
32685(gdb)
32686-thread-select 3
32687^done,new-thread-id="3",
32688frame=@{level="0",func="vprintf",
32689args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
32690@{name="arg",value="0x2"@}],file="vprintf.c",line="31",arch="i386:x86_64"@}
32691(gdb)
32692@end smallexample
32693
32694@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32695@node GDB/MI Ada Tasking Commands
32696@section @sc{gdb/mi} Ada Tasking Commands
32697
32698@subheading The @code{-ada-task-info} Command
32699@findex -ada-task-info
32700
32701@subsubheading Synopsis
32702
32703@smallexample
32704 -ada-task-info [ @var{task-id} ]
32705@end smallexample
32706
32707Reports information about either a specific Ada task, if the
32708@var{task-id} parameter is present, or about all Ada tasks.
32709
32710@subsubheading @value{GDBN} Command
32711
32712The @samp{info tasks} command prints the same information
32713about all Ada tasks (@pxref{Ada Tasks}).
32714
32715@subsubheading Result
32716
32717The result is a table of Ada tasks. The following columns are
32718defined for each Ada task:
32719
32720@table @samp
32721@item current
32722This field exists only for the current thread. It has the value @samp{*}.
32723
32724@item id
32725The identifier that @value{GDBN} uses to refer to the Ada task.
32726
32727@item task-id
32728The identifier that the target uses to refer to the Ada task.
32729
32730@item thread-id
32731The global thread identifier of the thread corresponding to the Ada
32732task.
32733
32734This field should always exist, as Ada tasks are always implemented
32735on top of a thread. But if @value{GDBN} cannot find this corresponding
32736thread for any reason, the field is omitted.
32737
32738@item parent-id
32739This field exists only when the task was created by another task.
32740In this case, it provides the ID of the parent task.
32741
32742@item priority
32743The base priority of the task.
32744
32745@item state
32746The current state of the task. For a detailed description of the
32747possible states, see @ref{Ada Tasks}.
32748
32749@item name
32750The name of the task.
32751
32752@end table
32753
32754@subsubheading Example
32755
32756@smallexample
32757-ada-task-info
32758^done,tasks=@{nr_rows="3",nr_cols="8",
32759hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
32760@{width="3",alignment="1",col_name="id",colhdr="ID"@},
32761@{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
32762@{width="4",alignment="1",col_name="thread-id",colhdr=""@},
32763@{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
32764@{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
32765@{width="22",alignment="-1",col_name="state",colhdr="State"@},
32766@{width="1",alignment="2",col_name="name",colhdr="Name"@}],
32767body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
32768state="Child Termination Wait",name="main_task"@}]@}
32769(gdb)
32770@end smallexample
32771
32772@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32773@node GDB/MI Program Execution
32774@section @sc{gdb/mi} Program Execution
32775
32776These are the asynchronous commands which generate the out-of-band
32777record @samp{*stopped}. Currently @value{GDBN} only really executes
32778asynchronously with remote targets and this interaction is mimicked in
32779other cases.
32780
32781@subheading The @code{-exec-continue} Command
32782@findex -exec-continue
32783
32784@subsubheading Synopsis
32785
32786@smallexample
32787 -exec-continue [--reverse] [--all|--thread-group N]
32788@end smallexample
32789
32790Resumes the execution of the inferior program, which will continue
32791to execute until it reaches a debugger stop event. If the
32792@samp{--reverse} option is specified, execution resumes in reverse until
32793it reaches a stop event. Stop events may include
32794@itemize @bullet
32795@item
32796breakpoints or watchpoints
32797@item
32798signals or exceptions
32799@item
32800the end of the process (or its beginning under @samp{--reverse})
32801@item
32802the end or beginning of a replay log if one is being used.
32803@end itemize
32804In all-stop mode (@pxref{All-Stop
32805Mode}), may resume only one thread, or all threads, depending on the
32806value of the @samp{scheduler-locking} variable. If @samp{--all} is
32807specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
32808ignored in all-stop mode. If the @samp{--thread-group} options is
32809specified, then all threads in that thread group are resumed.
32810
32811@subsubheading @value{GDBN} Command
32812
32813The corresponding @value{GDBN} corresponding is @samp{continue}.
32814
32815@subsubheading Example
32816
32817@smallexample
32818-exec-continue
32819^running
32820(gdb)
32821@@Hello world
32822*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
32823func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
32824line="13",arch="i386:x86_64"@}
32825(gdb)
32826@end smallexample
32827
32828
32829@subheading The @code{-exec-finish} Command
32830@findex -exec-finish
32831
32832@subsubheading Synopsis
32833
32834@smallexample
32835 -exec-finish [--reverse]
32836@end smallexample
32837
32838Resumes the execution of the inferior program until the current
32839function is exited. Displays the results returned by the function.
32840If the @samp{--reverse} option is specified, resumes the reverse
32841execution of the inferior program until the point where current
32842function was called.
32843
32844@subsubheading @value{GDBN} Command
32845
32846The corresponding @value{GDBN} command is @samp{finish}.
32847
32848@subsubheading Example
32849
32850Function returning @code{void}.
32851
32852@smallexample
32853-exec-finish
32854^running
32855(gdb)
32856@@hello from foo
32857*stopped,reason="function-finished",frame=@{func="main",args=[],
32858file="hello.c",fullname="/home/foo/bar/hello.c",line="7",arch="i386:x86_64"@}
32859(gdb)
32860@end smallexample
32861
32862Function returning other than @code{void}. The name of the internal
32863@value{GDBN} variable storing the result is printed, together with the
32864value itself.
32865
32866@smallexample
32867-exec-finish
32868^running
32869(gdb)
32870*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
32871args=[@{name="a",value="1"],@{name="b",value="9"@}@},
32872file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
32873arch="i386:x86_64"@},
32874gdb-result-var="$1",return-value="0"
32875(gdb)
32876@end smallexample
32877
32878
32879@subheading The @code{-exec-interrupt} Command
32880@findex -exec-interrupt
32881
32882@subsubheading Synopsis
32883
32884@smallexample
32885 -exec-interrupt [--all|--thread-group N]
32886@end smallexample
32887
32888Interrupts the background execution of the target. Note how the token
32889associated with the stop message is the one for the execution command
32890that has been interrupted. The token for the interrupt itself only
32891appears in the @samp{^done} output. If the user is trying to
32892interrupt a non-running program, an error message will be printed.
32893
32894Note that when asynchronous execution is enabled, this command is
32895asynchronous just like other execution commands. That is, first the
32896@samp{^done} response will be printed, and the target stop will be
32897reported after that using the @samp{*stopped} notification.
32898
32899In non-stop mode, only the context thread is interrupted by default.
32900All threads (in all inferiors) will be interrupted if the
32901@samp{--all} option is specified. If the @samp{--thread-group}
32902option is specified, all threads in that group will be interrupted.
32903
32904@subsubheading @value{GDBN} Command
32905
32906The corresponding @value{GDBN} command is @samp{interrupt}.
32907
32908@subsubheading Example
32909
32910@smallexample
32911(gdb)
32912111-exec-continue
32913111^running
32914
32915(gdb)
32916222-exec-interrupt
32917222^done
32918(gdb)
32919111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
32920frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
32921fullname="/home/foo/bar/try.c",line="13",arch="i386:x86_64"@}
32922(gdb)
32923
32924(gdb)
32925-exec-interrupt
32926^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
32927(gdb)
32928@end smallexample
32929
32930@subheading The @code{-exec-jump} Command
32931@findex -exec-jump
32932
32933@subsubheading Synopsis
32934
32935@smallexample
32936 -exec-jump @var{location}
32937@end smallexample
32938
32939Resumes execution of the inferior program at the location specified by
32940parameter. @xref{Specify Location}, for a description of the
32941different forms of @var{location}.
32942
32943@subsubheading @value{GDBN} Command
32944
32945The corresponding @value{GDBN} command is @samp{jump}.
32946
32947@subsubheading Example
32948
32949@smallexample
32950-exec-jump foo.c:10
32951*running,thread-id="all"
32952^running
32953@end smallexample
32954
32955
32956@subheading The @code{-exec-next} Command
32957@findex -exec-next
32958
32959@subsubheading Synopsis
32960
32961@smallexample
32962 -exec-next [--reverse]
32963@end smallexample
32964
32965Resumes execution of the inferior program, stopping when the beginning
32966of the next source line is reached.
32967
32968If the @samp{--reverse} option is specified, resumes reverse execution
32969of the inferior program, stopping at the beginning of the previous
32970source line. If you issue this command on the first line of a
32971function, it will take you back to the caller of that function, to the
32972source line where the function was called.
32973
32974
32975@subsubheading @value{GDBN} Command
32976
32977The corresponding @value{GDBN} command is @samp{next}.
32978
32979@subsubheading Example
32980
32981@smallexample
32982-exec-next
32983^running
32984(gdb)
32985*stopped,reason="end-stepping-range",line="8",file="hello.c"
32986(gdb)
32987@end smallexample
32988
32989
32990@subheading The @code{-exec-next-instruction} Command
32991@findex -exec-next-instruction
32992
32993@subsubheading Synopsis
32994
32995@smallexample
32996 -exec-next-instruction [--reverse]
32997@end smallexample
32998
32999Executes one machine instruction. If the instruction is a function
33000call, continues until the function returns. If the program stops at an
33001instruction in the middle of a source line, the address will be
33002printed as well.
33003
33004If the @samp{--reverse} option is specified, resumes reverse execution
33005of the inferior program, stopping at the previous instruction. If the
33006previously executed instruction was a return from another function,
33007it will continue to execute in reverse until the call to that function
33008(from the current stack frame) is reached.
33009
33010@subsubheading @value{GDBN} Command
33011
33012The corresponding @value{GDBN} command is @samp{nexti}.
33013
33014@subsubheading Example
33015
33016@smallexample
33017(gdb)
33018-exec-next-instruction
33019^running
33020
33021(gdb)
33022*stopped,reason="end-stepping-range",
33023addr="0x000100d4",line="5",file="hello.c"
33024(gdb)
33025@end smallexample
33026
33027
33028@subheading The @code{-exec-return} Command
33029@findex -exec-return
33030
33031@subsubheading Synopsis
33032
33033@smallexample
33034 -exec-return
33035@end smallexample
33036
33037Makes current function return immediately. Doesn't execute the inferior.
33038Displays the new current frame.
33039
33040@subsubheading @value{GDBN} Command
33041
33042The corresponding @value{GDBN} command is @samp{return}.
33043
33044@subsubheading Example
33045
33046@smallexample
33047(gdb)
33048200-break-insert callee4
33049200^done,bkpt=@{number="1",addr="0x00010734",
33050file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
33051(gdb)
33052000-exec-run
33053000^running
33054(gdb)
33055000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
33056frame=@{func="callee4",args=[],
33057file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33058fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
33059arch="i386:x86_64"@}
33060(gdb)
33061205-break-delete
33062205^done
33063(gdb)
33064111-exec-return
33065111^done,frame=@{level="0",func="callee3",
33066args=[@{name="strarg",
33067value="0x11940 \"A string argument.\""@}],
33068file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33069fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
33070arch="i386:x86_64"@}
33071(gdb)
33072@end smallexample
33073
33074
33075@subheading The @code{-exec-run} Command
33076@findex -exec-run
33077
33078@subsubheading Synopsis
33079
33080@smallexample
33081 -exec-run [ --all | --thread-group N ] [ --start ]
33082@end smallexample
33083
33084Starts execution of the inferior from the beginning. The inferior
33085executes until either a breakpoint is encountered or the program
33086exits. In the latter case the output will include an exit code, if
33087the program has exited exceptionally.
33088
33089When neither the @samp{--all} nor the @samp{--thread-group} option
33090is specified, the current inferior is started. If the
33091@samp{--thread-group} option is specified, it should refer to a thread
33092group of type @samp{process}, and that thread group will be started.
33093If the @samp{--all} option is specified, then all inferiors will be started.
33094
33095Using the @samp{--start} option instructs the debugger to stop
33096the execution at the start of the inferior's main subprogram,
33097following the same behavior as the @code{start} command
33098(@pxref{Starting}).
33099
33100@subsubheading @value{GDBN} Command
33101
33102The corresponding @value{GDBN} command is @samp{run}.
33103
33104@subsubheading Examples
33105
33106@smallexample
33107(gdb)
33108-break-insert main
33109^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
33110(gdb)
33111-exec-run
33112^running
33113(gdb)
33114*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
33115frame=@{func="main",args=[],file="recursive2.c",
33116fullname="/home/foo/bar/recursive2.c",line="4",arch="i386:x86_64"@}
33117(gdb)
33118@end smallexample
33119
33120@noindent
33121Program exited normally:
33122
33123@smallexample
33124(gdb)
33125-exec-run
33126^running
33127(gdb)
33128x = 55
33129*stopped,reason="exited-normally"
33130(gdb)
33131@end smallexample
33132
33133@noindent
33134Program exited exceptionally:
33135
33136@smallexample
33137(gdb)
33138-exec-run
33139^running
33140(gdb)
33141x = 55
33142*stopped,reason="exited",exit-code="01"
33143(gdb)
33144@end smallexample
33145
33146Another way the program can terminate is if it receives a signal such as
33147@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
33148
33149@smallexample
33150(gdb)
33151*stopped,reason="exited-signalled",signal-name="SIGINT",
33152signal-meaning="Interrupt"
33153@end smallexample
33154
33155
33156@c @subheading -exec-signal
33157
33158
33159@subheading The @code{-exec-step} Command
33160@findex -exec-step
33161
33162@subsubheading Synopsis
33163
33164@smallexample
33165 -exec-step [--reverse]
33166@end smallexample
33167
33168Resumes execution of the inferior program, stopping when the beginning
33169of the next source line is reached, if the next source line is not a
33170function call. If it is, stop at the first instruction of the called
33171function. If the @samp{--reverse} option is specified, resumes reverse
33172execution of the inferior program, stopping at the beginning of the
33173previously executed source line.
33174
33175@subsubheading @value{GDBN} Command
33176
33177The corresponding @value{GDBN} command is @samp{step}.
33178
33179@subsubheading Example
33180
33181Stepping into a function:
33182
33183@smallexample
33184-exec-step
33185^running
33186(gdb)
33187*stopped,reason="end-stepping-range",
33188frame=@{func="foo",args=[@{name="a",value="10"@},
33189@{name="b",value="0"@}],file="recursive2.c",
33190fullname="/home/foo/bar/recursive2.c",line="11",arch="i386:x86_64"@}
33191(gdb)
33192@end smallexample
33193
33194Regular stepping:
33195
33196@smallexample
33197-exec-step
33198^running
33199(gdb)
33200*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
33201(gdb)
33202@end smallexample
33203
33204
33205@subheading The @code{-exec-step-instruction} Command
33206@findex -exec-step-instruction
33207
33208@subsubheading Synopsis
33209
33210@smallexample
33211 -exec-step-instruction [--reverse]
33212@end smallexample
33213
33214Resumes the inferior which executes one machine instruction. If the
33215@samp{--reverse} option is specified, resumes reverse execution of the
33216inferior program, stopping at the previously executed instruction.
33217The output, once @value{GDBN} has stopped, will vary depending on
33218whether we have stopped in the middle of a source line or not. In the
33219former case, the address at which the program stopped will be printed
33220as well.
33221
33222@subsubheading @value{GDBN} Command
33223
33224The corresponding @value{GDBN} command is @samp{stepi}.
33225
33226@subsubheading Example
33227
33228@smallexample
33229(gdb)
33230-exec-step-instruction
33231^running
33232
33233(gdb)
33234*stopped,reason="end-stepping-range",
33235frame=@{func="foo",args=[],file="try.c",
33236fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
33237(gdb)
33238-exec-step-instruction
33239^running
33240
33241(gdb)
33242*stopped,reason="end-stepping-range",
33243frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
33244fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
33245(gdb)
33246@end smallexample
33247
33248
33249@subheading The @code{-exec-until} Command
33250@findex -exec-until
33251
33252@subsubheading Synopsis
33253
33254@smallexample
33255 -exec-until [ @var{location} ]
33256@end smallexample
33257
33258Executes the inferior until the @var{location} specified in the
33259argument is reached. If there is no argument, the inferior executes
33260until a source line greater than the current one is reached. The
33261reason for stopping in this case will be @samp{location-reached}.
33262
33263@subsubheading @value{GDBN} Command
33264
33265The corresponding @value{GDBN} command is @samp{until}.
33266
33267@subsubheading Example
33268
33269@smallexample
33270(gdb)
33271-exec-until recursive2.c:6
33272^running
33273(gdb)
33274x = 55
33275*stopped,reason="location-reached",frame=@{func="main",args=[],
33276file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6",
33277arch="i386:x86_64"@}
33278(gdb)
33279@end smallexample
33280
33281@ignore
33282@subheading -file-clear
33283Is this going away????
33284@end ignore
33285
33286@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33287@node GDB/MI Stack Manipulation
33288@section @sc{gdb/mi} Stack Manipulation Commands
33289
33290@subheading The @code{-enable-frame-filters} Command
33291@findex -enable-frame-filters
33292
33293@smallexample
33294-enable-frame-filters
33295@end smallexample
33296
33297@value{GDBN} allows Python-based frame filters to affect the output of
33298the MI commands relating to stack traces. As there is no way to
33299implement this in a fully backward-compatible way, a front end must
33300request that this functionality be enabled.
33301
33302Once enabled, this feature cannot be disabled.
33303
33304Note that if Python support has not been compiled into @value{GDBN},
33305this command will still succeed (and do nothing).
33306
33307@subheading The @code{-stack-info-frame} Command
33308@findex -stack-info-frame
33309
33310@subsubheading Synopsis
33311
33312@smallexample
33313 -stack-info-frame
33314@end smallexample
33315
33316Get info on the selected frame.
33317
33318@subsubheading @value{GDBN} Command
33319
33320The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
33321(without arguments).
33322
33323@subsubheading Example
33324
33325@smallexample
33326(gdb)
33327-stack-info-frame
33328^done,frame=@{level="1",addr="0x0001076c",func="callee3",
33329file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33330fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
33331arch="i386:x86_64"@}
33332(gdb)
33333@end smallexample
33334
33335@subheading The @code{-stack-info-depth} Command
33336@findex -stack-info-depth
33337
33338@subsubheading Synopsis
33339
33340@smallexample
33341 -stack-info-depth [ @var{max-depth} ]
33342@end smallexample
33343
33344Return the depth of the stack. If the integer argument @var{max-depth}
33345is specified, do not count beyond @var{max-depth} frames.
33346
33347@subsubheading @value{GDBN} Command
33348
33349There's no equivalent @value{GDBN} command.
33350
33351@subsubheading Example
33352
33353For a stack with frame levels 0 through 11:
33354
33355@smallexample
33356(gdb)
33357-stack-info-depth
33358^done,depth="12"
33359(gdb)
33360-stack-info-depth 4
33361^done,depth="4"
33362(gdb)
33363-stack-info-depth 12
33364^done,depth="12"
33365(gdb)
33366-stack-info-depth 11
33367^done,depth="11"
33368(gdb)
33369-stack-info-depth 13
33370^done,depth="12"
33371(gdb)
33372@end smallexample
33373
33374@anchor{-stack-list-arguments}
33375@subheading The @code{-stack-list-arguments} Command
33376@findex -stack-list-arguments
33377
33378@subsubheading Synopsis
33379
33380@smallexample
33381 -stack-list-arguments [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
33382 [ @var{low-frame} @var{high-frame} ]
33383@end smallexample
33384
33385Display a list of the arguments for the frames between @var{low-frame}
33386and @var{high-frame} (inclusive). If @var{low-frame} and
33387@var{high-frame} are not provided, list the arguments for the whole
33388call stack. If the two arguments are equal, show the single frame
33389at the corresponding level. It is an error if @var{low-frame} is
33390larger than the actual number of frames. On the other hand,
33391@var{high-frame} may be larger than the actual number of frames, in
33392which case only existing frames will be returned.
33393
33394If @var{print-values} is 0 or @code{--no-values}, print only the names of
33395the variables; if it is 1 or @code{--all-values}, print also their
33396values; and if it is 2 or @code{--simple-values}, print the name,
33397type and value for simple data types, and the name and type for arrays,
33398structures and unions. If the option @code{--no-frame-filters} is
33399supplied, then Python frame filters will not be executed.
33400
33401If the @code{--skip-unavailable} option is specified, arguments that
33402are not available are not listed. Partially available arguments
33403are still displayed, however.
33404
33405Use of this command to obtain arguments in a single frame is
33406deprecated in favor of the @samp{-stack-list-variables} command.
33407
33408@subsubheading @value{GDBN} Command
33409
33410@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
33411@samp{gdb_get_args} command which partially overlaps with the
33412functionality of @samp{-stack-list-arguments}.
33413
33414@subsubheading Example
33415
33416@smallexample
33417(gdb)
33418-stack-list-frames
33419^done,
33420stack=[
33421frame=@{level="0",addr="0x00010734",func="callee4",
33422file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33423fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
33424arch="i386:x86_64"@},
33425frame=@{level="1",addr="0x0001076c",func="callee3",
33426file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33427fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
33428arch="i386:x86_64"@},
33429frame=@{level="2",addr="0x0001078c",func="callee2",
33430file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33431fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22",
33432arch="i386:x86_64"@},
33433frame=@{level="3",addr="0x000107b4",func="callee1",
33434file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33435fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27",
33436arch="i386:x86_64"@},
33437frame=@{level="4",addr="0x000107e0",func="main",
33438file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33439fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32",
33440arch="i386:x86_64"@}]
33441(gdb)
33442-stack-list-arguments 0
33443^done,
33444stack-args=[
33445frame=@{level="0",args=[]@},
33446frame=@{level="1",args=[name="strarg"]@},
33447frame=@{level="2",args=[name="intarg",name="strarg"]@},
33448frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
33449frame=@{level="4",args=[]@}]
33450(gdb)
33451-stack-list-arguments 1
33452^done,
33453stack-args=[
33454frame=@{level="0",args=[]@},
33455frame=@{level="1",
33456 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
33457frame=@{level="2",args=[
33458@{name="intarg",value="2"@},
33459@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
33460@{frame=@{level="3",args=[
33461@{name="intarg",value="2"@},
33462@{name="strarg",value="0x11940 \"A string argument.\""@},
33463@{name="fltarg",value="3.5"@}]@},
33464frame=@{level="4",args=[]@}]
33465(gdb)
33466-stack-list-arguments 0 2 2
33467^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
33468(gdb)
33469-stack-list-arguments 1 2 2
33470^done,stack-args=[frame=@{level="2",
33471args=[@{name="intarg",value="2"@},
33472@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
33473(gdb)
33474@end smallexample
33475
33476@c @subheading -stack-list-exception-handlers
33477
33478
33479@anchor{-stack-list-frames}
33480@subheading The @code{-stack-list-frames} Command
33481@findex -stack-list-frames
33482
33483@subsubheading Synopsis
33484
33485@smallexample
33486 -stack-list-frames [ --no-frame-filters @var{low-frame} @var{high-frame} ]
33487@end smallexample
33488
33489List the frames currently on the stack. For each frame it displays the
33490following info:
33491
33492@table @samp
33493@item @var{level}
33494The frame number, 0 being the topmost frame, i.e., the innermost function.
33495@item @var{addr}
33496The @code{$pc} value for that frame.
33497@item @var{func}
33498Function name.
33499@item @var{file}
33500File name of the source file where the function lives.
33501@item @var{fullname}
33502The full file name of the source file where the function lives.
33503@item @var{line}
33504Line number corresponding to the @code{$pc}.
33505@item @var{from}
33506The shared library where this function is defined. This is only given
33507if the frame's function is not known.
33508@item @var{arch}
33509Frame's architecture.
33510@end table
33511
33512If invoked without arguments, this command prints a backtrace for the
33513whole stack. If given two integer arguments, it shows the frames whose
33514levels are between the two arguments (inclusive). If the two arguments
33515are equal, it shows the single frame at the corresponding level. It is
33516an error if @var{low-frame} is larger than the actual number of
33517frames. On the other hand, @var{high-frame} may be larger than the
33518actual number of frames, in which case only existing frames will be
33519returned. If the option @code{--no-frame-filters} is supplied, then
33520Python frame filters will not be executed.
33521
33522@subsubheading @value{GDBN} Command
33523
33524The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
33525
33526@subsubheading Example
33527
33528Full stack backtrace:
33529
33530@smallexample
33531(gdb)
33532-stack-list-frames
33533^done,stack=
33534[frame=@{level="0",addr="0x0001076c",func="foo",
33535 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11",
33536 arch="i386:x86_64"@},
33537frame=@{level="1",addr="0x000107a4",func="foo",
33538 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33539 arch="i386:x86_64"@},
33540frame=@{level="2",addr="0x000107a4",func="foo",
33541 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33542 arch="i386:x86_64"@},
33543frame=@{level="3",addr="0x000107a4",func="foo",
33544 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33545 arch="i386:x86_64"@},
33546frame=@{level="4",addr="0x000107a4",func="foo",
33547 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33548 arch="i386:x86_64"@},
33549frame=@{level="5",addr="0x000107a4",func="foo",
33550 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33551 arch="i386:x86_64"@},
33552frame=@{level="6",addr="0x000107a4",func="foo",
33553 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33554 arch="i386:x86_64"@},
33555frame=@{level="7",addr="0x000107a4",func="foo",
33556 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33557 arch="i386:x86_64"@},
33558frame=@{level="8",addr="0x000107a4",func="foo",
33559 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33560 arch="i386:x86_64"@},
33561frame=@{level="9",addr="0x000107a4",func="foo",
33562 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33563 arch="i386:x86_64"@},
33564frame=@{level="10",addr="0x000107a4",func="foo",
33565 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33566 arch="i386:x86_64"@},
33567frame=@{level="11",addr="0x00010738",func="main",
33568 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4",
33569 arch="i386:x86_64"@}]
33570(gdb)
33571@end smallexample
33572
33573Show frames between @var{low_frame} and @var{high_frame}:
33574
33575@smallexample
33576(gdb)
33577-stack-list-frames 3 5
33578^done,stack=
33579[frame=@{level="3",addr="0x000107a4",func="foo",
33580 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33581 arch="i386:x86_64"@},
33582frame=@{level="4",addr="0x000107a4",func="foo",
33583 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33584 arch="i386:x86_64"@},
33585frame=@{level="5",addr="0x000107a4",func="foo",
33586 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33587 arch="i386:x86_64"@}]
33588(gdb)
33589@end smallexample
33590
33591Show a single frame:
33592
33593@smallexample
33594(gdb)
33595-stack-list-frames 3 3
33596^done,stack=
33597[frame=@{level="3",addr="0x000107a4",func="foo",
33598 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33599 arch="i386:x86_64"@}]
33600(gdb)
33601@end smallexample
33602
33603
33604@subheading The @code{-stack-list-locals} Command
33605@findex -stack-list-locals
33606@anchor{-stack-list-locals}
33607
33608@subsubheading Synopsis
33609
33610@smallexample
33611 -stack-list-locals [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
33612@end smallexample
33613
33614Display the local variable names for the selected frame. If
33615@var{print-values} is 0 or @code{--no-values}, print only the names of
33616the variables; if it is 1 or @code{--all-values}, print also their
33617values; and if it is 2 or @code{--simple-values}, print the name,
33618type and value for simple data types, and the name and type for arrays,
33619structures and unions. In this last case, a frontend can immediately
33620display the value of simple data types and create variable objects for
33621other data types when the user wishes to explore their values in
33622more detail. If the option @code{--no-frame-filters} is supplied, then
33623Python frame filters will not be executed.
33624
33625If the @code{--skip-unavailable} option is specified, local variables
33626that are not available are not listed. Partially available local
33627variables are still displayed, however.
33628
33629This command is deprecated in favor of the
33630@samp{-stack-list-variables} command.
33631
33632@subsubheading @value{GDBN} Command
33633
33634@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
33635
33636@subsubheading Example
33637
33638@smallexample
33639(gdb)
33640-stack-list-locals 0
33641^done,locals=[name="A",name="B",name="C"]
33642(gdb)
33643-stack-list-locals --all-values
33644^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
33645 @{name="C",value="@{1, 2, 3@}"@}]
33646-stack-list-locals --simple-values
33647^done,locals=[@{name="A",type="int",value="1"@},
33648 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
33649(gdb)
33650@end smallexample
33651
33652@anchor{-stack-list-variables}
33653@subheading The @code{-stack-list-variables} Command
33654@findex -stack-list-variables
33655
33656@subsubheading Synopsis
33657
33658@smallexample
33659 -stack-list-variables [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
33660@end smallexample
33661
33662Display the names of local variables and function arguments for the selected frame. If
33663@var{print-values} is 0 or @code{--no-values}, print only the names of
33664the variables; if it is 1 or @code{--all-values}, print also their
33665values; and if it is 2 or @code{--simple-values}, print the name,
33666type and value for simple data types, and the name and type for arrays,
33667structures and unions. If the option @code{--no-frame-filters} is
33668supplied, then Python frame filters will not be executed.
33669
33670If the @code{--skip-unavailable} option is specified, local variables
33671and arguments that are not available are not listed. Partially
33672available arguments and local variables are still displayed, however.
33673
33674@subsubheading Example
33675
33676@smallexample
33677(gdb)
33678-stack-list-variables --thread 1 --frame 0 --all-values
33679^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
33680(gdb)
33681@end smallexample
33682
33683
33684@subheading The @code{-stack-select-frame} Command
33685@findex -stack-select-frame
33686
33687@subsubheading Synopsis
33688
33689@smallexample
33690 -stack-select-frame @var{framenum}
33691@end smallexample
33692
33693Change the selected frame. Select a different frame @var{framenum} on
33694the stack.
33695
33696This command in deprecated in favor of passing the @samp{--frame}
33697option to every command.
33698
33699@subsubheading @value{GDBN} Command
33700
33701The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
33702@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
33703
33704@subsubheading Example
33705
33706@smallexample
33707(gdb)
33708-stack-select-frame 2
33709^done
33710(gdb)
33711@end smallexample
33712
33713@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33714@node GDB/MI Variable Objects
33715@section @sc{gdb/mi} Variable Objects
33716
33717@ignore
33718
33719@subheading Motivation for Variable Objects in @sc{gdb/mi}
33720
33721For the implementation of a variable debugger window (locals, watched
33722expressions, etc.), we are proposing the adaptation of the existing code
33723used by @code{Insight}.
33724
33725The two main reasons for that are:
33726
33727@enumerate 1
33728@item
33729It has been proven in practice (it is already on its second generation).
33730
33731@item
33732It will shorten development time (needless to say how important it is
33733now).
33734@end enumerate
33735
33736The original interface was designed to be used by Tcl code, so it was
33737slightly changed so it could be used through @sc{gdb/mi}. This section
33738describes the @sc{gdb/mi} operations that will be available and gives some
33739hints about their use.
33740
33741@emph{Note}: In addition to the set of operations described here, we
33742expect the @sc{gui} implementation of a variable window to require, at
33743least, the following operations:
33744
33745@itemize @bullet
33746@item @code{-gdb-show} @code{output-radix}
33747@item @code{-stack-list-arguments}
33748@item @code{-stack-list-locals}
33749@item @code{-stack-select-frame}
33750@end itemize
33751
33752@end ignore
33753
33754@subheading Introduction to Variable Objects
33755
33756@cindex variable objects in @sc{gdb/mi}
33757
33758Variable objects are "object-oriented" MI interface for examining and
33759changing values of expressions. Unlike some other MI interfaces that
33760work with expressions, variable objects are specifically designed for
33761simple and efficient presentation in the frontend. A variable object
33762is identified by string name. When a variable object is created, the
33763frontend specifies the expression for that variable object. The
33764expression can be a simple variable, or it can be an arbitrary complex
33765expression, and can even involve CPU registers. After creating a
33766variable object, the frontend can invoke other variable object
33767operations---for example to obtain or change the value of a variable
33768object, or to change display format.
33769
33770Variable objects have hierarchical tree structure. Any variable object
33771that corresponds to a composite type, such as structure in C, has
33772a number of child variable objects, for example corresponding to each
33773element of a structure. A child variable object can itself have
33774children, recursively. Recursion ends when we reach
33775leaf variable objects, which always have built-in types. Child variable
33776objects are created only by explicit request, so if a frontend
33777is not interested in the children of a particular variable object, no
33778child will be created.
33779
33780For a leaf variable object it is possible to obtain its value as a
33781string, or set the value from a string. String value can be also
33782obtained for a non-leaf variable object, but it's generally a string
33783that only indicates the type of the object, and does not list its
33784contents. Assignment to a non-leaf variable object is not allowed.
33785
33786A frontend does not need to read the values of all variable objects each time
33787the program stops. Instead, MI provides an update command that lists all
33788variable objects whose values has changed since the last update
33789operation. This considerably reduces the amount of data that must
33790be transferred to the frontend. As noted above, children variable
33791objects are created on demand, and only leaf variable objects have a
33792real value. As result, gdb will read target memory only for leaf
33793variables that frontend has created.
33794
33795The automatic update is not always desirable. For example, a frontend
33796might want to keep a value of some expression for future reference,
33797and never update it. For another example, fetching memory is
33798relatively slow for embedded targets, so a frontend might want
33799to disable automatic update for the variables that are either not
33800visible on the screen, or ``closed''. This is possible using so
33801called ``frozen variable objects''. Such variable objects are never
33802implicitly updated.
33803
33804Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
33805fixed variable object, the expression is parsed when the variable
33806object is created, including associating identifiers to specific
33807variables. The meaning of expression never changes. For a floating
33808variable object the values of variables whose names appear in the
33809expressions are re-evaluated every time in the context of the current
33810frame. Consider this example:
33811
33812@smallexample
33813void do_work(...)
33814@{
33815 struct work_state state;
33816
33817 if (...)
33818 do_work(...);
33819@}
33820@end smallexample
33821
33822If a fixed variable object for the @code{state} variable is created in
33823this function, and we enter the recursive call, the variable
33824object will report the value of @code{state} in the top-level
33825@code{do_work} invocation. On the other hand, a floating variable
33826object will report the value of @code{state} in the current frame.
33827
33828If an expression specified when creating a fixed variable object
33829refers to a local variable, the variable object becomes bound to the
33830thread and frame in which the variable object is created. When such
33831variable object is updated, @value{GDBN} makes sure that the
33832thread/frame combination the variable object is bound to still exists,
33833and re-evaluates the variable object in context of that thread/frame.
33834
33835The following is the complete set of @sc{gdb/mi} operations defined to
33836access this functionality:
33837
33838@multitable @columnfractions .4 .6
33839@item @strong{Operation}
33840@tab @strong{Description}
33841
33842@item @code{-enable-pretty-printing}
33843@tab enable Python-based pretty-printing
33844@item @code{-var-create}
33845@tab create a variable object
33846@item @code{-var-delete}
33847@tab delete the variable object and/or its children
33848@item @code{-var-set-format}
33849@tab set the display format of this variable
33850@item @code{-var-show-format}
33851@tab show the display format of this variable
33852@item @code{-var-info-num-children}
33853@tab tells how many children this object has
33854@item @code{-var-list-children}
33855@tab return a list of the object's children
33856@item @code{-var-info-type}
33857@tab show the type of this variable object
33858@item @code{-var-info-expression}
33859@tab print parent-relative expression that this variable object represents
33860@item @code{-var-info-path-expression}
33861@tab print full expression that this variable object represents
33862@item @code{-var-show-attributes}
33863@tab is this variable editable? does it exist here?
33864@item @code{-var-evaluate-expression}
33865@tab get the value of this variable
33866@item @code{-var-assign}
33867@tab set the value of this variable
33868@item @code{-var-update}
33869@tab update the variable and its children
33870@item @code{-var-set-frozen}
33871@tab set frozenness attribute
33872@item @code{-var-set-update-range}
33873@tab set range of children to display on update
33874@end multitable
33875
33876In the next subsection we describe each operation in detail and suggest
33877how it can be used.
33878
33879@subheading Description And Use of Operations on Variable Objects
33880
33881@subheading The @code{-enable-pretty-printing} Command
33882@findex -enable-pretty-printing
33883
33884@smallexample
33885-enable-pretty-printing
33886@end smallexample
33887
33888@value{GDBN} allows Python-based visualizers to affect the output of the
33889MI variable object commands. However, because there was no way to
33890implement this in a fully backward-compatible way, a front end must
33891request that this functionality be enabled.
33892
33893Once enabled, this feature cannot be disabled.
33894
33895Note that if Python support has not been compiled into @value{GDBN},
33896this command will still succeed (and do nothing).
33897
33898This feature is currently (as of @value{GDBN} 7.0) experimental, and
33899may work differently in future versions of @value{GDBN}.
33900
33901@subheading The @code{-var-create} Command
33902@findex -var-create
33903
33904@subsubheading Synopsis
33905
33906@smallexample
33907 -var-create @{@var{name} | "-"@}
33908 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
33909@end smallexample
33910
33911This operation creates a variable object, which allows the monitoring of
33912a variable, the result of an expression, a memory cell or a CPU
33913register.
33914
33915The @var{name} parameter is the string by which the object can be
33916referenced. It must be unique. If @samp{-} is specified, the varobj
33917system will generate a string ``varNNNNNN'' automatically. It will be
33918unique provided that one does not specify @var{name} of that format.
33919The command fails if a duplicate name is found.
33920
33921The frame under which the expression should be evaluated can be
33922specified by @var{frame-addr}. A @samp{*} indicates that the current
33923frame should be used. A @samp{@@} indicates that a floating variable
33924object must be created.
33925
33926@var{expression} is any expression valid on the current language set (must not
33927begin with a @samp{*}), or one of the following:
33928
33929@itemize @bullet
33930@item
33931@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
33932
33933@item
33934@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
33935
33936@item
33937@samp{$@var{regname}} --- a CPU register name
33938@end itemize
33939
33940@cindex dynamic varobj
33941A varobj's contents may be provided by a Python-based pretty-printer. In this
33942case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
33943have slightly different semantics in some cases. If the
33944@code{-enable-pretty-printing} command is not sent, then @value{GDBN}
33945will never create a dynamic varobj. This ensures backward
33946compatibility for existing clients.
33947
33948@subsubheading Result
33949
33950This operation returns attributes of the newly-created varobj. These
33951are:
33952
33953@table @samp
33954@item name
33955The name of the varobj.
33956
33957@item numchild
33958The number of children of the varobj. This number is not necessarily
33959reliable for a dynamic varobj. Instead, you must examine the
33960@samp{has_more} attribute.
33961
33962@item value
33963The varobj's scalar value. For a varobj whose type is some sort of
33964aggregate (e.g., a @code{struct}), or for a dynamic varobj, this value
33965will not be interesting.
33966
33967@item type
33968The varobj's type. This is a string representation of the type, as
33969would be printed by the @value{GDBN} CLI. If @samp{print object}
33970(@pxref{Print Settings, set print object}) is set to @code{on}, the
33971@emph{actual} (derived) type of the object is shown rather than the
33972@emph{declared} one.
33973
33974@item thread-id
33975If a variable object is bound to a specific thread, then this is the
33976thread's global identifier.
33977
33978@item has_more
33979For a dynamic varobj, this indicates whether there appear to be any
33980children available. For a non-dynamic varobj, this will be 0.
33981
33982@item dynamic
33983This attribute will be present and have the value @samp{1} if the
33984varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
33985then this attribute will not be present.
33986
33987@item displayhint
33988A dynamic varobj can supply a display hint to the front end. The
33989value comes directly from the Python pretty-printer object's
33990@code{display_hint} method. @xref{Pretty Printing API}.
33991@end table
33992
33993Typical output will look like this:
33994
33995@smallexample
33996 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
33997 has_more="@var{has_more}"
33998@end smallexample
33999
34000
34001@subheading The @code{-var-delete} Command
34002@findex -var-delete
34003
34004@subsubheading Synopsis
34005
34006@smallexample
34007 -var-delete [ -c ] @var{name}
34008@end smallexample
34009
34010Deletes a previously created variable object and all of its children.
34011With the @samp{-c} option, just deletes the children.
34012
34013Returns an error if the object @var{name} is not found.
34014
34015
34016@subheading The @code{-var-set-format} Command
34017@findex -var-set-format
34018
34019@subsubheading Synopsis
34020
34021@smallexample
34022 -var-set-format @var{name} @var{format-spec}
34023@end smallexample
34024
34025Sets the output format for the value of the object @var{name} to be
34026@var{format-spec}.
34027
34028@anchor{-var-set-format}
34029The syntax for the @var{format-spec} is as follows:
34030
34031@smallexample
34032 @var{format-spec} @expansion{}
34033 @{binary | decimal | hexadecimal | octal | natural | zero-hexadecimal@}
34034@end smallexample
34035
34036The natural format is the default format choosen automatically
34037based on the variable type (like decimal for an @code{int}, hex
34038for pointers, etc.).
34039
34040The zero-hexadecimal format has a representation similar to hexadecimal
34041but with padding zeroes to the left of the value. For example, a 32-bit
34042hexadecimal value of 0x1234 would be represented as 0x00001234 in the
34043zero-hexadecimal format.
34044
34045For a variable with children, the format is set only on the
34046variable itself, and the children are not affected.
34047
34048@subheading The @code{-var-show-format} Command
34049@findex -var-show-format
34050
34051@subsubheading Synopsis
34052
34053@smallexample
34054 -var-show-format @var{name}
34055@end smallexample
34056
34057Returns the format used to display the value of the object @var{name}.
34058
34059@smallexample
34060 @var{format} @expansion{}
34061 @var{format-spec}
34062@end smallexample
34063
34064
34065@subheading The @code{-var-info-num-children} Command
34066@findex -var-info-num-children
34067
34068@subsubheading Synopsis
34069
34070@smallexample
34071 -var-info-num-children @var{name}
34072@end smallexample
34073
34074Returns the number of children of a variable object @var{name}:
34075
34076@smallexample
34077 numchild=@var{n}
34078@end smallexample
34079
34080Note that this number is not completely reliable for a dynamic varobj.
34081It will return the current number of children, but more children may
34082be available.
34083
34084
34085@subheading The @code{-var-list-children} Command
34086@findex -var-list-children
34087
34088@subsubheading Synopsis
34089
34090@smallexample
34091 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
34092@end smallexample
34093@anchor{-var-list-children}
34094
34095Return a list of the children of the specified variable object and
34096create variable objects for them, if they do not already exist. With
34097a single argument or if @var{print-values} has a value of 0 or
34098@code{--no-values}, print only the names of the variables; if
34099@var{print-values} is 1 or @code{--all-values}, also print their
34100values; and if it is 2 or @code{--simple-values} print the name and
34101value for simple data types and just the name for arrays, structures
34102and unions.
34103
34104@var{from} and @var{to}, if specified, indicate the range of children
34105to report. If @var{from} or @var{to} is less than zero, the range is
34106reset and all children will be reported. Otherwise, children starting
34107at @var{from} (zero-based) and up to and excluding @var{to} will be
34108reported.
34109
34110If a child range is requested, it will only affect the current call to
34111@code{-var-list-children}, but not future calls to @code{-var-update}.
34112For this, you must instead use @code{-var-set-update-range}. The
34113intent of this approach is to enable a front end to implement any
34114update approach it likes; for example, scrolling a view may cause the
34115front end to request more children with @code{-var-list-children}, and
34116then the front end could call @code{-var-set-update-range} with a
34117different range to ensure that future updates are restricted to just
34118the visible items.
34119
34120For each child the following results are returned:
34121
34122@table @var
34123
34124@item name
34125Name of the variable object created for this child.
34126
34127@item exp
34128The expression to be shown to the user by the front end to designate this child.
34129For example this may be the name of a structure member.
34130
34131For a dynamic varobj, this value cannot be used to form an
34132expression. There is no way to do this at all with a dynamic varobj.
34133
34134For C/C@t{++} structures there are several pseudo children returned to
34135designate access qualifiers. For these pseudo children @var{exp} is
34136@samp{public}, @samp{private}, or @samp{protected}. In this case the
34137type and value are not present.
34138
34139A dynamic varobj will not report the access qualifying
34140pseudo-children, regardless of the language. This information is not
34141available at all with a dynamic varobj.
34142
34143@item numchild
34144Number of children this child has. For a dynamic varobj, this will be
341450.
34146
34147@item type
34148The type of the child. If @samp{print object}
34149(@pxref{Print Settings, set print object}) is set to @code{on}, the
34150@emph{actual} (derived) type of the object is shown rather than the
34151@emph{declared} one.
34152
34153@item value
34154If values were requested, this is the value.
34155
34156@item thread-id
34157If this variable object is associated with a thread, this is the
34158thread's global thread id. Otherwise this result is not present.
34159
34160@item frozen
34161If the variable object is frozen, this variable will be present with a value of 1.
34162
34163@item displayhint
34164A dynamic varobj can supply a display hint to the front end. The
34165value comes directly from the Python pretty-printer object's
34166@code{display_hint} method. @xref{Pretty Printing API}.
34167
34168@item dynamic
34169This attribute will be present and have the value @samp{1} if the
34170varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
34171then this attribute will not be present.
34172
34173@end table
34174
34175The result may have its own attributes:
34176
34177@table @samp
34178@item displayhint
34179A dynamic varobj can supply a display hint to the front end. The
34180value comes directly from the Python pretty-printer object's
34181@code{display_hint} method. @xref{Pretty Printing API}.
34182
34183@item has_more
34184This is an integer attribute which is nonzero if there are children
34185remaining after the end of the selected range.
34186@end table
34187
34188@subsubheading Example
34189
34190@smallexample
34191(gdb)
34192 -var-list-children n
34193 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
34194 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
34195(gdb)
34196 -var-list-children --all-values n
34197 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
34198 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
34199@end smallexample
34200
34201
34202@subheading The @code{-var-info-type} Command
34203@findex -var-info-type
34204
34205@subsubheading Synopsis
34206
34207@smallexample
34208 -var-info-type @var{name}
34209@end smallexample
34210
34211Returns the type of the specified variable @var{name}. The type is
34212returned as a string in the same format as it is output by the
34213@value{GDBN} CLI:
34214
34215@smallexample
34216 type=@var{typename}
34217@end smallexample
34218
34219
34220@subheading The @code{-var-info-expression} Command
34221@findex -var-info-expression
34222
34223@subsubheading Synopsis
34224
34225@smallexample
34226 -var-info-expression @var{name}
34227@end smallexample
34228
34229Returns a string that is suitable for presenting this
34230variable object in user interface. The string is generally
34231not valid expression in the current language, and cannot be evaluated.
34232
34233For example, if @code{a} is an array, and variable object
34234@code{A} was created for @code{a}, then we'll get this output:
34235
34236@smallexample
34237(gdb) -var-info-expression A.1
34238^done,lang="C",exp="1"
34239@end smallexample
34240
34241@noindent
34242Here, the value of @code{lang} is the language name, which can be
34243found in @ref{Supported Languages}.
34244
34245Note that the output of the @code{-var-list-children} command also
34246includes those expressions, so the @code{-var-info-expression} command
34247is of limited use.
34248
34249@subheading The @code{-var-info-path-expression} Command
34250@findex -var-info-path-expression
34251
34252@subsubheading Synopsis
34253
34254@smallexample
34255 -var-info-path-expression @var{name}
34256@end smallexample
34257
34258Returns an expression that can be evaluated in the current
34259context and will yield the same value that a variable object has.
34260Compare this with the @code{-var-info-expression} command, which
34261result can be used only for UI presentation. Typical use of
34262the @code{-var-info-path-expression} command is creating a
34263watchpoint from a variable object.
34264
34265This command is currently not valid for children of a dynamic varobj,
34266and will give an error when invoked on one.
34267
34268For example, suppose @code{C} is a C@t{++} class, derived from class
34269@code{Base}, and that the @code{Base} class has a member called
34270@code{m_size}. Assume a variable @code{c} is has the type of
34271@code{C} and a variable object @code{C} was created for variable
34272@code{c}. Then, we'll get this output:
34273@smallexample
34274(gdb) -var-info-path-expression C.Base.public.m_size
34275^done,path_expr=((Base)c).m_size)
34276@end smallexample
34277
34278@subheading The @code{-var-show-attributes} Command
34279@findex -var-show-attributes
34280
34281@subsubheading Synopsis
34282
34283@smallexample
34284 -var-show-attributes @var{name}
34285@end smallexample
34286
34287List attributes of the specified variable object @var{name}:
34288
34289@smallexample
34290 status=@var{attr} [ ( ,@var{attr} )* ]
34291@end smallexample
34292
34293@noindent
34294where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
34295
34296@subheading The @code{-var-evaluate-expression} Command
34297@findex -var-evaluate-expression
34298
34299@subsubheading Synopsis
34300
34301@smallexample
34302 -var-evaluate-expression [-f @var{format-spec}] @var{name}
34303@end smallexample
34304
34305Evaluates the expression that is represented by the specified variable
34306object and returns its value as a string. The format of the string
34307can be specified with the @samp{-f} option. The possible values of
34308this option are the same as for @code{-var-set-format}
34309(@pxref{-var-set-format}). If the @samp{-f} option is not specified,
34310the current display format will be used. The current display format
34311can be changed using the @code{-var-set-format} command.
34312
34313@smallexample
34314 value=@var{value}
34315@end smallexample
34316
34317Note that one must invoke @code{-var-list-children} for a variable
34318before the value of a child variable can be evaluated.
34319
34320@subheading The @code{-var-assign} Command
34321@findex -var-assign
34322
34323@subsubheading Synopsis
34324
34325@smallexample
34326 -var-assign @var{name} @var{expression}
34327@end smallexample
34328
34329Assigns the value of @var{expression} to the variable object specified
34330by @var{name}. The object must be @samp{editable}. If the variable's
34331value is altered by the assign, the variable will show up in any
34332subsequent @code{-var-update} list.
34333
34334@subsubheading Example
34335
34336@smallexample
34337(gdb)
34338-var-assign var1 3
34339^done,value="3"
34340(gdb)
34341-var-update *
34342^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
34343(gdb)
34344@end smallexample
34345
34346@subheading The @code{-var-update} Command
34347@findex -var-update
34348
34349@subsubheading Synopsis
34350
34351@smallexample
34352 -var-update [@var{print-values}] @{@var{name} | "*"@}
34353@end smallexample
34354
34355Reevaluate the expressions corresponding to the variable object
34356@var{name} and all its direct and indirect children, and return the
34357list of variable objects whose values have changed; @var{name} must
34358be a root variable object. Here, ``changed'' means that the result of
34359@code{-var-evaluate-expression} before and after the
34360@code{-var-update} is different. If @samp{*} is used as the variable
34361object names, all existing variable objects are updated, except
34362for frozen ones (@pxref{-var-set-frozen}). The option
34363@var{print-values} determines whether both names and values, or just
34364names are printed. The possible values of this option are the same
34365as for @code{-var-list-children} (@pxref{-var-list-children}). It is
34366recommended to use the @samp{--all-values} option, to reduce the
34367number of MI commands needed on each program stop.
34368
34369With the @samp{*} parameter, if a variable object is bound to a
34370currently running thread, it will not be updated, without any
34371diagnostic.
34372
34373If @code{-var-set-update-range} was previously used on a varobj, then
34374only the selected range of children will be reported.
34375
34376@code{-var-update} reports all the changed varobjs in a tuple named
34377@samp{changelist}.
34378
34379Each item in the change list is itself a tuple holding:
34380
34381@table @samp
34382@item name
34383The name of the varobj.
34384
34385@item value
34386If values were requested for this update, then this field will be
34387present and will hold the value of the varobj.
34388
34389@item in_scope
34390@anchor{-var-update}
34391This field is a string which may take one of three values:
34392
34393@table @code
34394@item "true"
34395The variable object's current value is valid.
34396
34397@item "false"
34398The variable object does not currently hold a valid value but it may
34399hold one in the future if its associated expression comes back into
34400scope.
34401
34402@item "invalid"
34403The variable object no longer holds a valid value.
34404This can occur when the executable file being debugged has changed,
34405either through recompilation or by using the @value{GDBN} @code{file}
34406command. The front end should normally choose to delete these variable
34407objects.
34408@end table
34409
34410In the future new values may be added to this list so the front should
34411be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{GDB/MI} Development and Front Ends}.
34412
34413@item type_changed
34414This is only present if the varobj is still valid. If the type
34415changed, then this will be the string @samp{true}; otherwise it will
34416be @samp{false}.
34417
34418When a varobj's type changes, its children are also likely to have
34419become incorrect. Therefore, the varobj's children are automatically
34420deleted when this attribute is @samp{true}. Also, the varobj's update
34421range, when set using the @code{-var-set-update-range} command, is
34422unset.
34423
34424@item new_type
34425If the varobj's type changed, then this field will be present and will
34426hold the new type.
34427
34428@item new_num_children
34429For a dynamic varobj, if the number of children changed, or if the
34430type changed, this will be the new number of children.
34431
34432The @samp{numchild} field in other varobj responses is generally not
34433valid for a dynamic varobj -- it will show the number of children that
34434@value{GDBN} knows about, but because dynamic varobjs lazily
34435instantiate their children, this will not reflect the number of
34436children which may be available.
34437
34438The @samp{new_num_children} attribute only reports changes to the
34439number of children known by @value{GDBN}. This is the only way to
34440detect whether an update has removed children (which necessarily can
34441only happen at the end of the update range).
34442
34443@item displayhint
34444The display hint, if any.
34445
34446@item has_more
34447This is an integer value, which will be 1 if there are more children
34448available outside the varobj's update range.
34449
34450@item dynamic
34451This attribute will be present and have the value @samp{1} if the
34452varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
34453then this attribute will not be present.
34454
34455@item new_children
34456If new children were added to a dynamic varobj within the selected
34457update range (as set by @code{-var-set-update-range}), then they will
34458be listed in this attribute.
34459@end table
34460
34461@subsubheading Example
34462
34463@smallexample
34464(gdb)
34465-var-assign var1 3
34466^done,value="3"
34467(gdb)
34468-var-update --all-values var1
34469^done,changelist=[@{name="var1",value="3",in_scope="true",
34470type_changed="false"@}]
34471(gdb)
34472@end smallexample
34473
34474@subheading The @code{-var-set-frozen} Command
34475@findex -var-set-frozen
34476@anchor{-var-set-frozen}
34477
34478@subsubheading Synopsis
34479
34480@smallexample
34481 -var-set-frozen @var{name} @var{flag}
34482@end smallexample
34483
34484Set the frozenness flag on the variable object @var{name}. The
34485@var{flag} parameter should be either @samp{1} to make the variable
34486frozen or @samp{0} to make it unfrozen. If a variable object is
34487frozen, then neither itself, nor any of its children, are
34488implicitly updated by @code{-var-update} of
34489a parent variable or by @code{-var-update *}. Only
34490@code{-var-update} of the variable itself will update its value and
34491values of its children. After a variable object is unfrozen, it is
34492implicitly updated by all subsequent @code{-var-update} operations.
34493Unfreezing a variable does not update it, only subsequent
34494@code{-var-update} does.
34495
34496@subsubheading Example
34497
34498@smallexample
34499(gdb)
34500-var-set-frozen V 1
34501^done
34502(gdb)
34503@end smallexample
34504
34505@subheading The @code{-var-set-update-range} command
34506@findex -var-set-update-range
34507@anchor{-var-set-update-range}
34508
34509@subsubheading Synopsis
34510
34511@smallexample
34512 -var-set-update-range @var{name} @var{from} @var{to}
34513@end smallexample
34514
34515Set the range of children to be returned by future invocations of
34516@code{-var-update}.
34517
34518@var{from} and @var{to} indicate the range of children to report. If
34519@var{from} or @var{to} is less than zero, the range is reset and all
34520children will be reported. Otherwise, children starting at @var{from}
34521(zero-based) and up to and excluding @var{to} will be reported.
34522
34523@subsubheading Example
34524
34525@smallexample
34526(gdb)
34527-var-set-update-range V 1 2
34528^done
34529@end smallexample
34530
34531@subheading The @code{-var-set-visualizer} command
34532@findex -var-set-visualizer
34533@anchor{-var-set-visualizer}
34534
34535@subsubheading Synopsis
34536
34537@smallexample
34538 -var-set-visualizer @var{name} @var{visualizer}
34539@end smallexample
34540
34541Set a visualizer for the variable object @var{name}.
34542
34543@var{visualizer} is the visualizer to use. The special value
34544@samp{None} means to disable any visualizer in use.
34545
34546If not @samp{None}, @var{visualizer} must be a Python expression.
34547This expression must evaluate to a callable object which accepts a
34548single argument. @value{GDBN} will call this object with the value of
34549the varobj @var{name} as an argument (this is done so that the same
34550Python pretty-printing code can be used for both the CLI and MI).
34551When called, this object must return an object which conforms to the
34552pretty-printing interface (@pxref{Pretty Printing API}).
34553
34554The pre-defined function @code{gdb.default_visualizer} may be used to
34555select a visualizer by following the built-in process
34556(@pxref{Selecting Pretty-Printers}). This is done automatically when
34557a varobj is created, and so ordinarily is not needed.
34558
34559This feature is only available if Python support is enabled. The MI
34560command @code{-list-features} (@pxref{GDB/MI Support Commands})
34561can be used to check this.
34562
34563@subsubheading Example
34564
34565Resetting the visualizer:
34566
34567@smallexample
34568(gdb)
34569-var-set-visualizer V None
34570^done
34571@end smallexample
34572
34573Reselecting the default (type-based) visualizer:
34574
34575@smallexample
34576(gdb)
34577-var-set-visualizer V gdb.default_visualizer
34578^done
34579@end smallexample
34580
34581Suppose @code{SomeClass} is a visualizer class. A lambda expression
34582can be used to instantiate this class for a varobj:
34583
34584@smallexample
34585(gdb)
34586-var-set-visualizer V "lambda val: SomeClass()"
34587^done
34588@end smallexample
34589
34590@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34591@node GDB/MI Data Manipulation
34592@section @sc{gdb/mi} Data Manipulation
34593
34594@cindex data manipulation, in @sc{gdb/mi}
34595@cindex @sc{gdb/mi}, data manipulation
34596This section describes the @sc{gdb/mi} commands that manipulate data:
34597examine memory and registers, evaluate expressions, etc.
34598
34599For details about what an addressable memory unit is,
34600@pxref{addressable memory unit}.
34601
34602@c REMOVED FROM THE INTERFACE.
34603@c @subheading -data-assign
34604@c Change the value of a program variable. Plenty of side effects.
34605@c @subsubheading GDB Command
34606@c set variable
34607@c @subsubheading Example
34608@c N.A.
34609
34610@subheading The @code{-data-disassemble} Command
34611@findex -data-disassemble
34612
34613@subsubheading Synopsis
34614
34615@smallexample
34616 -data-disassemble
34617 [ -s @var{start-addr} -e @var{end-addr} ]
34618 | [ -a @var{addr} ]
34619 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
34620 -- @var{mode}
34621@end smallexample
34622
34623@noindent
34624Where:
34625
34626@table @samp
34627@item @var{start-addr}
34628is the beginning address (or @code{$pc})
34629@item @var{end-addr}
34630is the end address
34631@item @var{addr}
34632is an address anywhere within (or the name of) the function to
34633disassemble. If an address is specified, the whole function
34634surrounding that address will be disassembled. If a name is
34635specified, the whole function with that name will be disassembled.
34636@item @var{filename}
34637is the name of the file to disassemble
34638@item @var{linenum}
34639is the line number to disassemble around
34640@item @var{lines}
34641is the number of disassembly lines to be produced. If it is -1,
34642the whole function will be disassembled, in case no @var{end-addr} is
34643specified. If @var{end-addr} is specified as a non-zero value, and
34644@var{lines} is lower than the number of disassembly lines between
34645@var{start-addr} and @var{end-addr}, only @var{lines} lines are
34646displayed; if @var{lines} is higher than the number of lines between
34647@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
34648are displayed.
34649@item @var{mode}
34650is one of:
34651@itemize @bullet
34652@item 0 disassembly only
34653@item 1 mixed source and disassembly (deprecated)
34654@item 2 disassembly with raw opcodes
34655@item 3 mixed source and disassembly with raw opcodes (deprecated)
34656@item 4 mixed source and disassembly
34657@item 5 mixed source and disassembly with raw opcodes
34658@end itemize
34659
34660Modes 1 and 3 are deprecated. The output is ``source centric''
34661which hasn't proved useful in practice.
34662@xref{Machine Code}, for a discussion of the difference between
34663@code{/m} and @code{/s} output of the @code{disassemble} command.
34664@end table
34665
34666@subsubheading Result
34667
34668The result of the @code{-data-disassemble} command will be a list named
34669@samp{asm_insns}, the contents of this list depend on the @var{mode}
34670used with the @code{-data-disassemble} command.
34671
34672For modes 0 and 2 the @samp{asm_insns} list contains tuples with the
34673following fields:
34674
34675@table @code
34676@item address
34677The address at which this instruction was disassembled.
34678
34679@item func-name
34680The name of the function this instruction is within.
34681
34682@item offset
34683The decimal offset in bytes from the start of @samp{func-name}.
34684
34685@item inst
34686The text disassembly for this @samp{address}.
34687
34688@item opcodes
34689This field is only present for modes 2, 3 and 5. This contains the raw opcode
34690bytes for the @samp{inst} field.
34691
34692@end table
34693
34694For modes 1, 3, 4 and 5 the @samp{asm_insns} list contains tuples named
34695@samp{src_and_asm_line}, each of which has the following fields:
34696
34697@table @code
34698@item line
34699The line number within @samp{file}.
34700
34701@item file
34702The file name from the compilation unit. This might be an absolute
34703file name or a relative file name depending on the compile command
34704used.
34705
34706@item fullname
34707Absolute file name of @samp{file}. It is converted to a canonical form
34708using the source file search path
34709(@pxref{Source Path, ,Specifying Source Directories})
34710and after resolving all the symbolic links.
34711
34712If the source file is not found this field will contain the path as
34713present in the debug information.
34714
34715@item line_asm_insn
34716This is a list of tuples containing the disassembly for @samp{line} in
34717@samp{file}. The fields of each tuple are the same as for
34718@code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
34719@samp{func-name}, @samp{offset}, @samp{inst}, and optionally
34720@samp{opcodes}.
34721
34722@end table
34723
34724Note that whatever included in the @samp{inst} field, is not
34725manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
34726adjust its format.
34727
34728@subsubheading @value{GDBN} Command
34729
34730The corresponding @value{GDBN} command is @samp{disassemble}.
34731
34732@subsubheading Example
34733
34734Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
34735
34736@smallexample
34737(gdb)
34738-data-disassemble -s $pc -e "$pc + 20" -- 0
34739^done,
34740asm_insns=[
34741@{address="0x000107c0",func-name="main",offset="4",
34742inst="mov 2, %o0"@},
34743@{address="0x000107c4",func-name="main",offset="8",
34744inst="sethi %hi(0x11800), %o2"@},
34745@{address="0x000107c8",func-name="main",offset="12",
34746inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
34747@{address="0x000107cc",func-name="main",offset="16",
34748inst="sethi %hi(0x11800), %o2"@},
34749@{address="0x000107d0",func-name="main",offset="20",
34750inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
34751(gdb)
34752@end smallexample
34753
34754Disassemble the whole @code{main} function. Line 32 is part of
34755@code{main}.
34756
34757@smallexample
34758-data-disassemble -f basics.c -l 32 -- 0
34759^done,asm_insns=[
34760@{address="0x000107bc",func-name="main",offset="0",
34761inst="save %sp, -112, %sp"@},
34762@{address="0x000107c0",func-name="main",offset="4",
34763inst="mov 2, %o0"@},
34764@{address="0x000107c4",func-name="main",offset="8",
34765inst="sethi %hi(0x11800), %o2"@},
34766[@dots{}]
34767@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
34768@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
34769(gdb)
34770@end smallexample
34771
34772Disassemble 3 instructions from the start of @code{main}:
34773
34774@smallexample
34775(gdb)
34776-data-disassemble -f basics.c -l 32 -n 3 -- 0
34777^done,asm_insns=[
34778@{address="0x000107bc",func-name="main",offset="0",
34779inst="save %sp, -112, %sp"@},
34780@{address="0x000107c0",func-name="main",offset="4",
34781inst="mov 2, %o0"@},
34782@{address="0x000107c4",func-name="main",offset="8",
34783inst="sethi %hi(0x11800), %o2"@}]
34784(gdb)
34785@end smallexample
34786
34787Disassemble 3 instructions from the start of @code{main} in mixed mode:
34788
34789@smallexample
34790(gdb)
34791-data-disassemble -f basics.c -l 32 -n 3 -- 1
34792^done,asm_insns=[
34793src_and_asm_line=@{line="31",
34794file="../../../src/gdb/testsuite/gdb.mi/basics.c",
34795fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
34796line_asm_insn=[@{address="0x000107bc",
34797func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
34798src_and_asm_line=@{line="32",
34799file="../../../src/gdb/testsuite/gdb.mi/basics.c",
34800fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
34801line_asm_insn=[@{address="0x000107c0",
34802func-name="main",offset="4",inst="mov 2, %o0"@},
34803@{address="0x000107c4",func-name="main",offset="8",
34804inst="sethi %hi(0x11800), %o2"@}]@}]
34805(gdb)
34806@end smallexample
34807
34808
34809@subheading The @code{-data-evaluate-expression} Command
34810@findex -data-evaluate-expression
34811
34812@subsubheading Synopsis
34813
34814@smallexample
34815 -data-evaluate-expression @var{expr}
34816@end smallexample
34817
34818Evaluate @var{expr} as an expression. The expression could contain an
34819inferior function call. The function call will execute synchronously.
34820If the expression contains spaces, it must be enclosed in double quotes.
34821
34822@subsubheading @value{GDBN} Command
34823
34824The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
34825@samp{call}. In @code{gdbtk} only, there's a corresponding
34826@samp{gdb_eval} command.
34827
34828@subsubheading Example
34829
34830In the following example, the numbers that precede the commands are the
34831@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
34832Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
34833output.
34834
34835@smallexample
34836211-data-evaluate-expression A
34837211^done,value="1"
34838(gdb)
34839311-data-evaluate-expression &A
34840311^done,value="0xefffeb7c"
34841(gdb)
34842411-data-evaluate-expression A+3
34843411^done,value="4"
34844(gdb)
34845511-data-evaluate-expression "A + 3"
34846511^done,value="4"
34847(gdb)
34848@end smallexample
34849
34850
34851@subheading The @code{-data-list-changed-registers} Command
34852@findex -data-list-changed-registers
34853
34854@subsubheading Synopsis
34855
34856@smallexample
34857 -data-list-changed-registers
34858@end smallexample
34859
34860Display a list of the registers that have changed.
34861
34862@subsubheading @value{GDBN} Command
34863
34864@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
34865has the corresponding command @samp{gdb_changed_register_list}.
34866
34867@subsubheading Example
34868
34869On a PPC MBX board:
34870
34871@smallexample
34872(gdb)
34873-exec-continue
34874^running
34875
34876(gdb)
34877*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
34878func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
34879line="5",arch="powerpc"@}
34880(gdb)
34881-data-list-changed-registers
34882^done,changed-registers=["0","1","2","4","5","6","7","8","9",
34883"10","11","13","14","15","16","17","18","19","20","21","22","23",
34884"24","25","26","27","28","30","31","64","65","66","67","69"]
34885(gdb)
34886@end smallexample
34887
34888
34889@subheading The @code{-data-list-register-names} Command
34890@findex -data-list-register-names
34891
34892@subsubheading Synopsis
34893
34894@smallexample
34895 -data-list-register-names [ ( @var{regno} )+ ]
34896@end smallexample
34897
34898Show a list of register names for the current target. If no arguments
34899are given, it shows a list of the names of all the registers. If
34900integer numbers are given as arguments, it will print a list of the
34901names of the registers corresponding to the arguments. To ensure
34902consistency between a register name and its number, the output list may
34903include empty register names.
34904
34905@subsubheading @value{GDBN} Command
34906
34907@value{GDBN} does not have a command which corresponds to
34908@samp{-data-list-register-names}. In @code{gdbtk} there is a
34909corresponding command @samp{gdb_regnames}.
34910
34911@subsubheading Example
34912
34913For the PPC MBX board:
34914@smallexample
34915(gdb)
34916-data-list-register-names
34917^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
34918"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
34919"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
34920"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
34921"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
34922"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
34923"", "pc","ps","cr","lr","ctr","xer"]
34924(gdb)
34925-data-list-register-names 1 2 3
34926^done,register-names=["r1","r2","r3"]
34927(gdb)
34928@end smallexample
34929
34930@subheading The @code{-data-list-register-values} Command
34931@findex -data-list-register-values
34932
34933@subsubheading Synopsis
34934
34935@smallexample
34936 -data-list-register-values
34937 [ @code{--skip-unavailable} ] @var{fmt} [ ( @var{regno} )*]
34938@end smallexample
34939
34940Display the registers' contents. The format according to which the
34941registers' contents are to be returned is given by @var{fmt}, followed
34942by an optional list of numbers specifying the registers to display. A
34943missing list of numbers indicates that the contents of all the
34944registers must be returned. The @code{--skip-unavailable} option
34945indicates that only the available registers are to be returned.
34946
34947Allowed formats for @var{fmt} are:
34948
34949@table @code
34950@item x
34951Hexadecimal
34952@item o
34953Octal
34954@item t
34955Binary
34956@item d
34957Decimal
34958@item r
34959Raw
34960@item N
34961Natural
34962@end table
34963
34964@subsubheading @value{GDBN} Command
34965
34966The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
34967all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
34968
34969@subsubheading Example
34970
34971For a PPC MBX board (note: line breaks are for readability only, they
34972don't appear in the actual output):
34973
34974@smallexample
34975(gdb)
34976-data-list-register-values r 64 65
34977^done,register-values=[@{number="64",value="0xfe00a300"@},
34978@{number="65",value="0x00029002"@}]
34979(gdb)
34980-data-list-register-values x
34981^done,register-values=[@{number="0",value="0xfe0043c8"@},
34982@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
34983@{number="3",value="0x0"@},@{number="4",value="0xa"@},
34984@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
34985@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
34986@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
34987@{number="11",value="0x1"@},@{number="12",value="0x0"@},
34988@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
34989@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
34990@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
34991@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
34992@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
34993@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
34994@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
34995@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
34996@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
34997@{number="31",value="0x0"@},@{number="32",value="0x0"@},
34998@{number="33",value="0x0"@},@{number="34",value="0x0"@},
34999@{number="35",value="0x0"@},@{number="36",value="0x0"@},
35000@{number="37",value="0x0"@},@{number="38",value="0x0"@},
35001@{number="39",value="0x0"@},@{number="40",value="0x0"@},
35002@{number="41",value="0x0"@},@{number="42",value="0x0"@},
35003@{number="43",value="0x0"@},@{number="44",value="0x0"@},
35004@{number="45",value="0x0"@},@{number="46",value="0x0"@},
35005@{number="47",value="0x0"@},@{number="48",value="0x0"@},
35006@{number="49",value="0x0"@},@{number="50",value="0x0"@},
35007@{number="51",value="0x0"@},@{number="52",value="0x0"@},
35008@{number="53",value="0x0"@},@{number="54",value="0x0"@},
35009@{number="55",value="0x0"@},@{number="56",value="0x0"@},
35010@{number="57",value="0x0"@},@{number="58",value="0x0"@},
35011@{number="59",value="0x0"@},@{number="60",value="0x0"@},
35012@{number="61",value="0x0"@},@{number="62",value="0x0"@},
35013@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
35014@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
35015@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
35016@{number="69",value="0x20002b03"@}]
35017(gdb)
35018@end smallexample
35019
35020
35021@subheading The @code{-data-read-memory} Command
35022@findex -data-read-memory
35023
35024This command is deprecated, use @code{-data-read-memory-bytes} instead.
35025
35026@subsubheading Synopsis
35027
35028@smallexample
35029 -data-read-memory [ -o @var{byte-offset} ]
35030 @var{address} @var{word-format} @var{word-size}
35031 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
35032@end smallexample
35033
35034@noindent
35035where:
35036
35037@table @samp
35038@item @var{address}
35039An expression specifying the address of the first memory word to be
35040read. Complex expressions containing embedded white space should be
35041quoted using the C convention.
35042
35043@item @var{word-format}
35044The format to be used to print the memory words. The notation is the
35045same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
35046,Output Formats}).
35047
35048@item @var{word-size}
35049The size of each memory word in bytes.
35050
35051@item @var{nr-rows}
35052The number of rows in the output table.
35053
35054@item @var{nr-cols}
35055The number of columns in the output table.
35056
35057@item @var{aschar}
35058If present, indicates that each row should include an @sc{ascii} dump. The
35059value of @var{aschar} is used as a padding character when a byte is not a
35060member of the printable @sc{ascii} character set (printable @sc{ascii}
35061characters are those whose code is between 32 and 126, inclusively).
35062
35063@item @var{byte-offset}
35064An offset to add to the @var{address} before fetching memory.
35065@end table
35066
35067This command displays memory contents as a table of @var{nr-rows} by
35068@var{nr-cols} words, each word being @var{word-size} bytes. In total,
35069@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
35070(returned as @samp{total-bytes}). Should less than the requested number
35071of bytes be returned by the target, the missing words are identified
35072using @samp{N/A}. The number of bytes read from the target is returned
35073in @samp{nr-bytes} and the starting address used to read memory in
35074@samp{addr}.
35075
35076The address of the next/previous row or page is available in
35077@samp{next-row} and @samp{prev-row}, @samp{next-page} and
35078@samp{prev-page}.
35079
35080@subsubheading @value{GDBN} Command
35081
35082The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
35083@samp{gdb_get_mem} memory read command.
35084
35085@subsubheading Example
35086
35087Read six bytes of memory starting at @code{bytes+6} but then offset by
35088@code{-6} bytes. Format as three rows of two columns. One byte per
35089word. Display each word in hex.
35090
35091@smallexample
35092(gdb)
350939-data-read-memory -o -6 -- bytes+6 x 1 3 2
350949^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
35095next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
35096prev-page="0x0000138a",memory=[
35097@{addr="0x00001390",data=["0x00","0x01"]@},
35098@{addr="0x00001392",data=["0x02","0x03"]@},
35099@{addr="0x00001394",data=["0x04","0x05"]@}]
35100(gdb)
35101@end smallexample
35102
35103Read two bytes of memory starting at address @code{shorts + 64} and
35104display as a single word formatted in decimal.
35105
35106@smallexample
35107(gdb)
351085-data-read-memory shorts+64 d 2 1 1
351095^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
35110next-row="0x00001512",prev-row="0x0000150e",
35111next-page="0x00001512",prev-page="0x0000150e",memory=[
35112@{addr="0x00001510",data=["128"]@}]
35113(gdb)
35114@end smallexample
35115
35116Read thirty two bytes of memory starting at @code{bytes+16} and format
35117as eight rows of four columns. Include a string encoding with @samp{x}
35118used as the non-printable character.
35119
35120@smallexample
35121(gdb)
351224-data-read-memory bytes+16 x 1 8 4 x
351234^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
35124next-row="0x000013c0",prev-row="0x0000139c",
35125next-page="0x000013c0",prev-page="0x00001380",memory=[
35126@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
35127@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
35128@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
35129@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
35130@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
35131@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
35132@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
35133@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
35134(gdb)
35135@end smallexample
35136
35137@subheading The @code{-data-read-memory-bytes} Command
35138@findex -data-read-memory-bytes
35139
35140@subsubheading Synopsis
35141
35142@smallexample
35143 -data-read-memory-bytes [ -o @var{offset} ]
35144 @var{address} @var{count}
35145@end smallexample
35146
35147@noindent
35148where:
35149
35150@table @samp
35151@item @var{address}
35152An expression specifying the address of the first addressable memory unit
35153to be read. Complex expressions containing embedded white space should be
35154quoted using the C convention.
35155
35156@item @var{count}
35157The number of addressable memory units to read. This should be an integer
35158literal.
35159
35160@item @var{offset}
35161The offset relative to @var{address} at which to start reading. This
35162should be an integer literal. This option is provided so that a frontend
35163is not required to first evaluate address and then perform address
35164arithmetics itself.
35165
35166@end table
35167
35168This command attempts to read all accessible memory regions in the
35169specified range. First, all regions marked as unreadable in the memory
35170map (if one is defined) will be skipped. @xref{Memory Region
35171Attributes}. Second, @value{GDBN} will attempt to read the remaining
35172regions. For each one, if reading full region results in an errors,
35173@value{GDBN} will try to read a subset of the region.
35174
35175In general, every single memory unit in the region may be readable or not,
35176and the only way to read every readable unit is to try a read at
35177every address, which is not practical. Therefore, @value{GDBN} will
35178attempt to read all accessible memory units at either beginning or the end
35179of the region, using a binary division scheme. This heuristic works
35180well for reading across a memory map boundary. Note that if a region
35181has a readable range that is neither at the beginning or the end,
35182@value{GDBN} will not read it.
35183
35184The result record (@pxref{GDB/MI Result Records}) that is output of
35185the command includes a field named @samp{memory} whose content is a
35186list of tuples. Each tuple represent a successfully read memory block
35187and has the following fields:
35188
35189@table @code
35190@item begin
35191The start address of the memory block, as hexadecimal literal.
35192
35193@item end
35194The end address of the memory block, as hexadecimal literal.
35195
35196@item offset
35197The offset of the memory block, as hexadecimal literal, relative to
35198the start address passed to @code{-data-read-memory-bytes}.
35199
35200@item contents
35201The contents of the memory block, in hex.
35202
35203@end table
35204
35205
35206
35207@subsubheading @value{GDBN} Command
35208
35209The corresponding @value{GDBN} command is @samp{x}.
35210
35211@subsubheading Example
35212
35213@smallexample
35214(gdb)
35215-data-read-memory-bytes &a 10
35216^done,memory=[@{begin="0xbffff154",offset="0x00000000",
35217 end="0xbffff15e",
35218 contents="01000000020000000300"@}]
35219(gdb)
35220@end smallexample
35221
35222
35223@subheading The @code{-data-write-memory-bytes} Command
35224@findex -data-write-memory-bytes
35225
35226@subsubheading Synopsis
35227
35228@smallexample
35229 -data-write-memory-bytes @var{address} @var{contents}
35230 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
35231@end smallexample
35232
35233@noindent
35234where:
35235
35236@table @samp
35237@item @var{address}
35238An expression specifying the address of the first addressable memory unit
35239to be written. Complex expressions containing embedded white space should
35240be quoted using the C convention.
35241
35242@item @var{contents}
35243The hex-encoded data to write. It is an error if @var{contents} does
35244not represent an integral number of addressable memory units.
35245
35246@item @var{count}
35247Optional argument indicating the number of addressable memory units to be
35248written. If @var{count} is greater than @var{contents}' length,
35249@value{GDBN} will repeatedly write @var{contents} until it fills
35250@var{count} memory units.
35251
35252@end table
35253
35254@subsubheading @value{GDBN} Command
35255
35256There's no corresponding @value{GDBN} command.
35257
35258@subsubheading Example
35259
35260@smallexample
35261(gdb)
35262-data-write-memory-bytes &a "aabbccdd"
35263^done
35264(gdb)
35265@end smallexample
35266
35267@smallexample
35268(gdb)
35269-data-write-memory-bytes &a "aabbccdd" 16e
35270^done
35271(gdb)
35272@end smallexample
35273
35274@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35275@node GDB/MI Tracepoint Commands
35276@section @sc{gdb/mi} Tracepoint Commands
35277
35278The commands defined in this section implement MI support for
35279tracepoints. For detailed introduction, see @ref{Tracepoints}.
35280
35281@subheading The @code{-trace-find} Command
35282@findex -trace-find
35283
35284@subsubheading Synopsis
35285
35286@smallexample
35287 -trace-find @var{mode} [@var{parameters}@dots{}]
35288@end smallexample
35289
35290Find a trace frame using criteria defined by @var{mode} and
35291@var{parameters}. The following table lists permissible
35292modes and their parameters. For details of operation, see @ref{tfind}.
35293
35294@table @samp
35295
35296@item none
35297No parameters are required. Stops examining trace frames.
35298
35299@item frame-number
35300An integer is required as parameter. Selects tracepoint frame with
35301that index.
35302
35303@item tracepoint-number
35304An integer is required as parameter. Finds next
35305trace frame that corresponds to tracepoint with the specified number.
35306
35307@item pc
35308An address is required as parameter. Finds
35309next trace frame that corresponds to any tracepoint at the specified
35310address.
35311
35312@item pc-inside-range
35313Two addresses are required as parameters. Finds next trace
35314frame that corresponds to a tracepoint at an address inside the
35315specified range. Both bounds are considered to be inside the range.
35316
35317@item pc-outside-range
35318Two addresses are required as parameters. Finds
35319next trace frame that corresponds to a tracepoint at an address outside
35320the specified range. Both bounds are considered to be inside the range.
35321
35322@item line
35323Line specification is required as parameter. @xref{Specify Location}.
35324Finds next trace frame that corresponds to a tracepoint at
35325the specified location.
35326
35327@end table
35328
35329If @samp{none} was passed as @var{mode}, the response does not
35330have fields. Otherwise, the response may have the following fields:
35331
35332@table @samp
35333@item found
35334This field has either @samp{0} or @samp{1} as the value, depending
35335on whether a matching tracepoint was found.
35336
35337@item traceframe
35338The index of the found traceframe. This field is present iff
35339the @samp{found} field has value of @samp{1}.
35340
35341@item tracepoint
35342The index of the found tracepoint. This field is present iff
35343the @samp{found} field has value of @samp{1}.
35344
35345@item frame
35346The information about the frame corresponding to the found trace
35347frame. This field is present only if a trace frame was found.
35348@xref{GDB/MI Frame Information}, for description of this field.
35349
35350@end table
35351
35352@subsubheading @value{GDBN} Command
35353
35354The corresponding @value{GDBN} command is @samp{tfind}.
35355
35356@subheading -trace-define-variable
35357@findex -trace-define-variable
35358
35359@subsubheading Synopsis
35360
35361@smallexample
35362 -trace-define-variable @var{name} [ @var{value} ]
35363@end smallexample
35364
35365Create trace variable @var{name} if it does not exist. If
35366@var{value} is specified, sets the initial value of the specified
35367trace variable to that value. Note that the @var{name} should start
35368with the @samp{$} character.
35369
35370@subsubheading @value{GDBN} Command
35371
35372The corresponding @value{GDBN} command is @samp{tvariable}.
35373
35374@subheading The @code{-trace-frame-collected} Command
35375@findex -trace-frame-collected
35376
35377@subsubheading Synopsis
35378
35379@smallexample
35380 -trace-frame-collected
35381 [--var-print-values @var{var_pval}]
35382 [--comp-print-values @var{comp_pval}]
35383 [--registers-format @var{regformat}]
35384 [--memory-contents]
35385@end smallexample
35386
35387This command returns the set of collected objects, register names,
35388trace state variable names, memory ranges and computed expressions
35389that have been collected at a particular trace frame. The optional
35390parameters to the command affect the output format in different ways.
35391See the output description table below for more details.
35392
35393The reported names can be used in the normal manner to create
35394varobjs and inspect the objects themselves. The items returned by
35395this command are categorized so that it is clear which is a variable,
35396which is a register, which is a trace state variable, which is a
35397memory range and which is a computed expression.
35398
35399For instance, if the actions were
35400@smallexample
35401collect myVar, myArray[myIndex], myObj.field, myPtr->field, myCount + 2
35402collect *(int*)0xaf02bef0@@40
35403@end smallexample
35404
35405@noindent
35406the object collected in its entirety would be @code{myVar}. The
35407object @code{myArray} would be partially collected, because only the
35408element at index @code{myIndex} would be collected. The remaining
35409objects would be computed expressions.
35410
35411An example output would be:
35412
35413@smallexample
35414(gdb)
35415-trace-frame-collected
35416^done,
35417 explicit-variables=[@{name="myVar",value="1"@}],
35418 computed-expressions=[@{name="myArray[myIndex]",value="0"@},
35419 @{name="myObj.field",value="0"@},
35420 @{name="myPtr->field",value="1"@},
35421 @{name="myCount + 2",value="3"@},
35422 @{name="$tvar1 + 1",value="43970027"@}],
35423 registers=[@{number="0",value="0x7fe2c6e79ec8"@},
35424 @{number="1",value="0x0"@},
35425 @{number="2",value="0x4"@},
35426 ...
35427 @{number="125",value="0x0"@}],
35428 tvars=[@{name="$tvar1",current="43970026"@}],
35429 memory=[@{address="0x0000000000602264",length="4"@},
35430 @{address="0x0000000000615bc0",length="4"@}]
35431(gdb)
35432@end smallexample
35433
35434Where:
35435
35436@table @code
35437@item explicit-variables
35438The set of objects that have been collected in their entirety (as
35439opposed to collecting just a few elements of an array or a few struct
35440members). For each object, its name and value are printed.
35441The @code{--var-print-values} option affects how or whether the value
35442field is output. If @var{var_pval} is 0, then print only the names;
35443if it is 1, print also their values; and if it is 2, print the name,
35444type and value for simple data types, and the name and type for
35445arrays, structures and unions.
35446
35447@item computed-expressions
35448The set of computed expressions that have been collected at the
35449current trace frame. The @code{--comp-print-values} option affects
35450this set like the @code{--var-print-values} option affects the
35451@code{explicit-variables} set. See above.
35452
35453@item registers
35454The registers that have been collected at the current trace frame.
35455For each register collected, the name and current value are returned.
35456The value is formatted according to the @code{--registers-format}
35457option. See the @command{-data-list-register-values} command for a
35458list of the allowed formats. The default is @samp{x}.
35459
35460@item tvars
35461The trace state variables that have been collected at the current
35462trace frame. For each trace state variable collected, the name and
35463current value are returned.
35464
35465@item memory
35466The set of memory ranges that have been collected at the current trace
35467frame. Its content is a list of tuples. Each tuple represents a
35468collected memory range and has the following fields:
35469
35470@table @code
35471@item address
35472The start address of the memory range, as hexadecimal literal.
35473
35474@item length
35475The length of the memory range, as decimal literal.
35476
35477@item contents
35478The contents of the memory block, in hex. This field is only present
35479if the @code{--memory-contents} option is specified.
35480
35481@end table
35482
35483@end table
35484
35485@subsubheading @value{GDBN} Command
35486
35487There is no corresponding @value{GDBN} command.
35488
35489@subsubheading Example
35490
35491@subheading -trace-list-variables
35492@findex -trace-list-variables
35493
35494@subsubheading Synopsis
35495
35496@smallexample
35497 -trace-list-variables
35498@end smallexample
35499
35500Return a table of all defined trace variables. Each element of the
35501table has the following fields:
35502
35503@table @samp
35504@item name
35505The name of the trace variable. This field is always present.
35506
35507@item initial
35508The initial value. This is a 64-bit signed integer. This
35509field is always present.
35510
35511@item current
35512The value the trace variable has at the moment. This is a 64-bit
35513signed integer. This field is absent iff current value is
35514not defined, for example if the trace was never run, or is
35515presently running.
35516
35517@end table
35518
35519@subsubheading @value{GDBN} Command
35520
35521The corresponding @value{GDBN} command is @samp{tvariables}.
35522
35523@subsubheading Example
35524
35525@smallexample
35526(gdb)
35527-trace-list-variables
35528^done,trace-variables=@{nr_rows="1",nr_cols="3",
35529hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
35530 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
35531 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
35532body=[variable=@{name="$trace_timestamp",initial="0"@}
35533 variable=@{name="$foo",initial="10",current="15"@}]@}
35534(gdb)
35535@end smallexample
35536
35537@subheading -trace-save
35538@findex -trace-save
35539
35540@subsubheading Synopsis
35541
35542@smallexample
35543 -trace-save [ -r ] [ -ctf ] @var{filename}
35544@end smallexample
35545
35546Saves the collected trace data to @var{filename}. Without the
35547@samp{-r} option, the data is downloaded from the target and saved
35548in a local file. With the @samp{-r} option the target is asked
35549to perform the save.
35550
35551By default, this command will save the trace in the tfile format. You can
35552supply the optional @samp{-ctf} argument to save it the CTF format. See
35553@ref{Trace Files} for more information about CTF.
35554
35555@subsubheading @value{GDBN} Command
35556
35557The corresponding @value{GDBN} command is @samp{tsave}.
35558
35559
35560@subheading -trace-start
35561@findex -trace-start
35562
35563@subsubheading Synopsis
35564
35565@smallexample
35566 -trace-start
35567@end smallexample
35568
35569Starts a tracing experiment. The result of this command does not
35570have any fields.
35571
35572@subsubheading @value{GDBN} Command
35573
35574The corresponding @value{GDBN} command is @samp{tstart}.
35575
35576@subheading -trace-status
35577@findex -trace-status
35578
35579@subsubheading Synopsis
35580
35581@smallexample
35582 -trace-status
35583@end smallexample
35584
35585Obtains the status of a tracing experiment. The result may include
35586the following fields:
35587
35588@table @samp
35589
35590@item supported
35591May have a value of either @samp{0}, when no tracing operations are
35592supported, @samp{1}, when all tracing operations are supported, or
35593@samp{file} when examining trace file. In the latter case, examining
35594of trace frame is possible but new tracing experiement cannot be
35595started. This field is always present.
35596
35597@item running
35598May have a value of either @samp{0} or @samp{1} depending on whether
35599tracing experiement is in progress on target. This field is present
35600if @samp{supported} field is not @samp{0}.
35601
35602@item stop-reason
35603Report the reason why the tracing was stopped last time. This field
35604may be absent iff tracing was never stopped on target yet. The
35605value of @samp{request} means the tracing was stopped as result of
35606the @code{-trace-stop} command. The value of @samp{overflow} means
35607the tracing buffer is full. The value of @samp{disconnection} means
35608tracing was automatically stopped when @value{GDBN} has disconnected.
35609The value of @samp{passcount} means tracing was stopped when a
35610tracepoint was passed a maximal number of times for that tracepoint.
35611This field is present if @samp{supported} field is not @samp{0}.
35612
35613@item stopping-tracepoint
35614The number of tracepoint whose passcount as exceeded. This field is
35615present iff the @samp{stop-reason} field has the value of
35616@samp{passcount}.
35617
35618@item frames
35619@itemx frames-created
35620The @samp{frames} field is a count of the total number of trace frames
35621in the trace buffer, while @samp{frames-created} is the total created
35622during the run, including ones that were discarded, such as when a
35623circular trace buffer filled up. Both fields are optional.
35624
35625@item buffer-size
35626@itemx buffer-free
35627These fields tell the current size of the tracing buffer and the
35628remaining space. These fields are optional.
35629
35630@item circular
35631The value of the circular trace buffer flag. @code{1} means that the
35632trace buffer is circular and old trace frames will be discarded if
35633necessary to make room, @code{0} means that the trace buffer is linear
35634and may fill up.
35635
35636@item disconnected
35637The value of the disconnected tracing flag. @code{1} means that
35638tracing will continue after @value{GDBN} disconnects, @code{0} means
35639that the trace run will stop.
35640
35641@item trace-file
35642The filename of the trace file being examined. This field is
35643optional, and only present when examining a trace file.
35644
35645@end table
35646
35647@subsubheading @value{GDBN} Command
35648
35649The corresponding @value{GDBN} command is @samp{tstatus}.
35650
35651@subheading -trace-stop
35652@findex -trace-stop
35653
35654@subsubheading Synopsis
35655
35656@smallexample
35657 -trace-stop
35658@end smallexample
35659
35660Stops a tracing experiment. The result of this command has the same
35661fields as @code{-trace-status}, except that the @samp{supported} and
35662@samp{running} fields are not output.
35663
35664@subsubheading @value{GDBN} Command
35665
35666The corresponding @value{GDBN} command is @samp{tstop}.
35667
35668
35669@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35670@node GDB/MI Symbol Query
35671@section @sc{gdb/mi} Symbol Query Commands
35672
35673
35674@ignore
35675@subheading The @code{-symbol-info-address} Command
35676@findex -symbol-info-address
35677
35678@subsubheading Synopsis
35679
35680@smallexample
35681 -symbol-info-address @var{symbol}
35682@end smallexample
35683
35684Describe where @var{symbol} is stored.
35685
35686@subsubheading @value{GDBN} Command
35687
35688The corresponding @value{GDBN} command is @samp{info address}.
35689
35690@subsubheading Example
35691N.A.
35692
35693
35694@subheading The @code{-symbol-info-file} Command
35695@findex -symbol-info-file
35696
35697@subsubheading Synopsis
35698
35699@smallexample
35700 -symbol-info-file
35701@end smallexample
35702
35703Show the file for the symbol.
35704
35705@subsubheading @value{GDBN} Command
35706
35707There's no equivalent @value{GDBN} command. @code{gdbtk} has
35708@samp{gdb_find_file}.
35709
35710@subsubheading Example
35711N.A.
35712@end ignore
35713
35714@subheading The @code{-symbol-info-functions} Command
35715@findex -symbol-info-functions
35716@anchor{-symbol-info-functions}
35717
35718@subsubheading Synopsis
35719
35720@smallexample
35721 -symbol-info-functions [--include-nondebug]
35722 [--type @var{type_regexp}]
35723 [--name @var{name_regexp}]
35724 [--max-results @var{limit}]
35725@end smallexample
35726
35727@noindent
35728Return a list containing the names and types for all global functions
35729taken from the debug information. The functions are grouped by source
35730file, and shown with the line number on which each function is
35731defined.
35732
35733The @code{--include-nondebug} option causes the output to include
35734code symbols from the symbol table.
35735
35736The options @code{--type} and @code{--name} allow the symbols returned
35737to be filtered based on either the name of the function, or the type
35738signature of the function.
35739
35740The option @code{--max-results} restricts the command to return no
35741more than @var{limit} results. If exactly @var{limit} results are
35742returned then there might be additional results available if a higher
35743limit is used.
35744
35745@subsubheading @value{GDBN} Command
35746
35747The corresponding @value{GDBN} command is @samp{info functions}.
35748
35749@subsubheading Example
35750@smallexample
35751@group
35752(gdb)
35753-symbol-info-functions
35754^done,symbols=
35755 @{debug=
35756 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35757 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35758 symbols=[@{line="36", name="f4", type="void (int *)",
35759 description="void f4(int *);"@},
35760 @{line="42", name="main", type="int ()",
35761 description="int main();"@},
35762 @{line="30", name="f1", type="my_int_t (int, int)",
35763 description="static my_int_t f1(int, int);"@}]@},
35764 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35765 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35766 symbols=[@{line="33", name="f2", type="float (another_float_t)",
35767 description="float f2(another_float_t);"@},
35768 @{line="39", name="f3", type="int (another_int_t)",
35769 description="int f3(another_int_t);"@},
35770 @{line="27", name="f1", type="another_float_t (int)",
35771 description="static another_float_t f1(int);"@}]@}]@}
35772@end group
35773@group
35774(gdb)
35775-symbol-info-functions --name f1
35776^done,symbols=
35777 @{debug=
35778 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35779 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35780 symbols=[@{line="30", name="f1", type="my_int_t (int, int)",
35781 description="static my_int_t f1(int, int);"@}]@},
35782 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35783 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35784 symbols=[@{line="27", name="f1", type="another_float_t (int)",
35785 description="static another_float_t f1(int);"@}]@}]@}
35786@end group
35787@group
35788(gdb)
35789-symbol-info-functions --type void
35790^done,symbols=
35791 @{debug=
35792 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35793 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35794 symbols=[@{line="36", name="f4", type="void (int *)",
35795 description="void f4(int *);"@}]@}]@}
35796@end group
35797@group
35798(gdb)
35799-symbol-info-functions --include-nondebug
35800^done,symbols=
35801 @{debug=
35802 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35803 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
35804 symbols=[@{line="36", name="f4", type="void (int *)",
35805 description="void f4(int *);"@},
35806 @{line="42", name="main", type="int ()",
35807 description="int main();"@},
35808 @{line="30", name="f1", type="my_int_t (int, int)",
35809 description="static my_int_t f1(int, int);"@}]@},
35810 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35811 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
35812 symbols=[@{line="33", name="f2", type="float (another_float_t)",
35813 description="float f2(another_float_t);"@},
35814 @{line="39", name="f3", type="int (another_int_t)",
35815 description="int f3(another_int_t);"@},
35816 @{line="27", name="f1", type="another_float_t (int)",
35817 description="static another_float_t f1(int);"@}]@}],
35818 nondebug=
35819 [@{address="0x0000000000400398",name="_init"@},
35820 @{address="0x00000000004003b0",name="_start"@},
35821 ...
35822 ]@}
35823@end group
35824@end smallexample
35825
35826@subheading The @code{-symbol-info-module-functions} Command
35827@findex -symbol-info-module-functions
35828@anchor{-symbol-info-module-functions}
35829
35830@subsubheading Synopsis
35831
35832@smallexample
35833 -symbol-info-module-functions [--module @var{module_regexp}]
35834 [--name @var{name_regexp}]
35835 [--type @var{type_regexp}]
35836@end smallexample
35837
35838@noindent
35839Return a list containing the names of all known functions within all
35840know Fortran modules. The functions are grouped by source file and
35841containing module, and shown with the line number on which each
35842function is defined.
35843
35844The option @code{--module} only returns results for modules matching
35845@var{module_regexp}. The option @code{--name} only returns functions
35846whose name matches @var{name_regexp}, and @code{--type} only returns
35847functions whose type matches @var{type_regexp}.
35848
35849@subsubheading @value{GDBN} Command
35850
35851The corresponding @value{GDBN} command is @samp{info module functions}.
35852
35853@subsubheading Example
35854
35855@smallexample
35856@group
35857(gdb)
35858-symbol-info-module-functions
35859^done,symbols=
35860 [@{module="mod1",
35861 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35862 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35863 symbols=[@{line="21",name="mod1::check_all",type="void (void)",
35864 description="void mod1::check_all(void);"@}]@}]@},
35865 @{module="mod2",
35866 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35867 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35868 symbols=[@{line="30",name="mod2::check_var_i",type="void (void)",
35869 description="void mod2::check_var_i(void);"@}]@}]@},
35870 @{module="mod3",
35871 files=[@{filename="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35872 fullname="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35873 symbols=[@{line="21",name="mod3::check_all",type="void (void)",
35874 description="void mod3::check_all(void);"@},
35875 @{line="27",name="mod3::check_mod2",type="void (void)",
35876 description="void mod3::check_mod2(void);"@}]@}]@},
35877 @{module="modmany",
35878 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35879 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35880 symbols=[@{line="35",name="modmany::check_some",type="void (void)",
35881 description="void modmany::check_some(void);"@}]@}]@},
35882 @{module="moduse",
35883 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35884 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35885 symbols=[@{line="44",name="moduse::check_all",type="void (void)",
35886 description="void moduse::check_all(void);"@},
35887 @{line="49",name="moduse::check_var_x",type="void (void)",
35888 description="void moduse::check_var_x(void);"@}]@}]@}]
35889@end group
35890@end smallexample
35891
35892@subheading The @code{-symbol-info-module-variables} Command
35893@findex -symbol-info-module-variables
35894@anchor{-symbol-info-module-variables}
35895
35896@subsubheading Synopsis
35897
35898@smallexample
35899 -symbol-info-module-variables [--module @var{module_regexp}]
35900 [--name @var{name_regexp}]
35901 [--type @var{type_regexp}]
35902@end smallexample
35903
35904@noindent
35905Return a list containing the names of all known variables within all
35906know Fortran modules. The variables are grouped by source file and
35907containing module, and shown with the line number on which each
35908variable is defined.
35909
35910The option @code{--module} only returns results for modules matching
35911@var{module_regexp}. The option @code{--name} only returns variables
35912whose name matches @var{name_regexp}, and @code{--type} only returns
35913variables whose type matches @var{type_regexp}.
35914
35915@subsubheading @value{GDBN} Command
35916
35917The corresponding @value{GDBN} command is @samp{info module variables}.
35918
35919@subsubheading Example
35920
35921@smallexample
35922@group
35923(gdb)
35924-symbol-info-module-variables
35925^done,symbols=
35926 [@{module="mod1",
35927 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35928 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35929 symbols=[@{line="18",name="mod1::var_const",type="integer(kind=4)",
35930 description="integer(kind=4) mod1::var_const;"@},
35931 @{line="17",name="mod1::var_i",type="integer(kind=4)",
35932 description="integer(kind=4) mod1::var_i;"@}]@}]@},
35933 @{module="mod2",
35934 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35935 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
35936 symbols=[@{line="28",name="mod2::var_i",type="integer(kind=4)",
35937 description="integer(kind=4) mod2::var_i;"@}]@}]@},
35938 @{module="mod3",
35939 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35940 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35941 symbols=[@{line="18",name="mod3::mod1",type="integer(kind=4)",
35942 description="integer(kind=4) mod3::mod1;"@},
35943 @{line="17",name="mod3::mod2",type="integer(kind=4)",
35944 description="integer(kind=4) mod3::mod2;"@},
35945 @{line="19",name="mod3::var_i",type="integer(kind=4)",
35946 description="integer(kind=4) mod3::var_i;"@}]@}]@},
35947 @{module="modmany",
35948 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35949 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35950 symbols=[@{line="33",name="modmany::var_a",type="integer(kind=4)",
35951 description="integer(kind=4) modmany::var_a;"@},
35952 @{line="33",name="modmany::var_b",type="integer(kind=4)",
35953 description="integer(kind=4) modmany::var_b;"@},
35954 @{line="33",name="modmany::var_c",type="integer(kind=4)",
35955 description="integer(kind=4) modmany::var_c;"@},
35956 @{line="33",name="modmany::var_i",type="integer(kind=4)",
35957 description="integer(kind=4) modmany::var_i;"@}]@}]@},
35958 @{module="moduse",
35959 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35960 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
35961 symbols=[@{line="42",name="moduse::var_x",type="integer(kind=4)",
35962 description="integer(kind=4) moduse::var_x;"@},
35963 @{line="42",name="moduse::var_y",type="integer(kind=4)",
35964 description="integer(kind=4) moduse::var_y;"@}]@}]@}]
35965@end group
35966@end smallexample
35967
35968@subheading The @code{-symbol-info-modules} Command
35969@findex -symbol-info-modules
35970@anchor{-symbol-info-modules}
35971
35972@subsubheading Synopsis
35973
35974@smallexample
35975 -symbol-info-modules [--name @var{name_regexp}]
35976 [--max-results @var{limit}]
35977
35978@end smallexample
35979
35980@noindent
35981Return a list containing the names of all known Fortran modules. The
35982modules are grouped by source file, and shown with the line number on
35983which each modules is defined.
35984
35985The option @code{--name} allows the modules returned to be filtered
35986based the name of the module.
35987
35988The option @code{--max-results} restricts the command to return no
35989more than @var{limit} results. If exactly @var{limit} results are
35990returned then there might be additional results available if a higher
35991limit is used.
35992
35993@subsubheading @value{GDBN} Command
35994
35995The corresponding @value{GDBN} command is @samp{info modules}.
35996
35997@subsubheading Example
35998@smallexample
35999@group
36000(gdb)
36001-symbol-info-modules
36002^done,symbols=
36003 @{debug=
36004 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
36005 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
36006 symbols=[@{line="16",name="mod1"@},
36007 @{line="22",name="mod2"@}]@},
36008 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
36009 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
36010 symbols=[@{line="16",name="mod3"@},
36011 @{line="22",name="modmany"@},
36012 @{line="26",name="moduse"@}]@}]@}
36013@end group
36014@group
36015(gdb)
36016-symbol-info-modules --name mod[123]
36017^done,symbols=
36018 @{debug=
36019 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
36020 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
36021 symbols=[@{line="16",name="mod1"@},
36022 @{line="22",name="mod2"@}]@},
36023 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
36024 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
36025 symbols=[@{line="16",name="mod3"@}]@}]@}
36026@end group
36027@end smallexample
36028
36029@subheading The @code{-symbol-info-types} Command
36030@findex -symbol-info-types
36031@anchor{-symbol-info-types}
36032
36033@subsubheading Synopsis
36034
36035@smallexample
36036 -symbol-info-types [--name @var{name_regexp}]
36037 [--max-results @var{limit}]
36038
36039@end smallexample
36040
36041@noindent
36042Return a list of all defined types. The types are grouped by source
36043file, and shown with the line number on which each user defined type
36044is defined. Some base types are not defined in the source code but
36045are added to the debug information by the compiler, for example
36046@code{int}, @code{float}, etc.; these types do not have an associated
36047line number.
36048
36049The option @code{--name} allows the list of types returned to be
36050filtered by name.
36051
36052The option @code{--max-results} restricts the command to return no
36053more than @var{limit} results. If exactly @var{limit} results are
36054returned then there might be additional results available if a higher
36055limit is used.
36056
36057@subsubheading @value{GDBN} Command
36058
36059The corresponding @value{GDBN} command is @samp{info types}.
36060
36061@subsubheading Example
36062@smallexample
36063@group
36064(gdb)
36065-symbol-info-types
36066^done,symbols=
36067 @{debug=
36068 [@{filename="gdb.mi/mi-sym-info-1.c",
36069 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36070 symbols=[@{name="float"@},
36071 @{name="int"@},
36072 @{line="27",name="typedef int my_int_t;"@}]@},
36073 @{filename="gdb.mi/mi-sym-info-2.c",
36074 fullname="/project/gdb.mi/mi-sym-info-2.c",
36075 symbols=[@{line="24",name="typedef float another_float_t;"@},
36076 @{line="23",name="typedef int another_int_t;"@},
36077 @{name="float"@},
36078 @{name="int"@}]@}]@}
36079@end group
36080@group
36081(gdb)
36082-symbol-info-types --name _int_
36083^done,symbols=
36084 @{debug=
36085 [@{filename="gdb.mi/mi-sym-info-1.c",
36086 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36087 symbols=[@{line="27",name="typedef int my_int_t;"@}]@},
36088 @{filename="gdb.mi/mi-sym-info-2.c",
36089 fullname="/project/gdb.mi/mi-sym-info-2.c",
36090 symbols=[@{line="23",name="typedef int another_int_t;"@}]@}]@}
36091@end group
36092@end smallexample
36093
36094@subheading The @code{-symbol-info-variables} Command
36095@findex -symbol-info-variables
36096@anchor{-symbol-info-variables}
36097
36098@subsubheading Synopsis
36099
36100@smallexample
36101 -symbol-info-variables [--include-nondebug]
36102 [--type @var{type_regexp}]
36103 [--name @var{name_regexp}]
36104 [--max-results @var{limit}]
36105
36106@end smallexample
36107
36108@noindent
36109Return a list containing the names and types for all global variables
36110taken from the debug information. The variables are grouped by source
36111file, and shown with the line number on which each variable is
36112defined.
36113
36114The @code{--include-nondebug} option causes the output to include
36115data symbols from the symbol table.
36116
36117The options @code{--type} and @code{--name} allow the symbols returned
36118to be filtered based on either the name of the variable, or the type
36119of the variable.
36120
36121The option @code{--max-results} restricts the command to return no
36122more than @var{limit} results. If exactly @var{limit} results are
36123returned then there might be additional results available if a higher
36124limit is used.
36125
36126@subsubheading @value{GDBN} Command
36127
36128The corresponding @value{GDBN} command is @samp{info variables}.
36129
36130@subsubheading Example
36131@smallexample
36132@group
36133(gdb)
36134-symbol-info-variables
36135^done,symbols=
36136 @{debug=
36137 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36138 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36139 symbols=[@{line="25",name="global_f1",type="float",
36140 description="static float global_f1;"@},
36141 @{line="24",name="global_i1",type="int",
36142 description="static int global_i1;"@}]@},
36143 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36144 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36145 symbols=[@{line="21",name="global_f2",type="int",
36146 description="int global_f2;"@},
36147 @{line="20",name="global_i2",type="int",
36148 description="int global_i2;"@},
36149 @{line="19",name="global_f1",type="float",
36150 description="static float global_f1;"@},
36151 @{line="18",name="global_i1",type="int",
36152 description="static int global_i1;"@}]@}]@}
36153@end group
36154@group
36155(gdb)
36156-symbol-info-variables --name f1
36157^done,symbols=
36158 @{debug=
36159 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36160 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36161 symbols=[@{line="25",name="global_f1",type="float",
36162 description="static float global_f1;"@}]@},
36163 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36164 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36165 symbols=[@{line="19",name="global_f1",type="float",
36166 description="static float global_f1;"@}]@}]@}
36167@end group
36168@group
36169(gdb)
36170-symbol-info-variables --type float
36171^done,symbols=
36172 @{debug=
36173 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36174 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36175 symbols=[@{line="25",name="global_f1",type="float",
36176 description="static float global_f1;"@}]@},
36177 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36178 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36179 symbols=[@{line="19",name="global_f1",type="float",
36180 description="static float global_f1;"@}]@}]@}
36181@end group
36182@group
36183(gdb)
36184-symbol-info-variables --include-nondebug
36185^done,symbols=
36186 @{debug=
36187 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36188 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36189 symbols=[@{line="25",name="global_f1",type="float",
36190 description="static float global_f1;"@},
36191 @{line="24",name="global_i1",type="int",
36192 description="static int global_i1;"@}]@},
36193 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36194 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36195 symbols=[@{line="21",name="global_f2",type="int",
36196 description="int global_f2;"@},
36197 @{line="20",name="global_i2",type="int",
36198 description="int global_i2;"@},
36199 @{line="19",name="global_f1",type="float",
36200 description="static float global_f1;"@},
36201 @{line="18",name="global_i1",type="int",
36202 description="static int global_i1;"@}]@}],
36203 nondebug=
36204 [@{address="0x00000000004005d0",name="_IO_stdin_used"@},
36205 @{address="0x00000000004005d8",name="__dso_handle"@}
36206 ...
36207 ]@}
36208@end group
36209@end smallexample
36210
36211@ignore
36212@subheading The @code{-symbol-info-line} Command
36213@findex -symbol-info-line
36214
36215@subsubheading Synopsis
36216
36217@smallexample
36218 -symbol-info-line
36219@end smallexample
36220
36221Show the core addresses of the code for a source line.
36222
36223@subsubheading @value{GDBN} Command
36224
36225The corresponding @value{GDBN} command is @samp{info line}.
36226@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
36227
36228@subsubheading Example
36229N.A.
36230
36231
36232@subheading The @code{-symbol-info-symbol} Command
36233@findex -symbol-info-symbol
36234
36235@subsubheading Synopsis
36236
36237@smallexample
36238 -symbol-info-symbol @var{addr}
36239@end smallexample
36240
36241Describe what symbol is at location @var{addr}.
36242
36243@subsubheading @value{GDBN} Command
36244
36245The corresponding @value{GDBN} command is @samp{info symbol}.
36246
36247@subsubheading Example
36248N.A.
36249
36250
36251@subheading The @code{-symbol-list-functions} Command
36252@findex -symbol-list-functions
36253
36254@subsubheading Synopsis
36255
36256@smallexample
36257 -symbol-list-functions
36258@end smallexample
36259
36260List the functions in the executable.
36261
36262@subsubheading @value{GDBN} Command
36263
36264@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
36265@samp{gdb_search} in @code{gdbtk}.
36266
36267@subsubheading Example
36268N.A.
36269@end ignore
36270
36271
36272@subheading The @code{-symbol-list-lines} Command
36273@findex -symbol-list-lines
36274
36275@subsubheading Synopsis
36276
36277@smallexample
36278 -symbol-list-lines @var{filename}
36279@end smallexample
36280
36281Print the list of lines that contain code and their associated program
36282addresses for the given source filename. The entries are sorted in
36283ascending PC order.
36284
36285@subsubheading @value{GDBN} Command
36286
36287There is no corresponding @value{GDBN} command.
36288
36289@subsubheading Example
36290@smallexample
36291(gdb)
36292-symbol-list-lines basics.c
36293^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
36294(gdb)
36295@end smallexample
36296
36297
36298@ignore
36299@subheading The @code{-symbol-list-types} Command
36300@findex -symbol-list-types
36301
36302@subsubheading Synopsis
36303
36304@smallexample
36305 -symbol-list-types
36306@end smallexample
36307
36308List all the type names.
36309
36310@subsubheading @value{GDBN} Command
36311
36312The corresponding commands are @samp{info types} in @value{GDBN},
36313@samp{gdb_search} in @code{gdbtk}.
36314
36315@subsubheading Example
36316N.A.
36317
36318
36319@subheading The @code{-symbol-list-variables} Command
36320@findex -symbol-list-variables
36321
36322@subsubheading Synopsis
36323
36324@smallexample
36325 -symbol-list-variables
36326@end smallexample
36327
36328List all the global and static variable names.
36329
36330@subsubheading @value{GDBN} Command
36331
36332@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
36333
36334@subsubheading Example
36335N.A.
36336
36337
36338@subheading The @code{-symbol-locate} Command
36339@findex -symbol-locate
36340
36341@subsubheading Synopsis
36342
36343@smallexample
36344 -symbol-locate
36345@end smallexample
36346
36347@subsubheading @value{GDBN} Command
36348
36349@samp{gdb_loc} in @code{gdbtk}.
36350
36351@subsubheading Example
36352N.A.
36353
36354
36355@subheading The @code{-symbol-type} Command
36356@findex -symbol-type
36357
36358@subsubheading Synopsis
36359
36360@smallexample
36361 -symbol-type @var{variable}
36362@end smallexample
36363
36364Show type of @var{variable}.
36365
36366@subsubheading @value{GDBN} Command
36367
36368The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
36369@samp{gdb_obj_variable}.
36370
36371@subsubheading Example
36372N.A.
36373@end ignore
36374
36375
36376@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36377@node GDB/MI File Commands
36378@section @sc{gdb/mi} File Commands
36379
36380This section describes the GDB/MI commands to specify executable file names
36381and to read in and obtain symbol table information.
36382
36383@subheading The @code{-file-exec-and-symbols} Command
36384@findex -file-exec-and-symbols
36385
36386@subsubheading Synopsis
36387
36388@smallexample
36389 -file-exec-and-symbols @var{file}
36390@end smallexample
36391
36392Specify the executable file to be debugged. This file is the one from
36393which the symbol table is also read. If no file is specified, the
36394command clears the executable and symbol information. If breakpoints
36395are set when using this command with no arguments, @value{GDBN} will produce
36396error messages. Otherwise, no output is produced, except a completion
36397notification.
36398
36399@subsubheading @value{GDBN} Command
36400
36401The corresponding @value{GDBN} command is @samp{file}.
36402
36403@subsubheading Example
36404
36405@smallexample
36406(gdb)
36407-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
36408^done
36409(gdb)
36410@end smallexample
36411
36412
36413@subheading The @code{-file-exec-file} Command
36414@findex -file-exec-file
36415
36416@subsubheading Synopsis
36417
36418@smallexample
36419 -file-exec-file @var{file}
36420@end smallexample
36421
36422Specify the executable file to be debugged. Unlike
36423@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
36424from this file. If used without argument, @value{GDBN} clears the information
36425about the executable file. No output is produced, except a completion
36426notification.
36427
36428@subsubheading @value{GDBN} Command
36429
36430The corresponding @value{GDBN} command is @samp{exec-file}.
36431
36432@subsubheading Example
36433
36434@smallexample
36435(gdb)
36436-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
36437^done
36438(gdb)
36439@end smallexample
36440
36441
36442@ignore
36443@subheading The @code{-file-list-exec-sections} Command
36444@findex -file-list-exec-sections
36445
36446@subsubheading Synopsis
36447
36448@smallexample
36449 -file-list-exec-sections
36450@end smallexample
36451
36452List the sections of the current executable file.
36453
36454@subsubheading @value{GDBN} Command
36455
36456The @value{GDBN} command @samp{info file} shows, among the rest, the same
36457information as this command. @code{gdbtk} has a corresponding command
36458@samp{gdb_load_info}.
36459
36460@subsubheading Example
36461N.A.
36462@end ignore
36463
36464
36465@subheading The @code{-file-list-exec-source-file} Command
36466@findex -file-list-exec-source-file
36467
36468@subsubheading Synopsis
36469
36470@smallexample
36471 -file-list-exec-source-file
36472@end smallexample
36473
36474List the line number, the current source file, and the absolute path
36475to the current source file for the current executable. The macro
36476information field has a value of @samp{1} or @samp{0} depending on
36477whether or not the file includes preprocessor macro information.
36478
36479@subsubheading @value{GDBN} Command
36480
36481The @value{GDBN} equivalent is @samp{info source}
36482
36483@subsubheading Example
36484
36485@smallexample
36486(gdb)
36487123-file-list-exec-source-file
36488123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
36489(gdb)
36490@end smallexample
36491
36492
36493@subheading The @code{-file-list-exec-source-files} Command
36494@findex -file-list-exec-source-files
36495
36496@subsubheading Synopsis
36497
36498@smallexample
36499 -file-list-exec-source-files
36500@end smallexample
36501
36502List the source files for the current executable.
36503
36504It will always output both the filename and fullname (absolute file
36505name) of a source file.
36506
36507@subsubheading @value{GDBN} Command
36508
36509The @value{GDBN} equivalent is @samp{info sources}.
36510@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
36511
36512@subsubheading Example
36513@smallexample
36514(gdb)
36515-file-list-exec-source-files
36516^done,files=[
36517@{file=foo.c,fullname=/home/foo.c@},
36518@{file=/home/bar.c,fullname=/home/bar.c@},
36519@{file=gdb_could_not_find_fullpath.c@}]
36520(gdb)
36521@end smallexample
36522
36523@subheading The @code{-file-list-shared-libraries} Command
36524@findex -file-list-shared-libraries
36525
36526@subsubheading Synopsis
36527
36528@smallexample
36529 -file-list-shared-libraries [ @var{regexp} ]
36530@end smallexample
36531
36532List the shared libraries in the program.
36533With a regular expression @var{regexp}, only those libraries whose
36534names match @var{regexp} are listed.
36535
36536@subsubheading @value{GDBN} Command
36537
36538The corresponding @value{GDBN} command is @samp{info shared}. The fields
36539have a similar meaning to the @code{=library-loaded} notification.
36540The @code{ranges} field specifies the multiple segments belonging to this
36541library. Each range has the following fields:
36542
36543@table @samp
36544@item from
36545The address defining the inclusive lower bound of the segment.
36546@item to
36547The address defining the exclusive upper bound of the segment.
36548@end table
36549
36550@subsubheading Example
36551@smallexample
36552(gdb)
36553-file-list-exec-source-files
36554^done,shared-libraries=[
36555@{id="/lib/libfoo.so",target-name="/lib/libfoo.so",host-name="/lib/libfoo.so",symbols-loaded="1",thread-group="i1",ranges=[@{from="0x72815989",to="0x728162c0"@}]@},
36556@{id="/lib/libbar.so",target-name="/lib/libbar.so",host-name="/lib/libbar.so",symbols-loaded="1",thread-group="i1",ranges=[@{from="0x76ee48c0",to="0x76ee9160"@}]@}]
36557(gdb)
36558@end smallexample
36559
36560
36561@ignore
36562@subheading The @code{-file-list-symbol-files} Command
36563@findex -file-list-symbol-files
36564
36565@subsubheading Synopsis
36566
36567@smallexample
36568 -file-list-symbol-files
36569@end smallexample
36570
36571List symbol files.
36572
36573@subsubheading @value{GDBN} Command
36574
36575The corresponding @value{GDBN} command is @samp{info file} (part of it).
36576
36577@subsubheading Example
36578N.A.
36579@end ignore
36580
36581
36582@subheading The @code{-file-symbol-file} Command
36583@findex -file-symbol-file
36584
36585@subsubheading Synopsis
36586
36587@smallexample
36588 -file-symbol-file @var{file}
36589@end smallexample
36590
36591Read symbol table info from the specified @var{file} argument. When
36592used without arguments, clears @value{GDBN}'s symbol table info. No output is
36593produced, except for a completion notification.
36594
36595@subsubheading @value{GDBN} Command
36596
36597The corresponding @value{GDBN} command is @samp{symbol-file}.
36598
36599@subsubheading Example
36600
36601@smallexample
36602(gdb)
36603-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
36604^done
36605(gdb)
36606@end smallexample
36607
36608@ignore
36609@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36610@node GDB/MI Memory Overlay Commands
36611@section @sc{gdb/mi} Memory Overlay Commands
36612
36613The memory overlay commands are not implemented.
36614
36615@c @subheading -overlay-auto
36616
36617@c @subheading -overlay-list-mapping-state
36618
36619@c @subheading -overlay-list-overlays
36620
36621@c @subheading -overlay-map
36622
36623@c @subheading -overlay-off
36624
36625@c @subheading -overlay-on
36626
36627@c @subheading -overlay-unmap
36628
36629@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36630@node GDB/MI Signal Handling Commands
36631@section @sc{gdb/mi} Signal Handling Commands
36632
36633Signal handling commands are not implemented.
36634
36635@c @subheading -signal-handle
36636
36637@c @subheading -signal-list-handle-actions
36638
36639@c @subheading -signal-list-signal-types
36640@end ignore
36641
36642
36643@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36644@node GDB/MI Target Manipulation
36645@section @sc{gdb/mi} Target Manipulation Commands
36646
36647
36648@subheading The @code{-target-attach} Command
36649@findex -target-attach
36650
36651@subsubheading Synopsis
36652
36653@smallexample
36654 -target-attach @var{pid} | @var{gid} | @var{file}
36655@end smallexample
36656
36657Attach to a process @var{pid} or a file @var{file} outside of
36658@value{GDBN}, or a thread group @var{gid}. If attaching to a thread
36659group, the id previously returned by
36660@samp{-list-thread-groups --available} must be used.
36661
36662@subsubheading @value{GDBN} Command
36663
36664The corresponding @value{GDBN} command is @samp{attach}.
36665
36666@subsubheading Example
36667@smallexample
36668(gdb)
36669-target-attach 34
36670=thread-created,id="1"
36671*stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
36672^done
36673(gdb)
36674@end smallexample
36675
36676@ignore
36677@subheading The @code{-target-compare-sections} Command
36678@findex -target-compare-sections
36679
36680@subsubheading Synopsis
36681
36682@smallexample
36683 -target-compare-sections [ @var{section} ]
36684@end smallexample
36685
36686Compare data of section @var{section} on target to the exec file.
36687Without the argument, all sections are compared.
36688
36689@subsubheading @value{GDBN} Command
36690
36691The @value{GDBN} equivalent is @samp{compare-sections}.
36692
36693@subsubheading Example
36694N.A.
36695@end ignore
36696
36697
36698@subheading The @code{-target-detach} Command
36699@findex -target-detach
36700
36701@subsubheading Synopsis
36702
36703@smallexample
36704 -target-detach [ @var{pid} | @var{gid} ]
36705@end smallexample
36706
36707Detach from the remote target which normally resumes its execution.
36708If either @var{pid} or @var{gid} is specified, detaches from either
36709the specified process, or specified thread group. There's no output.
36710
36711@subsubheading @value{GDBN} Command
36712
36713The corresponding @value{GDBN} command is @samp{detach}.
36714
36715@subsubheading Example
36716
36717@smallexample
36718(gdb)
36719-target-detach
36720^done
36721(gdb)
36722@end smallexample
36723
36724
36725@subheading The @code{-target-disconnect} Command
36726@findex -target-disconnect
36727
36728@subsubheading Synopsis
36729
36730@smallexample
36731 -target-disconnect
36732@end smallexample
36733
36734Disconnect from the remote target. There's no output and the target is
36735generally not resumed.
36736
36737@subsubheading @value{GDBN} Command
36738
36739The corresponding @value{GDBN} command is @samp{disconnect}.
36740
36741@subsubheading Example
36742
36743@smallexample
36744(gdb)
36745-target-disconnect
36746^done
36747(gdb)
36748@end smallexample
36749
36750
36751@subheading The @code{-target-download} Command
36752@findex -target-download
36753
36754@subsubheading Synopsis
36755
36756@smallexample
36757 -target-download
36758@end smallexample
36759
36760Loads the executable onto the remote target.
36761It prints out an update message every half second, which includes the fields:
36762
36763@table @samp
36764@item section
36765The name of the section.
36766@item section-sent
36767The size of what has been sent so far for that section.
36768@item section-size
36769The size of the section.
36770@item total-sent
36771The total size of what was sent so far (the current and the previous sections).
36772@item total-size
36773The size of the overall executable to download.
36774@end table
36775
36776@noindent
36777Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
36778@sc{gdb/mi} Output Syntax}).
36779
36780In addition, it prints the name and size of the sections, as they are
36781downloaded. These messages include the following fields:
36782
36783@table @samp
36784@item section
36785The name of the section.
36786@item section-size
36787The size of the section.
36788@item total-size
36789The size of the overall executable to download.
36790@end table
36791
36792@noindent
36793At the end, a summary is printed.
36794
36795@subsubheading @value{GDBN} Command
36796
36797The corresponding @value{GDBN} command is @samp{load}.
36798
36799@subsubheading Example
36800
36801Note: each status message appears on a single line. Here the messages
36802have been broken down so that they can fit onto a page.
36803
36804@smallexample
36805(gdb)
36806-target-download
36807+download,@{section=".text",section-size="6668",total-size="9880"@}
36808+download,@{section=".text",section-sent="512",section-size="6668",
36809total-sent="512",total-size="9880"@}
36810+download,@{section=".text",section-sent="1024",section-size="6668",
36811total-sent="1024",total-size="9880"@}
36812+download,@{section=".text",section-sent="1536",section-size="6668",
36813total-sent="1536",total-size="9880"@}
36814+download,@{section=".text",section-sent="2048",section-size="6668",
36815total-sent="2048",total-size="9880"@}
36816+download,@{section=".text",section-sent="2560",section-size="6668",
36817total-sent="2560",total-size="9880"@}
36818+download,@{section=".text",section-sent="3072",section-size="6668",
36819total-sent="3072",total-size="9880"@}
36820+download,@{section=".text",section-sent="3584",section-size="6668",
36821total-sent="3584",total-size="9880"@}
36822+download,@{section=".text",section-sent="4096",section-size="6668",
36823total-sent="4096",total-size="9880"@}
36824+download,@{section=".text",section-sent="4608",section-size="6668",
36825total-sent="4608",total-size="9880"@}
36826+download,@{section=".text",section-sent="5120",section-size="6668",
36827total-sent="5120",total-size="9880"@}
36828+download,@{section=".text",section-sent="5632",section-size="6668",
36829total-sent="5632",total-size="9880"@}
36830+download,@{section=".text",section-sent="6144",section-size="6668",
36831total-sent="6144",total-size="9880"@}
36832+download,@{section=".text",section-sent="6656",section-size="6668",
36833total-sent="6656",total-size="9880"@}
36834+download,@{section=".init",section-size="28",total-size="9880"@}
36835+download,@{section=".fini",section-size="28",total-size="9880"@}
36836+download,@{section=".data",section-size="3156",total-size="9880"@}
36837+download,@{section=".data",section-sent="512",section-size="3156",
36838total-sent="7236",total-size="9880"@}
36839+download,@{section=".data",section-sent="1024",section-size="3156",
36840total-sent="7748",total-size="9880"@}
36841+download,@{section=".data",section-sent="1536",section-size="3156",
36842total-sent="8260",total-size="9880"@}
36843+download,@{section=".data",section-sent="2048",section-size="3156",
36844total-sent="8772",total-size="9880"@}
36845+download,@{section=".data",section-sent="2560",section-size="3156",
36846total-sent="9284",total-size="9880"@}
36847+download,@{section=".data",section-sent="3072",section-size="3156",
36848total-sent="9796",total-size="9880"@}
36849^done,address="0x10004",load-size="9880",transfer-rate="6586",
36850write-rate="429"
36851(gdb)
36852@end smallexample
36853
36854
36855@ignore
36856@subheading The @code{-target-exec-status} Command
36857@findex -target-exec-status
36858
36859@subsubheading Synopsis
36860
36861@smallexample
36862 -target-exec-status
36863@end smallexample
36864
36865Provide information on the state of the target (whether it is running or
36866not, for instance).
36867
36868@subsubheading @value{GDBN} Command
36869
36870There's no equivalent @value{GDBN} command.
36871
36872@subsubheading Example
36873N.A.
36874
36875
36876@subheading The @code{-target-list-available-targets} Command
36877@findex -target-list-available-targets
36878
36879@subsubheading Synopsis
36880
36881@smallexample
36882 -target-list-available-targets
36883@end smallexample
36884
36885List the possible targets to connect to.
36886
36887@subsubheading @value{GDBN} Command
36888
36889The corresponding @value{GDBN} command is @samp{help target}.
36890
36891@subsubheading Example
36892N.A.
36893
36894
36895@subheading The @code{-target-list-current-targets} Command
36896@findex -target-list-current-targets
36897
36898@subsubheading Synopsis
36899
36900@smallexample
36901 -target-list-current-targets
36902@end smallexample
36903
36904Describe the current target.
36905
36906@subsubheading @value{GDBN} Command
36907
36908The corresponding information is printed by @samp{info file} (among
36909other things).
36910
36911@subsubheading Example
36912N.A.
36913
36914
36915@subheading The @code{-target-list-parameters} Command
36916@findex -target-list-parameters
36917
36918@subsubheading Synopsis
36919
36920@smallexample
36921 -target-list-parameters
36922@end smallexample
36923
36924@c ????
36925@end ignore
36926
36927@subsubheading @value{GDBN} Command
36928
36929No equivalent.
36930
36931@subsubheading Example
36932N.A.
36933
36934@subheading The @code{-target-flash-erase} Command
36935@findex -target-flash-erase
36936
36937@subsubheading Synopsis
36938
36939@smallexample
36940 -target-flash-erase
36941@end smallexample
36942
36943Erases all known flash memory regions on the target.
36944
36945The corresponding @value{GDBN} command is @samp{flash-erase}.
36946
36947The output is a list of flash regions that have been erased, with starting
36948addresses and memory region sizes.
36949
36950@smallexample
36951(gdb)
36952-target-flash-erase
36953^done,erased-regions=@{address="0x0",size="0x40000"@}
36954(gdb)
36955@end smallexample
36956
36957@subheading The @code{-target-select} Command
36958@findex -target-select
36959
36960@subsubheading Synopsis
36961
36962@smallexample
36963 -target-select @var{type} @var{parameters @dots{}}
36964@end smallexample
36965
36966Connect @value{GDBN} to the remote target. This command takes two args:
36967
36968@table @samp
36969@item @var{type}
36970The type of target, for instance @samp{remote}, etc.
36971@item @var{parameters}
36972Device names, host names and the like. @xref{Target Commands, ,
36973Commands for Managing Targets}, for more details.
36974@end table
36975
36976The output is a connection notification, followed by the address at
36977which the target program is, in the following form:
36978
36979@smallexample
36980^connected,addr="@var{address}",func="@var{function name}",
36981 args=[@var{arg list}]
36982@end smallexample
36983
36984@subsubheading @value{GDBN} Command
36985
36986The corresponding @value{GDBN} command is @samp{target}.
36987
36988@subsubheading Example
36989
36990@smallexample
36991(gdb)
36992-target-select remote /dev/ttya
36993^connected,addr="0xfe00a300",func="??",args=[]
36994(gdb)
36995@end smallexample
36996
36997@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36998@node GDB/MI File Transfer Commands
36999@section @sc{gdb/mi} File Transfer Commands
37000
37001
37002@subheading The @code{-target-file-put} Command
37003@findex -target-file-put
37004
37005@subsubheading Synopsis
37006
37007@smallexample
37008 -target-file-put @var{hostfile} @var{targetfile}
37009@end smallexample
37010
37011Copy file @var{hostfile} from the host system (the machine running
37012@value{GDBN}) to @var{targetfile} on the target system.
37013
37014@subsubheading @value{GDBN} Command
37015
37016The corresponding @value{GDBN} command is @samp{remote put}.
37017
37018@subsubheading Example
37019
37020@smallexample
37021(gdb)
37022-target-file-put localfile remotefile
37023^done
37024(gdb)
37025@end smallexample
37026
37027
37028@subheading The @code{-target-file-get} Command
37029@findex -target-file-get
37030
37031@subsubheading Synopsis
37032
37033@smallexample
37034 -target-file-get @var{targetfile} @var{hostfile}
37035@end smallexample
37036
37037Copy file @var{targetfile} from the target system to @var{hostfile}
37038on the host system.
37039
37040@subsubheading @value{GDBN} Command
37041
37042The corresponding @value{GDBN} command is @samp{remote get}.
37043
37044@subsubheading Example
37045
37046@smallexample
37047(gdb)
37048-target-file-get remotefile localfile
37049^done
37050(gdb)
37051@end smallexample
37052
37053
37054@subheading The @code{-target-file-delete} Command
37055@findex -target-file-delete
37056
37057@subsubheading Synopsis
37058
37059@smallexample
37060 -target-file-delete @var{targetfile}
37061@end smallexample
37062
37063Delete @var{targetfile} from the target system.
37064
37065@subsubheading @value{GDBN} Command
37066
37067The corresponding @value{GDBN} command is @samp{remote delete}.
37068
37069@subsubheading Example
37070
37071@smallexample
37072(gdb)
37073-target-file-delete remotefile
37074^done
37075(gdb)
37076@end smallexample
37077
37078
37079@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37080@node GDB/MI Ada Exceptions Commands
37081@section Ada Exceptions @sc{gdb/mi} Commands
37082
37083@subheading The @code{-info-ada-exceptions} Command
37084@findex -info-ada-exceptions
37085
37086@subsubheading Synopsis
37087
37088@smallexample
37089 -info-ada-exceptions [ @var{regexp}]
37090@end smallexample
37091
37092List all Ada exceptions defined within the program being debugged.
37093With a regular expression @var{regexp}, only those exceptions whose
37094names match @var{regexp} are listed.
37095
37096@subsubheading @value{GDBN} Command
37097
37098The corresponding @value{GDBN} command is @samp{info exceptions}.
37099
37100@subsubheading Result
37101
37102The result is a table of Ada exceptions. The following columns are
37103defined for each exception:
37104
37105@table @samp
37106@item name
37107The name of the exception.
37108
37109@item address
37110The address of the exception.
37111
37112@end table
37113
37114@subsubheading Example
37115
37116@smallexample
37117-info-ada-exceptions aint
37118^done,ada-exceptions=@{nr_rows="2",nr_cols="2",
37119hdr=[@{width="1",alignment="-1",col_name="name",colhdr="Name"@},
37120@{width="1",alignment="-1",col_name="address",colhdr="Address"@}],
37121body=[@{name="constraint_error",address="0x0000000000613da0"@},
37122@{name="const.aint_global_e",address="0x0000000000613b00"@}]@}
37123@end smallexample
37124
37125@subheading Catching Ada Exceptions
37126
37127The commands describing how to ask @value{GDBN} to stop when a program
37128raises an exception are described at @ref{Ada Exception GDB/MI
37129Catchpoint Commands}.
37130
37131
37132@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37133@node GDB/MI Support Commands
37134@section @sc{gdb/mi} Support Commands
37135
37136Since new commands and features get regularly added to @sc{gdb/mi},
37137some commands are available to help front-ends query the debugger
37138about support for these capabilities. Similarly, it is also possible
37139to query @value{GDBN} about target support of certain features.
37140
37141@subheading The @code{-info-gdb-mi-command} Command
37142@cindex @code{-info-gdb-mi-command}
37143@findex -info-gdb-mi-command
37144
37145@subsubheading Synopsis
37146
37147@smallexample
37148 -info-gdb-mi-command @var{cmd_name}
37149@end smallexample
37150
37151Query support for the @sc{gdb/mi} command named @var{cmd_name}.
37152
37153Note that the dash (@code{-}) starting all @sc{gdb/mi} commands
37154is technically not part of the command name (@pxref{GDB/MI Input
37155Syntax}), and thus should be omitted in @var{cmd_name}. However,
37156for ease of use, this command also accepts the form with the leading
37157dash.
37158
37159@subsubheading @value{GDBN} Command
37160
37161There is no corresponding @value{GDBN} command.
37162
37163@subsubheading Result
37164
37165The result is a tuple. There is currently only one field:
37166
37167@table @samp
37168@item exists
37169This field is equal to @code{"true"} if the @sc{gdb/mi} command exists,
37170@code{"false"} otherwise.
37171
37172@end table
37173
37174@subsubheading Example
37175
37176Here is an example where the @sc{gdb/mi} command does not exist:
37177
37178@smallexample
37179-info-gdb-mi-command unsupported-command
37180^done,command=@{exists="false"@}
37181@end smallexample
37182
37183@noindent
37184And here is an example where the @sc{gdb/mi} command is known
37185to the debugger:
37186
37187@smallexample
37188-info-gdb-mi-command symbol-list-lines
37189^done,command=@{exists="true"@}
37190@end smallexample
37191
37192@subheading The @code{-list-features} Command
37193@findex -list-features
37194@cindex supported @sc{gdb/mi} features, list
37195
37196Returns a list of particular features of the MI protocol that
37197this version of gdb implements. A feature can be a command,
37198or a new field in an output of some command, or even an
37199important bugfix. While a frontend can sometimes detect presence
37200of a feature at runtime, it is easier to perform detection at debugger
37201startup.
37202
37203The command returns a list of strings, with each string naming an
37204available feature. Each returned string is just a name, it does not
37205have any internal structure. The list of possible feature names
37206is given below.
37207
37208Example output:
37209
37210@smallexample
37211(gdb) -list-features
37212^done,result=["feature1","feature2"]
37213@end smallexample
37214
37215The current list of features is:
37216
37217@ftable @samp
37218@item frozen-varobjs
37219Indicates support for the @code{-var-set-frozen} command, as well
37220as possible presence of the @code{frozen} field in the output
37221of @code{-varobj-create}.
37222@item pending-breakpoints
37223Indicates support for the @option{-f} option to the @code{-break-insert}
37224command.
37225@item python
37226Indicates Python scripting support, Python-based
37227pretty-printing commands, and possible presence of the
37228@samp{display_hint} field in the output of @code{-var-list-children}
37229@item thread-info
37230Indicates support for the @code{-thread-info} command.
37231@item data-read-memory-bytes
37232Indicates support for the @code{-data-read-memory-bytes} and the
37233@code{-data-write-memory-bytes} commands.
37234@item breakpoint-notifications
37235Indicates that changes to breakpoints and breakpoints created via the
37236CLI will be announced via async records.
37237@item ada-task-info
37238Indicates support for the @code{-ada-task-info} command.
37239@item language-option
37240Indicates that all @sc{gdb/mi} commands accept the @option{--language}
37241option (@pxref{Context management}).
37242@item info-gdb-mi-command
37243Indicates support for the @code{-info-gdb-mi-command} command.
37244@item undefined-command-error-code
37245Indicates support for the "undefined-command" error code in error result
37246records, produced when trying to execute an undefined @sc{gdb/mi} command
37247(@pxref{GDB/MI Result Records}).
37248@item exec-run-start-option
37249Indicates that the @code{-exec-run} command supports the @option{--start}
37250option (@pxref{GDB/MI Program Execution}).
37251@item data-disassemble-a-option
37252Indicates that the @code{-data-disassemble} command supports the @option{-a}
37253option (@pxref{GDB/MI Data Manipulation}).
37254@end ftable
37255
37256@subheading The @code{-list-target-features} Command
37257@findex -list-target-features
37258
37259Returns a list of particular features that are supported by the
37260target. Those features affect the permitted MI commands, but
37261unlike the features reported by the @code{-list-features} command, the
37262features depend on which target GDB is using at the moment. Whenever
37263a target can change, due to commands such as @code{-target-select},
37264@code{-target-attach} or @code{-exec-run}, the list of target features
37265may change, and the frontend should obtain it again.
37266Example output:
37267
37268@smallexample
37269(gdb) -list-target-features
37270^done,result=["async"]
37271@end smallexample
37272
37273The current list of features is:
37274
37275@table @samp
37276@item async
37277Indicates that the target is capable of asynchronous command
37278execution, which means that @value{GDBN} will accept further commands
37279while the target is running.
37280
37281@item reverse
37282Indicates that the target is capable of reverse execution.
37283@xref{Reverse Execution}, for more information.
37284
37285@end table
37286
37287@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37288@node GDB/MI Miscellaneous Commands
37289@section Miscellaneous @sc{gdb/mi} Commands
37290
37291@c @subheading -gdb-complete
37292
37293@subheading The @code{-gdb-exit} Command
37294@findex -gdb-exit
37295
37296@subsubheading Synopsis
37297
37298@smallexample
37299 -gdb-exit
37300@end smallexample
37301
37302Exit @value{GDBN} immediately.
37303
37304@subsubheading @value{GDBN} Command
37305
37306Approximately corresponds to @samp{quit}.
37307
37308@subsubheading Example
37309
37310@smallexample
37311(gdb)
37312-gdb-exit
37313^exit
37314@end smallexample
37315
37316
37317@ignore
37318@subheading The @code{-exec-abort} Command
37319@findex -exec-abort
37320
37321@subsubheading Synopsis
37322
37323@smallexample
37324 -exec-abort
37325@end smallexample
37326
37327Kill the inferior running program.
37328
37329@subsubheading @value{GDBN} Command
37330
37331The corresponding @value{GDBN} command is @samp{kill}.
37332
37333@subsubheading Example
37334N.A.
37335@end ignore
37336
37337
37338@subheading The @code{-gdb-set} Command
37339@findex -gdb-set
37340
37341@subsubheading Synopsis
37342
37343@smallexample
37344 -gdb-set
37345@end smallexample
37346
37347Set an internal @value{GDBN} variable.
37348@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
37349
37350@subsubheading @value{GDBN} Command
37351
37352The corresponding @value{GDBN} command is @samp{set}.
37353
37354@subsubheading Example
37355
37356@smallexample
37357(gdb)
37358-gdb-set $foo=3
37359^done
37360(gdb)
37361@end smallexample
37362
37363
37364@subheading The @code{-gdb-show} Command
37365@findex -gdb-show
37366
37367@subsubheading Synopsis
37368
37369@smallexample
37370 -gdb-show
37371@end smallexample
37372
37373Show the current value of a @value{GDBN} variable.
37374
37375@subsubheading @value{GDBN} Command
37376
37377The corresponding @value{GDBN} command is @samp{show}.
37378
37379@subsubheading Example
37380
37381@smallexample
37382(gdb)
37383-gdb-show annotate
37384^done,value="0"
37385(gdb)
37386@end smallexample
37387
37388@c @subheading -gdb-source
37389
37390
37391@subheading The @code{-gdb-version} Command
37392@findex -gdb-version
37393
37394@subsubheading Synopsis
37395
37396@smallexample
37397 -gdb-version
37398@end smallexample
37399
37400Show version information for @value{GDBN}. Used mostly in testing.
37401
37402@subsubheading @value{GDBN} Command
37403
37404The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
37405default shows this information when you start an interactive session.
37406
37407@subsubheading Example
37408
37409@c This example modifies the actual output from GDB to avoid overfull
37410@c box in TeX.
37411@smallexample
37412(gdb)
37413-gdb-version
37414~GNU gdb 5.2.1
37415~Copyright 2000 Free Software Foundation, Inc.
37416~GDB is free software, covered by the GNU General Public License, and
37417~you are welcome to change it and/or distribute copies of it under
37418~ certain conditions.
37419~Type "show copying" to see the conditions.
37420~There is absolutely no warranty for GDB. Type "show warranty" for
37421~ details.
37422~This GDB was configured as
37423 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
37424^done
37425(gdb)
37426@end smallexample
37427
37428@subheading The @code{-list-thread-groups} Command
37429@findex -list-thread-groups
37430
37431@subheading Synopsis
37432
37433@smallexample
37434-list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
37435@end smallexample
37436
37437Lists thread groups (@pxref{Thread groups}). When a single thread
37438group is passed as the argument, lists the children of that group.
37439When several thread group are passed, lists information about those
37440thread groups. Without any parameters, lists information about all
37441top-level thread groups.
37442
37443Normally, thread groups that are being debugged are reported.
37444With the @samp{--available} option, @value{GDBN} reports thread groups
37445available on the target.
37446
37447The output of this command may have either a @samp{threads} result or
37448a @samp{groups} result. The @samp{thread} result has a list of tuples
37449as value, with each tuple describing a thread (@pxref{GDB/MI Thread
37450Information}). The @samp{groups} result has a list of tuples as value,
37451each tuple describing a thread group. If top-level groups are
37452requested (that is, no parameter is passed), or when several groups
37453are passed, the output always has a @samp{groups} result. The format
37454of the @samp{group} result is described below.
37455
37456To reduce the number of roundtrips it's possible to list thread groups
37457together with their children, by passing the @samp{--recurse} option
37458and the recursion depth. Presently, only recursion depth of 1 is
37459permitted. If this option is present, then every reported thread group
37460will also include its children, either as @samp{group} or
37461@samp{threads} field.
37462
37463In general, any combination of option and parameters is permitted, with
37464the following caveats:
37465
37466@itemize @bullet
37467@item
37468When a single thread group is passed, the output will typically
37469be the @samp{threads} result. Because threads may not contain
37470anything, the @samp{recurse} option will be ignored.
37471
37472@item
37473When the @samp{--available} option is passed, limited information may
37474be available. In particular, the list of threads of a process might
37475be inaccessible. Further, specifying specific thread groups might
37476not give any performance advantage over listing all thread groups.
37477The frontend should assume that @samp{-list-thread-groups --available}
37478is always an expensive operation and cache the results.
37479
37480@end itemize
37481
37482The @samp{groups} result is a list of tuples, where each tuple may
37483have the following fields:
37484
37485@table @code
37486@item id
37487Identifier of the thread group. This field is always present.
37488The identifier is an opaque string; frontends should not try to
37489convert it to an integer, even though it might look like one.
37490
37491@item type
37492The type of the thread group. At present, only @samp{process} is a
37493valid type.
37494
37495@item pid
37496The target-specific process identifier. This field is only present
37497for thread groups of type @samp{process} and only if the process exists.
37498
37499@item exit-code
37500The exit code of this group's last exited thread, formatted in octal.
37501This field is only present for thread groups of type @samp{process} and
37502only if the process is not running.
37503
37504@item num_children
37505The number of children this thread group has. This field may be
37506absent for an available thread group.
37507
37508@item threads
37509This field has a list of tuples as value, each tuple describing a
37510thread. It may be present if the @samp{--recurse} option is
37511specified, and it's actually possible to obtain the threads.
37512
37513@item cores
37514This field is a list of integers, each identifying a core that one
37515thread of the group is running on. This field may be absent if
37516such information is not available.
37517
37518@item executable
37519The name of the executable file that corresponds to this thread group.
37520The field is only present for thread groups of type @samp{process},
37521and only if there is a corresponding executable file.
37522
37523@end table
37524
37525@subheading Example
37526
37527@smallexample
37528@value{GDBP}
37529-list-thread-groups
37530^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
37531-list-thread-groups 17
37532^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
37533 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
37534@{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
37535 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
37536 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},state="running"@}]]
37537-list-thread-groups --available
37538^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
37539-list-thread-groups --available --recurse 1
37540 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
37541 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
37542 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
37543-list-thread-groups --available --recurse 1 17 18
37544^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
37545 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
37546 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
37547@end smallexample
37548
37549@subheading The @code{-info-os} Command
37550@findex -info-os
37551
37552@subsubheading Synopsis
37553
37554@smallexample
37555-info-os [ @var{type} ]
37556@end smallexample
37557
37558If no argument is supplied, the command returns a table of available
37559operating-system-specific information types. If one of these types is
37560supplied as an argument @var{type}, then the command returns a table
37561of data of that type.
37562
37563The types of information available depend on the target operating
37564system.
37565
37566@subsubheading @value{GDBN} Command
37567
37568The corresponding @value{GDBN} command is @samp{info os}.
37569
37570@subsubheading Example
37571
37572When run on a @sc{gnu}/Linux system, the output will look something
37573like this:
37574
37575@smallexample
37576@value{GDBP}
37577-info-os
37578^done,OSDataTable=@{nr_rows="10",nr_cols="3",
37579hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
37580 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
37581 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
37582body=[item=@{col0="cpus",col1="Listing of all cpus/cores on the system",
37583 col2="CPUs"@},
37584 item=@{col0="files",col1="Listing of all file descriptors",
37585 col2="File descriptors"@},
37586 item=@{col0="modules",col1="Listing of all loaded kernel modules",
37587 col2="Kernel modules"@},
37588 item=@{col0="msg",col1="Listing of all message queues",
37589 col2="Message queues"@},
37590 item=@{col0="processes",col1="Listing of all processes",
37591 col2="Processes"@},
37592 item=@{col0="procgroups",col1="Listing of all process groups",
37593 col2="Process groups"@},
37594 item=@{col0="semaphores",col1="Listing of all semaphores",
37595 col2="Semaphores"@},
37596 item=@{col0="shm",col1="Listing of all shared-memory regions",
37597 col2="Shared-memory regions"@},
37598 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
37599 col2="Sockets"@},
37600 item=@{col0="threads",col1="Listing of all threads",
37601 col2="Threads"@}]
37602@value{GDBP}
37603-info-os processes
37604^done,OSDataTable=@{nr_rows="190",nr_cols="4",
37605hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
37606 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
37607 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
37608 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
37609body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
37610 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
37611 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
37612 ...
37613 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
37614 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
37615(gdb)
37616@end smallexample
37617
37618(Note that the MI output here includes a @code{"Title"} column that
37619does not appear in command-line @code{info os}; this column is useful
37620for MI clients that want to enumerate the types of data, such as in a
37621popup menu, but is needless clutter on the command line, and
37622@code{info os} omits it.)
37623
37624@subheading The @code{-add-inferior} Command
37625@findex -add-inferior
37626
37627@subheading Synopsis
37628
37629@smallexample
37630-add-inferior
37631@end smallexample
37632
37633Creates a new inferior (@pxref{Inferiors and Programs}). The created
37634inferior is not associated with any executable. Such association may
37635be established with the @samp{-file-exec-and-symbols} command
37636(@pxref{GDB/MI File Commands}). The command response has a single
37637field, @samp{inferior}, whose value is the identifier of the
37638thread group corresponding to the new inferior.
37639
37640@subheading Example
37641
37642@smallexample
37643@value{GDBP}
37644-add-inferior
37645^done,inferior="i3"
37646@end smallexample
37647
37648@subheading The @code{-interpreter-exec} Command
37649@findex -interpreter-exec
37650
37651@subheading Synopsis
37652
37653@smallexample
37654-interpreter-exec @var{interpreter} @var{command}
37655@end smallexample
37656@anchor{-interpreter-exec}
37657
37658Execute the specified @var{command} in the given @var{interpreter}.
37659
37660@subheading @value{GDBN} Command
37661
37662The corresponding @value{GDBN} command is @samp{interpreter-exec}.
37663
37664@subheading Example
37665
37666@smallexample
37667(gdb)
37668-interpreter-exec console "break main"
37669&"During symbol reading, couldn't parse type; debugger out of date?.\n"
37670&"During symbol reading, bad structure-type format.\n"
37671~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
37672^done
37673(gdb)
37674@end smallexample
37675
37676@subheading The @code{-inferior-tty-set} Command
37677@findex -inferior-tty-set
37678
37679@subheading Synopsis
37680
37681@smallexample
37682-inferior-tty-set /dev/pts/1
37683@end smallexample
37684
37685Set terminal for future runs of the program being debugged.
37686
37687@subheading @value{GDBN} Command
37688
37689The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
37690
37691@subheading Example
37692
37693@smallexample
37694(gdb)
37695-inferior-tty-set /dev/pts/1
37696^done
37697(gdb)
37698@end smallexample
37699
37700@subheading The @code{-inferior-tty-show} Command
37701@findex -inferior-tty-show
37702
37703@subheading Synopsis
37704
37705@smallexample
37706-inferior-tty-show
37707@end smallexample
37708
37709Show terminal for future runs of program being debugged.
37710
37711@subheading @value{GDBN} Command
37712
37713The corresponding @value{GDBN} command is @samp{show inferior-tty}.
37714
37715@subheading Example
37716
37717@smallexample
37718(gdb)
37719-inferior-tty-set /dev/pts/1
37720^done
37721(gdb)
37722-inferior-tty-show
37723^done,inferior_tty_terminal="/dev/pts/1"
37724(gdb)
37725@end smallexample
37726
37727@subheading The @code{-enable-timings} Command
37728@findex -enable-timings
37729
37730@subheading Synopsis
37731
37732@smallexample
37733-enable-timings [yes | no]
37734@end smallexample
37735
37736Toggle the printing of the wallclock, user and system times for an MI
37737command as a field in its output. This command is to help frontend
37738developers optimize the performance of their code. No argument is
37739equivalent to @samp{yes}.
37740
37741@subheading @value{GDBN} Command
37742
37743No equivalent.
37744
37745@subheading Example
37746
37747@smallexample
37748(gdb)
37749-enable-timings
37750^done
37751(gdb)
37752-break-insert main
37753^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
37754addr="0x080484ed",func="main",file="myprog.c",
37755fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
37756times="0"@},
37757time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
37758(gdb)
37759-enable-timings no
37760^done
37761(gdb)
37762-exec-run
37763^running
37764(gdb)
37765*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
37766frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
37767@{name="argv",value="0xbfb60364"@}],file="myprog.c",
37768fullname="/home/nickrob/myprog.c",line="73",arch="i386:x86_64"@}
37769(gdb)
37770@end smallexample
37771
37772@subheading The @code{-complete} Command
37773@findex -complete
37774
37775@subheading Synopsis
37776
37777@smallexample
37778-complete @var{command}
37779@end smallexample
37780
37781Show a list of completions for partially typed CLI @var{command}.
37782
37783This command is intended for @sc{gdb/mi} frontends that cannot use two separate
37784CLI and MI channels --- for example: because of lack of PTYs like on Windows or
37785because @value{GDBN} is used remotely via a SSH connection.
37786
37787@subheading Result
37788
37789The result consists of two or three fields:
37790
37791@table @samp
37792@item completion
37793This field contains the completed @var{command}. If @var{command}
37794has no known completions, this field is omitted.
37795
37796@item matches
37797This field contains a (possibly empty) array of matches. It is always present.
37798
37799@item max_completions_reached
37800This field contains @code{1} if number of known completions is above
37801@code{max-completions} limit (@pxref{Completion}), otherwise it contains
37802@code{0}. It is always present.
37803
37804@end table
37805
37806@subheading @value{GDBN} Command
37807
37808The corresponding @value{GDBN} command is @samp{complete}.
37809
37810@subheading Example
37811
37812@smallexample
37813(gdb)
37814-complete br
37815^done,completion="break",
37816 matches=["break","break-range"],
37817 max_completions_reached="0"
37818(gdb)
37819-complete "b ma"
37820^done,completion="b ma",
37821 matches=["b madvise","b main"],max_completions_reached="0"
37822(gdb)
37823-complete "b push_b"
37824^done,completion="b push_back(",
37825 matches=[
37826 "b A::push_back(void*)",
37827 "b std::string::push_back(char)",
37828 "b std::vector<int, std::allocator<int> >::push_back(int&&)"],
37829 max_completions_reached="0"
37830(gdb)
37831-complete "nonexist"
37832^done,matches=[],max_completions_reached="0"
37833(gdb)
37834
37835@end smallexample
37836
37837@node Annotations
37838@chapter @value{GDBN} Annotations
37839
37840This chapter describes annotations in @value{GDBN}. Annotations were
37841designed to interface @value{GDBN} to graphical user interfaces or other
37842similar programs which want to interact with @value{GDBN} at a
37843relatively high level.
37844
37845The annotation mechanism has largely been superseded by @sc{gdb/mi}
37846(@pxref{GDB/MI}).
37847
37848@ignore
37849This is Edition @value{EDITION}, @value{DATE}.
37850@end ignore
37851
37852@menu
37853* Annotations Overview:: What annotations are; the general syntax.
37854* Server Prefix:: Issuing a command without affecting user state.
37855* Prompting:: Annotations marking @value{GDBN}'s need for input.
37856* Errors:: Annotations for error messages.
37857* Invalidation:: Some annotations describe things now invalid.
37858* Annotations for Running::
37859 Whether the program is running, how it stopped, etc.
37860* Source Annotations:: Annotations describing source code.
37861@end menu
37862
37863@node Annotations Overview
37864@section What is an Annotation?
37865@cindex annotations
37866
37867Annotations start with a newline character, two @samp{control-z}
37868characters, and the name of the annotation. If there is no additional
37869information associated with this annotation, the name of the annotation
37870is followed immediately by a newline. If there is additional
37871information, the name of the annotation is followed by a space, the
37872additional information, and a newline. The additional information
37873cannot contain newline characters.
37874
37875Any output not beginning with a newline and two @samp{control-z}
37876characters denotes literal output from @value{GDBN}. Currently there is
37877no need for @value{GDBN} to output a newline followed by two
37878@samp{control-z} characters, but if there was such a need, the
37879annotations could be extended with an @samp{escape} annotation which
37880means those three characters as output.
37881
37882The annotation @var{level}, which is specified using the
37883@option{--annotate} command line option (@pxref{Mode Options}), controls
37884how much information @value{GDBN} prints together with its prompt,
37885values of expressions, source lines, and other types of output. Level 0
37886is for no annotations, level 1 is for use when @value{GDBN} is run as a
37887subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
37888for programs that control @value{GDBN}, and level 2 annotations have
37889been made obsolete (@pxref{Limitations, , Limitations of the Annotation
37890Interface, annotate, GDB's Obsolete Annotations}).
37891
37892@table @code
37893@kindex set annotate
37894@item set annotate @var{level}
37895The @value{GDBN} command @code{set annotate} sets the level of
37896annotations to the specified @var{level}.
37897
37898@item show annotate
37899@kindex show annotate
37900Show the current annotation level.
37901@end table
37902
37903This chapter describes level 3 annotations.
37904
37905A simple example of starting up @value{GDBN} with annotations is:
37906
37907@smallexample
37908$ @kbd{gdb --annotate=3}
37909GNU gdb 6.0
37910Copyright 2003 Free Software Foundation, Inc.
37911GDB is free software, covered by the GNU General Public License,
37912and you are welcome to change it and/or distribute copies of it
37913under certain conditions.
37914Type "show copying" to see the conditions.
37915There is absolutely no warranty for GDB. Type "show warranty"
37916for details.
37917This GDB was configured as "i386-pc-linux-gnu"
37918
37919^Z^Zpre-prompt
37920(@value{GDBP})
37921^Z^Zprompt
37922@kbd{quit}
37923
37924^Z^Zpost-prompt
37925$
37926@end smallexample
37927
37928Here @samp{quit} is input to @value{GDBN}; the rest is output from
37929@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
37930denotes a @samp{control-z} character) are annotations; the rest is
37931output from @value{GDBN}.
37932
37933@node Server Prefix
37934@section The Server Prefix
37935@cindex server prefix
37936
37937If you prefix a command with @samp{server } then it will not affect
37938the command history, nor will it affect @value{GDBN}'s notion of which
37939command to repeat if @key{RET} is pressed on a line by itself. This
37940means that commands can be run behind a user's back by a front-end in
37941a transparent manner.
37942
37943The @code{server } prefix does not affect the recording of values into
37944the value history; to print a value without recording it into the
37945value history, use the @code{output} command instead of the
37946@code{print} command.
37947
37948Using this prefix also disables confirmation requests
37949(@pxref{confirmation requests}).
37950
37951@node Prompting
37952@section Annotation for @value{GDBN} Input
37953
37954@cindex annotations for prompts
37955When @value{GDBN} prompts for input, it annotates this fact so it is possible
37956to know when to send output, when the output from a given command is
37957over, etc.
37958
37959Different kinds of input each have a different @dfn{input type}. Each
37960input type has three annotations: a @code{pre-} annotation, which
37961denotes the beginning of any prompt which is being output, a plain
37962annotation, which denotes the end of the prompt, and then a @code{post-}
37963annotation which denotes the end of any echo which may (or may not) be
37964associated with the input. For example, the @code{prompt} input type
37965features the following annotations:
37966
37967@smallexample
37968^Z^Zpre-prompt
37969^Z^Zprompt
37970^Z^Zpost-prompt
37971@end smallexample
37972
37973The input types are
37974
37975@table @code
37976@findex pre-prompt annotation
37977@findex prompt annotation
37978@findex post-prompt annotation
37979@item prompt
37980When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
37981
37982@findex pre-commands annotation
37983@findex commands annotation
37984@findex post-commands annotation
37985@item commands
37986When @value{GDBN} prompts for a set of commands, like in the @code{commands}
37987command. The annotations are repeated for each command which is input.
37988
37989@findex pre-overload-choice annotation
37990@findex overload-choice annotation
37991@findex post-overload-choice annotation
37992@item overload-choice
37993When @value{GDBN} wants the user to select between various overloaded functions.
37994
37995@findex pre-query annotation
37996@findex query annotation
37997@findex post-query annotation
37998@item query
37999When @value{GDBN} wants the user to confirm a potentially dangerous operation.
38000
38001@findex pre-prompt-for-continue annotation
38002@findex prompt-for-continue annotation
38003@findex post-prompt-for-continue annotation
38004@item prompt-for-continue
38005When @value{GDBN} is asking the user to press return to continue. Note: Don't
38006expect this to work well; instead use @code{set height 0} to disable
38007prompting. This is because the counting of lines is buggy in the
38008presence of annotations.
38009@end table
38010
38011@node Errors
38012@section Errors
38013@cindex annotations for errors, warnings and interrupts
38014
38015@findex quit annotation
38016@smallexample
38017^Z^Zquit
38018@end smallexample
38019
38020This annotation occurs right before @value{GDBN} responds to an interrupt.
38021
38022@findex error annotation
38023@smallexample
38024^Z^Zerror
38025@end smallexample
38026
38027This annotation occurs right before @value{GDBN} responds to an error.
38028
38029Quit and error annotations indicate that any annotations which @value{GDBN} was
38030in the middle of may end abruptly. For example, if a
38031@code{value-history-begin} annotation is followed by a @code{error}, one
38032cannot expect to receive the matching @code{value-history-end}. One
38033cannot expect not to receive it either, however; an error annotation
38034does not necessarily mean that @value{GDBN} is immediately returning all the way
38035to the top level.
38036
38037@findex error-begin annotation
38038A quit or error annotation may be preceded by
38039
38040@smallexample
38041^Z^Zerror-begin
38042@end smallexample
38043
38044Any output between that and the quit or error annotation is the error
38045message.
38046
38047Warning messages are not yet annotated.
38048@c If we want to change that, need to fix warning(), type_error(),
38049@c range_error(), and possibly other places.
38050
38051@node Invalidation
38052@section Invalidation Notices
38053
38054@cindex annotations for invalidation messages
38055The following annotations say that certain pieces of state may have
38056changed.
38057
38058@table @code
38059@findex frames-invalid annotation
38060@item ^Z^Zframes-invalid
38061
38062The frames (for example, output from the @code{backtrace} command) may
38063have changed.
38064
38065@findex breakpoints-invalid annotation
38066@item ^Z^Zbreakpoints-invalid
38067
38068The breakpoints may have changed. For example, the user just added or
38069deleted a breakpoint.
38070@end table
38071
38072@node Annotations for Running
38073@section Running the Program
38074@cindex annotations for running programs
38075
38076@findex starting annotation
38077@findex stopping annotation
38078When the program starts executing due to a @value{GDBN} command such as
38079@code{step} or @code{continue},
38080
38081@smallexample
38082^Z^Zstarting
38083@end smallexample
38084
38085is output. When the program stops,
38086
38087@smallexample
38088^Z^Zstopped
38089@end smallexample
38090
38091is output. Before the @code{stopped} annotation, a variety of
38092annotations describe how the program stopped.
38093
38094@table @code
38095@findex exited annotation
38096@item ^Z^Zexited @var{exit-status}
38097The program exited, and @var{exit-status} is the exit status (zero for
38098successful exit, otherwise nonzero).
38099
38100@findex signalled annotation
38101@findex signal-name annotation
38102@findex signal-name-end annotation
38103@findex signal-string annotation
38104@findex signal-string-end annotation
38105@item ^Z^Zsignalled
38106The program exited with a signal. After the @code{^Z^Zsignalled}, the
38107annotation continues:
38108
38109@smallexample
38110@var{intro-text}
38111^Z^Zsignal-name
38112@var{name}
38113^Z^Zsignal-name-end
38114@var{middle-text}
38115^Z^Zsignal-string
38116@var{string}
38117^Z^Zsignal-string-end
38118@var{end-text}
38119@end smallexample
38120
38121@noindent
38122where @var{name} is the name of the signal, such as @code{SIGILL} or
38123@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
38124as @code{Illegal Instruction} or @code{Segmentation fault}. The arguments
38125@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
38126user's benefit and have no particular format.
38127
38128@findex signal annotation
38129@item ^Z^Zsignal
38130The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
38131just saying that the program received the signal, not that it was
38132terminated with it.
38133
38134@findex breakpoint annotation
38135@item ^Z^Zbreakpoint @var{number}
38136The program hit breakpoint number @var{number}.
38137
38138@findex watchpoint annotation
38139@item ^Z^Zwatchpoint @var{number}
38140The program hit watchpoint number @var{number}.
38141@end table
38142
38143@node Source Annotations
38144@section Displaying Source
38145@cindex annotations for source display
38146
38147@findex source annotation
38148The following annotation is used instead of displaying source code:
38149
38150@smallexample
38151^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
38152@end smallexample
38153
38154where @var{filename} is an absolute file name indicating which source
38155file, @var{line} is the line number within that file (where 1 is the
38156first line in the file), @var{character} is the character position
38157within the file (where 0 is the first character in the file) (for most
38158debug formats this will necessarily point to the beginning of a line),
38159@var{middle} is @samp{middle} if @var{addr} is in the middle of the
38160line, or @samp{beg} if @var{addr} is at the beginning of the line, and
38161@var{addr} is the address in the target program associated with the
38162source which is being displayed. The @var{addr} is in the form @samp{0x}
38163followed by one or more lowercase hex digits (note that this does not
38164depend on the language).
38165
38166@node JIT Interface
38167@chapter JIT Compilation Interface
38168@cindex just-in-time compilation
38169@cindex JIT compilation interface
38170
38171This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
38172interface. A JIT compiler is a program or library that generates native
38173executable code at runtime and executes it, usually in order to achieve good
38174performance while maintaining platform independence.
38175
38176Programs that use JIT compilation are normally difficult to debug because
38177portions of their code are generated at runtime, instead of being loaded from
38178object files, which is where @value{GDBN} normally finds the program's symbols
38179and debug information. In order to debug programs that use JIT compilation,
38180@value{GDBN} has an interface that allows the program to register in-memory
38181symbol files with @value{GDBN} at runtime.
38182
38183If you are using @value{GDBN} to debug a program that uses this interface, then
38184it should work transparently so long as you have not stripped the binary. If
38185you are developing a JIT compiler, then the interface is documented in the rest
38186of this chapter. At this time, the only known client of this interface is the
38187LLVM JIT.
38188
38189Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
38190JIT compiler communicates with @value{GDBN} by writing data into a global
38191variable and calling a function at a well-known symbol. When @value{GDBN}
38192attaches, it reads a linked list of symbol files from the global variable to
38193find existing code, and puts a breakpoint in the function so that it can find
38194out about additional code.
38195
38196@menu
38197* Declarations:: Relevant C struct declarations
38198* Registering Code:: Steps to register code
38199* Unregistering Code:: Steps to unregister code
38200* Custom Debug Info:: Emit debug information in a custom format
38201@end menu
38202
38203@node Declarations
38204@section JIT Declarations
38205
38206These are the relevant struct declarations that a C program should include to
38207implement the interface:
38208
38209@smallexample
38210typedef enum
38211@{
38212 JIT_NOACTION = 0,
38213 JIT_REGISTER_FN,
38214 JIT_UNREGISTER_FN
38215@} jit_actions_t;
38216
38217struct jit_code_entry
38218@{
38219 struct jit_code_entry *next_entry;
38220 struct jit_code_entry *prev_entry;
38221 const char *symfile_addr;
38222 uint64_t symfile_size;
38223@};
38224
38225struct jit_descriptor
38226@{
38227 uint32_t version;
38228 /* This type should be jit_actions_t, but we use uint32_t
38229 to be explicit about the bitwidth. */
38230 uint32_t action_flag;
38231 struct jit_code_entry *relevant_entry;
38232 struct jit_code_entry *first_entry;
38233@};
38234
38235/* GDB puts a breakpoint in this function. */
38236void __attribute__((noinline)) __jit_debug_register_code() @{ @};
38237
38238/* Make sure to specify the version statically, because the
38239 debugger may check the version before we can set it. */
38240struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
38241@end smallexample
38242
38243If the JIT is multi-threaded, then it is important that the JIT synchronize any
38244modifications to this global data properly, which can easily be done by putting
38245a global mutex around modifications to these structures.
38246
38247@node Registering Code
38248@section Registering Code
38249
38250To register code with @value{GDBN}, the JIT should follow this protocol:
38251
38252@itemize @bullet
38253@item
38254Generate an object file in memory with symbols and other desired debug
38255information. The file must include the virtual addresses of the sections.
38256
38257@item
38258Create a code entry for the file, which gives the start and size of the symbol
38259file.
38260
38261@item
38262Add it to the linked list in the JIT descriptor.
38263
38264@item
38265Point the relevant_entry field of the descriptor at the entry.
38266
38267@item
38268Set @code{action_flag} to @code{JIT_REGISTER} and call
38269@code{__jit_debug_register_code}.
38270@end itemize
38271
38272When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
38273@code{relevant_entry} pointer so it doesn't have to walk the list looking for
38274new code. However, the linked list must still be maintained in order to allow
38275@value{GDBN} to attach to a running process and still find the symbol files.
38276
38277@node Unregistering Code
38278@section Unregistering Code
38279
38280If code is freed, then the JIT should use the following protocol:
38281
38282@itemize @bullet
38283@item
38284Remove the code entry corresponding to the code from the linked list.
38285
38286@item
38287Point the @code{relevant_entry} field of the descriptor at the code entry.
38288
38289@item
38290Set @code{action_flag} to @code{JIT_UNREGISTER} and call
38291@code{__jit_debug_register_code}.
38292@end itemize
38293
38294If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
38295and the JIT will leak the memory used for the associated symbol files.
38296
38297@node Custom Debug Info
38298@section Custom Debug Info
38299@cindex custom JIT debug info
38300@cindex JIT debug info reader
38301
38302Generating debug information in platform-native file formats (like ELF
38303or COFF) may be an overkill for JIT compilers; especially if all the
38304debug info is used for is displaying a meaningful backtrace. The
38305issue can be resolved by having the JIT writers decide on a debug info
38306format and also provide a reader that parses the debug info generated
38307by the JIT compiler. This section gives a brief overview on writing
38308such a parser. More specific details can be found in the source file
38309@file{gdb/jit-reader.in}, which is also installed as a header at
38310@file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
38311
38312The reader is implemented as a shared object (so this functionality is
38313not available on platforms which don't allow loading shared objects at
38314runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
38315@code{jit-reader-unload} are provided, to be used to load and unload
38316the readers from a preconfigured directory. Once loaded, the shared
38317object is used the parse the debug information emitted by the JIT
38318compiler.
38319
38320@menu
38321* Using JIT Debug Info Readers:: How to use supplied readers correctly
38322* Writing JIT Debug Info Readers:: Creating a debug-info reader
38323@end menu
38324
38325@node Using JIT Debug Info Readers
38326@subsection Using JIT Debug Info Readers
38327@kindex jit-reader-load
38328@kindex jit-reader-unload
38329
38330Readers can be loaded and unloaded using the @code{jit-reader-load}
38331and @code{jit-reader-unload} commands.
38332
38333@table @code
38334@item jit-reader-load @var{reader}
38335Load the JIT reader named @var{reader}, which is a shared
38336object specified as either an absolute or a relative file name. In
38337the latter case, @value{GDBN} will try to load the reader from a
38338pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
38339system (here @var{libdir} is the system library directory, often
38340@file{/usr/local/lib}).
38341
38342Only one reader can be active at a time; trying to load a second
38343reader when one is already loaded will result in @value{GDBN}
38344reporting an error. A new JIT reader can be loaded by first unloading
38345the current one using @code{jit-reader-unload} and then invoking
38346@code{jit-reader-load}.
38347
38348@item jit-reader-unload
38349Unload the currently loaded JIT reader.
38350
38351@end table
38352
38353@node Writing JIT Debug Info Readers
38354@subsection Writing JIT Debug Info Readers
38355@cindex writing JIT debug info readers
38356
38357As mentioned, a reader is essentially a shared object conforming to a
38358certain ABI. This ABI is described in @file{jit-reader.h}.
38359
38360@file{jit-reader.h} defines the structures, macros and functions
38361required to write a reader. It is installed (along with
38362@value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
38363the system include directory.
38364
38365Readers need to be released under a GPL compatible license. A reader
38366can be declared as released under such a license by placing the macro
38367@code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
38368
38369The entry point for readers is the symbol @code{gdb_init_reader},
38370which is expected to be a function with the prototype
38371
38372@findex gdb_init_reader
38373@smallexample
38374extern struct gdb_reader_funcs *gdb_init_reader (void);
38375@end smallexample
38376
38377@cindex @code{struct gdb_reader_funcs}
38378
38379@code{struct gdb_reader_funcs} contains a set of pointers to callback
38380functions. These functions are executed to read the debug info
38381generated by the JIT compiler (@code{read}), to unwind stack frames
38382(@code{unwind}) and to create canonical frame IDs
38383(@code{get_frame_id}). It also has a callback that is called when the
38384reader is being unloaded (@code{destroy}). The struct looks like this
38385
38386@smallexample
38387struct gdb_reader_funcs
38388@{
38389 /* Must be set to GDB_READER_INTERFACE_VERSION. */
38390 int reader_version;
38391
38392 /* For use by the reader. */
38393 void *priv_data;
38394
38395 gdb_read_debug_info *read;
38396 gdb_unwind_frame *unwind;
38397 gdb_get_frame_id *get_frame_id;
38398 gdb_destroy_reader *destroy;
38399@};
38400@end smallexample
38401
38402@cindex @code{struct gdb_symbol_callbacks}
38403@cindex @code{struct gdb_unwind_callbacks}
38404
38405The callbacks are provided with another set of callbacks by
38406@value{GDBN} to do their job. For @code{read}, these callbacks are
38407passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
38408and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
38409@code{struct gdb_symbol_callbacks} has callbacks to create new object
38410files and new symbol tables inside those object files. @code{struct
38411gdb_unwind_callbacks} has callbacks to read registers off the current
38412frame and to write out the values of the registers in the previous
38413frame. Both have a callback (@code{target_read}) to read bytes off the
38414target's address space.
38415
38416@node In-Process Agent
38417@chapter In-Process Agent
38418@cindex debugging agent
38419The traditional debugging model is conceptually low-speed, but works fine,
38420because most bugs can be reproduced in debugging-mode execution. However,
38421as multi-core or many-core processors are becoming mainstream, and
38422multi-threaded programs become more and more popular, there should be more
38423and more bugs that only manifest themselves at normal-mode execution, for
38424example, thread races, because debugger's interference with the program's
38425timing may conceal the bugs. On the other hand, in some applications,
38426it is not feasible for the debugger to interrupt the program's execution
38427long enough for the developer to learn anything helpful about its behavior.
38428If the program's correctness depends on its real-time behavior, delays
38429introduced by a debugger might cause the program to fail, even when the
38430code itself is correct. It is useful to be able to observe the program's
38431behavior without interrupting it.
38432
38433Therefore, traditional debugging model is too intrusive to reproduce
38434some bugs. In order to reduce the interference with the program, we can
38435reduce the number of operations performed by debugger. The
38436@dfn{In-Process Agent}, a shared library, is running within the same
38437process with inferior, and is able to perform some debugging operations
38438itself. As a result, debugger is only involved when necessary, and
38439performance of debugging can be improved accordingly. Note that
38440interference with program can be reduced but can't be removed completely,
38441because the in-process agent will still stop or slow down the program.
38442
38443The in-process agent can interpret and execute Agent Expressions
38444(@pxref{Agent Expressions}) during performing debugging operations. The
38445agent expressions can be used for different purposes, such as collecting
38446data in tracepoints, and condition evaluation in breakpoints.
38447
38448@anchor{Control Agent}
38449You can control whether the in-process agent is used as an aid for
38450debugging with the following commands:
38451
38452@table @code
38453@kindex set agent on
38454@item set agent on
38455Causes the in-process agent to perform some operations on behalf of the
38456debugger. Just which operations requested by the user will be done
38457by the in-process agent depends on the its capabilities. For example,
38458if you request to evaluate breakpoint conditions in the in-process agent,
38459and the in-process agent has such capability as well, then breakpoint
38460conditions will be evaluated in the in-process agent.
38461
38462@kindex set agent off
38463@item set agent off
38464Disables execution of debugging operations by the in-process agent. All
38465of the operations will be performed by @value{GDBN}.
38466
38467@kindex show agent
38468@item show agent
38469Display the current setting of execution of debugging operations by
38470the in-process agent.
38471@end table
38472
38473@menu
38474* In-Process Agent Protocol::
38475@end menu
38476
38477@node In-Process Agent Protocol
38478@section In-Process Agent Protocol
38479@cindex in-process agent protocol
38480
38481The in-process agent is able to communicate with both @value{GDBN} and
38482GDBserver (@pxref{In-Process Agent}). This section documents the protocol
38483used for communications between @value{GDBN} or GDBserver and the IPA.
38484In general, @value{GDBN} or GDBserver sends commands
38485(@pxref{IPA Protocol Commands}) and data to in-process agent, and then
38486in-process agent replies back with the return result of the command, or
38487some other information. The data sent to in-process agent is composed
38488of primitive data types, such as 4-byte or 8-byte type, and composite
38489types, which are called objects (@pxref{IPA Protocol Objects}).
38490
38491@menu
38492* IPA Protocol Objects::
38493* IPA Protocol Commands::
38494@end menu
38495
38496@node IPA Protocol Objects
38497@subsection IPA Protocol Objects
38498@cindex ipa protocol objects
38499
38500The commands sent to and results received from agent may contain some
38501complex data types called @dfn{objects}.
38502
38503The in-process agent is running on the same machine with @value{GDBN}
38504or GDBserver, so it doesn't have to handle as much differences between
38505two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
38506However, there are still some differences of two ends in two processes:
38507
38508@enumerate
38509@item
38510word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
38511compiled as a 64-bit executable, while in-process agent is a 32-bit one.
38512@item
38513ABI. Some machines may have multiple types of ABI, @value{GDBN} or
38514GDBserver is compiled with one, and in-process agent is compiled with
38515the other one.
38516@end enumerate
38517
38518Here are the IPA Protocol Objects:
38519
38520@enumerate
38521@item
38522agent expression object. It represents an agent expression
38523(@pxref{Agent Expressions}).
38524@anchor{agent expression object}
38525@item
38526tracepoint action object. It represents a tracepoint action
38527(@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
38528memory, static trace data and to evaluate expression.
38529@anchor{tracepoint action object}
38530@item
38531tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
38532@anchor{tracepoint object}
38533
38534@end enumerate
38535
38536The following table describes important attributes of each IPA protocol
38537object:
38538
38539@multitable @columnfractions .30 .20 .50
38540@headitem Name @tab Size @tab Description
38541@item @emph{agent expression object} @tab @tab
38542@item length @tab 4 @tab length of bytes code
38543@item byte code @tab @var{length} @tab contents of byte code
38544@item @emph{tracepoint action for collecting memory} @tab @tab
38545@item 'M' @tab 1 @tab type of tracepoint action
38546@item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
38547address of the lowest byte to collect, otherwise @var{addr} is the offset
38548of @var{basereg} for memory collecting.
38549@item len @tab 8 @tab length of memory for collecting
38550@item basereg @tab 4 @tab the register number containing the starting
38551memory address for collecting.
38552@item @emph{tracepoint action for collecting registers} @tab @tab
38553@item 'R' @tab 1 @tab type of tracepoint action
38554@item @emph{tracepoint action for collecting static trace data} @tab @tab
38555@item 'L' @tab 1 @tab type of tracepoint action
38556@item @emph{tracepoint action for expression evaluation} @tab @tab
38557@item 'X' @tab 1 @tab type of tracepoint action
38558@item agent expression @tab length of @tab @ref{agent expression object}
38559@item @emph{tracepoint object} @tab @tab
38560@item number @tab 4 @tab number of tracepoint
38561@item address @tab 8 @tab address of tracepoint inserted on
38562@item type @tab 4 @tab type of tracepoint
38563@item enabled @tab 1 @tab enable or disable of tracepoint
38564@item step_count @tab 8 @tab step
38565@item pass_count @tab 8 @tab pass
38566@item numactions @tab 4 @tab number of tracepoint actions
38567@item hit count @tab 8 @tab hit count
38568@item trace frame usage @tab 8 @tab trace frame usage
38569@item compiled_cond @tab 8 @tab compiled condition
38570@item orig_size @tab 8 @tab orig size
38571@item condition @tab 4 if condition is NULL otherwise length of
38572@ref{agent expression object}
38573@tab zero if condition is NULL, otherwise is
38574@ref{agent expression object}
38575@item actions @tab variable
38576@tab numactions number of @ref{tracepoint action object}
38577@end multitable
38578
38579@node IPA Protocol Commands
38580@subsection IPA Protocol Commands
38581@cindex ipa protocol commands
38582
38583The spaces in each command are delimiters to ease reading this commands
38584specification. They don't exist in real commands.
38585
38586@table @samp
38587
38588@item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
38589Installs a new fast tracepoint described by @var{tracepoint_object}
38590(@pxref{tracepoint object}). The @var{gdb_jump_pad_head}, 8-byte long, is the
38591head of @dfn{jumppad}, which is used to jump to data collection routine
38592in IPA finally.
38593
38594Replies:
38595@table @samp
38596@item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
38597@var{target_address} is address of tracepoint in the inferior.
38598The @var{gdb_jump_pad_head} is updated head of jumppad. Both of
38599@var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
38600The @var{fjump} contains a sequence of instructions jump to jumppad entry.
38601The @var{fjump_size}, 4-byte long, is the size of @var{fjump}.
38602@item E @var{NN}
38603for an error
38604
38605@end table
38606
38607@item close
38608Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
38609is about to kill inferiors.
38610
38611@item qTfSTM
38612@xref{qTfSTM}.
38613@item qTsSTM
38614@xref{qTsSTM}.
38615@item qTSTMat
38616@xref{qTSTMat}.
38617@item probe_marker_at:@var{address}
38618Asks in-process agent to probe the marker at @var{address}.
38619
38620Replies:
38621@table @samp
38622@item E @var{NN}
38623for an error
38624@end table
38625@item unprobe_marker_at:@var{address}
38626Asks in-process agent to unprobe the marker at @var{address}.
38627@end table
38628
38629@node GDB Bugs
38630@chapter Reporting Bugs in @value{GDBN}
38631@cindex bugs in @value{GDBN}
38632@cindex reporting bugs in @value{GDBN}
38633
38634Your bug reports play an essential role in making @value{GDBN} reliable.
38635
38636Reporting a bug may help you by bringing a solution to your problem, or it
38637may not. But in any case the principal function of a bug report is to help
38638the entire community by making the next version of @value{GDBN} work better. Bug
38639reports are your contribution to the maintenance of @value{GDBN}.
38640
38641In order for a bug report to serve its purpose, you must include the
38642information that enables us to fix the bug.
38643
38644@menu
38645* Bug Criteria:: Have you found a bug?
38646* Bug Reporting:: How to report bugs
38647@end menu
38648
38649@node Bug Criteria
38650@section Have You Found a Bug?
38651@cindex bug criteria
38652
38653If you are not sure whether you have found a bug, here are some guidelines:
38654
38655@itemize @bullet
38656@cindex fatal signal
38657@cindex debugger crash
38658@cindex crash of debugger
38659@item
38660If the debugger gets a fatal signal, for any input whatever, that is a
38661@value{GDBN} bug. Reliable debuggers never crash.
38662
38663@cindex error on valid input
38664@item
38665If @value{GDBN} produces an error message for valid input, that is a
38666bug. (Note that if you're cross debugging, the problem may also be
38667somewhere in the connection to the target.)
38668
38669@cindex invalid input
38670@item
38671If @value{GDBN} does not produce an error message for invalid input,
38672that is a bug. However, you should note that your idea of
38673``invalid input'' might be our idea of ``an extension'' or ``support
38674for traditional practice''.
38675
38676@item
38677If you are an experienced user of debugging tools, your suggestions
38678for improvement of @value{GDBN} are welcome in any case.
38679@end itemize
38680
38681@node Bug Reporting
38682@section How to Report Bugs
38683@cindex bug reports
38684@cindex @value{GDBN} bugs, reporting
38685
38686A number of companies and individuals offer support for @sc{gnu} products.
38687If you obtained @value{GDBN} from a support organization, we recommend you
38688contact that organization first.
38689
38690You can find contact information for many support companies and
38691individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
38692distribution.
38693@c should add a web page ref...
38694
38695@ifset BUGURL
38696@ifset BUGURL_DEFAULT
38697In any event, we also recommend that you submit bug reports for
38698@value{GDBN}. The preferred method is to submit them directly using
38699@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
38700page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
38701be used.
38702
38703@strong{Do not send bug reports to @samp{info-gdb}, or to
38704@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
38705not want to receive bug reports. Those that do have arranged to receive
38706@samp{bug-gdb}.
38707
38708The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
38709serves as a repeater. The mailing list and the newsgroup carry exactly
38710the same messages. Often people think of posting bug reports to the
38711newsgroup instead of mailing them. This appears to work, but it has one
38712problem which can be crucial: a newsgroup posting often lacks a mail
38713path back to the sender. Thus, if we need to ask for more information,
38714we may be unable to reach you. For this reason, it is better to send
38715bug reports to the mailing list.
38716@end ifset
38717@ifclear BUGURL_DEFAULT
38718In any event, we also recommend that you submit bug reports for
38719@value{GDBN} to @value{BUGURL}.
38720@end ifclear
38721@end ifset
38722
38723The fundamental principle of reporting bugs usefully is this:
38724@strong{report all the facts}. If you are not sure whether to state a
38725fact or leave it out, state it!
38726
38727Often people omit facts because they think they know what causes the
38728problem and assume that some details do not matter. Thus, you might
38729assume that the name of the variable you use in an example does not matter.
38730Well, probably it does not, but one cannot be sure. Perhaps the bug is a
38731stray memory reference which happens to fetch from the location where that
38732name is stored in memory; perhaps, if the name were different, the contents
38733of that location would fool the debugger into doing the right thing despite
38734the bug. Play it safe and give a specific, complete example. That is the
38735easiest thing for you to do, and the most helpful.
38736
38737Keep in mind that the purpose of a bug report is to enable us to fix the
38738bug. It may be that the bug has been reported previously, but neither
38739you nor we can know that unless your bug report is complete and
38740self-contained.
38741
38742Sometimes people give a few sketchy facts and ask, ``Does this ring a
38743bell?'' Those bug reports are useless, and we urge everyone to
38744@emph{refuse to respond to them} except to chide the sender to report
38745bugs properly.
38746
38747To enable us to fix the bug, you should include all these things:
38748
38749@itemize @bullet
38750@item
38751The version of @value{GDBN}. @value{GDBN} announces it if you start
38752with no arguments; you can also print it at any time using @code{show
38753version}.
38754
38755Without this, we will not know whether there is any point in looking for
38756the bug in the current version of @value{GDBN}.
38757
38758@item
38759The type of machine you are using, and the operating system name and
38760version number.
38761
38762@item
38763The details of the @value{GDBN} build-time configuration.
38764@value{GDBN} shows these details if you invoke it with the
38765@option{--configuration} command-line option, or if you type
38766@code{show configuration} at @value{GDBN}'s prompt.
38767
38768@item
38769What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
38770``@value{GCC}--2.8.1''.
38771
38772@item
38773What compiler (and its version) was used to compile the program you are
38774debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
38775C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
38776to get this information; for other compilers, see the documentation for
38777those compilers.
38778
38779@item
38780The command arguments you gave the compiler to compile your example and
38781observe the bug. For example, did you use @samp{-O}? To guarantee
38782you will not omit something important, list them all. A copy of the
38783Makefile (or the output from make) is sufficient.
38784
38785If we were to try to guess the arguments, we would probably guess wrong
38786and then we might not encounter the bug.
38787
38788@item
38789A complete input script, and all necessary source files, that will
38790reproduce the bug.
38791
38792@item
38793A description of what behavior you observe that you believe is
38794incorrect. For example, ``It gets a fatal signal.''
38795
38796Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
38797will certainly notice it. But if the bug is incorrect output, we might
38798not notice unless it is glaringly wrong. You might as well not give us
38799a chance to make a mistake.
38800
38801Even if the problem you experience is a fatal signal, you should still
38802say so explicitly. Suppose something strange is going on, such as, your
38803copy of @value{GDBN} is out of synch, or you have encountered a bug in
38804the C library on your system. (This has happened!) Your copy might
38805crash and ours would not. If you told us to expect a crash, then when
38806ours fails to crash, we would know that the bug was not happening for
38807us. If you had not told us to expect a crash, then we would not be able
38808to draw any conclusion from our observations.
38809
38810@pindex script
38811@cindex recording a session script
38812To collect all this information, you can use a session recording program
38813such as @command{script}, which is available on many Unix systems.
38814Just run your @value{GDBN} session inside @command{script} and then
38815include the @file{typescript} file with your bug report.
38816
38817Another way to record a @value{GDBN} session is to run @value{GDBN}
38818inside Emacs and then save the entire buffer to a file.
38819
38820@item
38821If you wish to suggest changes to the @value{GDBN} source, send us context
38822diffs. If you even discuss something in the @value{GDBN} source, refer to
38823it by context, not by line number.
38824
38825The line numbers in our development sources will not match those in your
38826sources. Your line numbers would convey no useful information to us.
38827
38828@end itemize
38829
38830Here are some things that are not necessary:
38831
38832@itemize @bullet
38833@item
38834A description of the envelope of the bug.
38835
38836Often people who encounter a bug spend a lot of time investigating
38837which changes to the input file will make the bug go away and which
38838changes will not affect it.
38839
38840This is often time consuming and not very useful, because the way we
38841will find the bug is by running a single example under the debugger
38842with breakpoints, not by pure deduction from a series of examples.
38843We recommend that you save your time for something else.
38844
38845Of course, if you can find a simpler example to report @emph{instead}
38846of the original one, that is a convenience for us. Errors in the
38847output will be easier to spot, running under the debugger will take
38848less time, and so on.
38849
38850However, simplification is not vital; if you do not want to do this,
38851report the bug anyway and send us the entire test case you used.
38852
38853@item
38854A patch for the bug.
38855
38856A patch for the bug does help us if it is a good one. But do not omit
38857the necessary information, such as the test case, on the assumption that
38858a patch is all we need. We might see problems with your patch and decide
38859to fix the problem another way, or we might not understand it at all.
38860
38861Sometimes with a program as complicated as @value{GDBN} it is very hard to
38862construct an example that will make the program follow a certain path
38863through the code. If you do not send us the example, we will not be able
38864to construct one, so we will not be able to verify that the bug is fixed.
38865
38866And if we cannot understand what bug you are trying to fix, or why your
38867patch should be an improvement, we will not install it. A test case will
38868help us to understand.
38869
38870@item
38871A guess about what the bug is or what it depends on.
38872
38873Such guesses are usually wrong. Even we cannot guess right about such
38874things without first using the debugger to find the facts.
38875@end itemize
38876
38877@c The readline documentation is distributed with the readline code
38878@c and consists of the two following files:
38879@c rluser.texi
38880@c hsuser.texi
38881@c Use -I with makeinfo to point to the appropriate directory,
38882@c environment var TEXINPUTS with TeX.
38883@ifclear SYSTEM_READLINE
38884@include rluser.texi
38885@include hsuser.texi
38886@end ifclear
38887
38888@node In Memoriam
38889@appendix In Memoriam
38890
38891The @value{GDBN} project mourns the loss of the following long-time
38892contributors:
38893
38894@table @code
38895@item Fred Fish
38896Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
38897to Free Software in general. Outside of @value{GDBN}, he was known in
38898the Amiga world for his series of Fish Disks, and the GeekGadget project.
38899
38900@item Michael Snyder
38901Michael was one of the Global Maintainers of the @value{GDBN} project,
38902with contributions recorded as early as 1996, until 2011. In addition
38903to his day to day participation, he was a large driving force behind
38904adding Reverse Debugging to @value{GDBN}.
38905@end table
38906
38907Beyond their technical contributions to the project, they were also
38908enjoyable members of the Free Software Community. We will miss them.
38909
38910@node Formatting Documentation
38911@appendix Formatting Documentation
38912
38913@cindex @value{GDBN} reference card
38914@cindex reference card
38915The @value{GDBN} 4 release includes an already-formatted reference card, ready
38916for printing with PostScript or Ghostscript, in the @file{gdb}
38917subdirectory of the main source directory@footnote{In
38918@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
38919release.}. If you can use PostScript or Ghostscript with your printer,
38920you can print the reference card immediately with @file{refcard.ps}.
38921
38922The release also includes the source for the reference card. You
38923can format it, using @TeX{}, by typing:
38924
38925@smallexample
38926make refcard.dvi
38927@end smallexample
38928
38929The @value{GDBN} reference card is designed to print in @dfn{landscape}
38930mode on US ``letter'' size paper;
38931that is, on a sheet 11 inches wide by 8.5 inches
38932high. You will need to specify this form of printing as an option to
38933your @sc{dvi} output program.
38934
38935@cindex documentation
38936
38937All the documentation for @value{GDBN} comes as part of the machine-readable
38938distribution. The documentation is written in Texinfo format, which is
38939a documentation system that uses a single source file to produce both
38940on-line information and a printed manual. You can use one of the Info
38941formatting commands to create the on-line version of the documentation
38942and @TeX{} (or @code{texi2roff}) to typeset the printed version.
38943
38944@value{GDBN} includes an already formatted copy of the on-line Info
38945version of this manual in the @file{gdb} subdirectory. The main Info
38946file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
38947subordinate files matching @samp{gdb.info*} in the same directory. If
38948necessary, you can print out these files, or read them with any editor;
38949but they are easier to read using the @code{info} subsystem in @sc{gnu}
38950Emacs or the standalone @code{info} program, available as part of the
38951@sc{gnu} Texinfo distribution.
38952
38953If you want to format these Info files yourself, you need one of the
38954Info formatting programs, such as @code{texinfo-format-buffer} or
38955@code{makeinfo}.
38956
38957If you have @code{makeinfo} installed, and are in the top level
38958@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
38959version @value{GDBVN}), you can make the Info file by typing:
38960
38961@smallexample
38962cd gdb
38963make gdb.info
38964@end smallexample
38965
38966If you want to typeset and print copies of this manual, you need @TeX{},
38967a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
38968Texinfo definitions file.
38969
38970@TeX{} is a typesetting program; it does not print files directly, but
38971produces output files called @sc{dvi} files. To print a typeset
38972document, you need a program to print @sc{dvi} files. If your system
38973has @TeX{} installed, chances are it has such a program. The precise
38974command to use depends on your system; @kbd{lpr -d} is common; another
38975(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
38976require a file name without any extension or a @samp{.dvi} extension.
38977
38978@TeX{} also requires a macro definitions file called
38979@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
38980written in Texinfo format. On its own, @TeX{} cannot either read or
38981typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
38982and is located in the @file{gdb-@var{version-number}/texinfo}
38983directory.
38984
38985If you have @TeX{} and a @sc{dvi} printer program installed, you can
38986typeset and print this manual. First switch to the @file{gdb}
38987subdirectory of the main source directory (for example, to
38988@file{gdb-@value{GDBVN}/gdb}) and type:
38989
38990@smallexample
38991make gdb.dvi
38992@end smallexample
38993
38994Then give @file{gdb.dvi} to your @sc{dvi} printing program.
38995
38996@node Installing GDB
38997@appendix Installing @value{GDBN}
38998@cindex installation
38999
39000@menu
39001* Requirements:: Requirements for building @value{GDBN}
39002* Running Configure:: Invoking the @value{GDBN} @file{configure} script
39003* Separate Objdir:: Compiling @value{GDBN} in another directory
39004* Config Names:: Specifying names for hosts and targets
39005* Configure Options:: Summary of options for configure
39006* System-wide configuration:: Having a system-wide init file
39007@end menu
39008
39009@node Requirements
39010@section Requirements for Building @value{GDBN}
39011@cindex building @value{GDBN}, requirements for
39012
39013Building @value{GDBN} requires various tools and packages to be available.
39014Other packages will be used only if they are found.
39015
39016@heading Tools/Packages Necessary for Building @value{GDBN}
39017@table @asis
39018@item C@t{++}11 compiler
39019@value{GDBN} is written in C@t{++}11. It should be buildable with any
39020recent C@t{++}11 compiler, e.g.@: GCC.
39021
39022@item GNU make
39023@value{GDBN}'s build system relies on features only found in the GNU
39024make program. Other variants of @code{make} will not work.
39025@end table
39026
39027@heading Tools/Packages Optional for Building @value{GDBN}
39028@table @asis
39029@item Expat
39030@anchor{Expat}
39031@value{GDBN} can use the Expat XML parsing library. This library may be
39032included with your operating system distribution; if it is not, you
39033can get the latest version from @url{http://expat.sourceforge.net}.
39034The @file{configure} script will search for this library in several
39035standard locations; if it is installed in an unusual path, you can
39036use the @option{--with-libexpat-prefix} option to specify its location.
39037
39038Expat is used for:
39039
39040@itemize @bullet
39041@item
39042Remote protocol memory maps (@pxref{Memory Map Format})
39043@item
39044Target descriptions (@pxref{Target Descriptions})
39045@item
39046Remote shared library lists (@xref{Library List Format},
39047or alternatively @pxref{Library List Format for SVR4 Targets})
39048@item
39049MS-Windows shared libraries (@pxref{Shared Libraries})
39050@item
39051Traceframe info (@pxref{Traceframe Info Format})
39052@item
39053Branch trace (@pxref{Branch Trace Format},
39054@pxref{Branch Trace Configuration Format})
39055@end itemize
39056
39057@item Guile
39058@value{GDBN} can be scripted using GNU Guile. @xref{Guile}. By
39059default, @value{GDBN} will be compiled if the Guile libraries are
39060installed and are found by @file{configure}. You can use the
39061@code{--with-guile} option to request Guile, and pass either the Guile
39062version number or the file name of the relevant @code{pkg-config}
39063program to choose a particular version of Guile.
39064
39065@item iconv
39066@value{GDBN}'s features related to character sets (@pxref{Character
39067Sets}) require a functioning @code{iconv} implementation. If you are
39068on a GNU system, then this is provided by the GNU C Library. Some
39069other systems also provide a working @code{iconv}.
39070
39071If @value{GDBN} is using the @code{iconv} program which is installed
39072in a non-standard place, you will need to tell @value{GDBN} where to
39073find it. This is done with @option{--with-iconv-bin} which specifies
39074the directory that contains the @code{iconv} program. This program is
39075run in order to make a list of the available character sets.
39076
39077On systems without @code{iconv}, you can install GNU Libiconv. If
39078Libiconv is installed in a standard place, @value{GDBN} will
39079automatically use it if it is needed. If you have previously
39080installed Libiconv in a non-standard place, you can use the
39081@option{--with-libiconv-prefix} option to @file{configure}.
39082
39083@value{GDBN}'s top-level @file{configure} and @file{Makefile} will
39084arrange to build Libiconv if a directory named @file{libiconv} appears
39085in the top-most source directory. If Libiconv is built this way, and
39086if the operating system does not provide a suitable @code{iconv}
39087implementation, then the just-built library will automatically be used
39088by @value{GDBN}. One easy way to set this up is to download GNU
39089Libiconv, unpack it inside the top-level directory of the @value{GDBN}
39090source tree, and then rename the directory holding the Libiconv source
39091code to @samp{libiconv}.
39092
39093@item lzma
39094@value{GDBN} can support debugging sections that are compressed with
39095the LZMA library. @xref{MiniDebugInfo}. If this library is not
39096included with your operating system, you can find it in the xz package
39097at @url{http://tukaani.org/xz/}. If the LZMA library is available in
39098the usual place, then the @file{configure} script will use it
39099automatically. If it is installed in an unusual path, you can use the
39100@option{--with-lzma-prefix} option to specify its location.
39101
39102@item MPFR
39103@anchor{MPFR}
39104@value{GDBN} can use the GNU MPFR multiple-precision floating-point
39105library. This library may be included with your operating system
39106distribution; if it is not, you can get the latest version from
39107@url{http://www.mpfr.org}. The @file{configure} script will search
39108for this library in several standard locations; if it is installed
39109in an unusual path, you can use the @option{--with-libmpfr-prefix}
39110option to specify its location.
39111
39112GNU MPFR is used to emulate target floating-point arithmetic during
39113expression evaluation when the target uses different floating-point
39114formats than the host. If GNU MPFR it is not available, @value{GDBN}
39115will fall back to using host floating-point arithmetic.
39116
39117@item Python
39118@value{GDBN} can be scripted using Python language. @xref{Python}.
39119By default, @value{GDBN} will be compiled if the Python libraries are
39120installed and are found by @file{configure}. You can use the
39121@code{--with-python} option to request Python, and pass either the
39122file name of the relevant @code{python} executable, or the name of the
39123directory in which Python is installed, to choose a particular
39124installation of Python.
39125
39126@item zlib
39127@cindex compressed debug sections
39128@value{GDBN} will use the @samp{zlib} library, if available, to read
39129compressed debug sections. Some linkers, such as GNU gold, are capable
39130of producing binaries with compressed debug sections. If @value{GDBN}
39131is compiled with @samp{zlib}, it will be able to read the debug
39132information in such binaries.
39133
39134The @samp{zlib} library is likely included with your operating system
39135distribution; if it is not, you can get the latest version from
39136@url{http://zlib.net}.
39137@end table
39138
39139@node Running Configure
39140@section Invoking the @value{GDBN} @file{configure} Script
39141@cindex configuring @value{GDBN}
39142@value{GDBN} comes with a @file{configure} script that automates the process
39143of preparing @value{GDBN} for installation; you can then use @code{make} to
39144build the @code{gdb} program.
39145@iftex
39146@c irrelevant in info file; it's as current as the code it lives with.
39147@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
39148look at the @file{README} file in the sources; we may have improved the
39149installation procedures since publishing this manual.}
39150@end iftex
39151
39152The @value{GDBN} distribution includes all the source code you need for
39153@value{GDBN} in a single directory, whose name is usually composed by
39154appending the version number to @samp{gdb}.
39155
39156For example, the @value{GDBN} version @value{GDBVN} distribution is in the
39157@file{gdb-@value{GDBVN}} directory. That directory contains:
39158
39159@table @code
39160@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
39161script for configuring @value{GDBN} and all its supporting libraries
39162
39163@item gdb-@value{GDBVN}/gdb
39164the source specific to @value{GDBN} itself
39165
39166@item gdb-@value{GDBVN}/bfd
39167source for the Binary File Descriptor library
39168
39169@item gdb-@value{GDBVN}/include
39170@sc{gnu} include files
39171
39172@item gdb-@value{GDBVN}/libiberty
39173source for the @samp{-liberty} free software library
39174
39175@item gdb-@value{GDBVN}/opcodes
39176source for the library of opcode tables and disassemblers
39177
39178@item gdb-@value{GDBVN}/readline
39179source for the @sc{gnu} command-line interface
39180@end table
39181
39182There may be other subdirectories as well.
39183
39184The simplest way to configure and build @value{GDBN} is to run @file{configure}
39185from the @file{gdb-@var{version-number}} source directory, which in
39186this example is the @file{gdb-@value{GDBVN}} directory.
39187
39188First switch to the @file{gdb-@var{version-number}} source directory
39189if you are not already in it; then run @file{configure}. Pass the
39190identifier for the platform on which @value{GDBN} will run as an
39191argument.
39192
39193For example:
39194
39195@smallexample
39196cd gdb-@value{GDBVN}
39197./configure
39198make
39199@end smallexample
39200
39201Running @samp{configure} and then running @code{make} builds the
39202included supporting libraries, then @code{gdb} itself. The configured
39203source files, and the binaries, are left in the corresponding source
39204directories.
39205
39206@need 750
39207@file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
39208system does not recognize this automatically when you run a different
39209shell, you may need to run @code{sh} on it explicitly:
39210
39211@smallexample
39212sh configure
39213@end smallexample
39214
39215You should run the @file{configure} script from the top directory in the
39216source tree, the @file{gdb-@var{version-number}} directory. If you run
39217@file{configure} from one of the subdirectories, you will configure only
39218that subdirectory. That is usually not what you want. In particular,
39219if you run the first @file{configure} from the @file{gdb} subdirectory
39220of the @file{gdb-@var{version-number}} directory, you will omit the
39221configuration of @file{bfd}, @file{readline}, and other sibling
39222directories of the @file{gdb} subdirectory. This leads to build errors
39223about missing include files such as @file{bfd/bfd.h}.
39224
39225You can install @code{@value{GDBN}} anywhere. The best way to do this
39226is to pass the @code{--prefix} option to @code{configure}, and then
39227install it with @code{make install}.
39228
39229@node Separate Objdir
39230@section Compiling @value{GDBN} in Another Directory
39231
39232If you want to run @value{GDBN} versions for several host or target machines,
39233you need a different @code{gdb} compiled for each combination of
39234host and target. @file{configure} is designed to make this easy by
39235allowing you to generate each configuration in a separate subdirectory,
39236rather than in the source directory. If your @code{make} program
39237handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
39238@code{make} in each of these directories builds the @code{gdb}
39239program specified there.
39240
39241To build @code{gdb} in a separate directory, run @file{configure}
39242with the @samp{--srcdir} option to specify where to find the source.
39243(You also need to specify a path to find @file{configure}
39244itself from your working directory. If the path to @file{configure}
39245would be the same as the argument to @samp{--srcdir}, you can leave out
39246the @samp{--srcdir} option; it is assumed.)
39247
39248For example, with version @value{GDBVN}, you can build @value{GDBN} in a
39249separate directory for a Sun 4 like this:
39250
39251@smallexample
39252@group
39253cd gdb-@value{GDBVN}
39254mkdir ../gdb-sun4
39255cd ../gdb-sun4
39256../gdb-@value{GDBVN}/configure
39257make
39258@end group
39259@end smallexample
39260
39261When @file{configure} builds a configuration using a remote source
39262directory, it creates a tree for the binaries with the same structure
39263(and using the same names) as the tree under the source directory. In
39264the example, you'd find the Sun 4 library @file{libiberty.a} in the
39265directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
39266@file{gdb-sun4/gdb}.
39267
39268Make sure that your path to the @file{configure} script has just one
39269instance of @file{gdb} in it. If your path to @file{configure} looks
39270like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
39271one subdirectory of @value{GDBN}, not the whole package. This leads to
39272build errors about missing include files such as @file{bfd/bfd.h}.
39273
39274One popular reason to build several @value{GDBN} configurations in separate
39275directories is to configure @value{GDBN} for cross-compiling (where
39276@value{GDBN} runs on one machine---the @dfn{host}---while debugging
39277programs that run on another machine---the @dfn{target}).
39278You specify a cross-debugging target by
39279giving the @samp{--target=@var{target}} option to @file{configure}.
39280
39281When you run @code{make} to build a program or library, you must run
39282it in a configured directory---whatever directory you were in when you
39283called @file{configure} (or one of its subdirectories).
39284
39285The @code{Makefile} that @file{configure} generates in each source
39286directory also runs recursively. If you type @code{make} in a source
39287directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
39288directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
39289will build all the required libraries, and then build GDB.
39290
39291When you have multiple hosts or targets configured in separate
39292directories, you can run @code{make} on them in parallel (for example,
39293if they are NFS-mounted on each of the hosts); they will not interfere
39294with each other.
39295
39296@node Config Names
39297@section Specifying Names for Hosts and Targets
39298
39299The specifications used for hosts and targets in the @file{configure}
39300script are based on a three-part naming scheme, but some short predefined
39301aliases are also supported. The full naming scheme encodes three pieces
39302of information in the following pattern:
39303
39304@smallexample
39305@var{architecture}-@var{vendor}-@var{os}
39306@end smallexample
39307
39308For example, you can use the alias @code{sun4} as a @var{host} argument,
39309or as the value for @var{target} in a @code{--target=@var{target}}
39310option. The equivalent full name is @samp{sparc-sun-sunos4}.
39311
39312The @file{configure} script accompanying @value{GDBN} does not provide
39313any query facility to list all supported host and target names or
39314aliases. @file{configure} calls the Bourne shell script
39315@code{config.sub} to map abbreviations to full names; you can read the
39316script, if you wish, or you can use it to test your guesses on
39317abbreviations---for example:
39318
39319@smallexample
39320% sh config.sub i386-linux
39321i386-pc-linux-gnu
39322% sh config.sub alpha-linux
39323alpha-unknown-linux-gnu
39324% sh config.sub hp9k700
39325hppa1.1-hp-hpux
39326% sh config.sub sun4
39327sparc-sun-sunos4.1.1
39328% sh config.sub sun3
39329m68k-sun-sunos4.1.1
39330% sh config.sub i986v
39331Invalid configuration `i986v': machine `i986v' not recognized
39332@end smallexample
39333
39334@noindent
39335@code{config.sub} is also distributed in the @value{GDBN} source
39336directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
39337
39338@node Configure Options
39339@section @file{configure} Options
39340
39341Here is a summary of the @file{configure} options and arguments that
39342are most often useful for building @value{GDBN}. @file{configure}
39343also has several other options not listed here. @inforef{Running
39344configure scripts,,autoconf.info}, for a full
39345explanation of @file{configure}.
39346
39347@smallexample
39348configure @r{[}--help@r{]}
39349 @r{[}--prefix=@var{dir}@r{]}
39350 @r{[}--exec-prefix=@var{dir}@r{]}
39351 @r{[}--srcdir=@var{dirname}@r{]}
39352 @r{[}--target=@var{target}@r{]}
39353@end smallexample
39354
39355@noindent
39356You may introduce options with a single @samp{-} rather than
39357@samp{--} if you prefer; but you may abbreviate option names if you use
39358@samp{--}.
39359
39360@table @code
39361@item --help
39362Display a quick summary of how to invoke @file{configure}.
39363
39364@item --prefix=@var{dir}
39365Configure the source to install programs and files under directory
39366@file{@var{dir}}.
39367
39368@item --exec-prefix=@var{dir}
39369Configure the source to install programs under directory
39370@file{@var{dir}}.
39371
39372@c avoid splitting the warning from the explanation:
39373@need 2000
39374@item --srcdir=@var{dirname}
39375Use this option to make configurations in directories separate from the
39376@value{GDBN} source directories. Among other things, you can use this to
39377build (or maintain) several configurations simultaneously, in separate
39378directories. @file{configure} writes configuration-specific files in
39379the current directory, but arranges for them to use the source in the
39380directory @var{dirname}. @file{configure} creates directories under
39381the working directory in parallel to the source directories below
39382@var{dirname}.
39383
39384@item --target=@var{target}
39385Configure @value{GDBN} for cross-debugging programs running on the specified
39386@var{target}. Without this option, @value{GDBN} is configured to debug
39387programs that run on the same machine (@var{host}) as @value{GDBN} itself.
39388
39389There is no convenient way to generate a list of all available
39390targets. Also see the @code{--enable-targets} option, below.
39391@end table
39392
39393There are many other options that are specific to @value{GDBN}. This
39394lists just the most common ones; there are some very specialized
39395options not described here.
39396
39397@table @code
39398@item --enable-targets=@r{[}@var{target}@r{]}@dots{}
39399@itemx --enable-targets=all
39400Configure @value{GDBN} for cross-debugging programs running on the
39401specified list of targets. The special value @samp{all} configures
39402@value{GDBN} for debugging programs running on any target it supports.
39403
39404@item --with-gdb-datadir=@var{path}
39405Set the @value{GDBN}-specific data directory. @value{GDBN} will look
39406here for certain supporting files or scripts. This defaults to the
39407@file{gdb} subdirectory of @samp{datadir} (which can be set using
39408@code{--datadir}).
39409
39410@item --with-relocated-sources=@var{dir}
39411Sets up the default source path substitution rule so that directory
39412names recorded in debug information will be automatically adjusted for
39413any directory under @var{dir}. @var{dir} should be a subdirectory of
39414@value{GDBN}'s configured prefix, the one mentioned in the
39415@code{--prefix} or @code{--exec-prefix} options to configure. This
39416option is useful if GDB is supposed to be moved to a different place
39417after it is built.
39418
39419@item --enable-64-bit-bfd
39420Enable 64-bit support in BFD on 32-bit hosts.
39421
39422@item --disable-gdbmi
39423Build @value{GDBN} without the GDB/MI machine interface
39424(@pxref{GDB/MI}).
39425
39426@item --enable-tui
39427Build @value{GDBN} with the text-mode full-screen user interface
39428(TUI). Requires a curses library (ncurses and cursesX are also
39429supported).
39430
39431@item --with-curses
39432Use the curses library instead of the termcap library, for text-mode
39433terminal operations.
39434
39435@item --with-libunwind-ia64
39436Use the libunwind library for unwinding function call stack on ia64
39437target platforms. See http://www.nongnu.org/libunwind/index.html for
39438details.
39439
39440@item --with-system-readline
39441Use the readline library installed on the host, rather than the
39442library supplied as part of @value{GDBN}. Readline 7 or newer is
39443required; this is enforced by the build system.
39444
39445@item --with-system-zlib
39446Use the zlib library installed on the host, rather than the library
39447supplied as part of @value{GDBN}.
39448
39449@item --with-expat
39450Build @value{GDBN} with Expat, a library for XML parsing. (Done by
39451default if libexpat is installed and found at configure time.) This
39452library is used to read XML files supplied with @value{GDBN}. If it
39453is unavailable, some features, such as remote protocol memory maps,
39454target descriptions, and shared library lists, that are based on XML
39455files, will not be available in @value{GDBN}. If your host does not
39456have libexpat installed, you can get the latest version from
39457`http://expat.sourceforge.net'.
39458
39459@item --with-libiconv-prefix@r{[}=@var{dir}@r{]}
39460
39461Build @value{GDBN} with GNU libiconv, a character set encoding
39462conversion library. This is not done by default, as on GNU systems
39463the @code{iconv} that is built in to the C library is sufficient. If
39464your host does not have a working @code{iconv}, you can get the latest
39465version of GNU iconv from `https://www.gnu.org/software/libiconv/'.
39466
39467@value{GDBN}'s build system also supports building GNU libiconv as
39468part of the overall build. @xref{Requirements}.
39469
39470@item --with-lzma
39471Build @value{GDBN} with LZMA, a compression library. (Done by default
39472if liblzma is installed and found at configure time.) LZMA is used by
39473@value{GDBN}'s "mini debuginfo" feature, which is only useful on
39474platforms using the ELF object file format. If your host does not
39475have liblzma installed, you can get the latest version from
39476`https://tukaani.org/xz/'.
39477
39478@item --with-mpfr
39479Build @value{GDBN} with GNU MPFR, a library for multiple-precision
39480floating-point computation with correct rounding. (Done by default if
39481GNU MPFR is installed and found at configure time.) This library is
39482used to emulate target floating-point arithmetic during expression
39483evaluation when the target uses different floating-point formats than
39484the host. If GNU MPFR is not available, @value{GDBN} will fall back
39485to using host floating-point arithmetic. If your host does not have
39486GNU MPFR installed, you can get the latest version from
39487`http://www.mpfr.org'.
39488
39489@item --with-python@r{[}=@var{python}@r{]}
39490Build @value{GDBN} with Python scripting support. (Done by default if
39491libpython is present and found at configure time.) Python makes
39492@value{GDBN} scripting much more powerful than the restricted CLI
39493scripting language. If your host does not have Python installed, you
39494can find it on `http://www.python.org/download/'. The oldest version
39495of Python supported by GDB is 2.6. The optional argument @var{python}
39496is used to find the Python headers and libraries. It can be either
39497the name of a Python executable, or the name of the directory in which
39498Python is installed.
39499
39500@item --with-guile[=GUILE]'
39501Build @value{GDBN} with GNU Guile scripting support. (Done by default
39502if libguile is present and found at configure time.) If your host
39503does not have Guile installed, you can find it at
39504`https://www.gnu.org/software/guile/'. The optional argument GUILE
39505can be a version number, which will cause @code{configure} to try to
39506use that version of Guile; or the file name of a @code{pkg-config}
39507executable, which will be queried to find the information needed to
39508compile and link against Guile.
39509
39510@item --without-included-regex
39511Don't use the regex library included with @value{GDBN} (as part of the
39512libiberty library). This is the default on hosts with version 2 of
39513the GNU C library.
39514
39515@item --with-sysroot=@var{dir}
39516Use @var{dir} as the default system root directory for libraries whose
39517file names begin with @file{/lib}' or @file{/usr/lib'}. (The value of
39518@var{dir} can be modified at run time by using the @command{set
39519sysroot} command.) If @var{dir} is under the @value{GDBN} configured
39520prefix (set with @code{--prefix} or @code{--exec-prefix options}, the
39521default system root will be automatically adjusted if and when
39522@value{GDBN} is moved to a different location.
39523
39524@item --with-system-gdbinit=@var{file}
39525Configure @value{GDBN} to automatically load a system-wide init file.
39526@var{file} should be an absolute file name. If @var{file} is in a
39527directory under the configured prefix, and @value{GDBN} is moved to
39528another location after being built, the location of the system-wide
39529init file will be adjusted accordingly.
39530
39531@item --with-system-gdbinit-dir=@var{directory}
39532Configure @value{GDBN} to automatically load init files from a
39533system-wide directory. @var{directory} should be an absolute directory
39534name. If @var{directory} is in a directory under the configured
39535prefix, and @value{GDBN} is moved to another location after being
39536built, the location of the system-wide init directory will be
39537adjusted accordingly.
39538
39539@item --enable-build-warnings
39540When building the @value{GDBN} sources, ask the compiler to warn about
39541any code which looks even vaguely suspicious. It passes many
39542different warning flags, depending on the exact version of the
39543compiler you are using.
39544
39545@item --enable-werror
39546Treat compiler warnings as werrors. It adds the @code{-Werror} flag
39547to the compiler, which will fail the compilation if the compiler
39548outputs any warning messages.
39549
39550@item --enable-ubsan
39551Enable the GCC undefined behavior sanitizer. This is disabled by
39552default, but passing @code{--enable-ubsan=yes} or
39553@code{--enable-ubsan=auto} to @code{configure} will enable it. The
39554undefined behavior sanitizer checks for C@t{++} undefined behavior.
39555It has a performance cost, so if you are looking at @value{GDBN}'s
39556performance, you should disable it. The undefined behavior sanitizer
39557was first introduced in GCC 4.9.
39558@end table
39559
39560@node System-wide configuration
39561@section System-wide configuration and settings
39562@cindex system-wide init file
39563
39564@value{GDBN} can be configured to have a system-wide init file and a
39565system-wide init file directory; this file and files in that directory
39566(if they have a recognized file extension) will be read and executed at
39567startup (@pxref{Startup, , What @value{GDBN} does during startup}).
39568
39569Here are the corresponding configure options:
39570
39571@table @code
39572@item --with-system-gdbinit=@var{file}
39573Specify that the default location of the system-wide init file is
39574@var{file}.
39575@item --with-system-gdbinit-dir=@var{directory}
39576Specify that the default location of the system-wide init file directory
39577is @var{directory}.
39578@end table
39579
39580If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
39581they may be subject to relocation. Two possible cases:
39582
39583@itemize @bullet
39584@item
39585If the default location of this init file/directory contains @file{$prefix},
39586it will be subject to relocation. Suppose that the configure options
39587are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
39588if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
39589init file is looked for as @file{$install/etc/gdbinit} instead of
39590@file{$prefix/etc/gdbinit}.
39591
39592@item
39593By contrast, if the default location does not contain the prefix,
39594it will not be relocated. E.g.@: if @value{GDBN} has been configured with
39595@option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
39596then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
39597wherever @value{GDBN} is installed.
39598@end itemize
39599
39600If the configured location of the system-wide init file (as given by the
39601@option{--with-system-gdbinit} option at configure time) is in the
39602data-directory (as specified by @option{--with-gdb-datadir} at configure
39603time) or in one of its subdirectories, then @value{GDBN} will look for the
39604system-wide init file in the directory specified by the
39605@option{--data-directory} command-line option.
39606Note that the system-wide init file is only read once, during @value{GDBN}
39607initialization. If the data-directory is changed after @value{GDBN} has
39608started with the @code{set data-directory} command, the file will not be
39609reread.
39610
39611This applies similarly to the system-wide directory specified in
39612@option{--with-system-gdbinit-dir}.
39613
39614Any supported scripting language can be used for these init files, as long
39615as the file extension matches the scripting language. To be interpreted
39616as regular @value{GDBN} commands, the files needs to have a @file{.gdb}
39617extension.
39618
39619@menu
39620* System-wide Configuration Scripts:: Installed System-wide Configuration Scripts
39621@end menu
39622
39623@node System-wide Configuration Scripts
39624@subsection Installed System-wide Configuration Scripts
39625@cindex system-wide configuration scripts
39626
39627The @file{system-gdbinit} directory, located inside the data-directory
39628(as specified by @option{--with-gdb-datadir} at configure time) contains
39629a number of scripts which can be used as system-wide init files. To
39630automatically source those scripts at startup, @value{GDBN} should be
39631configured with @option{--with-system-gdbinit}. Otherwise, any user
39632should be able to source them by hand as needed.
39633
39634The following scripts are currently available:
39635@itemize @bullet
39636
39637@item @file{elinos.py}
39638@pindex elinos.py
39639@cindex ELinOS system-wide configuration script
39640This script is useful when debugging a program on an ELinOS target.
39641It takes advantage of the environment variables defined in a standard
39642ELinOS environment in order to determine the location of the system
39643shared libraries, and then sets the @samp{solib-absolute-prefix}
39644and @samp{solib-search-path} variables appropriately.
39645
39646@item @file{wrs-linux.py}
39647@pindex wrs-linux.py
39648@cindex Wind River Linux system-wide configuration script
39649This script is useful when debugging a program on a target running
39650Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
39651the host-side sysroot used by the target system.
39652
39653@end itemize
39654
39655@node Maintenance Commands
39656@appendix Maintenance Commands
39657@cindex maintenance commands
39658@cindex internal commands
39659
39660In addition to commands intended for @value{GDBN} users, @value{GDBN}
39661includes a number of commands intended for @value{GDBN} developers,
39662that are not documented elsewhere in this manual. These commands are
39663provided here for reference. (For commands that turn on debugging
39664messages, see @ref{Debugging Output}.)
39665
39666@table @code
39667@kindex maint agent
39668@kindex maint agent-eval
39669@item maint agent @r{[}-at @var{location}@r{,}@r{]} @var{expression}
39670@itemx maint agent-eval @r{[}-at @var{location}@r{,}@r{]} @var{expression}
39671Translate the given @var{expression} into remote agent bytecodes.
39672This command is useful for debugging the Agent Expression mechanism
39673(@pxref{Agent Expressions}). The @samp{agent} version produces an
39674expression useful for data collection, such as by tracepoints, while
39675@samp{maint agent-eval} produces an expression that evaluates directly
39676to a result. For instance, a collection expression for @code{globa +
39677globb} will include bytecodes to record four bytes of memory at each
39678of the addresses of @code{globa} and @code{globb}, while discarding
39679the result of the addition, while an evaluation expression will do the
39680addition and return the sum.
39681If @code{-at} is given, generate remote agent bytecode for @var{location}.
39682If not, generate remote agent bytecode for current frame PC address.
39683
39684@kindex maint agent-printf
39685@item maint agent-printf @var{format},@var{expr},...
39686Translate the given format string and list of argument expressions
39687into remote agent bytecodes and display them as a disassembled list.
39688This command is useful for debugging the agent version of dynamic
39689printf (@pxref{Dynamic Printf}).
39690
39691@kindex maint info breakpoints
39692@item @anchor{maint info breakpoints}maint info breakpoints
39693Using the same format as @samp{info breakpoints}, display both the
39694breakpoints you've set explicitly, and those @value{GDBN} is using for
39695internal purposes. Internal breakpoints are shown with negative
39696breakpoint numbers. The type column identifies what kind of breakpoint
39697is shown:
39698
39699@table @code
39700@item breakpoint
39701Normal, explicitly set breakpoint.
39702
39703@item watchpoint
39704Normal, explicitly set watchpoint.
39705
39706@item longjmp
39707Internal breakpoint, used to handle correctly stepping through
39708@code{longjmp} calls.
39709
39710@item longjmp resume
39711Internal breakpoint at the target of a @code{longjmp}.
39712
39713@item until
39714Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
39715
39716@item finish
39717Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
39718
39719@item shlib events
39720Shared library events.
39721
39722@end table
39723
39724@kindex maint info btrace
39725@item maint info btrace
39726Pint information about raw branch tracing data.
39727
39728@kindex maint btrace packet-history
39729@item maint btrace packet-history
39730Print the raw branch trace packets that are used to compute the
39731execution history for the @samp{record btrace} command. Both the
39732information and the format in which it is printed depend on the btrace
39733recording format.
39734
39735@table @code
39736@item bts
39737For the BTS recording format, print a list of blocks of sequential
39738code. For each block, the following information is printed:
39739
39740@table @asis
39741@item Block number
39742Newer blocks have higher numbers. The oldest block has number zero.
39743@item Lowest @samp{PC}
39744@item Highest @samp{PC}
39745@end table
39746
39747@item pt
39748For the Intel Processor Trace recording format, print a list of
39749Intel Processor Trace packets. For each packet, the following
39750information is printed:
39751
39752@table @asis
39753@item Packet number
39754Newer packets have higher numbers. The oldest packet has number zero.
39755@item Trace offset
39756The packet's offset in the trace stream.
39757@item Packet opcode and payload
39758@end table
39759@end table
39760
39761@kindex maint btrace clear-packet-history
39762@item maint btrace clear-packet-history
39763Discards the cached packet history printed by the @samp{maint btrace
39764packet-history} command. The history will be computed again when
39765needed.
39766
39767@kindex maint btrace clear
39768@item maint btrace clear
39769Discard the branch trace data. The data will be fetched anew and the
39770branch trace will be recomputed when needed.
39771
39772This implicitly truncates the branch trace to a single branch trace
39773buffer. When updating branch trace incrementally, the branch trace
39774available to @value{GDBN} may be bigger than a single branch trace
39775buffer.
39776
39777@kindex maint set btrace pt skip-pad
39778@item maint set btrace pt skip-pad
39779@kindex maint show btrace pt skip-pad
39780@item maint show btrace pt skip-pad
39781Control whether @value{GDBN} will skip PAD packets when computing the
39782packet history.
39783
39784@kindex set displaced-stepping
39785@kindex show displaced-stepping
39786@cindex displaced stepping support
39787@cindex out-of-line single-stepping
39788@item set displaced-stepping
39789@itemx show displaced-stepping
39790Control whether or not @value{GDBN} will do @dfn{displaced stepping}
39791if the target supports it. Displaced stepping is a way to single-step
39792over breakpoints without removing them from the inferior, by executing
39793an out-of-line copy of the instruction that was originally at the
39794breakpoint location. It is also known as out-of-line single-stepping.
39795
39796@table @code
39797@item set displaced-stepping on
39798If the target architecture supports it, @value{GDBN} will use
39799displaced stepping to step over breakpoints.
39800
39801@item set displaced-stepping off
39802@value{GDBN} will not use displaced stepping to step over breakpoints,
39803even if such is supported by the target architecture.
39804
39805@cindex non-stop mode, and @samp{set displaced-stepping}
39806@item set displaced-stepping auto
39807This is the default mode. @value{GDBN} will use displaced stepping
39808only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
39809architecture supports displaced stepping.
39810@end table
39811
39812@kindex maint check-psymtabs
39813@item maint check-psymtabs
39814Check the consistency of currently expanded psymtabs versus symtabs.
39815Use this to check, for example, whether a symbol is in one but not the other.
39816
39817@kindex maint check-symtabs
39818@item maint check-symtabs
39819Check the consistency of currently expanded symtabs.
39820
39821@kindex maint expand-symtabs
39822@item maint expand-symtabs [@var{regexp}]
39823Expand symbol tables.
39824If @var{regexp} is specified, only expand symbol tables for file
39825names matching @var{regexp}.
39826
39827@kindex maint set catch-demangler-crashes
39828@kindex maint show catch-demangler-crashes
39829@cindex demangler crashes
39830@item maint set catch-demangler-crashes [on|off]
39831@itemx maint show catch-demangler-crashes
39832Control whether @value{GDBN} should attempt to catch crashes in the
39833symbol name demangler. The default is to attempt to catch crashes.
39834If enabled, the first time a crash is caught, a core file is created,
39835the offending symbol is displayed and the user is presented with the
39836option to terminate the current session.
39837
39838@kindex maint cplus first_component
39839@item maint cplus first_component @var{name}
39840Print the first C@t{++} class/namespace component of @var{name}.
39841
39842@kindex maint cplus namespace
39843@item maint cplus namespace
39844Print the list of possible C@t{++} namespaces.
39845
39846@kindex maint deprecate
39847@kindex maint undeprecate
39848@cindex deprecated commands
39849@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
39850@itemx maint undeprecate @var{command}
39851Deprecate or undeprecate the named @var{command}. Deprecated commands
39852cause @value{GDBN} to issue a warning when you use them. The optional
39853argument @var{replacement} says which newer command should be used in
39854favor of the deprecated one; if it is given, @value{GDBN} will mention
39855the replacement as part of the warning.
39856
39857@kindex maint dump-me
39858@item maint dump-me
39859@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
39860Cause a fatal signal in the debugger and force it to dump its core.
39861This is supported only on systems which support aborting a program
39862with the @code{SIGQUIT} signal.
39863
39864@kindex maint internal-error
39865@kindex maint internal-warning
39866@kindex maint demangler-warning
39867@cindex demangler crashes
39868@item maint internal-error @r{[}@var{message-text}@r{]}
39869@itemx maint internal-warning @r{[}@var{message-text}@r{]}
39870@itemx maint demangler-warning @r{[}@var{message-text}@r{]}
39871
39872Cause @value{GDBN} to call the internal function @code{internal_error},
39873@code{internal_warning} or @code{demangler_warning} and hence behave
39874as though an internal problem has been detected. In addition to
39875reporting the internal problem, these functions give the user the
39876opportunity to either quit @value{GDBN} or (for @code{internal_error}
39877and @code{internal_warning}) create a core file of the current
39878@value{GDBN} session.
39879
39880These commands take an optional parameter @var{message-text} that is
39881used as the text of the error or warning message.
39882
39883Here's an example of using @code{internal-error}:
39884
39885@smallexample
39886(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
39887@dots{}/maint.c:121: internal-error: testing, 1, 2
39888A problem internal to GDB has been detected. Further
39889debugging may prove unreliable.
39890Quit this debugging session? (y or n) @kbd{n}
39891Create a core file? (y or n) @kbd{n}
39892(@value{GDBP})
39893@end smallexample
39894
39895@cindex @value{GDBN} internal error
39896@cindex internal errors, control of @value{GDBN} behavior
39897@cindex demangler crashes
39898
39899@kindex maint set internal-error
39900@kindex maint show internal-error
39901@kindex maint set internal-warning
39902@kindex maint show internal-warning
39903@kindex maint set demangler-warning
39904@kindex maint show demangler-warning
39905@item maint set internal-error @var{action} [ask|yes|no]
39906@itemx maint show internal-error @var{action}
39907@itemx maint set internal-warning @var{action} [ask|yes|no]
39908@itemx maint show internal-warning @var{action}
39909@itemx maint set demangler-warning @var{action} [ask|yes|no]
39910@itemx maint show demangler-warning @var{action}
39911When @value{GDBN} reports an internal problem (error or warning) it
39912gives the user the opportunity to both quit @value{GDBN} and create a
39913core file of the current @value{GDBN} session. These commands let you
39914override the default behaviour for each particular @var{action},
39915described in the table below.
39916
39917@table @samp
39918@item quit
39919You can specify that @value{GDBN} should always (yes) or never (no)
39920quit. The default is to ask the user what to do.
39921
39922@item corefile
39923You can specify that @value{GDBN} should always (yes) or never (no)
39924create a core file. The default is to ask the user what to do. Note
39925that there is no @code{corefile} option for @code{demangler-warning}:
39926demangler warnings always create a core file and this cannot be
39927disabled.
39928@end table
39929
39930@kindex maint packet
39931@item maint packet @var{text}
39932If @value{GDBN} is talking to an inferior via the serial protocol,
39933then this command sends the string @var{text} to the inferior, and
39934displays the response packet. @value{GDBN} supplies the initial
39935@samp{$} character, the terminating @samp{#} character, and the
39936checksum.
39937
39938@kindex maint print architecture
39939@item maint print architecture @r{[}@var{file}@r{]}
39940Print the entire architecture configuration. The optional argument
39941@var{file} names the file where the output goes.
39942
39943@kindex maint print c-tdesc @r{[}@var{file}@r{]}
39944@item maint print c-tdesc
39945Print the target description (@pxref{Target Descriptions}) as
39946a C source file. By default, the target description is for the current
39947target, but if the optional argument @var{file} is provided, that file
39948is used to produce the description. The @var{file} should be an XML
39949document, of the form described in @ref{Target Description Format}.
39950The created source file is built into @value{GDBN} when @value{GDBN} is
39951built again. This command is used by developers after they add or
39952modify XML target descriptions.
39953
39954@kindex maint check xml-descriptions
39955@item maint check xml-descriptions @var{dir}
39956Check that the target descriptions dynamically created by @value{GDBN}
39957equal the descriptions created from XML files found in @var{dir}.
39958
39959@anchor{maint check libthread-db}
39960@kindex maint check libthread-db
39961@item maint check libthread-db
39962Run integrity checks on the current inferior's thread debugging
39963library. This exercises all @code{libthread_db} functionality used by
39964@value{GDBN} on GNU/Linux systems, and by extension also exercises the
39965@code{proc_service} functions provided by @value{GDBN} that
39966@code{libthread_db} uses. Note that parts of the test may be skipped
39967on some platforms when debugging core files.
39968
39969@kindex maint print dummy-frames
39970@item maint print dummy-frames
39971Prints the contents of @value{GDBN}'s internal dummy-frame stack.
39972
39973@smallexample
39974(@value{GDBP}) @kbd{b add}
39975@dots{}
39976(@value{GDBP}) @kbd{print add(2,3)}
39977Breakpoint 2, add (a=2, b=3) at @dots{}
3997858 return (a + b);
39979The program being debugged stopped while in a function called from GDB.
39980@dots{}
39981(@value{GDBP}) @kbd{maint print dummy-frames}
399820xa8206d8: id=@{stack=0xbfffe734,code=0xbfffe73f,!special@}, ptid=process 9353
39983(@value{GDBP})
39984@end smallexample
39985
39986Takes an optional file parameter.
39987
39988@kindex maint print registers
39989@kindex maint print raw-registers
39990@kindex maint print cooked-registers
39991@kindex maint print register-groups
39992@kindex maint print remote-registers
39993@item maint print registers @r{[}@var{file}@r{]}
39994@itemx maint print raw-registers @r{[}@var{file}@r{]}
39995@itemx maint print cooked-registers @r{[}@var{file}@r{]}
39996@itemx maint print register-groups @r{[}@var{file}@r{]}
39997@itemx maint print remote-registers @r{[}@var{file}@r{]}
39998Print @value{GDBN}'s internal register data structures.
39999
40000The command @code{maint print raw-registers} includes the contents of
40001the raw register cache; the command @code{maint print
40002cooked-registers} includes the (cooked) value of all registers,
40003including registers which aren't available on the target nor visible
40004to user; the command @code{maint print register-groups} includes the
40005groups that each register is a member of; and the command @code{maint
40006print remote-registers} includes the remote target's register numbers
40007and offsets in the `G' packets.
40008
40009These commands take an optional parameter, a file name to which to
40010write the information.
40011
40012@kindex maint print reggroups
40013@item maint print reggroups @r{[}@var{file}@r{]}
40014Print @value{GDBN}'s internal register group data structures. The
40015optional argument @var{file} tells to what file to write the
40016information.
40017
40018The register groups info looks like this:
40019
40020@smallexample
40021(@value{GDBP}) @kbd{maint print reggroups}
40022 Group Type
40023 general user
40024 float user
40025 all user
40026 vector user
40027 system user
40028 save internal
40029 restore internal
40030@end smallexample
40031
40032@kindex flushregs
40033@item flushregs
40034This command forces @value{GDBN} to flush its internal register cache.
40035
40036@kindex maint print address-spaces
40037@item maint print address-spaces @r{[}@var{file}@r{]}
40038Print @value{GDBN}'s internal address space data structures. The
40039optional argument @var{file} tells to what file to write the
40040information. @xref{maint print address-spaces,, @code{maint print
40041address-spaces}}.
40042
40043@kindex maint print objfiles
40044@cindex info for known object files
40045@item maint print objfiles @r{[}@var{regexp}@r{]}
40046Print a dump of all known object files.
40047If @var{regexp} is specified, only print object files whose names
40048match @var{regexp}. For each object file, this command prints its name,
40049address in memory, and all of its psymtabs and symtabs.
40050
40051@kindex maint print user-registers
40052@cindex user registers
40053@item maint print user-registers
40054List all currently available @dfn{user registers}. User registers
40055typically provide alternate names for actual hardware registers. They
40056include the four ``standard'' registers @code{$fp}, @code{$pc},
40057@code{$sp}, and @code{$ps}. @xref{standard registers}. User
40058registers can be used in expressions in the same way as the canonical
40059register names, but only the latter are listed by the @code{info
40060registers} and @code{maint print registers} commands.
40061
40062@kindex maint print section-scripts
40063@cindex info for known .debug_gdb_scripts-loaded scripts
40064@item maint print section-scripts [@var{regexp}]
40065Print a dump of scripts specified in the @code{.debug_gdb_section} section.
40066If @var{regexp} is specified, only print scripts loaded by object files
40067matching @var{regexp}.
40068For each script, this command prints its name as specified in the objfile,
40069and the full path if known.
40070@xref{dotdebug_gdb_scripts section}.
40071
40072@kindex maint print statistics
40073@cindex bcache statistics
40074@item maint print statistics
40075This command prints, for each object file in the program, various data
40076about that object file followed by the byte cache (@dfn{bcache})
40077statistics for the object file. The objfile data includes the number
40078of minimal, partial, full, and stabs symbols, the number of types
40079defined by the objfile, the number of as yet unexpanded psym tables,
40080the number of line tables and string tables, and the amount of memory
40081used by the various tables. The bcache statistics include the counts,
40082sizes, and counts of duplicates of all and unique objects, max,
40083average, and median entry size, total memory used and its overhead and
40084savings, and various measures of the hash table size and chain
40085lengths.
40086
40087@kindex maint print target-stack
40088@cindex target stack description
40089@item maint print target-stack
40090A @dfn{target} is an interface between the debugger and a particular
40091kind of file or process. Targets can be stacked in @dfn{strata},
40092so that more than one target can potentially respond to a request.
40093In particular, memory accesses will walk down the stack of targets
40094until they find a target that is interested in handling that particular
40095address.
40096
40097This command prints a short description of each layer that was pushed on
40098the @dfn{target stack}, starting from the top layer down to the bottom one.
40099
40100@kindex maint print type
40101@cindex type chain of a data type
40102@item maint print type @var{expr}
40103Print the type chain for a type specified by @var{expr}. The argument
40104can be either a type name or a symbol. If it is a symbol, the type of
40105that symbol is described. The type chain produced by this command is
40106a recursive definition of the data type as stored in @value{GDBN}'s
40107data structures, including its flags and contained types.
40108
40109@kindex maint selftest
40110@cindex self tests
40111@item maint selftest @r{[}@var{filter}@r{]}
40112Run any self tests that were compiled in to @value{GDBN}. This will
40113print a message showing how many tests were run, and how many failed.
40114If a @var{filter} is passed, only the tests with @var{filter} in their
40115name will by ran.
40116
40117@kindex maint info selftests
40118@cindex self tests
40119@item maint info selftests
40120List the selftests compiled in to @value{GDBN}.
40121
40122@kindex maint set dwarf always-disassemble
40123@kindex maint show dwarf always-disassemble
40124@item maint set dwarf always-disassemble
40125@item maint show dwarf always-disassemble
40126Control the behavior of @code{info address} when using DWARF debugging
40127information.
40128
40129The default is @code{off}, which means that @value{GDBN} should try to
40130describe a variable's location in an easily readable format. When
40131@code{on}, @value{GDBN} will instead display the DWARF location
40132expression in an assembly-like format. Note that some locations are
40133too complex for @value{GDBN} to describe simply; in this case you will
40134always see the disassembly form.
40135
40136Here is an example of the resulting disassembly:
40137
40138@smallexample
40139(@value{GDBP}) info addr argc
40140Symbol "argc" is a complex DWARF expression:
40141 1: DW_OP_fbreg 0
40142@end smallexample
40143
40144For more information on these expressions, see
40145@uref{http://www.dwarfstd.org/, the DWARF standard}.
40146
40147@kindex maint set dwarf max-cache-age
40148@kindex maint show dwarf max-cache-age
40149@item maint set dwarf max-cache-age
40150@itemx maint show dwarf max-cache-age
40151Control the DWARF compilation unit cache.
40152
40153@cindex DWARF compilation units cache
40154In object files with inter-compilation-unit references, such as those
40155produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF
40156reader needs to frequently refer to previously read compilation units.
40157This setting controls how long a compilation unit will remain in the
40158cache if it is not referenced. A higher limit means that cached
40159compilation units will be stored in memory longer, and more total
40160memory will be used. Setting it to zero disables caching, which will
40161slow down @value{GDBN} startup, but reduce memory consumption.
40162
40163@kindex maint set dwarf unwinders
40164@kindex maint show dwarf unwinders
40165@item maint set dwarf unwinders
40166@itemx maint show dwarf unwinders
40167Control use of the DWARF frame unwinders.
40168
40169@cindex DWARF frame unwinders
40170Many targets that support DWARF debugging use @value{GDBN}'s DWARF
40171frame unwinders to build the backtrace. Many of these targets will
40172also have a second mechanism for building the backtrace for use in
40173cases where DWARF information is not available, this second mechanism
40174is often an analysis of a function's prologue.
40175
40176In order to extend testing coverage of the second level stack
40177unwinding mechanisms it is helpful to be able to disable the DWARF
40178stack unwinders, this can be done with this switch.
40179
40180In normal use of @value{GDBN} disabling the DWARF unwinders is not
40181advisable, there are cases that are better handled through DWARF than
40182prologue analysis, and the debug experience is likely to be better
40183with the DWARF frame unwinders enabled.
40184
40185If DWARF frame unwinders are not supported for a particular target
40186architecture, then enabling this flag does not cause them to be used.
40187
40188@kindex maint set worker-threads
40189@kindex maint show worker-threads
40190@item maint set worker-threads
40191@item maint show worker-threads
40192Control the number of worker threads that may be used by @value{GDBN}.
40193On capable hosts, @value{GDBN} may use multiple threads to speed up
40194certain CPU-intensive operations, such as demangling symbol names.
40195While the number of threads used by @value{GDBN} may vary, this
40196command can be used to set an upper bound on this number. The default
40197is @code{0} (disabled). A value of @code{unlimited} lets @value{GDBN} choose a
40198reasonable number. Note that this only controls worker threads started by
40199@value{GDBN} itself; libraries used by @value{GDBN} may start threads of their
40200own.
40201
40202@kindex maint set profile
40203@kindex maint show profile
40204@cindex profiling GDB
40205@item maint set profile
40206@itemx maint show profile
40207Control profiling of @value{GDBN}.
40208
40209Profiling will be disabled until you use the @samp{maint set profile}
40210command to enable it. When you enable profiling, the system will begin
40211collecting timing and execution count data; when you disable profiling or
40212exit @value{GDBN}, the results will be written to a log file. Remember that
40213if you use profiling, @value{GDBN} will overwrite the profiling log file
40214(often called @file{gmon.out}). If you have a record of important profiling
40215data in a @file{gmon.out} file, be sure to move it to a safe location.
40216
40217Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
40218compiled with the @samp{-pg} compiler option.
40219
40220@kindex maint set show-debug-regs
40221@kindex maint show show-debug-regs
40222@cindex hardware debug registers
40223@item maint set show-debug-regs
40224@itemx maint show show-debug-regs
40225Control whether to show variables that mirror the hardware debug
40226registers. Use @code{on} to enable, @code{off} to disable. If
40227enabled, the debug registers values are shown when @value{GDBN} inserts or
40228removes a hardware breakpoint or watchpoint, and when the inferior
40229triggers a hardware-assisted breakpoint or watchpoint.
40230
40231@kindex maint set show-all-tib
40232@kindex maint show show-all-tib
40233@item maint set show-all-tib
40234@itemx maint show show-all-tib
40235Control whether to show all non zero areas within a 1k block starting
40236at thread local base, when using the @samp{info w32 thread-information-block}
40237command.
40238
40239@kindex maint set target-async
40240@kindex maint show target-async
40241@item maint set target-async
40242@itemx maint show target-async
40243This controls whether @value{GDBN} targets operate in synchronous or
40244asynchronous mode (@pxref{Background Execution}). Normally the
40245default is asynchronous, if it is available; but this can be changed
40246to more easily debug problems occurring only in synchronous mode.
40247
40248@kindex maint set target-non-stop @var{mode} [on|off|auto]
40249@kindex maint show target-non-stop
40250@item maint set target-non-stop
40251@itemx maint show target-non-stop
40252
40253This controls whether @value{GDBN} targets always operate in non-stop
40254mode even if @code{set non-stop} is @code{off} (@pxref{Non-Stop
40255Mode}). The default is @code{auto}, meaning non-stop mode is enabled
40256if supported by the target.
40257
40258@table @code
40259@item maint set target-non-stop auto
40260This is the default mode. @value{GDBN} controls the target in
40261non-stop mode if the target supports it.
40262
40263@item maint set target-non-stop on
40264@value{GDBN} controls the target in non-stop mode even if the target
40265does not indicate support.
40266
40267@item maint set target-non-stop off
40268@value{GDBN} does not control the target in non-stop mode even if the
40269target supports it.
40270@end table
40271
40272@kindex maint set tui-resize-message
40273@kindex maint show tui-resize-message
40274@item maint set tui-resize-message
40275@item maint show tui-resize-message
40276Control whether @value{GDBN} displays a message each time the terminal
40277is resized when in TUI mode. The default is @code{off}, which means
40278that @value{GDBN} is silent during resizes. When @code{on},
40279@value{GDBN} will display a message after a resize is completed; the
40280message will include a number indicating how many times the terminal
40281has been resized. This setting is intended for use by the test suite,
40282where it would otherwise be difficult to determine when a resize and
40283refresh has been completed.
40284
40285@kindex maint set per-command
40286@kindex maint show per-command
40287@item maint set per-command
40288@itemx maint show per-command
40289@cindex resources used by commands
40290
40291@value{GDBN} can display the resources used by each command.
40292This is useful in debugging performance problems.
40293
40294@table @code
40295@item maint set per-command space [on|off]
40296@itemx maint show per-command space
40297Enable or disable the printing of the memory used by GDB for each command.
40298If enabled, @value{GDBN} will display how much memory each command
40299took, following the command's own output.
40300This can also be requested by invoking @value{GDBN} with the
40301@option{--statistics} command-line switch (@pxref{Mode Options}).
40302
40303@item maint set per-command time [on|off]
40304@itemx maint show per-command time
40305Enable or disable the printing of the execution time of @value{GDBN}
40306for each command.
40307If enabled, @value{GDBN} will display how much time it
40308took to execute each command, following the command's own output.
40309Both CPU time and wallclock time are printed.
40310Printing both is useful when trying to determine whether the cost is
40311CPU or, e.g., disk/network latency.
40312Note that the CPU time printed is for @value{GDBN} only, it does not include
40313the execution time of the inferior because there's no mechanism currently
40314to compute how much time was spent by @value{GDBN} and how much time was
40315spent by the program been debugged.
40316This can also be requested by invoking @value{GDBN} with the
40317@option{--statistics} command-line switch (@pxref{Mode Options}).
40318
40319@item maint set per-command symtab [on|off]
40320@itemx maint show per-command symtab
40321Enable or disable the printing of basic symbol table statistics
40322for each command.
40323If enabled, @value{GDBN} will display the following information:
40324
40325@enumerate a
40326@item
40327number of symbol tables
40328@item
40329number of primary symbol tables
40330@item
40331number of blocks in the blockvector
40332@end enumerate
40333@end table
40334
40335@kindex maint set check-libthread-db
40336@kindex maint show check-libthread-db
40337@item maint set check-libthread-db [on|off]
40338@itemx maint show check-libthread-db
40339Control whether @value{GDBN} should run integrity checks on inferior
40340specific thread debugging libraries as they are loaded. The default
40341is not to perform such checks. If any check fails @value{GDBN} will
40342unload the library and continue searching for a suitable candidate as
40343described in @ref{set libthread-db-search-path}. For more information
40344about the tests, see @ref{maint check libthread-db}.
40345
40346@kindex maint space
40347@cindex memory used by commands
40348@item maint space @var{value}
40349An alias for @code{maint set per-command space}.
40350A non-zero value enables it, zero disables it.
40351
40352@kindex maint time
40353@cindex time of command execution
40354@item maint time @var{value}
40355An alias for @code{maint set per-command time}.
40356A non-zero value enables it, zero disables it.
40357
40358@kindex maint translate-address
40359@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
40360Find the symbol stored at the location specified by the address
40361@var{addr} and an optional section name @var{section}. If found,
40362@value{GDBN} prints the name of the closest symbol and an offset from
40363the symbol's location to the specified address. This is similar to
40364the @code{info address} command (@pxref{Symbols}), except that this
40365command also allows to find symbols in other sections.
40366
40367If section was not specified, the section in which the symbol was found
40368is also printed. For dynamically linked executables, the name of
40369executable or shared library containing the symbol is printed as well.
40370
40371@kindex maint test-options
40372@item maint test-options require-delimiter
40373@itemx maint test-options unknown-is-error
40374@itemx maint test-options unknown-is-operand
40375These commands are used by the testsuite to validate the command
40376options framework. The @code{require-delimiter} variant requires a
40377double-dash delimiter to indicate end of options. The
40378@code{unknown-is-error} and @code{unknown-is-operand} do not. The
40379@code{unknown-is-error} variant throws an error on unknown option,
40380while @code{unknown-is-operand} treats unknown options as the start of
40381the command's operands. When run, the commands output the result of
40382the processed options. When completed, the commands store the
40383internal result of completion in a variable exposed by the @code{maint
40384show test-options-completion-result} command.
40385
40386@kindex maint show test-options-completion-result
40387@item maint show test-options-completion-result
40388Shows the result of completing the @code{maint test-options}
40389subcommands. This is used by the testsuite to validate completion
40390support in the command options framework.
40391
40392@kindex maint set test-settings
40393@kindex maint show test-settings
40394@item maint set test-settings @var{kind}
40395@itemx maint show test-settings @var{kind}
40396These are representative commands for each @var{kind} of setting type
40397@value{GDBN} supports. They are used by the testsuite for exercising
40398the settings infrastructure.
40399
40400@kindex maint with
40401@item maint with @var{setting} [@var{value}] [-- @var{command}]
40402Like the @code{with} command, but works with @code{maintenance set}
40403variables. This is used by the testsuite to exercise the @code{with}
40404command's infrastructure.
40405
40406@end table
40407
40408The following command is useful for non-interactive invocations of
40409@value{GDBN}, such as in the test suite.
40410
40411@table @code
40412@item set watchdog @var{nsec}
40413@kindex set watchdog
40414@cindex watchdog timer
40415@cindex timeout for commands
40416Set the maximum number of seconds @value{GDBN} will wait for the
40417target operation to finish. If this time expires, @value{GDBN}
40418reports and error and the command is aborted.
40419
40420@item show watchdog
40421Show the current setting of the target wait timeout.
40422@end table
40423
40424@node Remote Protocol
40425@appendix @value{GDBN} Remote Serial Protocol
40426
40427@menu
40428* Overview::
40429* Packets::
40430* Stop Reply Packets::
40431* General Query Packets::
40432* Architecture-Specific Protocol Details::
40433* Tracepoint Packets::
40434* Host I/O Packets::
40435* Interrupts::
40436* Notification Packets::
40437* Remote Non-Stop::
40438* Packet Acknowledgment::
40439* Examples::
40440* File-I/O Remote Protocol Extension::
40441* Library List Format::
40442* Library List Format for SVR4 Targets::
40443* Memory Map Format::
40444* Thread List Format::
40445* Traceframe Info Format::
40446* Branch Trace Format::
40447* Branch Trace Configuration Format::
40448@end menu
40449
40450@node Overview
40451@section Overview
40452
40453There may be occasions when you need to know something about the
40454protocol---for example, if there is only one serial port to your target
40455machine, you might want your program to do something special if it
40456recognizes a packet meant for @value{GDBN}.
40457
40458In the examples below, @samp{->} and @samp{<-} are used to indicate
40459transmitted and received data, respectively.
40460
40461@cindex protocol, @value{GDBN} remote serial
40462@cindex serial protocol, @value{GDBN} remote
40463@cindex remote serial protocol
40464All @value{GDBN} commands and responses (other than acknowledgments
40465and notifications, see @ref{Notification Packets}) are sent as a
40466@var{packet}. A @var{packet} is introduced with the character
40467@samp{$}, the actual @var{packet-data}, and the terminating character
40468@samp{#} followed by a two-digit @var{checksum}:
40469
40470@smallexample
40471@code{$}@var{packet-data}@code{#}@var{checksum}
40472@end smallexample
40473@noindent
40474
40475@cindex checksum, for @value{GDBN} remote
40476@noindent
40477The two-digit @var{checksum} is computed as the modulo 256 sum of all
40478characters between the leading @samp{$} and the trailing @samp{#} (an
40479eight bit unsigned checksum).
40480
40481Implementors should note that prior to @value{GDBN} 5.0 the protocol
40482specification also included an optional two-digit @var{sequence-id}:
40483
40484@smallexample
40485@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
40486@end smallexample
40487
40488@cindex sequence-id, for @value{GDBN} remote
40489@noindent
40490That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
40491has never output @var{sequence-id}s. Stubs that handle packets added
40492since @value{GDBN} 5.0 must not accept @var{sequence-id}.
40493
40494When either the host or the target machine receives a packet, the first
40495response expected is an acknowledgment: either @samp{+} (to indicate
40496the package was received correctly) or @samp{-} (to request
40497retransmission):
40498
40499@smallexample
40500-> @code{$}@var{packet-data}@code{#}@var{checksum}
40501<- @code{+}
40502@end smallexample
40503@noindent
40504
40505The @samp{+}/@samp{-} acknowledgments can be disabled
40506once a connection is established.
40507@xref{Packet Acknowledgment}, for details.
40508
40509The host (@value{GDBN}) sends @var{command}s, and the target (the
40510debugging stub incorporated in your program) sends a @var{response}. In
40511the case of step and continue @var{command}s, the response is only sent
40512when the operation has completed, and the target has again stopped all
40513threads in all attached processes. This is the default all-stop mode
40514behavior, but the remote protocol also supports @value{GDBN}'s non-stop
40515execution mode; see @ref{Remote Non-Stop}, for details.
40516
40517@var{packet-data} consists of a sequence of characters with the
40518exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
40519exceptions).
40520
40521@cindex remote protocol, field separator
40522Fields within the packet should be separated using @samp{,} @samp{;} or
40523@samp{:}. Except where otherwise noted all numbers are represented in
40524@sc{hex} with leading zeros suppressed.
40525
40526Implementors should note that prior to @value{GDBN} 5.0, the character
40527@samp{:} could not appear as the third character in a packet (as it
40528would potentially conflict with the @var{sequence-id}).
40529
40530@cindex remote protocol, binary data
40531@anchor{Binary Data}
40532Binary data in most packets is encoded either as two hexadecimal
40533digits per byte of binary data. This allowed the traditional remote
40534protocol to work over connections which were only seven-bit clean.
40535Some packets designed more recently assume an eight-bit clean
40536connection, and use a more efficient encoding to send and receive
40537binary data.
40538
40539The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
40540as an escape character. Any escaped byte is transmitted as the escape
40541character followed by the original character XORed with @code{0x20}.
40542For example, the byte @code{0x7d} would be transmitted as the two
40543bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
40544@code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
40545@samp{@}}) must always be escaped. Responses sent by the stub
40546must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
40547is not interpreted as the start of a run-length encoded sequence
40548(described next).
40549
40550Response @var{data} can be run-length encoded to save space.
40551Run-length encoding replaces runs of identical characters with one
40552instance of the repeated character, followed by a @samp{*} and a
40553repeat count. The repeat count is itself sent encoded, to avoid
40554binary characters in @var{data}: a value of @var{n} is sent as
40555@code{@var{n}+29}. For a repeat count greater or equal to 3, this
40556produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
40557code 32) for a repeat count of 3. (This is because run-length
40558encoding starts to win for counts 3 or more.) Thus, for example,
40559@samp{0* } is a run-length encoding of ``0000'': the space character
40560after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
405613}} more times.
40562
40563The printable characters @samp{#} and @samp{$} or with a numeric value
40564greater than 126 must not be used. Runs of six repeats (@samp{#}) or
40565seven repeats (@samp{$}) can be expanded using a repeat count of only
40566five (@samp{"}). For example, @samp{00000000} can be encoded as
40567@samp{0*"00}.
40568
40569The error response returned for some packets includes a two character
40570error number. That number is not well defined.
40571
40572@cindex empty response, for unsupported packets
40573For any @var{command} not supported by the stub, an empty response
40574(@samp{$#00}) should be returned. That way it is possible to extend the
40575protocol. A newer @value{GDBN} can tell if a packet is supported based
40576on that response.
40577
40578At a minimum, a stub is required to support the @samp{g} and @samp{G}
40579commands for register access, and the @samp{m} and @samp{M} commands
40580for memory access. Stubs that only control single-threaded targets
40581can implement run control with the @samp{c} (continue), and @samp{s}
40582(step) commands. Stubs that support multi-threading targets should
40583support the @samp{vCont} command. All other commands are optional.
40584
40585@node Packets
40586@section Packets
40587
40588The following table provides a complete list of all currently defined
40589@var{command}s and their corresponding response @var{data}.
40590@xref{File-I/O Remote Protocol Extension}, for details about the File
40591I/O extension of the remote protocol.
40592
40593Each packet's description has a template showing the packet's overall
40594syntax, followed by an explanation of the packet's meaning. We
40595include spaces in some of the templates for clarity; these are not
40596part of the packet's syntax. No @value{GDBN} packet uses spaces to
40597separate its components. For example, a template like @samp{foo
40598@var{bar} @var{baz}} describes a packet beginning with the three ASCII
40599bytes @samp{foo}, followed by a @var{bar}, followed directly by a
40600@var{baz}. @value{GDBN} does not transmit a space character between the
40601@samp{foo} and the @var{bar}, or between the @var{bar} and the
40602@var{baz}.
40603
40604@cindex @var{thread-id}, in remote protocol
40605@anchor{thread-id syntax}
40606Several packets and replies include a @var{thread-id} field to identify
40607a thread. Normally these are positive numbers with a target-specific
40608interpretation, formatted as big-endian hex strings. A @var{thread-id}
40609can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
40610pick any thread.
40611
40612In addition, the remote protocol supports a multiprocess feature in
40613which the @var{thread-id} syntax is extended to optionally include both
40614process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
40615The @var{pid} (process) and @var{tid} (thread) components each have the
40616format described above: a positive number with target-specific
40617interpretation formatted as a big-endian hex string, literal @samp{-1}
40618to indicate all processes or threads (respectively), or @samp{0} to
40619indicate an arbitrary process or thread. Specifying just a process, as
40620@samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
40621error to specify all processes but a specific thread, such as
40622@samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
40623for those packets and replies explicitly documented to include a process
40624ID, rather than a @var{thread-id}.
40625
40626The multiprocess @var{thread-id} syntax extensions are only used if both
40627@value{GDBN} and the stub report support for the @samp{multiprocess}
40628feature using @samp{qSupported}. @xref{multiprocess extensions}, for
40629more information.
40630
40631Note that all packet forms beginning with an upper- or lower-case
40632letter, other than those described here, are reserved for future use.
40633
40634Here are the packet descriptions.
40635
40636@table @samp
40637
40638@item !
40639@cindex @samp{!} packet
40640@anchor{extended mode}
40641Enable extended mode. In extended mode, the remote server is made
40642persistent. The @samp{R} packet is used to restart the program being
40643debugged.
40644
40645Reply:
40646@table @samp
40647@item OK
40648The remote target both supports and has enabled extended mode.
40649@end table
40650
40651@item ?
40652@cindex @samp{?} packet
40653@anchor{? packet}
40654Indicate the reason the target halted. The reply is the same as for
40655step and continue. This packet has a special interpretation when the
40656target is in non-stop mode; see @ref{Remote Non-Stop}.
40657
40658Reply:
40659@xref{Stop Reply Packets}, for the reply specifications.
40660
40661@item A @var{arglen},@var{argnum},@var{arg},@dots{}
40662@cindex @samp{A} packet
40663Initialized @code{argv[]} array passed into program. @var{arglen}
40664specifies the number of bytes in the hex encoded byte stream
40665@var{arg}. See @code{gdbserver} for more details.
40666
40667Reply:
40668@table @samp
40669@item OK
40670The arguments were set.
40671@item E @var{NN}
40672An error occurred.
40673@end table
40674
40675@item b @var{baud}
40676@cindex @samp{b} packet
40677(Don't use this packet; its behavior is not well-defined.)
40678Change the serial line speed to @var{baud}.
40679
40680JTC: @emph{When does the transport layer state change? When it's
40681received, or after the ACK is transmitted. In either case, there are
40682problems if the command or the acknowledgment packet is dropped.}
40683
40684Stan: @emph{If people really wanted to add something like this, and get
40685it working for the first time, they ought to modify ser-unix.c to send
40686some kind of out-of-band message to a specially-setup stub and have the
40687switch happen "in between" packets, so that from remote protocol's point
40688of view, nothing actually happened.}
40689
40690@item B @var{addr},@var{mode}
40691@cindex @samp{B} packet
40692Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
40693breakpoint at @var{addr}.
40694
40695Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
40696(@pxref{insert breakpoint or watchpoint packet}).
40697
40698@cindex @samp{bc} packet
40699@anchor{bc}
40700@item bc
40701Backward continue. Execute the target system in reverse. No parameter.
40702@xref{Reverse Execution}, for more information.
40703
40704Reply:
40705@xref{Stop Reply Packets}, for the reply specifications.
40706
40707@cindex @samp{bs} packet
40708@anchor{bs}
40709@item bs
40710Backward single step. Execute one instruction in reverse. No parameter.
40711@xref{Reverse Execution}, for more information.
40712
40713Reply:
40714@xref{Stop Reply Packets}, for the reply specifications.
40715
40716@item c @r{[}@var{addr}@r{]}
40717@cindex @samp{c} packet
40718Continue at @var{addr}, which is the address to resume. If @var{addr}
40719is omitted, resume at current address.
40720
40721This packet is deprecated for multi-threading support. @xref{vCont
40722packet}.
40723
40724Reply:
40725@xref{Stop Reply Packets}, for the reply specifications.
40726
40727@item C @var{sig}@r{[};@var{addr}@r{]}
40728@cindex @samp{C} packet
40729Continue with signal @var{sig} (hex signal number). If
40730@samp{;@var{addr}} is omitted, resume at same address.
40731
40732This packet is deprecated for multi-threading support. @xref{vCont
40733packet}.
40734
40735Reply:
40736@xref{Stop Reply Packets}, for the reply specifications.
40737
40738@item d
40739@cindex @samp{d} packet
40740Toggle debug flag.
40741
40742Don't use this packet; instead, define a general set packet
40743(@pxref{General Query Packets}).
40744
40745@item D
40746@itemx D;@var{pid}
40747@cindex @samp{D} packet
40748The first form of the packet is used to detach @value{GDBN} from the
40749remote system. It is sent to the remote target
40750before @value{GDBN} disconnects via the @code{detach} command.
40751
40752The second form, including a process ID, is used when multiprocess
40753protocol extensions are enabled (@pxref{multiprocess extensions}), to
40754detach only a specific process. The @var{pid} is specified as a
40755big-endian hex string.
40756
40757Reply:
40758@table @samp
40759@item OK
40760for success
40761@item E @var{NN}
40762for an error
40763@end table
40764
40765@item F @var{RC},@var{EE},@var{CF};@var{XX}
40766@cindex @samp{F} packet
40767A reply from @value{GDBN} to an @samp{F} packet sent by the target.
40768This is part of the File-I/O protocol extension. @xref{File-I/O
40769Remote Protocol Extension}, for the specification.
40770
40771@item g
40772@anchor{read registers packet}
40773@cindex @samp{g} packet
40774Read general registers.
40775
40776Reply:
40777@table @samp
40778@item @var{XX@dots{}}
40779Each byte of register data is described by two hex digits. The bytes
40780with the register are transmitted in target byte order. The size of
40781each register and their position within the @samp{g} packet are
40782determined by the @value{GDBN} internal gdbarch functions
40783@code{DEPRECATED_REGISTER_RAW_SIZE} and @code{gdbarch_register_name}.
40784
40785When reading registers from a trace frame (@pxref{Analyze Collected
40786Data,,Using the Collected Data}), the stub may also return a string of
40787literal @samp{x}'s in place of the register data digits, to indicate
40788that the corresponding register has not been collected, thus its value
40789is unavailable. For example, for an architecture with 4 registers of
407904 bytes each, the following reply indicates to @value{GDBN} that
40791registers 0 and 2 have not been collected, while registers 1 and 3
40792have been collected, and both have zero value:
40793
40794@smallexample
40795-> @code{g}
40796<- @code{xxxxxxxx00000000xxxxxxxx00000000}
40797@end smallexample
40798
40799@item E @var{NN}
40800for an error.
40801@end table
40802
40803@item G @var{XX@dots{}}
40804@cindex @samp{G} packet
40805Write general registers. @xref{read registers packet}, for a
40806description of the @var{XX@dots{}} data.
40807
40808Reply:
40809@table @samp
40810@item OK
40811for success
40812@item E @var{NN}
40813for an error
40814@end table
40815
40816@item H @var{op} @var{thread-id}
40817@cindex @samp{H} packet
40818Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
40819@samp{G}, et.al.). Depending on the operation to be performed, @var{op}
40820should be @samp{c} for step and continue operations (note that this
40821is deprecated, supporting the @samp{vCont} command is a better
40822option), and @samp{g} for other operations. The thread designator
40823@var{thread-id} has the format and interpretation described in
40824@ref{thread-id syntax}.
40825
40826Reply:
40827@table @samp
40828@item OK
40829for success
40830@item E @var{NN}
40831for an error
40832@end table
40833
40834@c FIXME: JTC:
40835@c 'H': How restrictive (or permissive) is the thread model. If a
40836@c thread is selected and stopped, are other threads allowed
40837@c to continue to execute? As I mentioned above, I think the
40838@c semantics of each command when a thread is selected must be
40839@c described. For example:
40840@c
40841@c 'g': If the stub supports threads and a specific thread is
40842@c selected, returns the register block from that thread;
40843@c otherwise returns current registers.
40844@c
40845@c 'G' If the stub supports threads and a specific thread is
40846@c selected, sets the registers of the register block of
40847@c that thread; otherwise sets current registers.
40848
40849@item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
40850@anchor{cycle step packet}
40851@cindex @samp{i} packet
40852Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
40853present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
40854step starting at that address.
40855
40856@item I
40857@cindex @samp{I} packet
40858Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
40859step packet}.
40860
40861@item k
40862@cindex @samp{k} packet
40863Kill request.
40864
40865The exact effect of this packet is not specified.
40866
40867For a bare-metal target, it may power cycle or reset the target
40868system. For that reason, the @samp{k} packet has no reply.
40869
40870For a single-process target, it may kill that process if possible.
40871
40872A multiple-process target may choose to kill just one process, or all
40873that are under @value{GDBN}'s control. For more precise control, use
40874the vKill packet (@pxref{vKill packet}).
40875
40876If the target system immediately closes the connection in response to
40877@samp{k}, @value{GDBN} does not consider the lack of packet
40878acknowledgment to be an error, and assumes the kill was successful.
40879
40880If connected using @kbd{target extended-remote}, and the target does
40881not close the connection in response to a kill request, @value{GDBN}
40882probes the target state as if a new connection was opened
40883(@pxref{? packet}).
40884
40885@item m @var{addr},@var{length}
40886@cindex @samp{m} packet
40887Read @var{length} addressable memory units starting at address @var{addr}
40888(@pxref{addressable memory unit}). Note that @var{addr} may not be aligned to
40889any particular boundary.
40890
40891The stub need not use any particular size or alignment when gathering
40892data from memory for the response; even if @var{addr} is word-aligned
40893and @var{length} is a multiple of the word size, the stub is free to
40894use byte accesses, or not. For this reason, this packet may not be
40895suitable for accessing memory-mapped I/O devices.
40896@cindex alignment of remote memory accesses
40897@cindex size of remote memory accesses
40898@cindex memory, alignment and size of remote accesses
40899
40900Reply:
40901@table @samp
40902@item @var{XX@dots{}}
40903Memory contents; each byte is transmitted as a two-digit hexadecimal number.
40904The reply may contain fewer addressable memory units than requested if the
40905server was able to read only part of the region of memory.
40906@item E @var{NN}
40907@var{NN} is errno
40908@end table
40909
40910@item M @var{addr},@var{length}:@var{XX@dots{}}
40911@cindex @samp{M} packet
40912Write @var{length} addressable memory units starting at address @var{addr}
40913(@pxref{addressable memory unit}). The data is given by @var{XX@dots{}}; each
40914byte is transmitted as a two-digit hexadecimal number.
40915
40916Reply:
40917@table @samp
40918@item OK
40919for success
40920@item E @var{NN}
40921for an error (this includes the case where only part of the data was
40922written).
40923@end table
40924
40925@item p @var{n}
40926@cindex @samp{p} packet
40927Read the value of register @var{n}; @var{n} is in hex.
40928@xref{read registers packet}, for a description of how the returned
40929register value is encoded.
40930
40931Reply:
40932@table @samp
40933@item @var{XX@dots{}}
40934the register's value
40935@item E @var{NN}
40936for an error
40937@item @w{}
40938Indicating an unrecognized @var{query}.
40939@end table
40940
40941@item P @var{n@dots{}}=@var{r@dots{}}
40942@anchor{write register packet}
40943@cindex @samp{P} packet
40944Write register @var{n@dots{}} with value @var{r@dots{}}. The register
40945number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
40946digits for each byte in the register (target byte order).
40947
40948Reply:
40949@table @samp
40950@item OK
40951for success
40952@item E @var{NN}
40953for an error
40954@end table
40955
40956@item q @var{name} @var{params}@dots{}
40957@itemx Q @var{name} @var{params}@dots{}
40958@cindex @samp{q} packet
40959@cindex @samp{Q} packet
40960General query (@samp{q}) and set (@samp{Q}). These packets are
40961described fully in @ref{General Query Packets}.
40962
40963@item r
40964@cindex @samp{r} packet
40965Reset the entire system.
40966
40967Don't use this packet; use the @samp{R} packet instead.
40968
40969@item R @var{XX}
40970@cindex @samp{R} packet
40971Restart the program being debugged. The @var{XX}, while needed, is ignored.
40972This packet is only available in extended mode (@pxref{extended mode}).
40973
40974The @samp{R} packet has no reply.
40975
40976@item s @r{[}@var{addr}@r{]}
40977@cindex @samp{s} packet
40978Single step, resuming at @var{addr}. If
40979@var{addr} is omitted, resume at same address.
40980
40981This packet is deprecated for multi-threading support. @xref{vCont
40982packet}.
40983
40984Reply:
40985@xref{Stop Reply Packets}, for the reply specifications.
40986
40987@item S @var{sig}@r{[};@var{addr}@r{]}
40988@anchor{step with signal packet}
40989@cindex @samp{S} packet
40990Step with signal. This is analogous to the @samp{C} packet, but
40991requests a single-step, rather than a normal resumption of execution.
40992
40993This packet is deprecated for multi-threading support. @xref{vCont
40994packet}.
40995
40996Reply:
40997@xref{Stop Reply Packets}, for the reply specifications.
40998
40999@item t @var{addr}:@var{PP},@var{MM}
41000@cindex @samp{t} packet
41001Search backwards starting at address @var{addr} for a match with pattern
41002@var{PP} and mask @var{MM}, both of which are are 4 byte long.
41003There must be at least 3 digits in @var{addr}.
41004
41005@item T @var{thread-id}
41006@cindex @samp{T} packet
41007Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
41008
41009Reply:
41010@table @samp
41011@item OK
41012thread is still alive
41013@item E @var{NN}
41014thread is dead
41015@end table
41016
41017@item v
41018Packets starting with @samp{v} are identified by a multi-letter name,
41019up to the first @samp{;} or @samp{?} (or the end of the packet).
41020
41021@item vAttach;@var{pid}
41022@cindex @samp{vAttach} packet
41023Attach to a new process with the specified process ID @var{pid}.
41024The process ID is a
41025hexadecimal integer identifying the process. In all-stop mode, all
41026threads in the attached process are stopped; in non-stop mode, it may be
41027attached without being stopped if that is supported by the target.
41028
41029@c In non-stop mode, on a successful vAttach, the stub should set the
41030@c current thread to a thread of the newly-attached process. After
41031@c attaching, GDB queries for the attached process's thread ID with qC.
41032@c Also note that, from a user perspective, whether or not the
41033@c target is stopped on attach in non-stop mode depends on whether you
41034@c use the foreground or background version of the attach command, not
41035@c on what vAttach does; GDB does the right thing with respect to either
41036@c stopping or restarting threads.
41037
41038This packet is only available in extended mode (@pxref{extended mode}).
41039
41040Reply:
41041@table @samp
41042@item E @var{nn}
41043for an error
41044@item @r{Any stop packet}
41045for success in all-stop mode (@pxref{Stop Reply Packets})
41046@item OK
41047for success in non-stop mode (@pxref{Remote Non-Stop})
41048@end table
41049
41050@item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
41051@cindex @samp{vCont} packet
41052@anchor{vCont packet}
41053Resume the inferior, specifying different actions for each thread.
41054
41055For each inferior thread, the leftmost action with a matching
41056@var{thread-id} is applied. Threads that don't match any action
41057remain in their current state. Thread IDs are specified using the
41058syntax described in @ref{thread-id syntax}. If multiprocess
41059extensions (@pxref{multiprocess extensions}) are supported, actions
41060can be specified to match all threads in a process by using the
41061@samp{p@var{pid}.-1} form of the @var{thread-id}. An action with no
41062@var{thread-id} matches all threads. Specifying no actions is an
41063error.
41064
41065Currently supported actions are:
41066
41067@table @samp
41068@item c
41069Continue.
41070@item C @var{sig}
41071Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
41072@item s
41073Step.
41074@item S @var{sig}
41075Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
41076@item t
41077Stop.
41078@item r @var{start},@var{end}
41079Step once, and then keep stepping as long as the thread stops at
41080addresses between @var{start} (inclusive) and @var{end} (exclusive).
41081The remote stub reports a stop reply when either the thread goes out
41082of the range or is stopped due to an unrelated reason, such as hitting
41083a breakpoint. @xref{range stepping}.
41084
41085If the range is empty (@var{start} == @var{end}), then the action
41086becomes equivalent to the @samp{s} action. In other words,
41087single-step once, and report the stop (even if the stepped instruction
41088jumps to @var{start}).
41089
41090(A stop reply may be sent at any point even if the PC is still within
41091the stepping range; for example, it is valid to implement this packet
41092in a degenerate way as a single instruction step operation.)
41093
41094@end table
41095
41096The optional argument @var{addr} normally associated with the
41097@samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
41098not supported in @samp{vCont}.
41099
41100The @samp{t} action is only relevant in non-stop mode
41101(@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
41102A stop reply should be generated for any affected thread not already stopped.
41103When a thread is stopped by means of a @samp{t} action,
41104the corresponding stop reply should indicate that the thread has stopped with
41105signal @samp{0}, regardless of whether the target uses some other signal
41106as an implementation detail.
41107
41108The server must ignore @samp{c}, @samp{C}, @samp{s}, @samp{S}, and
41109@samp{r} actions for threads that are already running. Conversely,
41110the server must ignore @samp{t} actions for threads that are already
41111stopped.
41112
41113@emph{Note:} In non-stop mode, a thread is considered running until
41114@value{GDBN} acknowledges an asynchronous stop notification for it with
41115the @samp{vStopped} packet (@pxref{Remote Non-Stop}).
41116
41117The stub must support @samp{vCont} if it reports support for
41118multiprocess extensions (@pxref{multiprocess extensions}).
41119
41120Reply:
41121@xref{Stop Reply Packets}, for the reply specifications.
41122
41123@item vCont?
41124@cindex @samp{vCont?} packet
41125Request a list of actions supported by the @samp{vCont} packet.
41126
41127Reply:
41128@table @samp
41129@item vCont@r{[};@var{action}@dots{}@r{]}
41130The @samp{vCont} packet is supported. Each @var{action} is a supported
41131command in the @samp{vCont} packet.
41132@item @w{}
41133The @samp{vCont} packet is not supported.
41134@end table
41135
41136@anchor{vCtrlC packet}
41137@item vCtrlC
41138@cindex @samp{vCtrlC} packet
41139Interrupt remote target as if a control-C was pressed on the remote
41140terminal. This is the equivalent to reacting to the @code{^C}
41141(@samp{\003}, the control-C character) character in all-stop mode
41142while the target is running, except this works in non-stop mode.
41143@xref{interrupting remote targets}, for more info on the all-stop
41144variant.
41145
41146Reply:
41147@table @samp
41148@item E @var{nn}
41149for an error
41150@item OK
41151for success
41152@end table
41153
41154@item vFile:@var{operation}:@var{parameter}@dots{}
41155@cindex @samp{vFile} packet
41156Perform a file operation on the target system. For details,
41157see @ref{Host I/O Packets}.
41158
41159@item vFlashErase:@var{addr},@var{length}
41160@cindex @samp{vFlashErase} packet
41161Direct the stub to erase @var{length} bytes of flash starting at
41162@var{addr}. The region may enclose any number of flash blocks, but
41163its start and end must fall on block boundaries, as indicated by the
41164flash block size appearing in the memory map (@pxref{Memory Map
41165Format}). @value{GDBN} groups flash memory programming operations
41166together, and sends a @samp{vFlashDone} request after each group; the
41167stub is allowed to delay erase operation until the @samp{vFlashDone}
41168packet is received.
41169
41170Reply:
41171@table @samp
41172@item OK
41173for success
41174@item E @var{NN}
41175for an error
41176@end table
41177
41178@item vFlashWrite:@var{addr}:@var{XX@dots{}}
41179@cindex @samp{vFlashWrite} packet
41180Direct the stub to write data to flash address @var{addr}. The data
41181is passed in binary form using the same encoding as for the @samp{X}
41182packet (@pxref{Binary Data}). The memory ranges specified by
41183@samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
41184not overlap, and must appear in order of increasing addresses
41185(although @samp{vFlashErase} packets for higher addresses may already
41186have been received; the ordering is guaranteed only between
41187@samp{vFlashWrite} packets). If a packet writes to an address that was
41188neither erased by a preceding @samp{vFlashErase} packet nor by some other
41189target-specific method, the results are unpredictable.
41190
41191
41192Reply:
41193@table @samp
41194@item OK
41195for success
41196@item E.memtype
41197for vFlashWrite addressing non-flash memory
41198@item E @var{NN}
41199for an error
41200@end table
41201
41202@item vFlashDone
41203@cindex @samp{vFlashDone} packet
41204Indicate to the stub that flash programming operation is finished.
41205The stub is permitted to delay or batch the effects of a group of
41206@samp{vFlashErase} and @samp{vFlashWrite} packets until a
41207@samp{vFlashDone} packet is received. The contents of the affected
41208regions of flash memory are unpredictable until the @samp{vFlashDone}
41209request is completed.
41210
41211@item vKill;@var{pid}
41212@cindex @samp{vKill} packet
41213@anchor{vKill packet}
41214Kill the process with the specified process ID @var{pid}, which is a
41215hexadecimal integer identifying the process. This packet is used in
41216preference to @samp{k} when multiprocess protocol extensions are
41217supported; see @ref{multiprocess extensions}.
41218
41219Reply:
41220@table @samp
41221@item E @var{nn}
41222for an error
41223@item OK
41224for success
41225@end table
41226
41227@item vMustReplyEmpty
41228@cindex @samp{vMustReplyEmpty} packet
41229The correct reply to an unknown @samp{v} packet is to return the empty
41230string, however, some older versions of @command{gdbserver} would
41231incorrectly return @samp{OK} for unknown @samp{v} packets.
41232
41233The @samp{vMustReplyEmpty} is used as a feature test to check how
41234@command{gdbserver} handles unknown packets, it is important that this
41235packet be handled in the same way as other unknown @samp{v} packets.
41236If this packet is handled differently to other unknown @samp{v}
41237packets then it is possible that @value{GDBN} may run into problems in
41238other areas, specifically around use of @samp{vFile:setfs:}.
41239
41240@item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
41241@cindex @samp{vRun} packet
41242Run the program @var{filename}, passing it each @var{argument} on its
41243command line. The file and arguments are hex-encoded strings. If
41244@var{filename} is an empty string, the stub may use a default program
41245(e.g.@: the last program run). The program is created in the stopped
41246state.
41247
41248@c FIXME: What about non-stop mode?
41249
41250This packet is only available in extended mode (@pxref{extended mode}).
41251
41252Reply:
41253@table @samp
41254@item E @var{nn}
41255for an error
41256@item @r{Any stop packet}
41257for success (@pxref{Stop Reply Packets})
41258@end table
41259
41260@item vStopped
41261@cindex @samp{vStopped} packet
41262@xref{Notification Packets}.
41263
41264@item X @var{addr},@var{length}:@var{XX@dots{}}
41265@anchor{X packet}
41266@cindex @samp{X} packet
41267Write data to memory, where the data is transmitted in binary.
41268Memory is specified by its address @var{addr} and number of addressable memory
41269units @var{length} (@pxref{addressable memory unit});
41270@samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
41271
41272Reply:
41273@table @samp
41274@item OK
41275for success
41276@item E @var{NN}
41277for an error
41278@end table
41279
41280@item z @var{type},@var{addr},@var{kind}
41281@itemx Z @var{type},@var{addr},@var{kind}
41282@anchor{insert breakpoint or watchpoint packet}
41283@cindex @samp{z} packet
41284@cindex @samp{Z} packets
41285Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
41286watchpoint starting at address @var{address} of kind @var{kind}.
41287
41288Each breakpoint and watchpoint packet @var{type} is documented
41289separately.
41290
41291@emph{Implementation notes: A remote target shall return an empty string
41292for an unrecognized breakpoint or watchpoint packet @var{type}. A
41293remote target shall support either both or neither of a given
41294@samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
41295avoid potential problems with duplicate packets, the operations should
41296be implemented in an idempotent way.}
41297
41298@item z0,@var{addr},@var{kind}
41299@itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
41300@cindex @samp{z0} packet
41301@cindex @samp{Z0} packet
41302Insert (@samp{Z0}) or remove (@samp{z0}) a software breakpoint at address
41303@var{addr} of type @var{kind}.
41304
41305A software breakpoint is implemented by replacing the instruction at
41306@var{addr} with a software breakpoint or trap instruction. The
41307@var{kind} is target-specific and typically indicates the size of the
41308breakpoint in bytes that should be inserted. E.g., the @sc{arm} and
41309@sc{mips} can insert either a 2 or 4 byte breakpoint. Some
41310architectures have additional meanings for @var{kind}
41311(@pxref{Architecture-Specific Protocol Details}); if no
41312architecture-specific value is being used, it should be @samp{0}.
41313@var{kind} is hex-encoded. @var{cond_list} is an optional list of
41314conditional expressions in bytecode form that should be evaluated on
41315the target's side. These are the conditions that should be taken into
41316consideration when deciding if the breakpoint trigger should be
41317reported back to @value{GDBN}.
41318
41319See also the @samp{swbreak} stop reason (@pxref{swbreak stop reason})
41320for how to best report a software breakpoint event to @value{GDBN}.
41321
41322The @var{cond_list} parameter is comprised of a series of expressions,
41323concatenated without separators. Each expression has the following form:
41324
41325@table @samp
41326
41327@item X @var{len},@var{expr}
41328@var{len} is the length of the bytecode expression and @var{expr} is the
41329actual conditional expression in bytecode form.
41330
41331@end table
41332
41333The optional @var{cmd_list} parameter introduces commands that may be
41334run on the target, rather than being reported back to @value{GDBN}.
41335The parameter starts with a numeric flag @var{persist}; if the flag is
41336nonzero, then the breakpoint may remain active and the commands
41337continue to be run even when @value{GDBN} disconnects from the target.
41338Following this flag is a series of expressions concatenated with no
41339separators. Each expression has the following form:
41340
41341@table @samp
41342
41343@item X @var{len},@var{expr}
41344@var{len} is the length of the bytecode expression and @var{expr} is the
41345actual commands expression in bytecode form.
41346
41347@end table
41348
41349@emph{Implementation note: It is possible for a target to copy or move
41350code that contains software breakpoints (e.g., when implementing
41351overlays). The behavior of this packet, in the presence of such a
41352target, is not defined.}
41353
41354Reply:
41355@table @samp
41356@item OK
41357success
41358@item @w{}
41359not supported
41360@item E @var{NN}
41361for an error
41362@end table
41363
41364@item z1,@var{addr},@var{kind}
41365@itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
41366@cindex @samp{z1} packet
41367@cindex @samp{Z1} packet
41368Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
41369address @var{addr}.
41370
41371A hardware breakpoint is implemented using a mechanism that is not
41372dependent on being able to modify the target's memory. The
41373@var{kind}, @var{cond_list}, and @var{cmd_list} arguments have the
41374same meaning as in @samp{Z0} packets.
41375
41376@emph{Implementation note: A hardware breakpoint is not affected by code
41377movement.}
41378
41379Reply:
41380@table @samp
41381@item OK
41382success
41383@item @w{}
41384not supported
41385@item E @var{NN}
41386for an error
41387@end table
41388
41389@item z2,@var{addr},@var{kind}
41390@itemx Z2,@var{addr},@var{kind}
41391@cindex @samp{z2} packet
41392@cindex @samp{Z2} packet
41393Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
41394The number of bytes to watch is specified by @var{kind}.
41395
41396Reply:
41397@table @samp
41398@item OK
41399success
41400@item @w{}
41401not supported
41402@item E @var{NN}
41403for an error
41404@end table
41405
41406@item z3,@var{addr},@var{kind}
41407@itemx Z3,@var{addr},@var{kind}
41408@cindex @samp{z3} packet
41409@cindex @samp{Z3} packet
41410Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
41411The number of bytes to watch is specified by @var{kind}.
41412
41413Reply:
41414@table @samp
41415@item OK
41416success
41417@item @w{}
41418not supported
41419@item E @var{NN}
41420for an error
41421@end table
41422
41423@item z4,@var{addr},@var{kind}
41424@itemx Z4,@var{addr},@var{kind}
41425@cindex @samp{z4} packet
41426@cindex @samp{Z4} packet
41427Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
41428The number of bytes to watch is specified by @var{kind}.
41429
41430Reply:
41431@table @samp
41432@item OK
41433success
41434@item @w{}
41435not supported
41436@item E @var{NN}
41437for an error
41438@end table
41439
41440@end table
41441
41442@node Stop Reply Packets
41443@section Stop Reply Packets
41444@cindex stop reply packets
41445
41446The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
41447@samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
41448receive any of the below as a reply. Except for @samp{?}
41449and @samp{vStopped}, that reply is only returned
41450when the target halts. In the below the exact meaning of @dfn{signal
41451number} is defined by the header @file{include/gdb/signals.h} in the
41452@value{GDBN} source code.
41453
41454In non-stop mode, the server will simply reply @samp{OK} to commands
41455such as @samp{vCont}; any stop will be the subject of a future
41456notification. @xref{Remote Non-Stop}.
41457
41458As in the description of request packets, we include spaces in the
41459reply templates for clarity; these are not part of the reply packet's
41460syntax. No @value{GDBN} stop reply packet uses spaces to separate its
41461components.
41462
41463@table @samp
41464
41465@item S @var{AA}
41466The program received signal number @var{AA} (a two-digit hexadecimal
41467number). This is equivalent to a @samp{T} response with no
41468@var{n}:@var{r} pairs.
41469
41470@item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
41471@cindex @samp{T} packet reply
41472The program received signal number @var{AA} (a two-digit hexadecimal
41473number). This is equivalent to an @samp{S} response, except that the
41474@samp{@var{n}:@var{r}} pairs can carry values of important registers
41475and other information directly in the stop reply packet, reducing
41476round-trip latency. Single-step and breakpoint traps are reported
41477this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
41478
41479@itemize @bullet
41480@item
41481If @var{n} is a hexadecimal number, it is a register number, and the
41482corresponding @var{r} gives that register's value. The data @var{r} is a
41483series of bytes in target byte order, with each byte given by a
41484two-digit hex number.
41485
41486@item
41487If @var{n} is @samp{thread}, then @var{r} is the @var{thread-id} of
41488the stopped thread, as specified in @ref{thread-id syntax}.
41489
41490@item
41491If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
41492the core on which the stop event was detected.
41493
41494@item
41495If @var{n} is a recognized @dfn{stop reason}, it describes a more
41496specific event that stopped the target. The currently defined stop
41497reasons are listed below. The @var{aa} should be @samp{05}, the trap
41498signal. At most one stop reason should be present.
41499
41500@item
41501Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
41502and go on to the next; this allows us to extend the protocol in the
41503future.
41504@end itemize
41505
41506The currently defined stop reasons are:
41507
41508@table @samp
41509@item watch
41510@itemx rwatch
41511@itemx awatch
41512The packet indicates a watchpoint hit, and @var{r} is the data address, in
41513hex.
41514
41515@item syscall_entry
41516@itemx syscall_return
41517The packet indicates a syscall entry or return, and @var{r} is the
41518syscall number, in hex.
41519
41520@cindex shared library events, remote reply
41521@item library
41522The packet indicates that the loaded libraries have changed.
41523@value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
41524list of loaded libraries. The @var{r} part is ignored.
41525
41526@cindex replay log events, remote reply
41527@item replaylog
41528The packet indicates that the target cannot continue replaying
41529logged execution events, because it has reached the end (or the
41530beginning when executing backward) of the log. The value of @var{r}
41531will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
41532for more information.
41533
41534@item swbreak
41535@anchor{swbreak stop reason}
41536The packet indicates a software breakpoint instruction was executed,
41537irrespective of whether it was @value{GDBN} that planted the
41538breakpoint or the breakpoint is hardcoded in the program. The @var{r}
41539part must be left empty.
41540
41541On some architectures, such as x86, at the architecture level, when a
41542breakpoint instruction executes the program counter points at the
41543breakpoint address plus an offset. On such targets, the stub is
41544responsible for adjusting the PC to point back at the breakpoint
41545address.
41546
41547This packet should not be sent by default; older @value{GDBN} versions
41548did not support it. @value{GDBN} requests it, by supplying an
41549appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41550remote stub must also supply the appropriate @samp{qSupported} feature
41551indicating support.
41552
41553This packet is required for correct non-stop mode operation.
41554
41555@item hwbreak
41556The packet indicates the target stopped for a hardware breakpoint.
41557The @var{r} part must be left empty.
41558
41559The same remarks about @samp{qSupported} and non-stop mode above
41560apply.
41561
41562@cindex fork events, remote reply
41563@item fork
41564The packet indicates that @code{fork} was called, and @var{r}
41565is the thread ID of the new child process. Refer to
41566@ref{thread-id syntax} for the format of the @var{thread-id}
41567field. This packet is only applicable to targets that support
41568fork events.
41569
41570This packet should not be sent by default; older @value{GDBN} versions
41571did not support it. @value{GDBN} requests it, by supplying an
41572appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41573remote stub must also supply the appropriate @samp{qSupported} feature
41574indicating support.
41575
41576@cindex vfork events, remote reply
41577@item vfork
41578The packet indicates that @code{vfork} was called, and @var{r}
41579is the thread ID of the new child process. Refer to
41580@ref{thread-id syntax} for the format of the @var{thread-id}
41581field. This packet is only applicable to targets that support
41582vfork events.
41583
41584This packet should not be sent by default; older @value{GDBN} versions
41585did not support it. @value{GDBN} requests it, by supplying an
41586appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41587remote stub must also supply the appropriate @samp{qSupported} feature
41588indicating support.
41589
41590@cindex vforkdone events, remote reply
41591@item vforkdone
41592The packet indicates that a child process created by a vfork
41593has either called @code{exec} or terminated, so that the
41594address spaces of the parent and child process are no longer
41595shared. The @var{r} part is ignored. This packet is only
41596applicable to targets that support vforkdone events.
41597
41598This packet should not be sent by default; older @value{GDBN} versions
41599did not support it. @value{GDBN} requests it, by supplying an
41600appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41601remote stub must also supply the appropriate @samp{qSupported} feature
41602indicating support.
41603
41604@cindex exec events, remote reply
41605@item exec
41606The packet indicates that @code{execve} was called, and @var{r}
41607is the absolute pathname of the file that was executed, in hex.
41608This packet is only applicable to targets that support exec events.
41609
41610This packet should not be sent by default; older @value{GDBN} versions
41611did not support it. @value{GDBN} requests it, by supplying an
41612appropriate @samp{qSupported} feature (@pxref{qSupported}). The
41613remote stub must also supply the appropriate @samp{qSupported} feature
41614indicating support.
41615
41616@cindex thread create event, remote reply
41617@anchor{thread create event}
41618@item create
41619The packet indicates that the thread was just created. The new thread
41620is stopped until @value{GDBN} sets it running with a resumption packet
41621(@pxref{vCont packet}). This packet should not be sent by default;
41622@value{GDBN} requests it with the @ref{QThreadEvents} packet. See
41623also the @samp{w} (@pxref{thread exit event}) remote reply below. The
41624@var{r} part is ignored.
41625
41626@end table
41627
41628@item W @var{AA}
41629@itemx W @var{AA} ; process:@var{pid}
41630The process exited, and @var{AA} is the exit status. This is only
41631applicable to certain targets.
41632
41633The second form of the response, including the process ID of the
41634exited process, can be used only when @value{GDBN} has reported
41635support for multiprocess protocol extensions; see @ref{multiprocess
41636extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
41637hex strings.
41638
41639@item X @var{AA}
41640@itemx X @var{AA} ; process:@var{pid}
41641The process terminated with signal @var{AA}.
41642
41643The second form of the response, including the process ID of the
41644terminated process, can be used only when @value{GDBN} has reported
41645support for multiprocess protocol extensions; see @ref{multiprocess
41646extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
41647hex strings.
41648
41649@anchor{thread exit event}
41650@cindex thread exit event, remote reply
41651@item w @var{AA} ; @var{tid}
41652
41653The thread exited, and @var{AA} is the exit status. This response
41654should not be sent by default; @value{GDBN} requests it with the
41655@ref{QThreadEvents} packet. See also @ref{thread create event} above.
41656@var{AA} is formatted as a big-endian hex string.
41657
41658@item N
41659There are no resumed threads left in the target. In other words, even
41660though the process is alive, the last resumed thread has exited. For
41661example, say the target process has two threads: thread 1 and thread
416622. The client leaves thread 1 stopped, and resumes thread 2, which
41663subsequently exits. At this point, even though the process is still
41664alive, and thus no @samp{W} stop reply is sent, no thread is actually
41665executing either. The @samp{N} stop reply thus informs the client
41666that it can stop waiting for stop replies. This packet should not be
41667sent by default; older @value{GDBN} versions did not support it.
41668@value{GDBN} requests it, by supplying an appropriate
41669@samp{qSupported} feature (@pxref{qSupported}). The remote stub must
41670also supply the appropriate @samp{qSupported} feature indicating
41671support.
41672
41673@item O @var{XX}@dots{}
41674@samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
41675written as the program's console output. This can happen at any time
41676while the program is running and the debugger should continue to wait
41677for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
41678
41679@item F @var{call-id},@var{parameter}@dots{}
41680@var{call-id} is the identifier which says which host system call should
41681be called. This is just the name of the function. Translation into the
41682correct system call is only applicable as it's defined in @value{GDBN}.
41683@xref{File-I/O Remote Protocol Extension}, for a list of implemented
41684system calls.
41685
41686@samp{@var{parameter}@dots{}} is a list of parameters as defined for
41687this very system call.
41688
41689The target replies with this packet when it expects @value{GDBN} to
41690call a host system call on behalf of the target. @value{GDBN} replies
41691with an appropriate @samp{F} packet and keeps up waiting for the next
41692reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
41693or @samp{s} action is expected to be continued. @xref{File-I/O Remote
41694Protocol Extension}, for more details.
41695
41696@end table
41697
41698@node General Query Packets
41699@section General Query Packets
41700@cindex remote query requests
41701
41702Packets starting with @samp{q} are @dfn{general query packets};
41703packets starting with @samp{Q} are @dfn{general set packets}. General
41704query and set packets are a semi-unified form for retrieving and
41705sending information to and from the stub.
41706
41707The initial letter of a query or set packet is followed by a name
41708indicating what sort of thing the packet applies to. For example,
41709@value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
41710definitions with the stub. These packet names follow some
41711conventions:
41712
41713@itemize @bullet
41714@item
41715The name must not contain commas, colons or semicolons.
41716@item
41717Most @value{GDBN} query and set packets have a leading upper case
41718letter.
41719@item
41720The names of custom vendor packets should use a company prefix, in
41721lower case, followed by a period. For example, packets designed at
41722the Acme Corporation might begin with @samp{qacme.foo} (for querying
41723foos) or @samp{Qacme.bar} (for setting bars).
41724@end itemize
41725
41726The name of a query or set packet should be separated from any
41727parameters by a @samp{:}; the parameters themselves should be
41728separated by @samp{,} or @samp{;}. Stubs must be careful to match the
41729full packet name, and check for a separator or the end of the packet,
41730in case two packet names share a common prefix. New packets should not begin
41731with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
41732packets predate these conventions, and have arguments without any terminator
41733for the packet name; we suspect they are in widespread use in places that
41734are difficult to upgrade. The @samp{qC} packet has no arguments, but some
41735existing stubs (e.g.@: RedBoot) are known to not check for the end of the
41736packet.}.
41737
41738Like the descriptions of the other packets, each description here
41739has a template showing the packet's overall syntax, followed by an
41740explanation of the packet's meaning. We include spaces in some of the
41741templates for clarity; these are not part of the packet's syntax. No
41742@value{GDBN} packet uses spaces to separate its components.
41743
41744Here are the currently defined query and set packets:
41745
41746@table @samp
41747
41748@item QAgent:1
41749@itemx QAgent:0
41750Turn on or off the agent as a helper to perform some debugging operations
41751delegated from @value{GDBN} (@pxref{Control Agent}).
41752
41753@item QAllow:@var{op}:@var{val}@dots{}
41754@cindex @samp{QAllow} packet
41755Specify which operations @value{GDBN} expects to request of the
41756target, as a semicolon-separated list of operation name and value
41757pairs. Possible values for @var{op} include @samp{WriteReg},
41758@samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
41759@samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
41760indicating that @value{GDBN} will not request the operation, or 1,
41761indicating that it may. (The target can then use this to set up its
41762own internals optimally, for instance if the debugger never expects to
41763insert breakpoints, it may not need to install its own trap handler.)
41764
41765@item qC
41766@cindex current thread, remote request
41767@cindex @samp{qC} packet
41768Return the current thread ID.
41769
41770Reply:
41771@table @samp
41772@item QC @var{thread-id}
41773Where @var{thread-id} is a thread ID as documented in
41774@ref{thread-id syntax}.
41775@item @r{(anything else)}
41776Any other reply implies the old thread ID.
41777@end table
41778
41779@item qCRC:@var{addr},@var{length}
41780@cindex CRC of memory block, remote request
41781@cindex @samp{qCRC} packet
41782@anchor{qCRC packet}
41783Compute the CRC checksum of a block of memory using CRC-32 defined in
41784IEEE 802.3. The CRC is computed byte at a time, taking the most
41785significant bit of each byte first. The initial pattern code
41786@code{0xffffffff} is used to ensure leading zeros affect the CRC.
41787
41788@emph{Note:} This is the same CRC used in validating separate debug
41789files (@pxref{Separate Debug Files, , Debugging Information in Separate
41790Files}). However the algorithm is slightly different. When validating
41791separate debug files, the CRC is computed taking the @emph{least}
41792significant bit of each byte first, and the final result is inverted to
41793detect trailing zeros.
41794
41795Reply:
41796@table @samp
41797@item E @var{NN}
41798An error (such as memory fault)
41799@item C @var{crc32}
41800The specified memory region's checksum is @var{crc32}.
41801@end table
41802
41803@item QDisableRandomization:@var{value}
41804@cindex disable address space randomization, remote request
41805@cindex @samp{QDisableRandomization} packet
41806Some target operating systems will randomize the virtual address space
41807of the inferior process as a security feature, but provide a feature
41808to disable such randomization, e.g.@: to allow for a more deterministic
41809debugging experience. On such systems, this packet with a @var{value}
41810of 1 directs the target to disable address space randomization for
41811processes subsequently started via @samp{vRun} packets, while a packet
41812with a @var{value} of 0 tells the target to enable address space
41813randomization.
41814
41815This packet is only available in extended mode (@pxref{extended mode}).
41816
41817Reply:
41818@table @samp
41819@item OK
41820The request succeeded.
41821
41822@item E @var{nn}
41823An error occurred. The error number @var{nn} is given as hex digits.
41824
41825@item @w{}
41826An empty reply indicates that @samp{QDisableRandomization} is not supported
41827by the stub.
41828@end table
41829
41830This packet is not probed by default; the remote stub must request it,
41831by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
41832This should only be done on targets that actually support disabling
41833address space randomization.
41834
41835@item QStartupWithShell:@var{value}
41836@cindex startup with shell, remote request
41837@cindex @samp{QStartupWithShell} packet
41838On UNIX-like targets, it is possible to start the inferior using a
41839shell program. This is the default behavior on both @value{GDBN} and
41840@command{gdbserver} (@pxref{set startup-with-shell}). This packet is
41841used to inform @command{gdbserver} whether it should start the
41842inferior using a shell or not.
41843
41844If @var{value} is @samp{0}, @command{gdbserver} will not use a shell
41845to start the inferior. If @var{value} is @samp{1},
41846@command{gdbserver} will use a shell to start the inferior. All other
41847values are considered an error.
41848
41849This packet is only available in extended mode (@pxref{extended
41850mode}).
41851
41852Reply:
41853@table @samp
41854@item OK
41855The request succeeded.
41856
41857@item E @var{nn}
41858An error occurred. The error number @var{nn} is given as hex digits.
41859@end table
41860
41861This packet is not probed by default; the remote stub must request it,
41862by supplying an appropriate @samp{qSupported} response
41863(@pxref{qSupported}). This should only be done on targets that
41864actually support starting the inferior using a shell.
41865
41866Use of this packet is controlled by the @code{set startup-with-shell}
41867command; @pxref{set startup-with-shell}.
41868
41869@item QEnvironmentHexEncoded:@var{hex-value}
41870@anchor{QEnvironmentHexEncoded}
41871@cindex set environment variable, remote request
41872@cindex @samp{QEnvironmentHexEncoded} packet
41873On UNIX-like targets, it is possible to set environment variables that
41874will be passed to the inferior during the startup process. This
41875packet is used to inform @command{gdbserver} of an environment
41876variable that has been defined by the user on @value{GDBN} (@pxref{set
41877environment}).
41878
41879The packet is composed by @var{hex-value}, an hex encoded
41880representation of the @var{name=value} format representing an
41881environment variable. The name of the environment variable is
41882represented by @var{name}, and the value to be assigned to the
41883environment variable is represented by @var{value}. If the variable
41884has no value (i.e., the value is @code{null}), then @var{value} will
41885not be present.
41886
41887This packet is only available in extended mode (@pxref{extended
41888mode}).
41889
41890Reply:
41891@table @samp
41892@item OK
41893The request succeeded.
41894@end table
41895
41896This packet is not probed by default; the remote stub must request it,
41897by supplying an appropriate @samp{qSupported} response
41898(@pxref{qSupported}). This should only be done on targets that
41899actually support passing environment variables to the starting
41900inferior.
41901
41902This packet is related to the @code{set environment} command;
41903@pxref{set environment}.
41904
41905@item QEnvironmentUnset:@var{hex-value}
41906@anchor{QEnvironmentUnset}
41907@cindex unset environment variable, remote request
41908@cindex @samp{QEnvironmentUnset} packet
41909On UNIX-like targets, it is possible to unset environment variables
41910before starting the inferior in the remote target. This packet is
41911used to inform @command{gdbserver} of an environment variable that has
41912been unset by the user on @value{GDBN} (@pxref{unset environment}).
41913
41914The packet is composed by @var{hex-value}, an hex encoded
41915representation of the name of the environment variable to be unset.
41916
41917This packet is only available in extended mode (@pxref{extended
41918mode}).
41919
41920Reply:
41921@table @samp
41922@item OK
41923The request succeeded.
41924@end table
41925
41926This packet is not probed by default; the remote stub must request it,
41927by supplying an appropriate @samp{qSupported} response
41928(@pxref{qSupported}). This should only be done on targets that
41929actually support passing environment variables to the starting
41930inferior.
41931
41932This packet is related to the @code{unset environment} command;
41933@pxref{unset environment}.
41934
41935@item QEnvironmentReset
41936@anchor{QEnvironmentReset}
41937@cindex reset environment, remote request
41938@cindex @samp{QEnvironmentReset} packet
41939On UNIX-like targets, this packet is used to reset the state of
41940environment variables in the remote target before starting the
41941inferior. In this context, reset means unsetting all environment
41942variables that were previously set by the user (i.e., were not
41943initially present in the environment). It is sent to
41944@command{gdbserver} before the @samp{QEnvironmentHexEncoded}
41945(@pxref{QEnvironmentHexEncoded}) and the @samp{QEnvironmentUnset}
41946(@pxref{QEnvironmentUnset}) packets.
41947
41948This packet is only available in extended mode (@pxref{extended
41949mode}).
41950
41951Reply:
41952@table @samp
41953@item OK
41954The request succeeded.
41955@end table
41956
41957This packet is not probed by default; the remote stub must request it,
41958by supplying an appropriate @samp{qSupported} response
41959(@pxref{qSupported}). This should only be done on targets that
41960actually support passing environment variables to the starting
41961inferior.
41962
41963@item QSetWorkingDir:@r{[}@var{directory}@r{]}
41964@anchor{QSetWorkingDir packet}
41965@cindex set working directory, remote request
41966@cindex @samp{QSetWorkingDir} packet
41967This packet is used to inform the remote server of the intended
41968current working directory for programs that are going to be executed.
41969
41970The packet is composed by @var{directory}, an hex encoded
41971representation of the directory that the remote inferior will use as
41972its current working directory. If @var{directory} is an empty string,
41973the remote server should reset the inferior's current working
41974directory to its original, empty value.
41975
41976This packet is only available in extended mode (@pxref{extended
41977mode}).
41978
41979Reply:
41980@table @samp
41981@item OK
41982The request succeeded.
41983@end table
41984
41985@item qfThreadInfo
41986@itemx qsThreadInfo
41987@cindex list active threads, remote request
41988@cindex @samp{qfThreadInfo} packet
41989@cindex @samp{qsThreadInfo} packet
41990Obtain a list of all active thread IDs from the target (OS). Since there
41991may be too many active threads to fit into one reply packet, this query
41992works iteratively: it may require more than one query/reply sequence to
41993obtain the entire list of threads. The first query of the sequence will
41994be the @samp{qfThreadInfo} query; subsequent queries in the
41995sequence will be the @samp{qsThreadInfo} query.
41996
41997NOTE: This packet replaces the @samp{qL} query (see below).
41998
41999Reply:
42000@table @samp
42001@item m @var{thread-id}
42002A single thread ID
42003@item m @var{thread-id},@var{thread-id}@dots{}
42004a comma-separated list of thread IDs
42005@item l
42006(lower case letter @samp{L}) denotes end of list.
42007@end table
42008
42009In response to each query, the target will reply with a list of one or
42010more thread IDs, separated by commas.
42011@value{GDBN} will respond to each reply with a request for more thread
42012ids (using the @samp{qs} form of the query), until the target responds
42013with @samp{l} (lower-case ell, for @dfn{last}).
42014Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
42015fields.
42016
42017@emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
42018initial connection with the remote target, and the very first thread ID
42019mentioned in the reply will be stopped by @value{GDBN} in a subsequent
42020message. Therefore, the stub should ensure that the first thread ID in
42021the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
42022
42023@item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
42024@cindex get thread-local storage address, remote request
42025@cindex @samp{qGetTLSAddr} packet
42026Fetch the address associated with thread local storage specified
42027by @var{thread-id}, @var{offset}, and @var{lm}.
42028
42029@var{thread-id} is the thread ID associated with the
42030thread for which to fetch the TLS address. @xref{thread-id syntax}.
42031
42032@var{offset} is the (big endian, hex encoded) offset associated with the
42033thread local variable. (This offset is obtained from the debug
42034information associated with the variable.)
42035
42036@var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
42037load module associated with the thread local storage. For example,
42038a @sc{gnu}/Linux system will pass the link map address of the shared
42039object associated with the thread local storage under consideration.
42040Other operating environments may choose to represent the load module
42041differently, so the precise meaning of this parameter will vary.
42042
42043Reply:
42044@table @samp
42045@item @var{XX}@dots{}
42046Hex encoded (big endian) bytes representing the address of the thread
42047local storage requested.
42048
42049@item E @var{nn}
42050An error occurred. The error number @var{nn} is given as hex digits.
42051
42052@item @w{}
42053An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
42054@end table
42055
42056@item qGetTIBAddr:@var{thread-id}
42057@cindex get thread information block address
42058@cindex @samp{qGetTIBAddr} packet
42059Fetch address of the Windows OS specific Thread Information Block.
42060
42061@var{thread-id} is the thread ID associated with the thread.
42062
42063Reply:
42064@table @samp
42065@item @var{XX}@dots{}
42066Hex encoded (big endian) bytes representing the linear address of the
42067thread information block.
42068
42069@item E @var{nn}
42070An error occured. This means that either the thread was not found, or the
42071address could not be retrieved.
42072
42073@item @w{}
42074An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
42075@end table
42076
42077@item qL @var{startflag} @var{threadcount} @var{nextthread}
42078Obtain thread information from RTOS. Where: @var{startflag} (one hex
42079digit) is one to indicate the first query and zero to indicate a
42080subsequent query; @var{threadcount} (two hex digits) is the maximum
42081number of threads the response packet can contain; and @var{nextthread}
42082(eight hex digits), for subsequent queries (@var{startflag} is zero), is
42083returned in the response as @var{argthread}.
42084
42085Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
42086
42087Reply:
42088@table @samp
42089@item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
42090Where: @var{count} (two hex digits) is the number of threads being
42091returned; @var{done} (one hex digit) is zero to indicate more threads
42092and one indicates no further threads; @var{argthreadid} (eight hex
42093digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
42094is a sequence of thread IDs, @var{threadid} (eight hex
42095digits), from the target. See @code{remote.c:parse_threadlist_response()}.
42096@end table
42097
42098@item qOffsets
42099@cindex section offsets, remote request
42100@cindex @samp{qOffsets} packet
42101Get section offsets that the target used when relocating the downloaded
42102image.
42103
42104Reply:
42105@table @samp
42106@item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
42107Relocate the @code{Text} section by @var{xxx} from its original address.
42108Relocate the @code{Data} section by @var{yyy} from its original address.
42109If the object file format provides segment information (e.g.@: @sc{elf}
42110@samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
42111segments by the supplied offsets.
42112
42113@emph{Note: while a @code{Bss} offset may be included in the response,
42114@value{GDBN} ignores this and instead applies the @code{Data} offset
42115to the @code{Bss} section.}
42116
42117@item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
42118Relocate the first segment of the object file, which conventionally
42119contains program code, to a starting address of @var{xxx}. If
42120@samp{DataSeg} is specified, relocate the second segment, which
42121conventionally contains modifiable data, to a starting address of
42122@var{yyy}. @value{GDBN} will report an error if the object file
42123does not contain segment information, or does not contain at least
42124as many segments as mentioned in the reply. Extra segments are
42125kept at fixed offsets relative to the last relocated segment.
42126@end table
42127
42128@item qP @var{mode} @var{thread-id}
42129@cindex thread information, remote request
42130@cindex @samp{qP} packet
42131Returns information on @var{thread-id}. Where: @var{mode} is a hex
42132encoded 32 bit mode; @var{thread-id} is a thread ID
42133(@pxref{thread-id syntax}).
42134
42135Don't use this packet; use the @samp{qThreadExtraInfo} query instead
42136(see below).
42137
42138Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
42139
42140@item QNonStop:1
42141@itemx QNonStop:0
42142@cindex non-stop mode, remote request
42143@cindex @samp{QNonStop} packet
42144@anchor{QNonStop}
42145Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
42146@xref{Remote Non-Stop}, for more information.
42147
42148Reply:
42149@table @samp
42150@item OK
42151The request succeeded.
42152
42153@item E @var{nn}
42154An error occurred. The error number @var{nn} is given as hex digits.
42155
42156@item @w{}
42157An empty reply indicates that @samp{QNonStop} is not supported by
42158the stub.
42159@end table
42160
42161This packet is not probed by default; the remote stub must request it,
42162by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42163Use of this packet is controlled by the @code{set non-stop} command;
42164@pxref{Non-Stop Mode}.
42165
42166@item QCatchSyscalls:1 @r{[};@var{sysno}@r{]}@dots{}
42167@itemx QCatchSyscalls:0
42168@cindex catch syscalls from inferior, remote request
42169@cindex @samp{QCatchSyscalls} packet
42170@anchor{QCatchSyscalls}
42171Enable (@samp{QCatchSyscalls:1}) or disable (@samp{QCatchSyscalls:0})
42172catching syscalls from the inferior process.
42173
42174For @samp{QCatchSyscalls:1}, each listed syscall @var{sysno} (encoded
42175in hex) should be reported to @value{GDBN}. If no syscall @var{sysno}
42176is listed, every system call should be reported.
42177
42178Note that if a syscall not in the list is reported, @value{GDBN} will
42179still filter the event according to its own list from all corresponding
42180@code{catch syscall} commands. However, it is more efficient to only
42181report the requested syscalls.
42182
42183Multiple @samp{QCatchSyscalls:1} packets do not combine; any earlier
42184@samp{QCatchSyscalls:1} list is completely replaced by the new list.
42185
42186If the inferior process execs, the state of @samp{QCatchSyscalls} is
42187kept for the new process too. On targets where exec may affect syscall
42188numbers, for example with exec between 32 and 64-bit processes, the
42189client should send a new packet with the new syscall list.
42190
42191Reply:
42192@table @samp
42193@item OK
42194The request succeeded.
42195
42196@item E @var{nn}
42197An error occurred. @var{nn} are hex digits.
42198
42199@item @w{}
42200An empty reply indicates that @samp{QCatchSyscalls} is not supported by
42201the stub.
42202@end table
42203
42204Use of this packet is controlled by the @code{set remote catch-syscalls}
42205command (@pxref{Remote Configuration, set remote catch-syscalls}).
42206This packet is not probed by default; the remote stub must request it,
42207by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42208
42209@item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
42210@cindex pass signals to inferior, remote request
42211@cindex @samp{QPassSignals} packet
42212@anchor{QPassSignals}
42213Each listed @var{signal} should be passed directly to the inferior process.
42214Signals are numbered identically to continue packets and stop replies
42215(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
42216strictly greater than the previous item. These signals do not need to stop
42217the inferior, or be reported to @value{GDBN}. All other signals should be
42218reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
42219combine; any earlier @samp{QPassSignals} list is completely replaced by the
42220new list. This packet improves performance when using @samp{handle
42221@var{signal} nostop noprint pass}.
42222
42223Reply:
42224@table @samp
42225@item OK
42226The request succeeded.
42227
42228@item E @var{nn}
42229An error occurred. The error number @var{nn} is given as hex digits.
42230
42231@item @w{}
42232An empty reply indicates that @samp{QPassSignals} is not supported by
42233the stub.
42234@end table
42235
42236Use of this packet is controlled by the @code{set remote pass-signals}
42237command (@pxref{Remote Configuration, set remote pass-signals}).
42238This packet is not probed by default; the remote stub must request it,
42239by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42240
42241@item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
42242@cindex signals the inferior may see, remote request
42243@cindex @samp{QProgramSignals} packet
42244@anchor{QProgramSignals}
42245Each listed @var{signal} may be delivered to the inferior process.
42246Others should be silently discarded.
42247
42248In some cases, the remote stub may need to decide whether to deliver a
42249signal to the program or not without @value{GDBN} involvement. One
42250example of that is while detaching --- the program's threads may have
42251stopped for signals that haven't yet had a chance of being reported to
42252@value{GDBN}, and so the remote stub can use the signal list specified
42253by this packet to know whether to deliver or ignore those pending
42254signals.
42255
42256This does not influence whether to deliver a signal as requested by a
42257resumption packet (@pxref{vCont packet}).
42258
42259Signals are numbered identically to continue packets and stop replies
42260(@pxref{Stop Reply Packets}). Each @var{signal} list item should be
42261strictly greater than the previous item. Multiple
42262@samp{QProgramSignals} packets do not combine; any earlier
42263@samp{QProgramSignals} list is completely replaced by the new list.
42264
42265Reply:
42266@table @samp
42267@item OK
42268The request succeeded.
42269
42270@item E @var{nn}
42271An error occurred. The error number @var{nn} is given as hex digits.
42272
42273@item @w{}
42274An empty reply indicates that @samp{QProgramSignals} is not supported
42275by the stub.
42276@end table
42277
42278Use of this packet is controlled by the @code{set remote program-signals}
42279command (@pxref{Remote Configuration, set remote program-signals}).
42280This packet is not probed by default; the remote stub must request it,
42281by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
42282
42283@anchor{QThreadEvents}
42284@item QThreadEvents:1
42285@itemx QThreadEvents:0
42286@cindex thread create/exit events, remote request
42287@cindex @samp{QThreadEvents} packet
42288
42289Enable (@samp{QThreadEvents:1}) or disable (@samp{QThreadEvents:0})
42290reporting of thread create and exit events. @xref{thread create
42291event}, for the reply specifications. For example, this is used in
42292non-stop mode when @value{GDBN} stops a set of threads and
42293synchronously waits for the their corresponding stop replies. Without
42294exit events, if one of the threads exits, @value{GDBN} would hang
42295forever not knowing that it should no longer expect a stop for that
42296same thread. @value{GDBN} does not enable this feature unless the
42297stub reports that it supports it by including @samp{QThreadEvents+} in
42298its @samp{qSupported} reply.
42299
42300Reply:
42301@table @samp
42302@item OK
42303The request succeeded.
42304
42305@item E @var{nn}
42306An error occurred. The error number @var{nn} is given as hex digits.
42307
42308@item @w{}
42309An empty reply indicates that @samp{QThreadEvents} is not supported by
42310the stub.
42311@end table
42312
42313Use of this packet is controlled by the @code{set remote thread-events}
42314command (@pxref{Remote Configuration, set remote thread-events}).
42315
42316@item qRcmd,@var{command}
42317@cindex execute remote command, remote request
42318@cindex @samp{qRcmd} packet
42319@var{command} (hex encoded) is passed to the local interpreter for
42320execution. Invalid commands should be reported using the output
42321string. Before the final result packet, the target may also respond
42322with a number of intermediate @samp{O@var{output}} console output
42323packets. @emph{Implementors should note that providing access to a
42324stubs's interpreter may have security implications}.
42325
42326Reply:
42327@table @samp
42328@item OK
42329A command response with no output.
42330@item @var{OUTPUT}
42331A command response with the hex encoded output string @var{OUTPUT}.
42332@item E @var{NN}
42333Indicate a badly formed request.
42334@item @w{}
42335An empty reply indicates that @samp{qRcmd} is not recognized.
42336@end table
42337
42338(Note that the @code{qRcmd} packet's name is separated from the
42339command by a @samp{,}, not a @samp{:}, contrary to the naming
42340conventions above. Please don't use this packet as a model for new
42341packets.)
42342
42343@item qSearch:memory:@var{address};@var{length};@var{search-pattern}
42344@cindex searching memory, in remote debugging
42345@ifnotinfo
42346@cindex @samp{qSearch:memory} packet
42347@end ifnotinfo
42348@cindex @samp{qSearch memory} packet
42349@anchor{qSearch memory}
42350Search @var{length} bytes at @var{address} for @var{search-pattern}.
42351Both @var{address} and @var{length} are encoded in hex;
42352@var{search-pattern} is a sequence of bytes, also hex encoded.
42353
42354Reply:
42355@table @samp
42356@item 0
42357The pattern was not found.
42358@item 1,address
42359The pattern was found at @var{address}.
42360@item E @var{NN}
42361A badly formed request or an error was encountered while searching memory.
42362@item @w{}
42363An empty reply indicates that @samp{qSearch:memory} is not recognized.
42364@end table
42365
42366@item QStartNoAckMode
42367@cindex @samp{QStartNoAckMode} packet
42368@anchor{QStartNoAckMode}
42369Request that the remote stub disable the normal @samp{+}/@samp{-}
42370protocol acknowledgments (@pxref{Packet Acknowledgment}).
42371
42372Reply:
42373@table @samp
42374@item OK
42375The stub has switched to no-acknowledgment mode.
42376@value{GDBN} acknowledges this response,
42377but neither the stub nor @value{GDBN} shall send or expect further
42378@samp{+}/@samp{-} acknowledgments in the current connection.
42379@item @w{}
42380An empty reply indicates that the stub does not support no-acknowledgment mode.
42381@end table
42382
42383@item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
42384@cindex supported packets, remote query
42385@cindex features of the remote protocol
42386@cindex @samp{qSupported} packet
42387@anchor{qSupported}
42388Tell the remote stub about features supported by @value{GDBN}, and
42389query the stub for features it supports. This packet allows
42390@value{GDBN} and the remote stub to take advantage of each others'
42391features. @samp{qSupported} also consolidates multiple feature probes
42392at startup, to improve @value{GDBN} performance---a single larger
42393packet performs better than multiple smaller probe packets on
42394high-latency links. Some features may enable behavior which must not
42395be on by default, e.g.@: because it would confuse older clients or
42396stubs. Other features may describe packets which could be
42397automatically probed for, but are not. These features must be
42398reported before @value{GDBN} will use them. This ``default
42399unsupported'' behavior is not appropriate for all packets, but it
42400helps to keep the initial connection time under control with new
42401versions of @value{GDBN} which support increasing numbers of packets.
42402
42403Reply:
42404@table @samp
42405@item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
42406The stub supports or does not support each returned @var{stubfeature},
42407depending on the form of each @var{stubfeature} (see below for the
42408possible forms).
42409@item @w{}
42410An empty reply indicates that @samp{qSupported} is not recognized,
42411or that no features needed to be reported to @value{GDBN}.
42412@end table
42413
42414The allowed forms for each feature (either a @var{gdbfeature} in the
42415@samp{qSupported} packet, or a @var{stubfeature} in the response)
42416are:
42417
42418@table @samp
42419@item @var{name}=@var{value}
42420The remote protocol feature @var{name} is supported, and associated
42421with the specified @var{value}. The format of @var{value} depends
42422on the feature, but it must not include a semicolon.
42423@item @var{name}+
42424The remote protocol feature @var{name} is supported, and does not
42425need an associated value.
42426@item @var{name}-
42427The remote protocol feature @var{name} is not supported.
42428@item @var{name}?
42429The remote protocol feature @var{name} may be supported, and
42430@value{GDBN} should auto-detect support in some other way when it is
42431needed. This form will not be used for @var{gdbfeature} notifications,
42432but may be used for @var{stubfeature} responses.
42433@end table
42434
42435Whenever the stub receives a @samp{qSupported} request, the
42436supplied set of @value{GDBN} features should override any previous
42437request. This allows @value{GDBN} to put the stub in a known
42438state, even if the stub had previously been communicating with
42439a different version of @value{GDBN}.
42440
42441The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
42442are defined:
42443
42444@table @samp
42445@item multiprocess
42446This feature indicates whether @value{GDBN} supports multiprocess
42447extensions to the remote protocol. @value{GDBN} does not use such
42448extensions unless the stub also reports that it supports them by
42449including @samp{multiprocess+} in its @samp{qSupported} reply.
42450@xref{multiprocess extensions}, for details.
42451
42452@item xmlRegisters
42453This feature indicates that @value{GDBN} supports the XML target
42454description. If the stub sees @samp{xmlRegisters=} with target
42455specific strings separated by a comma, it will report register
42456description.
42457
42458@item qRelocInsn
42459This feature indicates whether @value{GDBN} supports the
42460@samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
42461instruction reply packet}).
42462
42463@item swbreak
42464This feature indicates whether @value{GDBN} supports the swbreak stop
42465reason in stop replies. @xref{swbreak stop reason}, for details.
42466
42467@item hwbreak
42468This feature indicates whether @value{GDBN} supports the hwbreak stop
42469reason in stop replies. @xref{swbreak stop reason}, for details.
42470
42471@item fork-events
42472This feature indicates whether @value{GDBN} supports fork event
42473extensions to the remote protocol. @value{GDBN} does not use such
42474extensions unless the stub also reports that it supports them by
42475including @samp{fork-events+} in its @samp{qSupported} reply.
42476
42477@item vfork-events
42478This feature indicates whether @value{GDBN} supports vfork event
42479extensions to the remote protocol. @value{GDBN} does not use such
42480extensions unless the stub also reports that it supports them by
42481including @samp{vfork-events+} in its @samp{qSupported} reply.
42482
42483@item exec-events
42484This feature indicates whether @value{GDBN} supports exec event
42485extensions to the remote protocol. @value{GDBN} does not use such
42486extensions unless the stub also reports that it supports them by
42487including @samp{exec-events+} in its @samp{qSupported} reply.
42488
42489@item vContSupported
42490This feature indicates whether @value{GDBN} wants to know the
42491supported actions in the reply to @samp{vCont?} packet.
42492@end table
42493
42494Stubs should ignore any unknown values for
42495@var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
42496packet supports receiving packets of unlimited length (earlier
42497versions of @value{GDBN} may reject overly long responses). Additional values
42498for @var{gdbfeature} may be defined in the future to let the stub take
42499advantage of new features in @value{GDBN}, e.g.@: incompatible
42500improvements in the remote protocol---the @samp{multiprocess} feature is
42501an example of such a feature. The stub's reply should be independent
42502of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
42503describes all the features it supports, and then the stub replies with
42504all the features it supports.
42505
42506Similarly, @value{GDBN} will silently ignore unrecognized stub feature
42507responses, as long as each response uses one of the standard forms.
42508
42509Some features are flags. A stub which supports a flag feature
42510should respond with a @samp{+} form response. Other features
42511require values, and the stub should respond with an @samp{=}
42512form response.
42513
42514Each feature has a default value, which @value{GDBN} will use if
42515@samp{qSupported} is not available or if the feature is not mentioned
42516in the @samp{qSupported} response. The default values are fixed; a
42517stub is free to omit any feature responses that match the defaults.
42518
42519Not all features can be probed, but for those which can, the probing
42520mechanism is useful: in some cases, a stub's internal
42521architecture may not allow the protocol layer to know some information
42522about the underlying target in advance. This is especially common in
42523stubs which may be configured for multiple targets.
42524
42525These are the currently defined stub features and their properties:
42526
42527@multitable @columnfractions 0.35 0.2 0.12 0.2
42528@c NOTE: The first row should be @headitem, but we do not yet require
42529@c a new enough version of Texinfo (4.7) to use @headitem.
42530@item Feature Name
42531@tab Value Required
42532@tab Default
42533@tab Probe Allowed
42534
42535@item @samp{PacketSize}
42536@tab Yes
42537@tab @samp{-}
42538@tab No
42539
42540@item @samp{qXfer:auxv:read}
42541@tab No
42542@tab @samp{-}
42543@tab Yes
42544
42545@item @samp{qXfer:btrace:read}
42546@tab No
42547@tab @samp{-}
42548@tab Yes
42549
42550@item @samp{qXfer:btrace-conf:read}
42551@tab No
42552@tab @samp{-}
42553@tab Yes
42554
42555@item @samp{qXfer:exec-file:read}
42556@tab No
42557@tab @samp{-}
42558@tab Yes
42559
42560@item @samp{qXfer:features:read}
42561@tab No
42562@tab @samp{-}
42563@tab Yes
42564
42565@item @samp{qXfer:libraries:read}
42566@tab No
42567@tab @samp{-}
42568@tab Yes
42569
42570@item @samp{qXfer:libraries-svr4:read}
42571@tab No
42572@tab @samp{-}
42573@tab Yes
42574
42575@item @samp{augmented-libraries-svr4-read}
42576@tab No
42577@tab @samp{-}
42578@tab No
42579
42580@item @samp{qXfer:memory-map:read}
42581@tab No
42582@tab @samp{-}
42583@tab Yes
42584
42585@item @samp{qXfer:sdata:read}
42586@tab No
42587@tab @samp{-}
42588@tab Yes
42589
42590@item @samp{qXfer:siginfo:read}
42591@tab No
42592@tab @samp{-}
42593@tab Yes
42594
42595@item @samp{qXfer:siginfo:write}
42596@tab No
42597@tab @samp{-}
42598@tab Yes
42599
42600@item @samp{qXfer:threads:read}
42601@tab No
42602@tab @samp{-}
42603@tab Yes
42604
42605@item @samp{qXfer:traceframe-info:read}
42606@tab No
42607@tab @samp{-}
42608@tab Yes
42609
42610@item @samp{qXfer:uib:read}
42611@tab No
42612@tab @samp{-}
42613@tab Yes
42614
42615@item @samp{qXfer:fdpic:read}
42616@tab No
42617@tab @samp{-}
42618@tab Yes
42619
42620@item @samp{Qbtrace:off}
42621@tab Yes
42622@tab @samp{-}
42623@tab Yes
42624
42625@item @samp{Qbtrace:bts}
42626@tab Yes
42627@tab @samp{-}
42628@tab Yes
42629
42630@item @samp{Qbtrace:pt}
42631@tab Yes
42632@tab @samp{-}
42633@tab Yes
42634
42635@item @samp{Qbtrace-conf:bts:size}
42636@tab Yes
42637@tab @samp{-}
42638@tab Yes
42639
42640@item @samp{Qbtrace-conf:pt:size}
42641@tab Yes
42642@tab @samp{-}
42643@tab Yes
42644
42645@item @samp{QNonStop}
42646@tab No
42647@tab @samp{-}
42648@tab Yes
42649
42650@item @samp{QCatchSyscalls}
42651@tab No
42652@tab @samp{-}
42653@tab Yes
42654
42655@item @samp{QPassSignals}
42656@tab No
42657@tab @samp{-}
42658@tab Yes
42659
42660@item @samp{QStartNoAckMode}
42661@tab No
42662@tab @samp{-}
42663@tab Yes
42664
42665@item @samp{multiprocess}
42666@tab No
42667@tab @samp{-}
42668@tab No
42669
42670@item @samp{ConditionalBreakpoints}
42671@tab No
42672@tab @samp{-}
42673@tab No
42674
42675@item @samp{ConditionalTracepoints}
42676@tab No
42677@tab @samp{-}
42678@tab No
42679
42680@item @samp{ReverseContinue}
42681@tab No
42682@tab @samp{-}
42683@tab No
42684
42685@item @samp{ReverseStep}
42686@tab No
42687@tab @samp{-}
42688@tab No
42689
42690@item @samp{TracepointSource}
42691@tab No
42692@tab @samp{-}
42693@tab No
42694
42695@item @samp{QAgent}
42696@tab No
42697@tab @samp{-}
42698@tab No
42699
42700@item @samp{QAllow}
42701@tab No
42702@tab @samp{-}
42703@tab No
42704
42705@item @samp{QDisableRandomization}
42706@tab No
42707@tab @samp{-}
42708@tab No
42709
42710@item @samp{EnableDisableTracepoints}
42711@tab No
42712@tab @samp{-}
42713@tab No
42714
42715@item @samp{QTBuffer:size}
42716@tab No
42717@tab @samp{-}
42718@tab No
42719
42720@item @samp{tracenz}
42721@tab No
42722@tab @samp{-}
42723@tab No
42724
42725@item @samp{BreakpointCommands}
42726@tab No
42727@tab @samp{-}
42728@tab No
42729
42730@item @samp{swbreak}
42731@tab No
42732@tab @samp{-}
42733@tab No
42734
42735@item @samp{hwbreak}
42736@tab No
42737@tab @samp{-}
42738@tab No
42739
42740@item @samp{fork-events}
42741@tab No
42742@tab @samp{-}
42743@tab No
42744
42745@item @samp{vfork-events}
42746@tab No
42747@tab @samp{-}
42748@tab No
42749
42750@item @samp{exec-events}
42751@tab No
42752@tab @samp{-}
42753@tab No
42754
42755@item @samp{QThreadEvents}
42756@tab No
42757@tab @samp{-}
42758@tab No
42759
42760@item @samp{no-resumed}
42761@tab No
42762@tab @samp{-}
42763@tab No
42764
42765@end multitable
42766
42767These are the currently defined stub features, in more detail:
42768
42769@table @samp
42770@cindex packet size, remote protocol
42771@item PacketSize=@var{bytes}
42772The remote stub can accept packets up to at least @var{bytes} in
42773length. @value{GDBN} will send packets up to this size for bulk
42774transfers, and will never send larger packets. This is a limit on the
42775data characters in the packet, including the frame and checksum.
42776There is no trailing NUL byte in a remote protocol packet; if the stub
42777stores packets in a NUL-terminated format, it should allow an extra
42778byte in its buffer for the NUL. If this stub feature is not supported,
42779@value{GDBN} guesses based on the size of the @samp{g} packet response.
42780
42781@item qXfer:auxv:read
42782The remote stub understands the @samp{qXfer:auxv:read} packet
42783(@pxref{qXfer auxiliary vector read}).
42784
42785@item qXfer:btrace:read
42786The remote stub understands the @samp{qXfer:btrace:read}
42787packet (@pxref{qXfer btrace read}).
42788
42789@item qXfer:btrace-conf:read
42790The remote stub understands the @samp{qXfer:btrace-conf:read}
42791packet (@pxref{qXfer btrace-conf read}).
42792
42793@item qXfer:exec-file:read
42794The remote stub understands the @samp{qXfer:exec-file:read} packet
42795(@pxref{qXfer executable filename read}).
42796
42797@item qXfer:features:read
42798The remote stub understands the @samp{qXfer:features:read} packet
42799(@pxref{qXfer target description read}).
42800
42801@item qXfer:libraries:read
42802The remote stub understands the @samp{qXfer:libraries:read} packet
42803(@pxref{qXfer library list read}).
42804
42805@item qXfer:libraries-svr4:read
42806The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
42807(@pxref{qXfer svr4 library list read}).
42808
42809@item augmented-libraries-svr4-read
42810The remote stub understands the augmented form of the
42811@samp{qXfer:libraries-svr4:read} packet
42812(@pxref{qXfer svr4 library list read}).
42813
42814@item qXfer:memory-map:read
42815The remote stub understands the @samp{qXfer:memory-map:read} packet
42816(@pxref{qXfer memory map read}).
42817
42818@item qXfer:sdata:read
42819The remote stub understands the @samp{qXfer:sdata:read} packet
42820(@pxref{qXfer sdata read}).
42821
42822@item qXfer:siginfo:read
42823The remote stub understands the @samp{qXfer:siginfo:read} packet
42824(@pxref{qXfer siginfo read}).
42825
42826@item qXfer:siginfo:write
42827The remote stub understands the @samp{qXfer:siginfo:write} packet
42828(@pxref{qXfer siginfo write}).
42829
42830@item qXfer:threads:read
42831The remote stub understands the @samp{qXfer:threads:read} packet
42832(@pxref{qXfer threads read}).
42833
42834@item qXfer:traceframe-info:read
42835The remote stub understands the @samp{qXfer:traceframe-info:read}
42836packet (@pxref{qXfer traceframe info read}).
42837
42838@item qXfer:uib:read
42839The remote stub understands the @samp{qXfer:uib:read}
42840packet (@pxref{qXfer unwind info block}).
42841
42842@item qXfer:fdpic:read
42843The remote stub understands the @samp{qXfer:fdpic:read}
42844packet (@pxref{qXfer fdpic loadmap read}).
42845
42846@item QNonStop
42847The remote stub understands the @samp{QNonStop} packet
42848(@pxref{QNonStop}).
42849
42850@item QCatchSyscalls
42851The remote stub understands the @samp{QCatchSyscalls} packet
42852(@pxref{QCatchSyscalls}).
42853
42854@item QPassSignals
42855The remote stub understands the @samp{QPassSignals} packet
42856(@pxref{QPassSignals}).
42857
42858@item QStartNoAckMode
42859The remote stub understands the @samp{QStartNoAckMode} packet and
42860prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
42861
42862@item multiprocess
42863@anchor{multiprocess extensions}
42864@cindex multiprocess extensions, in remote protocol
42865The remote stub understands the multiprocess extensions to the remote
42866protocol syntax. The multiprocess extensions affect the syntax of
42867thread IDs in both packets and replies (@pxref{thread-id syntax}), and
42868add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
42869replies. Note that reporting this feature indicates support for the
42870syntactic extensions only, not that the stub necessarily supports
42871debugging of more than one process at a time. The stub must not use
42872multiprocess extensions in packet replies unless @value{GDBN} has also
42873indicated it supports them in its @samp{qSupported} request.
42874
42875@item qXfer:osdata:read
42876The remote stub understands the @samp{qXfer:osdata:read} packet
42877((@pxref{qXfer osdata read}).
42878
42879@item ConditionalBreakpoints
42880The target accepts and implements evaluation of conditional expressions
42881defined for breakpoints. The target will only report breakpoint triggers
42882when such conditions are true (@pxref{Conditions, ,Break Conditions}).
42883
42884@item ConditionalTracepoints
42885The remote stub accepts and implements conditional expressions defined
42886for tracepoints (@pxref{Tracepoint Conditions}).
42887
42888@item ReverseContinue
42889The remote stub accepts and implements the reverse continue packet
42890(@pxref{bc}).
42891
42892@item ReverseStep
42893The remote stub accepts and implements the reverse step packet
42894(@pxref{bs}).
42895
42896@item TracepointSource
42897The remote stub understands the @samp{QTDPsrc} packet that supplies
42898the source form of tracepoint definitions.
42899
42900@item QAgent
42901The remote stub understands the @samp{QAgent} packet.
42902
42903@item QAllow
42904The remote stub understands the @samp{QAllow} packet.
42905
42906@item QDisableRandomization
42907The remote stub understands the @samp{QDisableRandomization} packet.
42908
42909@item StaticTracepoint
42910@cindex static tracepoints, in remote protocol
42911The remote stub supports static tracepoints.
42912
42913@item InstallInTrace
42914@anchor{install tracepoint in tracing}
42915The remote stub supports installing tracepoint in tracing.
42916
42917@item EnableDisableTracepoints
42918The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
42919@samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
42920to be enabled and disabled while a trace experiment is running.
42921
42922@item QTBuffer:size
42923The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
42924packet that allows to change the size of the trace buffer.
42925
42926@item tracenz
42927@cindex string tracing, in remote protocol
42928The remote stub supports the @samp{tracenz} bytecode for collecting strings.
42929See @ref{Bytecode Descriptions} for details about the bytecode.
42930
42931@item BreakpointCommands
42932@cindex breakpoint commands, in remote protocol
42933The remote stub supports running a breakpoint's command list itself,
42934rather than reporting the hit to @value{GDBN}.
42935
42936@item Qbtrace:off
42937The remote stub understands the @samp{Qbtrace:off} packet.
42938
42939@item Qbtrace:bts
42940The remote stub understands the @samp{Qbtrace:bts} packet.
42941
42942@item Qbtrace:pt
42943The remote stub understands the @samp{Qbtrace:pt} packet.
42944
42945@item Qbtrace-conf:bts:size
42946The remote stub understands the @samp{Qbtrace-conf:bts:size} packet.
42947
42948@item Qbtrace-conf:pt:size
42949The remote stub understands the @samp{Qbtrace-conf:pt:size} packet.
42950
42951@item swbreak
42952The remote stub reports the @samp{swbreak} stop reason for memory
42953breakpoints.
42954
42955@item hwbreak
42956The remote stub reports the @samp{hwbreak} stop reason for hardware
42957breakpoints.
42958
42959@item fork-events
42960The remote stub reports the @samp{fork} stop reason for fork events.
42961
42962@item vfork-events
42963The remote stub reports the @samp{vfork} stop reason for vfork events
42964and vforkdone events.
42965
42966@item exec-events
42967The remote stub reports the @samp{exec} stop reason for exec events.
42968
42969@item vContSupported
42970The remote stub reports the supported actions in the reply to
42971@samp{vCont?} packet.
42972
42973@item QThreadEvents
42974The remote stub understands the @samp{QThreadEvents} packet.
42975
42976@item no-resumed
42977The remote stub reports the @samp{N} stop reply.
42978
42979@end table
42980
42981@item qSymbol::
42982@cindex symbol lookup, remote request
42983@cindex @samp{qSymbol} packet
42984Notify the target that @value{GDBN} is prepared to serve symbol lookup
42985requests. Accept requests from the target for the values of symbols.
42986
42987Reply:
42988@table @samp
42989@item OK
42990The target does not need to look up any (more) symbols.
42991@item qSymbol:@var{sym_name}
42992The target requests the value of symbol @var{sym_name} (hex encoded).
42993@value{GDBN} may provide the value by using the
42994@samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
42995below.
42996@end table
42997
42998@item qSymbol:@var{sym_value}:@var{sym_name}
42999Set the value of @var{sym_name} to @var{sym_value}.
43000
43001@var{sym_name} (hex encoded) is the name of a symbol whose value the
43002target has previously requested.
43003
43004@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
43005@value{GDBN} cannot supply a value for @var{sym_name}, then this field
43006will be empty.
43007
43008Reply:
43009@table @samp
43010@item OK
43011The target does not need to look up any (more) symbols.
43012@item qSymbol:@var{sym_name}
43013The target requests the value of a new symbol @var{sym_name} (hex
43014encoded). @value{GDBN} will continue to supply the values of symbols
43015(if available), until the target ceases to request them.
43016@end table
43017
43018@item qTBuffer
43019@itemx QTBuffer
43020@itemx QTDisconnected
43021@itemx QTDP
43022@itemx QTDPsrc
43023@itemx QTDV
43024@itemx qTfP
43025@itemx qTfV
43026@itemx QTFrame
43027@itemx qTMinFTPILen
43028
43029@xref{Tracepoint Packets}.
43030
43031@item qThreadExtraInfo,@var{thread-id}
43032@cindex thread attributes info, remote request
43033@cindex @samp{qThreadExtraInfo} packet
43034Obtain from the target OS a printable string description of thread
43035attributes for the thread @var{thread-id}; see @ref{thread-id syntax},
43036for the forms of @var{thread-id}. This
43037string may contain anything that the target OS thinks is interesting
43038for @value{GDBN} to tell the user about the thread. The string is
43039displayed in @value{GDBN}'s @code{info threads} display. Some
43040examples of possible thread extra info strings are @samp{Runnable}, or
43041@samp{Blocked on Mutex}.
43042
43043Reply:
43044@table @samp
43045@item @var{XX}@dots{}
43046Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
43047comprising the printable string containing the extra information about
43048the thread's attributes.
43049@end table
43050
43051(Note that the @code{qThreadExtraInfo} packet's name is separated from
43052the command by a @samp{,}, not a @samp{:}, contrary to the naming
43053conventions above. Please don't use this packet as a model for new
43054packets.)
43055
43056@item QTNotes
43057@itemx qTP
43058@itemx QTSave
43059@itemx qTsP
43060@itemx qTsV
43061@itemx QTStart
43062@itemx QTStop
43063@itemx QTEnable
43064@itemx QTDisable
43065@itemx QTinit
43066@itemx QTro
43067@itemx qTStatus
43068@itemx qTV
43069@itemx qTfSTM
43070@itemx qTsSTM
43071@itemx qTSTMat
43072@xref{Tracepoint Packets}.
43073
43074@item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
43075@cindex read special object, remote request
43076@cindex @samp{qXfer} packet
43077@anchor{qXfer read}
43078Read uninterpreted bytes from the target's special data area
43079identified by the keyword @var{object}. Request @var{length} bytes
43080starting at @var{offset} bytes into the data. The content and
43081encoding of @var{annex} is specific to @var{object}; it can supply
43082additional details about what data to access.
43083
43084Reply:
43085@table @samp
43086@item m @var{data}
43087Data @var{data} (@pxref{Binary Data}) has been read from the
43088target. There may be more data at a higher address (although
43089it is permitted to return @samp{m} even for the last valid
43090block of data, as long as at least one byte of data was read).
43091It is possible for @var{data} to have fewer bytes than the @var{length} in the
43092request.
43093
43094@item l @var{data}
43095Data @var{data} (@pxref{Binary Data}) has been read from the target.
43096There is no more data to be read. It is possible for @var{data} to
43097have fewer bytes than the @var{length} in the request.
43098
43099@item l
43100The @var{offset} in the request is at the end of the data.
43101There is no more data to be read.
43102
43103@item E00
43104The request was malformed, or @var{annex} was invalid.
43105
43106@item E @var{nn}
43107The offset was invalid, or there was an error encountered reading the data.
43108The @var{nn} part is a hex-encoded @code{errno} value.
43109
43110@item @w{}
43111An empty reply indicates the @var{object} string was not recognized by
43112the stub, or that the object does not support reading.
43113@end table
43114
43115Here are the specific requests of this form defined so far. All the
43116@samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
43117formats, listed above.
43118
43119@table @samp
43120@item qXfer:auxv:read::@var{offset},@var{length}
43121@anchor{qXfer auxiliary vector read}
43122Access the target's @dfn{auxiliary vector}. @xref{OS Information,
43123auxiliary vector}. Note @var{annex} must be empty.
43124
43125This packet is not probed by default; the remote stub must request it,
43126by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43127
43128@item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
43129@anchor{qXfer btrace read}
43130
43131Return a description of the current branch trace.
43132@xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
43133packet may have one of the following values:
43134
43135@table @code
43136@item all
43137Returns all available branch trace.
43138
43139@item new
43140Returns all available branch trace if the branch trace changed since
43141the last read request.
43142
43143@item delta
43144Returns the new branch trace since the last read request. Adds a new
43145block to the end of the trace that begins at zero and ends at the source
43146location of the first branch in the trace buffer. This extra block is
43147used to stitch traces together.
43148
43149If the trace buffer overflowed, returns an error indicating the overflow.
43150@end table
43151
43152This packet is not probed by default; the remote stub must request it
43153by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43154
43155@item qXfer:btrace-conf:read::@var{offset},@var{length}
43156@anchor{qXfer btrace-conf read}
43157
43158Return a description of the current branch trace configuration.
43159@xref{Branch Trace Configuration Format}.
43160
43161This packet is not probed by default; the remote stub must request it
43162by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43163
43164@item qXfer:exec-file:read:@var{annex}:@var{offset},@var{length}
43165@anchor{qXfer executable filename read}
43166Return the full absolute name of the file that was executed to create
43167a process running on the remote system. The annex specifies the
43168numeric process ID of the process to query, encoded as a hexadecimal
43169number. If the annex part is empty the remote stub should return the
43170filename corresponding to the currently executing process.
43171
43172This packet is not probed by default; the remote stub must request it,
43173by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43174
43175@item qXfer:features:read:@var{annex}:@var{offset},@var{length}
43176@anchor{qXfer target description read}
43177Access the @dfn{target description}. @xref{Target Descriptions}. The
43178annex specifies which XML document to access. The main description is
43179always loaded from the @samp{target.xml} annex.
43180
43181This packet is not probed by default; the remote stub must request it,
43182by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43183
43184@item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
43185@anchor{qXfer library list read}
43186Access the target's list of loaded libraries. @xref{Library List Format}.
43187The annex part of the generic @samp{qXfer} packet must be empty
43188(@pxref{qXfer read}).
43189
43190Targets which maintain a list of libraries in the program's memory do
43191not need to implement this packet; it is designed for platforms where
43192the operating system manages the list of loaded libraries.
43193
43194This packet is not probed by default; the remote stub must request it,
43195by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43196
43197@item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
43198@anchor{qXfer svr4 library list read}
43199Access the target's list of loaded libraries when the target is an SVR4
43200platform. @xref{Library List Format for SVR4 Targets}. The annex part
43201of the generic @samp{qXfer} packet must be empty unless the remote
43202stub indicated it supports the augmented form of this packet
43203by supplying an appropriate @samp{qSupported} response
43204(@pxref{qXfer read}, @ref{qSupported}).
43205
43206This packet is optional for better performance on SVR4 targets.
43207@value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
43208
43209This packet is not probed by default; the remote stub must request it,
43210by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43211
43212If the remote stub indicates it supports the augmented form of this
43213packet then the annex part of the generic @samp{qXfer} packet may
43214contain a semicolon-separated list of @samp{@var{name}=@var{value}}
43215arguments. The currently supported arguments are:
43216
43217@table @code
43218@item start=@var{address}
43219A hexadecimal number specifying the address of the @samp{struct
43220link_map} to start reading the library list from. If unset or zero
43221then the first @samp{struct link_map} in the library list will be
43222chosen as the starting point.
43223
43224@item prev=@var{address}
43225A hexadecimal number specifying the address of the @samp{struct
43226link_map} immediately preceding the @samp{struct link_map}
43227specified by the @samp{start} argument. If unset or zero then
43228the remote stub will expect that no @samp{struct link_map}
43229exists prior to the starting point.
43230
43231@end table
43232
43233Arguments that are not understood by the remote stub will be silently
43234ignored.
43235
43236@item qXfer:memory-map:read::@var{offset},@var{length}
43237@anchor{qXfer memory map read}
43238Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
43239annex part of the generic @samp{qXfer} packet must be empty
43240(@pxref{qXfer read}).
43241
43242This packet is not probed by default; the remote stub must request it,
43243by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43244
43245@item qXfer:sdata:read::@var{offset},@var{length}
43246@anchor{qXfer sdata read}
43247
43248Read contents of the extra collected static tracepoint marker
43249information. The annex part of the generic @samp{qXfer} packet must
43250be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
43251Action Lists}.
43252
43253This packet is not probed by default; the remote stub must request it,
43254by supplying an appropriate @samp{qSupported} response
43255(@pxref{qSupported}).
43256
43257@item qXfer:siginfo:read::@var{offset},@var{length}
43258@anchor{qXfer siginfo read}
43259Read contents of the extra signal information on the target
43260system. The annex part of the generic @samp{qXfer} packet must be
43261empty (@pxref{qXfer read}).
43262
43263This packet is not probed by default; the remote stub must request it,
43264by supplying an appropriate @samp{qSupported} response
43265(@pxref{qSupported}).
43266
43267@item qXfer:threads:read::@var{offset},@var{length}
43268@anchor{qXfer threads read}
43269Access the list of threads on target. @xref{Thread List Format}. The
43270annex part of the generic @samp{qXfer} packet must be empty
43271(@pxref{qXfer read}).
43272
43273This packet is not probed by default; the remote stub must request it,
43274by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43275
43276@item qXfer:traceframe-info:read::@var{offset},@var{length}
43277@anchor{qXfer traceframe info read}
43278
43279Return a description of the current traceframe's contents.
43280@xref{Traceframe Info Format}. The annex part of the generic
43281@samp{qXfer} packet must be empty (@pxref{qXfer read}).
43282
43283This packet is not probed by default; the remote stub must request it,
43284by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43285
43286@item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
43287@anchor{qXfer unwind info block}
43288
43289Return the unwind information block for @var{pc}. This packet is used
43290on OpenVMS/ia64 to ask the kernel unwind information.
43291
43292This packet is not probed by default.
43293
43294@item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
43295@anchor{qXfer fdpic loadmap read}
43296Read contents of @code{loadmap}s on the target system. The
43297annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
43298executable @code{loadmap} or interpreter @code{loadmap} to read.
43299
43300This packet is not probed by default; the remote stub must request it,
43301by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43302
43303@item qXfer:osdata:read::@var{offset},@var{length}
43304@anchor{qXfer osdata read}
43305Access the target's @dfn{operating system information}.
43306@xref{Operating System Information}.
43307
43308@end table
43309
43310@item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
43311@cindex write data into object, remote request
43312@anchor{qXfer write}
43313Write uninterpreted bytes into the target's special data area
43314identified by the keyword @var{object}, starting at @var{offset} bytes
43315into the data. The binary-encoded data (@pxref{Binary Data}) to be
43316written is given by @var{data}@dots{}. The content and encoding of @var{annex}
43317is specific to @var{object}; it can supply additional details about what data
43318to access.
43319
43320Reply:
43321@table @samp
43322@item @var{nn}
43323@var{nn} (hex encoded) is the number of bytes written.
43324This may be fewer bytes than supplied in the request.
43325
43326@item E00
43327The request was malformed, or @var{annex} was invalid.
43328
43329@item E @var{nn}
43330The offset was invalid, or there was an error encountered writing the data.
43331The @var{nn} part is a hex-encoded @code{errno} value.
43332
43333@item @w{}
43334An empty reply indicates the @var{object} string was not
43335recognized by the stub, or that the object does not support writing.
43336@end table
43337
43338Here are the specific requests of this form defined so far. All the
43339@samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
43340formats, listed above.
43341
43342@table @samp
43343@item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
43344@anchor{qXfer siginfo write}
43345Write @var{data} to the extra signal information on the target system.
43346The annex part of the generic @samp{qXfer} packet must be
43347empty (@pxref{qXfer write}).
43348
43349This packet is not probed by default; the remote stub must request it,
43350by supplying an appropriate @samp{qSupported} response
43351(@pxref{qSupported}).
43352@end table
43353
43354@item qXfer:@var{object}:@var{operation}:@dots{}
43355Requests of this form may be added in the future. When a stub does
43356not recognize the @var{object} keyword, or its support for
43357@var{object} does not recognize the @var{operation} keyword, the stub
43358must respond with an empty packet.
43359
43360@item qAttached:@var{pid}
43361@cindex query attached, remote request
43362@cindex @samp{qAttached} packet
43363Return an indication of whether the remote server attached to an
43364existing process or created a new process. When the multiprocess
43365protocol extensions are supported (@pxref{multiprocess extensions}),
43366@var{pid} is an integer in hexadecimal format identifying the target
43367process. Otherwise, @value{GDBN} will omit the @var{pid} field and
43368the query packet will be simplified as @samp{qAttached}.
43369
43370This query is used, for example, to know whether the remote process
43371should be detached or killed when a @value{GDBN} session is ended with
43372the @code{quit} command.
43373
43374Reply:
43375@table @samp
43376@item 1
43377The remote server attached to an existing process.
43378@item 0
43379The remote server created a new process.
43380@item E @var{NN}
43381A badly formed request or an error was encountered.
43382@end table
43383
43384@item Qbtrace:bts
43385Enable branch tracing for the current thread using Branch Trace Store.
43386
43387Reply:
43388@table @samp
43389@item OK
43390Branch tracing has been enabled.
43391@item E.errtext
43392A badly formed request or an error was encountered.
43393@end table
43394
43395@item Qbtrace:pt
43396Enable branch tracing for the current thread using Intel Processor Trace.
43397
43398Reply:
43399@table @samp
43400@item OK
43401Branch tracing has been enabled.
43402@item E.errtext
43403A badly formed request or an error was encountered.
43404@end table
43405
43406@item Qbtrace:off
43407Disable branch tracing for the current thread.
43408
43409Reply:
43410@table @samp
43411@item OK
43412Branch tracing has been disabled.
43413@item E.errtext
43414A badly formed request or an error was encountered.
43415@end table
43416
43417@item Qbtrace-conf:bts:size=@var{value}
43418Set the requested ring buffer size for new threads that use the
43419btrace recording method in bts format.
43420
43421Reply:
43422@table @samp
43423@item OK
43424The ring buffer size has been set.
43425@item E.errtext
43426A badly formed request or an error was encountered.
43427@end table
43428
43429@item Qbtrace-conf:pt:size=@var{value}
43430Set the requested ring buffer size for new threads that use the
43431btrace recording method in pt format.
43432
43433Reply:
43434@table @samp
43435@item OK
43436The ring buffer size has been set.
43437@item E.errtext
43438A badly formed request or an error was encountered.
43439@end table
43440
43441@end table
43442
43443@node Architecture-Specific Protocol Details
43444@section Architecture-Specific Protocol Details
43445
43446This section describes how the remote protocol is applied to specific
43447target architectures. Also see @ref{Standard Target Features}, for
43448details of XML target descriptions for each architecture.
43449
43450@menu
43451* ARM-Specific Protocol Details::
43452* MIPS-Specific Protocol Details::
43453@end menu
43454
43455@node ARM-Specific Protocol Details
43456@subsection @acronym{ARM}-specific Protocol Details
43457
43458@menu
43459* ARM Breakpoint Kinds::
43460@end menu
43461
43462@node ARM Breakpoint Kinds
43463@subsubsection @acronym{ARM} Breakpoint Kinds
43464@cindex breakpoint kinds, @acronym{ARM}
43465
43466These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
43467
43468@table @r
43469
43470@item 2
4347116-bit Thumb mode breakpoint.
43472
43473@item 3
4347432-bit Thumb mode (Thumb-2) breakpoint.
43475
43476@item 4
4347732-bit @acronym{ARM} mode breakpoint.
43478
43479@end table
43480
43481@node MIPS-Specific Protocol Details
43482@subsection @acronym{MIPS}-specific Protocol Details
43483
43484@menu
43485* MIPS Register packet Format::
43486* MIPS Breakpoint Kinds::
43487@end menu
43488
43489@node MIPS Register packet Format
43490@subsubsection @acronym{MIPS} Register Packet Format
43491@cindex register packet format, @acronym{MIPS}
43492
43493The following @code{g}/@code{G} packets have previously been defined.
43494In the below, some thirty-two bit registers are transferred as
43495sixty-four bits. Those registers should be zero/sign extended (which?)
43496to fill the space allocated. Register bytes are transferred in target
43497byte order. The two nibbles within a register byte are transferred
43498most-significant -- least-significant.
43499
43500@table @r
43501
43502@item MIPS32
43503All registers are transferred as thirty-two bit quantities in the order:
4350432 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
43505registers; fsr; fir; fp.
43506
43507@item MIPS64
43508All registers are transferred as sixty-four bit quantities (including
43509thirty-two bit registers such as @code{sr}). The ordering is the same
43510as @code{MIPS32}.
43511
43512@end table
43513
43514@node MIPS Breakpoint Kinds
43515@subsubsection @acronym{MIPS} Breakpoint Kinds
43516@cindex breakpoint kinds, @acronym{MIPS}
43517
43518These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
43519
43520@table @r
43521
43522@item 2
4352316-bit @acronym{MIPS16} mode breakpoint.
43524
43525@item 3
4352616-bit @acronym{microMIPS} mode breakpoint.
43527
43528@item 4
4352932-bit standard @acronym{MIPS} mode breakpoint.
43530
43531@item 5
4353232-bit @acronym{microMIPS} mode breakpoint.
43533
43534@end table
43535
43536@node Tracepoint Packets
43537@section Tracepoint Packets
43538@cindex tracepoint packets
43539@cindex packets, tracepoint
43540
43541Here we describe the packets @value{GDBN} uses to implement
43542tracepoints (@pxref{Tracepoints}).
43543
43544@table @samp
43545
43546@item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
43547@cindex @samp{QTDP} packet
43548Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
43549is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
43550the tracepoint is disabled. The @var{step} gives the tracepoint's step
43551count, and @var{pass} gives its pass count. If an @samp{F} is present,
43552then the tracepoint is to be a fast tracepoint, and the @var{flen} is
43553the number of bytes that the target should copy elsewhere to make room
43554for the tracepoint. If an @samp{X} is present, it introduces a
43555tracepoint condition, which consists of a hexadecimal length, followed
43556by a comma and hex-encoded bytes, in a manner similar to action
43557encodings as described below. If the trailing @samp{-} is present,
43558further @samp{QTDP} packets will follow to specify this tracepoint's
43559actions.
43560
43561Replies:
43562@table @samp
43563@item OK
43564The packet was understood and carried out.
43565@item qRelocInsn
43566@xref{Tracepoint Packets,,Relocate instruction reply packet}.
43567@item @w{}
43568The packet was not recognized.
43569@end table
43570
43571@item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
43572Define actions to be taken when a tracepoint is hit. The @var{n} and
43573@var{addr} must be the same as in the initial @samp{QTDP} packet for
43574this tracepoint. This packet may only be sent immediately after
43575another @samp{QTDP} packet that ended with a @samp{-}. If the
43576trailing @samp{-} is present, further @samp{QTDP} packets will follow,
43577specifying more actions for this tracepoint.
43578
43579In the series of action packets for a given tracepoint, at most one
43580can have an @samp{S} before its first @var{action}. If such a packet
43581is sent, it and the following packets define ``while-stepping''
43582actions. Any prior packets define ordinary actions --- that is, those
43583taken when the tracepoint is first hit. If no action packet has an
43584@samp{S}, then all the packets in the series specify ordinary
43585tracepoint actions.
43586
43587The @samp{@var{action}@dots{}} portion of the packet is a series of
43588actions, concatenated without separators. Each action has one of the
43589following forms:
43590
43591@table @samp
43592
43593@item R @var{mask}
43594Collect the registers whose bits are set in @var{mask},
43595a hexadecimal number whose @var{i}'th bit is set if register number
43596@var{i} should be collected. (The least significant bit is numbered
43597zero.) Note that @var{mask} may be any number of digits long; it may
43598not fit in a 32-bit word.
43599
43600@item M @var{basereg},@var{offset},@var{len}
43601Collect @var{len} bytes of memory starting at the address in register
43602number @var{basereg}, plus @var{offset}. If @var{basereg} is
43603@samp{-1}, then the range has a fixed address: @var{offset} is the
43604address of the lowest byte to collect. The @var{basereg},
43605@var{offset}, and @var{len} parameters are all unsigned hexadecimal
43606values (the @samp{-1} value for @var{basereg} is a special case).
43607
43608@item X @var{len},@var{expr}
43609Evaluate @var{expr}, whose length is @var{len}, and collect memory as
43610it directs. The agent expression @var{expr} is as described in
43611@ref{Agent Expressions}. Each byte of the expression is encoded as a
43612two-digit hex number in the packet; @var{len} is the number of bytes
43613in the expression (and thus one-half the number of hex digits in the
43614packet).
43615
43616@end table
43617
43618Any number of actions may be packed together in a single @samp{QTDP}
43619packet, as long as the packet does not exceed the maximum packet
43620length (400 bytes, for many stubs). There may be only one @samp{R}
43621action per tracepoint, and it must precede any @samp{M} or @samp{X}
43622actions. Any registers referred to by @samp{M} and @samp{X} actions
43623must be collected by a preceding @samp{R} action. (The
43624``while-stepping'' actions are treated as if they were attached to a
43625separate tracepoint, as far as these restrictions are concerned.)
43626
43627Replies:
43628@table @samp
43629@item OK
43630The packet was understood and carried out.
43631@item qRelocInsn
43632@xref{Tracepoint Packets,,Relocate instruction reply packet}.
43633@item @w{}
43634The packet was not recognized.
43635@end table
43636
43637@item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
43638@cindex @samp{QTDPsrc} packet
43639Specify a source string of tracepoint @var{n} at address @var{addr}.
43640This is useful to get accurate reproduction of the tracepoints
43641originally downloaded at the beginning of the trace run. The @var{type}
43642is the name of the tracepoint part, such as @samp{cond} for the
43643tracepoint's conditional expression (see below for a list of types), while
43644@var{bytes} is the string, encoded in hexadecimal.
43645
43646@var{start} is the offset of the @var{bytes} within the overall source
43647string, while @var{slen} is the total length of the source string.
43648This is intended for handling source strings that are longer than will
43649fit in a single packet.
43650@c Add detailed example when this info is moved into a dedicated
43651@c tracepoint descriptions section.
43652
43653The available string types are @samp{at} for the location,
43654@samp{cond} for the conditional, and @samp{cmd} for an action command.
43655@value{GDBN} sends a separate packet for each command in the action
43656list, in the same order in which the commands are stored in the list.
43657
43658The target does not need to do anything with source strings except
43659report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
43660query packets.
43661
43662Although this packet is optional, and @value{GDBN} will only send it
43663if the target replies with @samp{TracepointSource} @xref{General
43664Query Packets}, it makes both disconnected tracing and trace files
43665much easier to use. Otherwise the user must be careful that the
43666tracepoints in effect while looking at trace frames are identical to
43667the ones in effect during the trace run; even a small discrepancy
43668could cause @samp{tdump} not to work, or a particular trace frame not
43669be found.
43670
43671@item QTDV:@var{n}:@var{value}:@var{builtin}:@var{name}
43672@cindex define trace state variable, remote request
43673@cindex @samp{QTDV} packet
43674Create a new trace state variable, number @var{n}, with an initial
43675value of @var{value}, which is a 64-bit signed integer. Both @var{n}
43676and @var{value} are encoded as hexadecimal values. @value{GDBN} has
43677the option of not using this packet for initial values of zero; the
43678target should simply create the trace state variables as they are
43679mentioned in expressions. The value @var{builtin} should be 1 (one)
43680if the trace state variable is builtin and 0 (zero) if it is not builtin.
43681@value{GDBN} only sets @var{builtin} to 1 if a previous @samp{qTfV} or
43682@samp{qTsV} packet had it set. The contents of @var{name} is the
43683hex-encoded name (without the leading @samp{$}) of the trace state
43684variable.
43685
43686@item QTFrame:@var{n}
43687@cindex @samp{QTFrame} packet
43688Select the @var{n}'th tracepoint frame from the buffer, and use the
43689register and memory contents recorded there to answer subsequent
43690request packets from @value{GDBN}.
43691
43692A successful reply from the stub indicates that the stub has found the
43693requested frame. The response is a series of parts, concatenated
43694without separators, describing the frame we selected. Each part has
43695one of the following forms:
43696
43697@table @samp
43698@item F @var{f}
43699The selected frame is number @var{n} in the trace frame buffer;
43700@var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
43701was no frame matching the criteria in the request packet.
43702
43703@item T @var{t}
43704The selected trace frame records a hit of tracepoint number @var{t};
43705@var{t} is a hexadecimal number.
43706
43707@end table
43708
43709@item QTFrame:pc:@var{addr}
43710Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43711currently selected frame whose PC is @var{addr};
43712@var{addr} is a hexadecimal number.
43713
43714@item QTFrame:tdp:@var{t}
43715Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43716currently selected frame that is a hit of tracepoint @var{t}; @var{t}
43717is a hexadecimal number.
43718
43719@item QTFrame:range:@var{start}:@var{end}
43720Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
43721currently selected frame whose PC is between @var{start} (inclusive)
43722and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
43723numbers.
43724
43725@item QTFrame:outside:@var{start}:@var{end}
43726Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
43727frame @emph{outside} the given range of addresses (exclusive).
43728
43729@item qTMinFTPILen
43730@cindex @samp{qTMinFTPILen} packet
43731This packet requests the minimum length of instruction at which a fast
43732tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
43733the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
43734it depends on the target system being able to create trampolines in
43735the first 64K of memory, which might or might not be possible for that
43736system. So the reply to this packet will be 4 if it is able to
43737arrange for that.
43738
43739Replies:
43740
43741@table @samp
43742@item 0
43743The minimum instruction length is currently unknown.
43744@item @var{length}
43745The minimum instruction length is @var{length}, where @var{length}
43746is a hexadecimal number greater or equal to 1. A reply
43747of 1 means that a fast tracepoint may be placed on any instruction
43748regardless of size.
43749@item E
43750An error has occurred.
43751@item @w{}
43752An empty reply indicates that the request is not supported by the stub.
43753@end table
43754
43755@item QTStart
43756@cindex @samp{QTStart} packet
43757Begin the tracepoint experiment. Begin collecting data from
43758tracepoint hits in the trace frame buffer. This packet supports the
43759@samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
43760instruction reply packet}).
43761
43762@item QTStop
43763@cindex @samp{QTStop} packet
43764End the tracepoint experiment. Stop collecting trace frames.
43765
43766@item QTEnable:@var{n}:@var{addr}
43767@anchor{QTEnable}
43768@cindex @samp{QTEnable} packet
43769Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
43770experiment. If the tracepoint was previously disabled, then collection
43771of data from it will resume.
43772
43773@item QTDisable:@var{n}:@var{addr}
43774@anchor{QTDisable}
43775@cindex @samp{QTDisable} packet
43776Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
43777experiment. No more data will be collected from the tracepoint unless
43778@samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
43779
43780@item QTinit
43781@cindex @samp{QTinit} packet
43782Clear the table of tracepoints, and empty the trace frame buffer.
43783
43784@item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
43785@cindex @samp{QTro} packet
43786Establish the given ranges of memory as ``transparent''. The stub
43787will answer requests for these ranges from memory's current contents,
43788if they were not collected as part of the tracepoint hit.
43789
43790@value{GDBN} uses this to mark read-only regions of memory, like those
43791containing program code. Since these areas never change, they should
43792still have the same contents they did when the tracepoint was hit, so
43793there's no reason for the stub to refuse to provide their contents.
43794
43795@item QTDisconnected:@var{value}
43796@cindex @samp{QTDisconnected} packet
43797Set the choice to what to do with the tracing run when @value{GDBN}
43798disconnects from the target. A @var{value} of 1 directs the target to
43799continue the tracing run, while 0 tells the target to stop tracing if
43800@value{GDBN} is no longer in the picture.
43801
43802@item qTStatus
43803@cindex @samp{qTStatus} packet
43804Ask the stub if there is a trace experiment running right now.
43805
43806The reply has the form:
43807
43808@table @samp
43809
43810@item T@var{running}@r{[};@var{field}@r{]}@dots{}
43811@var{running} is a single digit @code{1} if the trace is presently
43812running, or @code{0} if not. It is followed by semicolon-separated
43813optional fields that an agent may use to report additional status.
43814
43815@end table
43816
43817If the trace is not running, the agent may report any of several
43818explanations as one of the optional fields:
43819
43820@table @samp
43821
43822@item tnotrun:0
43823No trace has been run yet.
43824
43825@item tstop[:@var{text}]:0
43826The trace was stopped by a user-originated stop command. The optional
43827@var{text} field is a user-supplied string supplied as part of the
43828stop command (for instance, an explanation of why the trace was
43829stopped manually). It is hex-encoded.
43830
43831@item tfull:0
43832The trace stopped because the trace buffer filled up.
43833
43834@item tdisconnected:0
43835The trace stopped because @value{GDBN} disconnected from the target.
43836
43837@item tpasscount:@var{tpnum}
43838The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
43839
43840@item terror:@var{text}:@var{tpnum}
43841The trace stopped because tracepoint @var{tpnum} had an error. The
43842string @var{text} is available to describe the nature of the error
43843(for instance, a divide by zero in the condition expression); it
43844is hex encoded.
43845
43846@item tunknown:0
43847The trace stopped for some other reason.
43848
43849@end table
43850
43851Additional optional fields supply statistical and other information.
43852Although not required, they are extremely useful for users monitoring
43853the progress of a trace run. If a trace has stopped, and these
43854numbers are reported, they must reflect the state of the just-stopped
43855trace.
43856
43857@table @samp
43858
43859@item tframes:@var{n}
43860The number of trace frames in the buffer.
43861
43862@item tcreated:@var{n}
43863The total number of trace frames created during the run. This may
43864be larger than the trace frame count, if the buffer is circular.
43865
43866@item tsize:@var{n}
43867The total size of the trace buffer, in bytes.
43868
43869@item tfree:@var{n}
43870The number of bytes still unused in the buffer.
43871
43872@item circular:@var{n}
43873The value of the circular trace buffer flag. @code{1} means that the
43874trace buffer is circular and old trace frames will be discarded if
43875necessary to make room, @code{0} means that the trace buffer is linear
43876and may fill up.
43877
43878@item disconn:@var{n}
43879The value of the disconnected tracing flag. @code{1} means that
43880tracing will continue after @value{GDBN} disconnects, @code{0} means
43881that the trace run will stop.
43882
43883@end table
43884
43885@item qTP:@var{tp}:@var{addr}
43886@cindex tracepoint status, remote request
43887@cindex @samp{qTP} packet
43888Ask the stub for the current state of tracepoint number @var{tp} at
43889address @var{addr}.
43890
43891Replies:
43892@table @samp
43893@item V@var{hits}:@var{usage}
43894The tracepoint has been hit @var{hits} times so far during the trace
43895run, and accounts for @var{usage} in the trace buffer. Note that
43896@code{while-stepping} steps are not counted as separate hits, but the
43897steps' space consumption is added into the usage number.
43898
43899@end table
43900
43901@item qTV:@var{var}
43902@cindex trace state variable value, remote request
43903@cindex @samp{qTV} packet
43904Ask the stub for the value of the trace state variable number @var{var}.
43905
43906Replies:
43907@table @samp
43908@item V@var{value}
43909The value of the variable is @var{value}. This will be the current
43910value of the variable if the user is examining a running target, or a
43911saved value if the variable was collected in the trace frame that the
43912user is looking at. Note that multiple requests may result in
43913different reply values, such as when requesting values while the
43914program is running.
43915
43916@item U
43917The value of the variable is unknown. This would occur, for example,
43918if the user is examining a trace frame in which the requested variable
43919was not collected.
43920@end table
43921
43922@item qTfP
43923@cindex @samp{qTfP} packet
43924@itemx qTsP
43925@cindex @samp{qTsP} packet
43926These packets request data about tracepoints that are being used by
43927the target. @value{GDBN} sends @code{qTfP} to get the first piece
43928of data, and multiple @code{qTsP} to get additional pieces. Replies
43929to these packets generally take the form of the @code{QTDP} packets
43930that define tracepoints. (FIXME add detailed syntax)
43931
43932@item qTfV
43933@cindex @samp{qTfV} packet
43934@itemx qTsV
43935@cindex @samp{qTsV} packet
43936These packets request data about trace state variables that are on the
43937target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
43938and multiple @code{qTsV} to get additional variables. Replies to
43939these packets follow the syntax of the @code{QTDV} packets that define
43940trace state variables.
43941
43942@item qTfSTM
43943@itemx qTsSTM
43944@anchor{qTfSTM}
43945@anchor{qTsSTM}
43946@cindex @samp{qTfSTM} packet
43947@cindex @samp{qTsSTM} packet
43948These packets request data about static tracepoint markers that exist
43949in the target program. @value{GDBN} sends @code{qTfSTM} to get the
43950first piece of data, and multiple @code{qTsSTM} to get additional
43951pieces. Replies to these packets take the following form:
43952
43953Reply:
43954@table @samp
43955@item m @var{address}:@var{id}:@var{extra}
43956A single marker
43957@item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
43958a comma-separated list of markers
43959@item l
43960(lower case letter @samp{L}) denotes end of list.
43961@item E @var{nn}
43962An error occurred. The error number @var{nn} is given as hex digits.
43963@item @w{}
43964An empty reply indicates that the request is not supported by the
43965stub.
43966@end table
43967
43968The @var{address} is encoded in hex;
43969@var{id} and @var{extra} are strings encoded in hex.
43970
43971In response to each query, the target will reply with a list of one or
43972more markers, separated by commas. @value{GDBN} will respond to each
43973reply with a request for more markers (using the @samp{qs} form of the
43974query), until the target responds with @samp{l} (lower-case ell, for
43975@dfn{last}).
43976
43977@item qTSTMat:@var{address}
43978@anchor{qTSTMat}
43979@cindex @samp{qTSTMat} packet
43980This packets requests data about static tracepoint markers in the
43981target program at @var{address}. Replies to this packet follow the
43982syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
43983tracepoint markers.
43984
43985@item QTSave:@var{filename}
43986@cindex @samp{QTSave} packet
43987This packet directs the target to save trace data to the file name
43988@var{filename} in the target's filesystem. The @var{filename} is encoded
43989as a hex string; the interpretation of the file name (relative vs
43990absolute, wild cards, etc) is up to the target.
43991
43992@item qTBuffer:@var{offset},@var{len}
43993@cindex @samp{qTBuffer} packet
43994Return up to @var{len} bytes of the current contents of trace buffer,
43995starting at @var{offset}. The trace buffer is treated as if it were
43996a contiguous collection of traceframes, as per the trace file format.
43997The reply consists as many hex-encoded bytes as the target can deliver
43998in a packet; it is not an error to return fewer than were asked for.
43999A reply consisting of just @code{l} indicates that no bytes are
44000available.
44001
44002@item QTBuffer:circular:@var{value}
44003This packet directs the target to use a circular trace buffer if
44004@var{value} is 1, or a linear buffer if the value is 0.
44005
44006@item QTBuffer:size:@var{size}
44007@anchor{QTBuffer-size}
44008@cindex @samp{QTBuffer size} packet
44009This packet directs the target to make the trace buffer be of size
44010@var{size} if possible. A value of @code{-1} tells the target to
44011use whatever size it prefers.
44012
44013@item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
44014@cindex @samp{QTNotes} packet
44015This packet adds optional textual notes to the trace run. Allowable
44016types include @code{user}, @code{notes}, and @code{tstop}, the
44017@var{text} fields are arbitrary strings, hex-encoded.
44018
44019@end table
44020
44021@subsection Relocate instruction reply packet
44022When installing fast tracepoints in memory, the target may need to
44023relocate the instruction currently at the tracepoint address to a
44024different address in memory. For most instructions, a simple copy is
44025enough, but, for example, call instructions that implicitly push the
44026return address on the stack, and relative branches or other
44027PC-relative instructions require offset adjustment, so that the effect
44028of executing the instruction at a different address is the same as if
44029it had executed in the original location.
44030
44031In response to several of the tracepoint packets, the target may also
44032respond with a number of intermediate @samp{qRelocInsn} request
44033packets before the final result packet, to have @value{GDBN} handle
44034this relocation operation. If a packet supports this mechanism, its
44035documentation will explicitly say so. See for example the above
44036descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
44037format of the request is:
44038
44039@table @samp
44040@item qRelocInsn:@var{from};@var{to}
44041
44042This requests @value{GDBN} to copy instruction at address @var{from}
44043to address @var{to}, possibly adjusted so that executing the
44044instruction at @var{to} has the same effect as executing it at
44045@var{from}. @value{GDBN} writes the adjusted instruction to target
44046memory starting at @var{to}.
44047@end table
44048
44049Replies:
44050@table @samp
44051@item qRelocInsn:@var{adjusted_size}
44052Informs the stub the relocation is complete. The @var{adjusted_size} is
44053the length in bytes of resulting relocated instruction sequence.
44054@item E @var{NN}
44055A badly formed request was detected, or an error was encountered while
44056relocating the instruction.
44057@end table
44058
44059@node Host I/O Packets
44060@section Host I/O Packets
44061@cindex Host I/O, remote protocol
44062@cindex file transfer, remote protocol
44063
44064The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
44065operations on the far side of a remote link. For example, Host I/O is
44066used to upload and download files to a remote target with its own
44067filesystem. Host I/O uses the same constant values and data structure
44068layout as the target-initiated File-I/O protocol. However, the
44069Host I/O packets are structured differently. The target-initiated
44070protocol relies on target memory to store parameters and buffers.
44071Host I/O requests are initiated by @value{GDBN}, and the
44072target's memory is not involved. @xref{File-I/O Remote Protocol
44073Extension}, for more details on the target-initiated protocol.
44074
44075The Host I/O request packets all encode a single operation along with
44076its arguments. They have this format:
44077
44078@table @samp
44079
44080@item vFile:@var{operation}: @var{parameter}@dots{}
44081@var{operation} is the name of the particular request; the target
44082should compare the entire packet name up to the second colon when checking
44083for a supported operation. The format of @var{parameter} depends on
44084the operation. Numbers are always passed in hexadecimal. Negative
44085numbers have an explicit minus sign (i.e.@: two's complement is not
44086used). Strings (e.g.@: filenames) are encoded as a series of
44087hexadecimal bytes. The last argument to a system call may be a
44088buffer of escaped binary data (@pxref{Binary Data}).
44089
44090@end table
44091
44092The valid responses to Host I/O packets are:
44093
44094@table @samp
44095
44096@item F @var{result} [, @var{errno}] [; @var{attachment}]
44097@var{result} is the integer value returned by this operation, usually
44098non-negative for success and -1 for errors. If an error has occured,
44099@var{errno} will be included in the result specifying a
44100value defined by the File-I/O protocol (@pxref{Errno Values}). For
44101operations which return data, @var{attachment} supplies the data as a
44102binary buffer. Binary buffers in response packets are escaped in the
44103normal way (@pxref{Binary Data}). See the individual packet
44104documentation for the interpretation of @var{result} and
44105@var{attachment}.
44106
44107@item @w{}
44108An empty response indicates that this operation is not recognized.
44109
44110@end table
44111
44112These are the supported Host I/O operations:
44113
44114@table @samp
44115@item vFile:open: @var{filename}, @var{flags}, @var{mode}
44116Open a file at @var{filename} and return a file descriptor for it, or
44117return -1 if an error occurs. The @var{filename} is a string,
44118@var{flags} is an integer indicating a mask of open flags
44119(@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
44120of mode bits to use if the file is created (@pxref{mode_t Values}).
44121@xref{open}, for details of the open flags and mode values.
44122
44123@item vFile:close: @var{fd}
44124Close the open file corresponding to @var{fd} and return 0, or
44125-1 if an error occurs.
44126
44127@item vFile:pread: @var{fd}, @var{count}, @var{offset}
44128Read data from the open file corresponding to @var{fd}. Up to
44129@var{count} bytes will be read from the file, starting at @var{offset}
44130relative to the start of the file. The target may read fewer bytes;
44131common reasons include packet size limits and an end-of-file
44132condition. The number of bytes read is returned. Zero should only be
44133returned for a successful read at the end of the file, or if
44134@var{count} was zero.
44135
44136The data read should be returned as a binary attachment on success.
44137If zero bytes were read, the response should include an empty binary
44138attachment (i.e.@: a trailing semicolon). The return value is the
44139number of target bytes read; the binary attachment may be longer if
44140some characters were escaped.
44141
44142@item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
44143Write @var{data} (a binary buffer) to the open file corresponding
44144to @var{fd}. Start the write at @var{offset} from the start of the
44145file. Unlike many @code{write} system calls, there is no
44146separate @var{count} argument; the length of @var{data} in the
44147packet is used. @samp{vFile:pwrite} returns the number of bytes written,
44148which may be shorter than the length of @var{data}, or -1 if an
44149error occurred.
44150
44151@item vFile:fstat: @var{fd}
44152Get information about the open file corresponding to @var{fd}.
44153On success the information is returned as a binary attachment
44154and the return value is the size of this attachment in bytes.
44155If an error occurs the return value is -1. The format of the
44156returned binary attachment is as described in @ref{struct stat}.
44157
44158@item vFile:unlink: @var{filename}
44159Delete the file at @var{filename} on the target. Return 0,
44160or -1 if an error occurs. The @var{filename} is a string.
44161
44162@item vFile:readlink: @var{filename}
44163Read value of symbolic link @var{filename} on the target. Return
44164the number of bytes read, or -1 if an error occurs.
44165
44166The data read should be returned as a binary attachment on success.
44167If zero bytes were read, the response should include an empty binary
44168attachment (i.e.@: a trailing semicolon). The return value is the
44169number of target bytes read; the binary attachment may be longer if
44170some characters were escaped.
44171
44172@item vFile:setfs: @var{pid}
44173Select the filesystem on which @code{vFile} operations with
44174@var{filename} arguments will operate. This is required for
44175@value{GDBN} to be able to access files on remote targets where
44176the remote stub does not share a common filesystem with the
44177inferior(s).
44178
44179If @var{pid} is nonzero, select the filesystem as seen by process
44180@var{pid}. If @var{pid} is zero, select the filesystem as seen by
44181the remote stub. Return 0 on success, or -1 if an error occurs.
44182If @code{vFile:setfs:} indicates success, the selected filesystem
44183remains selected until the next successful @code{vFile:setfs:}
44184operation.
44185
44186@end table
44187
44188@node Interrupts
44189@section Interrupts
44190@cindex interrupts (remote protocol)
44191@anchor{interrupting remote targets}
44192
44193In all-stop mode, when a program on the remote target is running,
44194@value{GDBN} may attempt to interrupt it by sending a @samp{Ctrl-C},
44195@code{BREAK} or a @code{BREAK} followed by @code{g}, control of which
44196is specified via @value{GDBN}'s @samp{interrupt-sequence}.
44197
44198The precise meaning of @code{BREAK} is defined by the transport
44199mechanism and may, in fact, be undefined. @value{GDBN} does not
44200currently define a @code{BREAK} mechanism for any of the network
44201interfaces except for TCP, in which case @value{GDBN} sends the
44202@code{telnet} BREAK sequence.
44203
44204@samp{Ctrl-C}, on the other hand, is defined and implemented for all
44205transport mechanisms. It is represented by sending the single byte
44206@code{0x03} without any of the usual packet overhead described in
44207the Overview section (@pxref{Overview}). When a @code{0x03} byte is
44208transmitted as part of a packet, it is considered to be packet data
44209and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
44210(@pxref{X packet}), used for binary downloads, may include an unescaped
44211@code{0x03} as part of its packet.
44212
44213@code{BREAK} followed by @code{g} is also known as Magic SysRq g.
44214When Linux kernel receives this sequence from serial port,
44215it stops execution and connects to gdb.
44216
44217In non-stop mode, because packet resumptions are asynchronous
44218(@pxref{vCont packet}), @value{GDBN} is always free to send a remote
44219command to the remote stub, even when the target is running. For that
44220reason, @value{GDBN} instead sends a regular packet (@pxref{vCtrlC
44221packet}) with the usual packet framing instead of the single byte
44222@code{0x03}.
44223
44224Stubs are not required to recognize these interrupt mechanisms and the
44225precise meaning associated with receipt of the interrupt is
44226implementation defined. If the target supports debugging of multiple
44227threads and/or processes, it should attempt to interrupt all
44228currently-executing threads and processes.
44229If the stub is successful at interrupting the
44230running program, it should send one of the stop
44231reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
44232of successfully stopping the program in all-stop mode, and a stop reply
44233for each stopped thread in non-stop mode.
44234Interrupts received while the
44235program is stopped are queued and the program will be interrupted when
44236it is resumed next time.
44237
44238@node Notification Packets
44239@section Notification Packets
44240@cindex notification packets
44241@cindex packets, notification
44242
44243The @value{GDBN} remote serial protocol includes @dfn{notifications},
44244packets that require no acknowledgment. Both the GDB and the stub
44245may send notifications (although the only notifications defined at
44246present are sent by the stub). Notifications carry information
44247without incurring the round-trip latency of an acknowledgment, and so
44248are useful for low-impact communications where occasional packet loss
44249is not a problem.
44250
44251A notification packet has the form @samp{% @var{data} #
44252@var{checksum}}, where @var{data} is the content of the notification,
44253and @var{checksum} is a checksum of @var{data}, computed and formatted
44254as for ordinary @value{GDBN} packets. A notification's @var{data}
44255never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
44256receiving a notification, the recipient sends no @samp{+} or @samp{-}
44257to acknowledge the notification's receipt or to report its corruption.
44258
44259Every notification's @var{data} begins with a name, which contains no
44260colon characters, followed by a colon character.
44261
44262Recipients should silently ignore corrupted notifications and
44263notifications they do not understand. Recipients should restart
44264timeout periods on receipt of a well-formed notification, whether or
44265not they understand it.
44266
44267Senders should only send the notifications described here when this
44268protocol description specifies that they are permitted. In the
44269future, we may extend the protocol to permit existing notifications in
44270new contexts; this rule helps older senders avoid confusing newer
44271recipients.
44272
44273(Older versions of @value{GDBN} ignore bytes received until they see
44274the @samp{$} byte that begins an ordinary packet, so new stubs may
44275transmit notifications without fear of confusing older clients. There
44276are no notifications defined for @value{GDBN} to send at the moment, but we
44277assume that most older stubs would ignore them, as well.)
44278
44279Each notification is comprised of three parts:
44280@table @samp
44281@item @var{name}:@var{event}
44282The notification packet is sent by the side that initiates the
44283exchange (currently, only the stub does that), with @var{event}
44284carrying the specific information about the notification, and
44285@var{name} specifying the name of the notification.
44286@item @var{ack}
44287The acknowledge sent by the other side, usually @value{GDBN}, to
44288acknowledge the exchange and request the event.
44289@end table
44290
44291The purpose of an asynchronous notification mechanism is to report to
44292@value{GDBN} that something interesting happened in the remote stub.
44293
44294The remote stub may send notification @var{name}:@var{event}
44295at any time, but @value{GDBN} acknowledges the notification when
44296appropriate. The notification event is pending before @value{GDBN}
44297acknowledges. Only one notification at a time may be pending; if
44298additional events occur before @value{GDBN} has acknowledged the
44299previous notification, they must be queued by the stub for later
44300synchronous transmission in response to @var{ack} packets from
44301@value{GDBN}. Because the notification mechanism is unreliable,
44302the stub is permitted to resend a notification if it believes
44303@value{GDBN} may not have received it.
44304
44305Specifically, notifications may appear when @value{GDBN} is not
44306otherwise reading input from the stub, or when @value{GDBN} is
44307expecting to read a normal synchronous response or a
44308@samp{+}/@samp{-} acknowledgment to a packet it has sent.
44309Notification packets are distinct from any other communication from
44310the stub so there is no ambiguity.
44311
44312After receiving a notification, @value{GDBN} shall acknowledge it by
44313sending a @var{ack} packet as a regular, synchronous request to the
44314stub. Such acknowledgment is not required to happen immediately, as
44315@value{GDBN} is permitted to send other, unrelated packets to the
44316stub first, which the stub should process normally.
44317
44318Upon receiving a @var{ack} packet, if the stub has other queued
44319events to report to @value{GDBN}, it shall respond by sending a
44320normal @var{event}. @value{GDBN} shall then send another @var{ack}
44321packet to solicit further responses; again, it is permitted to send
44322other, unrelated packets as well which the stub should process
44323normally.
44324
44325If the stub receives a @var{ack} packet and there are no additional
44326@var{event} to report, the stub shall return an @samp{OK} response.
44327At this point, @value{GDBN} has finished processing a notification
44328and the stub has completed sending any queued events. @value{GDBN}
44329won't accept any new notifications until the final @samp{OK} is
44330received . If further notification events occur, the stub shall send
44331a new notification, @value{GDBN} shall accept the notification, and
44332the process shall be repeated.
44333
44334The process of asynchronous notification can be illustrated by the
44335following example:
44336@smallexample
44337<- @code{%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
44338@code{...}
44339-> @code{vStopped}
44340<- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
44341-> @code{vStopped}
44342<- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
44343-> @code{vStopped}
44344<- @code{OK}
44345@end smallexample
44346
44347The following notifications are defined:
44348@multitable @columnfractions 0.12 0.12 0.38 0.38
44349
44350@item Notification
44351@tab Ack
44352@tab Event
44353@tab Description
44354
44355@item Stop
44356@tab vStopped
44357@tab @var{reply}. The @var{reply} has the form of a stop reply, as
44358described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
44359for information on how these notifications are acknowledged by
44360@value{GDBN}.
44361@tab Report an asynchronous stop event in non-stop mode.
44362
44363@end multitable
44364
44365@node Remote Non-Stop
44366@section Remote Protocol Support for Non-Stop Mode
44367
44368@value{GDBN}'s remote protocol supports non-stop debugging of
44369multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
44370supports non-stop mode, it should report that to @value{GDBN} by including
44371@samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
44372
44373@value{GDBN} typically sends a @samp{QNonStop} packet only when
44374establishing a new connection with the stub. Entering non-stop mode
44375does not alter the state of any currently-running threads, but targets
44376must stop all threads in any already-attached processes when entering
44377all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
44378probe the target state after a mode change.
44379
44380In non-stop mode, when an attached process encounters an event that
44381would otherwise be reported with a stop reply, it uses the
44382asynchronous notification mechanism (@pxref{Notification Packets}) to
44383inform @value{GDBN}. In contrast to all-stop mode, where all threads
44384in all processes are stopped when a stop reply is sent, in non-stop
44385mode only the thread reporting the stop event is stopped. That is,
44386when reporting a @samp{S} or @samp{T} response to indicate completion
44387of a step operation, hitting a breakpoint, or a fault, only the
44388affected thread is stopped; any other still-running threads continue
44389to run. When reporting a @samp{W} or @samp{X} response, all running
44390threads belonging to other attached processes continue to run.
44391
44392In non-stop mode, the target shall respond to the @samp{?} packet as
44393follows. First, any incomplete stop reply notification/@samp{vStopped}
44394sequence in progress is abandoned. The target must begin a new
44395sequence reporting stop events for all stopped threads, whether or not
44396it has previously reported those events to @value{GDBN}. The first
44397stop reply is sent as a synchronous reply to the @samp{?} packet, and
44398subsequent stop replies are sent as responses to @samp{vStopped} packets
44399using the mechanism described above. The target must not send
44400asynchronous stop reply notifications until the sequence is complete.
44401If all threads are running when the target receives the @samp{?} packet,
44402or if the target is not attached to any process, it shall respond
44403@samp{OK}.
44404
44405If the stub supports non-stop mode, it should also support the
44406@samp{swbreak} stop reason if software breakpoints are supported, and
44407the @samp{hwbreak} stop reason if hardware breakpoints are supported
44408(@pxref{swbreak stop reason}). This is because given the asynchronous
44409nature of non-stop mode, between the time a thread hits a breakpoint
44410and the time the event is finally processed by @value{GDBN}, the
44411breakpoint may have already been removed from the target. Due to
44412this, @value{GDBN} needs to be able to tell whether a trap stop was
44413caused by a delayed breakpoint event, which should be ignored, as
44414opposed to a random trap signal, which should be reported to the user.
44415Note the @samp{swbreak} feature implies that the target is responsible
44416for adjusting the PC when a software breakpoint triggers, if
44417necessary, such as on the x86 architecture.
44418
44419@node Packet Acknowledgment
44420@section Packet Acknowledgment
44421
44422@cindex acknowledgment, for @value{GDBN} remote
44423@cindex packet acknowledgment, for @value{GDBN} remote
44424By default, when either the host or the target machine receives a packet,
44425the first response expected is an acknowledgment: either @samp{+} (to indicate
44426the package was received correctly) or @samp{-} (to request retransmission).
44427This mechanism allows the @value{GDBN} remote protocol to operate over
44428unreliable transport mechanisms, such as a serial line.
44429
44430In cases where the transport mechanism is itself reliable (such as a pipe or
44431TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
44432It may be desirable to disable them in that case to reduce communication
44433overhead, or for other reasons. This can be accomplished by means of the
44434@samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
44435
44436When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
44437expect @samp{+}/@samp{-} protocol acknowledgments. The packet
44438and response format still includes the normal checksum, as described in
44439@ref{Overview}, but the checksum may be ignored by the receiver.
44440
44441If the stub supports @samp{QStartNoAckMode} and prefers to operate in
44442no-acknowledgment mode, it should report that to @value{GDBN}
44443by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
44444@pxref{qSupported}.
44445If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
44446disabled via the @code{set remote noack-packet off} command
44447(@pxref{Remote Configuration}),
44448@value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
44449Only then may the stub actually turn off packet acknowledgments.
44450@value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
44451response, which can be safely ignored by the stub.
44452
44453Note that @code{set remote noack-packet} command only affects negotiation
44454between @value{GDBN} and the stub when subsequent connections are made;
44455it does not affect the protocol acknowledgment state for any current
44456connection.
44457Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
44458new connection is established,
44459there is also no protocol request to re-enable the acknowledgments
44460for the current connection, once disabled.
44461
44462@node Examples
44463@section Examples
44464
44465Example sequence of a target being re-started. Notice how the restart
44466does not get any direct output:
44467
44468@smallexample
44469-> @code{R00}
44470<- @code{+}
44471@emph{target restarts}
44472-> @code{?}
44473<- @code{+}
44474<- @code{T001:1234123412341234}
44475-> @code{+}
44476@end smallexample
44477
44478Example sequence of a target being stepped by a single instruction:
44479
44480@smallexample
44481-> @code{G1445@dots{}}
44482<- @code{+}
44483-> @code{s}
44484<- @code{+}
44485@emph{time passes}
44486<- @code{T001:1234123412341234}
44487-> @code{+}
44488-> @code{g}
44489<- @code{+}
44490<- @code{1455@dots{}}
44491-> @code{+}
44492@end smallexample
44493
44494@node File-I/O Remote Protocol Extension
44495@section File-I/O Remote Protocol Extension
44496@cindex File-I/O remote protocol extension
44497
44498@menu
44499* File-I/O Overview::
44500* Protocol Basics::
44501* The F Request Packet::
44502* The F Reply Packet::
44503* The Ctrl-C Message::
44504* Console I/O::
44505* List of Supported Calls::
44506* Protocol-specific Representation of Datatypes::
44507* Constants::
44508* File-I/O Examples::
44509@end menu
44510
44511@node File-I/O Overview
44512@subsection File-I/O Overview
44513@cindex file-i/o overview
44514
44515The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
44516target to use the host's file system and console I/O to perform various
44517system calls. System calls on the target system are translated into a
44518remote protocol packet to the host system, which then performs the needed
44519actions and returns a response packet to the target system.
44520This simulates file system operations even on targets that lack file systems.
44521
44522The protocol is defined to be independent of both the host and target systems.
44523It uses its own internal representation of datatypes and values. Both
44524@value{GDBN} and the target's @value{GDBN} stub are responsible for
44525translating the system-dependent value representations into the internal
44526protocol representations when data is transmitted.
44527
44528The communication is synchronous. A system call is possible only when
44529@value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
44530or @samp{s} packets. While @value{GDBN} handles the request for a system call,
44531the target is stopped to allow deterministic access to the target's
44532memory. Therefore File-I/O is not interruptible by target signals. On
44533the other hand, it is possible to interrupt File-I/O by a user interrupt
44534(@samp{Ctrl-C}) within @value{GDBN}.
44535
44536The target's request to perform a host system call does not finish
44537the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
44538after finishing the system call, the target returns to continuing the
44539previous activity (continue, step). No additional continue or step
44540request from @value{GDBN} is required.
44541
44542@smallexample
44543(@value{GDBP}) continue
44544 <- target requests 'system call X'
44545 target is stopped, @value{GDBN} executes system call
44546 -> @value{GDBN} returns result
44547 ... target continues, @value{GDBN} returns to wait for the target
44548 <- target hits breakpoint and sends a Txx packet
44549@end smallexample
44550
44551The protocol only supports I/O on the console and to regular files on
44552the host file system. Character or block special devices, pipes,
44553named pipes, sockets or any other communication method on the host
44554system are not supported by this protocol.
44555
44556File I/O is not supported in non-stop mode.
44557
44558@node Protocol Basics
44559@subsection Protocol Basics
44560@cindex protocol basics, file-i/o
44561
44562The File-I/O protocol uses the @code{F} packet as the request as well
44563as reply packet. Since a File-I/O system call can only occur when
44564@value{GDBN} is waiting for a response from the continuing or stepping target,
44565the File-I/O request is a reply that @value{GDBN} has to expect as a result
44566of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
44567This @code{F} packet contains all information needed to allow @value{GDBN}
44568to call the appropriate host system call:
44569
44570@itemize @bullet
44571@item
44572A unique identifier for the requested system call.
44573
44574@item
44575All parameters to the system call. Pointers are given as addresses
44576in the target memory address space. Pointers to strings are given as
44577pointer/length pair. Numerical values are given as they are.
44578Numerical control flags are given in a protocol-specific representation.
44579
44580@end itemize
44581
44582At this point, @value{GDBN} has to perform the following actions.
44583
44584@itemize @bullet
44585@item
44586If the parameters include pointer values to data needed as input to a
44587system call, @value{GDBN} requests this data from the target with a
44588standard @code{m} packet request. This additional communication has to be
44589expected by the target implementation and is handled as any other @code{m}
44590packet.
44591
44592@item
44593@value{GDBN} translates all value from protocol representation to host
44594representation as needed. Datatypes are coerced into the host types.
44595
44596@item
44597@value{GDBN} calls the system call.
44598
44599@item
44600It then coerces datatypes back to protocol representation.
44601
44602@item
44603If the system call is expected to return data in buffer space specified
44604by pointer parameters to the call, the data is transmitted to the
44605target using a @code{M} or @code{X} packet. This packet has to be expected
44606by the target implementation and is handled as any other @code{M} or @code{X}
44607packet.
44608
44609@end itemize
44610
44611Eventually @value{GDBN} replies with another @code{F} packet which contains all
44612necessary information for the target to continue. This at least contains
44613
44614@itemize @bullet
44615@item
44616Return value.
44617
44618@item
44619@code{errno}, if has been changed by the system call.
44620
44621@item
44622``Ctrl-C'' flag.
44623
44624@end itemize
44625
44626After having done the needed type and value coercion, the target continues
44627the latest continue or step action.
44628
44629@node The F Request Packet
44630@subsection The @code{F} Request Packet
44631@cindex file-i/o request packet
44632@cindex @code{F} request packet
44633
44634The @code{F} request packet has the following format:
44635
44636@table @samp
44637@item F@var{call-id},@var{parameter@dots{}}
44638
44639@var{call-id} is the identifier to indicate the host system call to be called.
44640This is just the name of the function.
44641
44642@var{parameter@dots{}} are the parameters to the system call.
44643Parameters are hexadecimal integer values, either the actual values in case
44644of scalar datatypes, pointers to target buffer space in case of compound
44645datatypes and unspecified memory areas, or pointer/length pairs in case
44646of string parameters. These are appended to the @var{call-id} as a
44647comma-delimited list. All values are transmitted in ASCII
44648string representation, pointer/length pairs separated by a slash.
44649
44650@end table
44651
44652
44653
44654@node The F Reply Packet
44655@subsection The @code{F} Reply Packet
44656@cindex file-i/o reply packet
44657@cindex @code{F} reply packet
44658
44659The @code{F} reply packet has the following format:
44660
44661@table @samp
44662
44663@item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
44664
44665@var{retcode} is the return code of the system call as hexadecimal value.
44666
44667@var{errno} is the @code{errno} set by the call, in protocol-specific
44668representation.
44669This parameter can be omitted if the call was successful.
44670
44671@var{Ctrl-C flag} is only sent if the user requested a break. In this
44672case, @var{errno} must be sent as well, even if the call was successful.
44673The @var{Ctrl-C flag} itself consists of the character @samp{C}:
44674
44675@smallexample
44676F0,0,C
44677@end smallexample
44678
44679@noindent
44680or, if the call was interrupted before the host call has been performed:
44681
44682@smallexample
44683F-1,4,C
44684@end smallexample
44685
44686@noindent
44687assuming 4 is the protocol-specific representation of @code{EINTR}.
44688
44689@end table
44690
44691
44692@node The Ctrl-C Message
44693@subsection The @samp{Ctrl-C} Message
44694@cindex ctrl-c message, in file-i/o protocol
44695
44696If the @samp{Ctrl-C} flag is set in the @value{GDBN}
44697reply packet (@pxref{The F Reply Packet}),
44698the target should behave as if it had
44699gotten a break message. The meaning for the target is ``system call
44700interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
44701(as with a break message) and return to @value{GDBN} with a @code{T02}
44702packet.
44703
44704It's important for the target to know in which
44705state the system call was interrupted. There are two possible cases:
44706
44707@itemize @bullet
44708@item
44709The system call hasn't been performed on the host yet.
44710
44711@item
44712The system call on the host has been finished.
44713
44714@end itemize
44715
44716These two states can be distinguished by the target by the value of the
44717returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
44718call hasn't been performed. This is equivalent to the @code{EINTR} handling
44719on POSIX systems. In any other case, the target may presume that the
44720system call has been finished --- successfully or not --- and should behave
44721as if the break message arrived right after the system call.
44722
44723@value{GDBN} must behave reliably. If the system call has not been called
44724yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
44725@code{errno} in the packet. If the system call on the host has been finished
44726before the user requests a break, the full action must be finished by
44727@value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
44728The @code{F} packet may only be sent when either nothing has happened
44729or the full action has been completed.
44730
44731@node Console I/O
44732@subsection Console I/O
44733@cindex console i/o as part of file-i/o
44734
44735By default and if not explicitly closed by the target system, the file
44736descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
44737on the @value{GDBN} console is handled as any other file output operation
44738(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
44739by @value{GDBN} so that after the target read request from file descriptor
447400 all following typing is buffered until either one of the following
44741conditions is met:
44742
44743@itemize @bullet
44744@item
44745The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
44746@code{read}
44747system call is treated as finished.
44748
44749@item
44750The user presses @key{RET}. This is treated as end of input with a trailing
44751newline.
44752
44753@item
44754The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
44755character (neither newline nor @samp{Ctrl-D}) is appended to the input.
44756
44757@end itemize
44758
44759If the user has typed more characters than fit in the buffer given to
44760the @code{read} call, the trailing characters are buffered in @value{GDBN} until
44761either another @code{read(0, @dots{})} is requested by the target, or debugging
44762is stopped at the user's request.
44763
44764
44765@node List of Supported Calls
44766@subsection List of Supported Calls
44767@cindex list of supported file-i/o calls
44768
44769@menu
44770* open::
44771* close::
44772* read::
44773* write::
44774* lseek::
44775* rename::
44776* unlink::
44777* stat/fstat::
44778* gettimeofday::
44779* isatty::
44780* system::
44781@end menu
44782
44783@node open
44784@unnumberedsubsubsec open
44785@cindex open, file-i/o system call
44786
44787@table @asis
44788@item Synopsis:
44789@smallexample
44790int open(const char *pathname, int flags);
44791int open(const char *pathname, int flags, mode_t mode);
44792@end smallexample
44793
44794@item Request:
44795@samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
44796
44797@noindent
44798@var{flags} is the bitwise @code{OR} of the following values:
44799
44800@table @code
44801@item O_CREAT
44802If the file does not exist it will be created. The host
44803rules apply as far as file ownership and time stamps
44804are concerned.
44805
44806@item O_EXCL
44807When used with @code{O_CREAT}, if the file already exists it is
44808an error and open() fails.
44809
44810@item O_TRUNC
44811If the file already exists and the open mode allows
44812writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
44813truncated to zero length.
44814
44815@item O_APPEND
44816The file is opened in append mode.
44817
44818@item O_RDONLY
44819The file is opened for reading only.
44820
44821@item O_WRONLY
44822The file is opened for writing only.
44823
44824@item O_RDWR
44825The file is opened for reading and writing.
44826@end table
44827
44828@noindent
44829Other bits are silently ignored.
44830
44831
44832@noindent
44833@var{mode} is the bitwise @code{OR} of the following values:
44834
44835@table @code
44836@item S_IRUSR
44837User has read permission.
44838
44839@item S_IWUSR
44840User has write permission.
44841
44842@item S_IRGRP
44843Group has read permission.
44844
44845@item S_IWGRP
44846Group has write permission.
44847
44848@item S_IROTH
44849Others have read permission.
44850
44851@item S_IWOTH
44852Others have write permission.
44853@end table
44854
44855@noindent
44856Other bits are silently ignored.
44857
44858
44859@item Return value:
44860@code{open} returns the new file descriptor or -1 if an error
44861occurred.
44862
44863@item Errors:
44864
44865@table @code
44866@item EEXIST
44867@var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
44868
44869@item EISDIR
44870@var{pathname} refers to a directory.
44871
44872@item EACCES
44873The requested access is not allowed.
44874
44875@item ENAMETOOLONG
44876@var{pathname} was too long.
44877
44878@item ENOENT
44879A directory component in @var{pathname} does not exist.
44880
44881@item ENODEV
44882@var{pathname} refers to a device, pipe, named pipe or socket.
44883
44884@item EROFS
44885@var{pathname} refers to a file on a read-only filesystem and
44886write access was requested.
44887
44888@item EFAULT
44889@var{pathname} is an invalid pointer value.
44890
44891@item ENOSPC
44892No space on device to create the file.
44893
44894@item EMFILE
44895The process already has the maximum number of files open.
44896
44897@item ENFILE
44898The limit on the total number of files open on the system
44899has been reached.
44900
44901@item EINTR
44902The call was interrupted by the user.
44903@end table
44904
44905@end table
44906
44907@node close
44908@unnumberedsubsubsec close
44909@cindex close, file-i/o system call
44910
44911@table @asis
44912@item Synopsis:
44913@smallexample
44914int close(int fd);
44915@end smallexample
44916
44917@item Request:
44918@samp{Fclose,@var{fd}}
44919
44920@item Return value:
44921@code{close} returns zero on success, or -1 if an error occurred.
44922
44923@item Errors:
44924
44925@table @code
44926@item EBADF
44927@var{fd} isn't a valid open file descriptor.
44928
44929@item EINTR
44930The call was interrupted by the user.
44931@end table
44932
44933@end table
44934
44935@node read
44936@unnumberedsubsubsec read
44937@cindex read, file-i/o system call
44938
44939@table @asis
44940@item Synopsis:
44941@smallexample
44942int read(int fd, void *buf, unsigned int count);
44943@end smallexample
44944
44945@item Request:
44946@samp{Fread,@var{fd},@var{bufptr},@var{count}}
44947
44948@item Return value:
44949On success, the number of bytes read is returned.
44950Zero indicates end of file. If count is zero, read
44951returns zero as well. On error, -1 is returned.
44952
44953@item Errors:
44954
44955@table @code
44956@item EBADF
44957@var{fd} is not a valid file descriptor or is not open for
44958reading.
44959
44960@item EFAULT
44961@var{bufptr} is an invalid pointer value.
44962
44963@item EINTR
44964The call was interrupted by the user.
44965@end table
44966
44967@end table
44968
44969@node write
44970@unnumberedsubsubsec write
44971@cindex write, file-i/o system call
44972
44973@table @asis
44974@item Synopsis:
44975@smallexample
44976int write(int fd, const void *buf, unsigned int count);
44977@end smallexample
44978
44979@item Request:
44980@samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
44981
44982@item Return value:
44983On success, the number of bytes written are returned.
44984Zero indicates nothing was written. On error, -1
44985is returned.
44986
44987@item Errors:
44988
44989@table @code
44990@item EBADF
44991@var{fd} is not a valid file descriptor or is not open for
44992writing.
44993
44994@item EFAULT
44995@var{bufptr} is an invalid pointer value.
44996
44997@item EFBIG
44998An attempt was made to write a file that exceeds the
44999host-specific maximum file size allowed.
45000
45001@item ENOSPC
45002No space on device to write the data.
45003
45004@item EINTR
45005The call was interrupted by the user.
45006@end table
45007
45008@end table
45009
45010@node lseek
45011@unnumberedsubsubsec lseek
45012@cindex lseek, file-i/o system call
45013
45014@table @asis
45015@item Synopsis:
45016@smallexample
45017long lseek (int fd, long offset, int flag);
45018@end smallexample
45019
45020@item Request:
45021@samp{Flseek,@var{fd},@var{offset},@var{flag}}
45022
45023@var{flag} is one of:
45024
45025@table @code
45026@item SEEK_SET
45027The offset is set to @var{offset} bytes.
45028
45029@item SEEK_CUR
45030The offset is set to its current location plus @var{offset}
45031bytes.
45032
45033@item SEEK_END
45034The offset is set to the size of the file plus @var{offset}
45035bytes.
45036@end table
45037
45038@item Return value:
45039On success, the resulting unsigned offset in bytes from
45040the beginning of the file is returned. Otherwise, a
45041value of -1 is returned.
45042
45043@item Errors:
45044
45045@table @code
45046@item EBADF
45047@var{fd} is not a valid open file descriptor.
45048
45049@item ESPIPE
45050@var{fd} is associated with the @value{GDBN} console.
45051
45052@item EINVAL
45053@var{flag} is not a proper value.
45054
45055@item EINTR
45056The call was interrupted by the user.
45057@end table
45058
45059@end table
45060
45061@node rename
45062@unnumberedsubsubsec rename
45063@cindex rename, file-i/o system call
45064
45065@table @asis
45066@item Synopsis:
45067@smallexample
45068int rename(const char *oldpath, const char *newpath);
45069@end smallexample
45070
45071@item Request:
45072@samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
45073
45074@item Return value:
45075On success, zero is returned. On error, -1 is returned.
45076
45077@item Errors:
45078
45079@table @code
45080@item EISDIR
45081@var{newpath} is an existing directory, but @var{oldpath} is not a
45082directory.
45083
45084@item EEXIST
45085@var{newpath} is a non-empty directory.
45086
45087@item EBUSY
45088@var{oldpath} or @var{newpath} is a directory that is in use by some
45089process.
45090
45091@item EINVAL
45092An attempt was made to make a directory a subdirectory
45093of itself.
45094
45095@item ENOTDIR
45096A component used as a directory in @var{oldpath} or new
45097path is not a directory. Or @var{oldpath} is a directory
45098and @var{newpath} exists but is not a directory.
45099
45100@item EFAULT
45101@var{oldpathptr} or @var{newpathptr} are invalid pointer values.
45102
45103@item EACCES
45104No access to the file or the path of the file.
45105
45106@item ENAMETOOLONG
45107
45108@var{oldpath} or @var{newpath} was too long.
45109
45110@item ENOENT
45111A directory component in @var{oldpath} or @var{newpath} does not exist.
45112
45113@item EROFS
45114The file is on a read-only filesystem.
45115
45116@item ENOSPC
45117The device containing the file has no room for the new
45118directory entry.
45119
45120@item EINTR
45121The call was interrupted by the user.
45122@end table
45123
45124@end table
45125
45126@node unlink
45127@unnumberedsubsubsec unlink
45128@cindex unlink, file-i/o system call
45129
45130@table @asis
45131@item Synopsis:
45132@smallexample
45133int unlink(const char *pathname);
45134@end smallexample
45135
45136@item Request:
45137@samp{Funlink,@var{pathnameptr}/@var{len}}
45138
45139@item Return value:
45140On success, zero is returned. On error, -1 is returned.
45141
45142@item Errors:
45143
45144@table @code
45145@item EACCES
45146No access to the file or the path of the file.
45147
45148@item EPERM
45149The system does not allow unlinking of directories.
45150
45151@item EBUSY
45152The file @var{pathname} cannot be unlinked because it's
45153being used by another process.
45154
45155@item EFAULT
45156@var{pathnameptr} is an invalid pointer value.
45157
45158@item ENAMETOOLONG
45159@var{pathname} was too long.
45160
45161@item ENOENT
45162A directory component in @var{pathname} does not exist.
45163
45164@item ENOTDIR
45165A component of the path is not a directory.
45166
45167@item EROFS
45168The file is on a read-only filesystem.
45169
45170@item EINTR
45171The call was interrupted by the user.
45172@end table
45173
45174@end table
45175
45176@node stat/fstat
45177@unnumberedsubsubsec stat/fstat
45178@cindex fstat, file-i/o system call
45179@cindex stat, file-i/o system call
45180
45181@table @asis
45182@item Synopsis:
45183@smallexample
45184int stat(const char *pathname, struct stat *buf);
45185int fstat(int fd, struct stat *buf);
45186@end smallexample
45187
45188@item Request:
45189@samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
45190@samp{Ffstat,@var{fd},@var{bufptr}}
45191
45192@item Return value:
45193On success, zero is returned. On error, -1 is returned.
45194
45195@item Errors:
45196
45197@table @code
45198@item EBADF
45199@var{fd} is not a valid open file.
45200
45201@item ENOENT
45202A directory component in @var{pathname} does not exist or the
45203path is an empty string.
45204
45205@item ENOTDIR
45206A component of the path is not a directory.
45207
45208@item EFAULT
45209@var{pathnameptr} is an invalid pointer value.
45210
45211@item EACCES
45212No access to the file or the path of the file.
45213
45214@item ENAMETOOLONG
45215@var{pathname} was too long.
45216
45217@item EINTR
45218The call was interrupted by the user.
45219@end table
45220
45221@end table
45222
45223@node gettimeofday
45224@unnumberedsubsubsec gettimeofday
45225@cindex gettimeofday, file-i/o system call
45226
45227@table @asis
45228@item Synopsis:
45229@smallexample
45230int gettimeofday(struct timeval *tv, void *tz);
45231@end smallexample
45232
45233@item Request:
45234@samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
45235
45236@item Return value:
45237On success, 0 is returned, -1 otherwise.
45238
45239@item Errors:
45240
45241@table @code
45242@item EINVAL
45243@var{tz} is a non-NULL pointer.
45244
45245@item EFAULT
45246@var{tvptr} and/or @var{tzptr} is an invalid pointer value.
45247@end table
45248
45249@end table
45250
45251@node isatty
45252@unnumberedsubsubsec isatty
45253@cindex isatty, file-i/o system call
45254
45255@table @asis
45256@item Synopsis:
45257@smallexample
45258int isatty(int fd);
45259@end smallexample
45260
45261@item Request:
45262@samp{Fisatty,@var{fd}}
45263
45264@item Return value:
45265Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
45266
45267@item Errors:
45268
45269@table @code
45270@item EINTR
45271The call was interrupted by the user.
45272@end table
45273
45274@end table
45275
45276Note that the @code{isatty} call is treated as a special case: it returns
452771 to the target if the file descriptor is attached
45278to the @value{GDBN} console, 0 otherwise. Implementing through system calls
45279would require implementing @code{ioctl} and would be more complex than
45280needed.
45281
45282
45283@node system
45284@unnumberedsubsubsec system
45285@cindex system, file-i/o system call
45286
45287@table @asis
45288@item Synopsis:
45289@smallexample
45290int system(const char *command);
45291@end smallexample
45292
45293@item Request:
45294@samp{Fsystem,@var{commandptr}/@var{len}}
45295
45296@item Return value:
45297If @var{len} is zero, the return value indicates whether a shell is
45298available. A zero return value indicates a shell is not available.
45299For non-zero @var{len}, the value returned is -1 on error and the
45300return status of the command otherwise. Only the exit status of the
45301command is returned, which is extracted from the host's @code{system}
45302return value by calling @code{WEXITSTATUS(retval)}. In case
45303@file{/bin/sh} could not be executed, 127 is returned.
45304
45305@item Errors:
45306
45307@table @code
45308@item EINTR
45309The call was interrupted by the user.
45310@end table
45311
45312@end table
45313
45314@value{GDBN} takes over the full task of calling the necessary host calls
45315to perform the @code{system} call. The return value of @code{system} on
45316the host is simplified before it's returned
45317to the target. Any termination signal information from the child process
45318is discarded, and the return value consists
45319entirely of the exit status of the called command.
45320
45321Due to security concerns, the @code{system} call is by default refused
45322by @value{GDBN}. The user has to allow this call explicitly with the
45323@code{set remote system-call-allowed 1} command.
45324
45325@table @code
45326@item set remote system-call-allowed
45327@kindex set remote system-call-allowed
45328Control whether to allow the @code{system} calls in the File I/O
45329protocol for the remote target. The default is zero (disabled).
45330
45331@item show remote system-call-allowed
45332@kindex show remote system-call-allowed
45333Show whether the @code{system} calls are allowed in the File I/O
45334protocol.
45335@end table
45336
45337@node Protocol-specific Representation of Datatypes
45338@subsection Protocol-specific Representation of Datatypes
45339@cindex protocol-specific representation of datatypes, in file-i/o protocol
45340
45341@menu
45342* Integral Datatypes::
45343* Pointer Values::
45344* Memory Transfer::
45345* struct stat::
45346* struct timeval::
45347@end menu
45348
45349@node Integral Datatypes
45350@unnumberedsubsubsec Integral Datatypes
45351@cindex integral datatypes, in file-i/o protocol
45352
45353The integral datatypes used in the system calls are @code{int},
45354@code{unsigned int}, @code{long}, @code{unsigned long},
45355@code{mode_t}, and @code{time_t}.
45356
45357@code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
45358implemented as 32 bit values in this protocol.
45359
45360@code{long} and @code{unsigned long} are implemented as 64 bit types.
45361
45362@xref{Limits}, for corresponding MIN and MAX values (similar to those
45363in @file{limits.h}) to allow range checking on host and target.
45364
45365@code{time_t} datatypes are defined as seconds since the Epoch.
45366
45367All integral datatypes transferred as part of a memory read or write of a
45368structured datatype e.g.@: a @code{struct stat} have to be given in big endian
45369byte order.
45370
45371@node Pointer Values
45372@unnumberedsubsubsec Pointer Values
45373@cindex pointer values, in file-i/o protocol
45374
45375Pointers to target data are transmitted as they are. An exception
45376is made for pointers to buffers for which the length isn't
45377transmitted as part of the function call, namely strings. Strings
45378are transmitted as a pointer/length pair, both as hex values, e.g.@:
45379
45380@smallexample
45381@code{1aaf/12}
45382@end smallexample
45383
45384@noindent
45385which is a pointer to data of length 18 bytes at position 0x1aaf.
45386The length is defined as the full string length in bytes, including
45387the trailing null byte. For example, the string @code{"hello world"}
45388at address 0x123456 is transmitted as
45389
45390@smallexample
45391@code{123456/d}
45392@end smallexample
45393
45394@node Memory Transfer
45395@unnumberedsubsubsec Memory Transfer
45396@cindex memory transfer, in file-i/o protocol
45397
45398Structured data which is transferred using a memory read or write (for
45399example, a @code{struct stat}) is expected to be in a protocol-specific format
45400with all scalar multibyte datatypes being big endian. Translation to
45401this representation needs to be done both by the target before the @code{F}
45402packet is sent, and by @value{GDBN} before
45403it transfers memory to the target. Transferred pointers to structured
45404data should point to the already-coerced data at any time.
45405
45406
45407@node struct stat
45408@unnumberedsubsubsec struct stat
45409@cindex struct stat, in file-i/o protocol
45410
45411The buffer of type @code{struct stat} used by the target and @value{GDBN}
45412is defined as follows:
45413
45414@smallexample
45415struct stat @{
45416 unsigned int st_dev; /* device */
45417 unsigned int st_ino; /* inode */
45418 mode_t st_mode; /* protection */
45419 unsigned int st_nlink; /* number of hard links */
45420 unsigned int st_uid; /* user ID of owner */
45421 unsigned int st_gid; /* group ID of owner */
45422 unsigned int st_rdev; /* device type (if inode device) */
45423 unsigned long st_size; /* total size, in bytes */
45424 unsigned long st_blksize; /* blocksize for filesystem I/O */
45425 unsigned long st_blocks; /* number of blocks allocated */
45426 time_t st_atime; /* time of last access */
45427 time_t st_mtime; /* time of last modification */
45428 time_t st_ctime; /* time of last change */
45429@};
45430@end smallexample
45431
45432The integral datatypes conform to the definitions given in the
45433appropriate section (see @ref{Integral Datatypes}, for details) so this
45434structure is of size 64 bytes.
45435
45436The values of several fields have a restricted meaning and/or
45437range of values.
45438
45439@table @code
45440
45441@item st_dev
45442A value of 0 represents a file, 1 the console.
45443
45444@item st_ino
45445No valid meaning for the target. Transmitted unchanged.
45446
45447@item st_mode
45448Valid mode bits are described in @ref{Constants}. Any other
45449bits have currently no meaning for the target.
45450
45451@item st_uid
45452@itemx st_gid
45453@itemx st_rdev
45454No valid meaning for the target. Transmitted unchanged.
45455
45456@item st_atime
45457@itemx st_mtime
45458@itemx st_ctime
45459These values have a host and file system dependent
45460accuracy. Especially on Windows hosts, the file system may not
45461support exact timing values.
45462@end table
45463
45464The target gets a @code{struct stat} of the above representation and is
45465responsible for coercing it to the target representation before
45466continuing.
45467
45468Note that due to size differences between the host, target, and protocol
45469representations of @code{struct stat} members, these members could eventually
45470get truncated on the target.
45471
45472@node struct timeval
45473@unnumberedsubsubsec struct timeval
45474@cindex struct timeval, in file-i/o protocol
45475
45476The buffer of type @code{struct timeval} used by the File-I/O protocol
45477is defined as follows:
45478
45479@smallexample
45480struct timeval @{
45481 time_t tv_sec; /* second */
45482 long tv_usec; /* microsecond */
45483@};
45484@end smallexample
45485
45486The integral datatypes conform to the definitions given in the
45487appropriate section (see @ref{Integral Datatypes}, for details) so this
45488structure is of size 8 bytes.
45489
45490@node Constants
45491@subsection Constants
45492@cindex constants, in file-i/o protocol
45493
45494The following values are used for the constants inside of the
45495protocol. @value{GDBN} and target are responsible for translating these
45496values before and after the call as needed.
45497
45498@menu
45499* Open Flags::
45500* mode_t Values::
45501* Errno Values::
45502* Lseek Flags::
45503* Limits::
45504@end menu
45505
45506@node Open Flags
45507@unnumberedsubsubsec Open Flags
45508@cindex open flags, in file-i/o protocol
45509
45510All values are given in hexadecimal representation.
45511
45512@smallexample
45513 O_RDONLY 0x0
45514 O_WRONLY 0x1
45515 O_RDWR 0x2
45516 O_APPEND 0x8
45517 O_CREAT 0x200
45518 O_TRUNC 0x400
45519 O_EXCL 0x800
45520@end smallexample
45521
45522@node mode_t Values
45523@unnumberedsubsubsec mode_t Values
45524@cindex mode_t values, in file-i/o protocol
45525
45526All values are given in octal representation.
45527
45528@smallexample
45529 S_IFREG 0100000
45530 S_IFDIR 040000
45531 S_IRUSR 0400
45532 S_IWUSR 0200
45533 S_IXUSR 0100
45534 S_IRGRP 040
45535 S_IWGRP 020
45536 S_IXGRP 010
45537 S_IROTH 04
45538 S_IWOTH 02
45539 S_IXOTH 01
45540@end smallexample
45541
45542@node Errno Values
45543@unnumberedsubsubsec Errno Values
45544@cindex errno values, in file-i/o protocol
45545
45546All values are given in decimal representation.
45547
45548@smallexample
45549 EPERM 1
45550 ENOENT 2
45551 EINTR 4
45552 EBADF 9
45553 EACCES 13
45554 EFAULT 14
45555 EBUSY 16
45556 EEXIST 17
45557 ENODEV 19
45558 ENOTDIR 20
45559 EISDIR 21
45560 EINVAL 22
45561 ENFILE 23
45562 EMFILE 24
45563 EFBIG 27
45564 ENOSPC 28
45565 ESPIPE 29
45566 EROFS 30
45567 ENAMETOOLONG 91
45568 EUNKNOWN 9999
45569@end smallexample
45570
45571 @code{EUNKNOWN} is used as a fallback error value if a host system returns
45572 any error value not in the list of supported error numbers.
45573
45574@node Lseek Flags
45575@unnumberedsubsubsec Lseek Flags
45576@cindex lseek flags, in file-i/o protocol
45577
45578@smallexample
45579 SEEK_SET 0
45580 SEEK_CUR 1
45581 SEEK_END 2
45582@end smallexample
45583
45584@node Limits
45585@unnumberedsubsubsec Limits
45586@cindex limits, in file-i/o protocol
45587
45588All values are given in decimal representation.
45589
45590@smallexample
45591 INT_MIN -2147483648
45592 INT_MAX 2147483647
45593 UINT_MAX 4294967295
45594 LONG_MIN -9223372036854775808
45595 LONG_MAX 9223372036854775807
45596 ULONG_MAX 18446744073709551615
45597@end smallexample
45598
45599@node File-I/O Examples
45600@subsection File-I/O Examples
45601@cindex file-i/o examples
45602
45603Example sequence of a write call, file descriptor 3, buffer is at target
45604address 0x1234, 6 bytes should be written:
45605
45606@smallexample
45607<- @code{Fwrite,3,1234,6}
45608@emph{request memory read from target}
45609-> @code{m1234,6}
45610<- XXXXXX
45611@emph{return "6 bytes written"}
45612-> @code{F6}
45613@end smallexample
45614
45615Example sequence of a read call, file descriptor 3, buffer is at target
45616address 0x1234, 6 bytes should be read:
45617
45618@smallexample
45619<- @code{Fread,3,1234,6}
45620@emph{request memory write to target}
45621-> @code{X1234,6:XXXXXX}
45622@emph{return "6 bytes read"}
45623-> @code{F6}
45624@end smallexample
45625
45626Example sequence of a read call, call fails on the host due to invalid
45627file descriptor (@code{EBADF}):
45628
45629@smallexample
45630<- @code{Fread,3,1234,6}
45631-> @code{F-1,9}
45632@end smallexample
45633
45634Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
45635host is called:
45636
45637@smallexample
45638<- @code{Fread,3,1234,6}
45639-> @code{F-1,4,C}
45640<- @code{T02}
45641@end smallexample
45642
45643Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
45644host is called:
45645
45646@smallexample
45647<- @code{Fread,3,1234,6}
45648-> @code{X1234,6:XXXXXX}
45649<- @code{T02}
45650@end smallexample
45651
45652@node Library List Format
45653@section Library List Format
45654@cindex library list format, remote protocol
45655
45656On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
45657same process as your application to manage libraries. In this case,
45658@value{GDBN} can use the loader's symbol table and normal memory
45659operations to maintain a list of shared libraries. On other
45660platforms, the operating system manages loaded libraries.
45661@value{GDBN} can not retrieve the list of currently loaded libraries
45662through memory operations, so it uses the @samp{qXfer:libraries:read}
45663packet (@pxref{qXfer library list read}) instead. The remote stub
45664queries the target's operating system and reports which libraries
45665are loaded.
45666
45667The @samp{qXfer:libraries:read} packet returns an XML document which
45668lists loaded libraries and their offsets. Each library has an
45669associated name and one or more segment or section base addresses,
45670which report where the library was loaded in memory.
45671
45672For the common case of libraries that are fully linked binaries, the
45673library should have a list of segments. If the target supports
45674dynamic linking of a relocatable object file, its library XML element
45675should instead include a list of allocated sections. The segment or
45676section bases are start addresses, not relocation offsets; they do not
45677depend on the library's link-time base addresses.
45678
45679@value{GDBN} must be linked with the Expat library to support XML
45680library lists. @xref{Expat}.
45681
45682A simple memory map, with one loaded library relocated by a single
45683offset, looks like this:
45684
45685@smallexample
45686<library-list>
45687 <library name="/lib/libc.so.6">
45688 <segment address="0x10000000"/>
45689 </library>
45690</library-list>
45691@end smallexample
45692
45693Another simple memory map, with one loaded library with three
45694allocated sections (.text, .data, .bss), looks like this:
45695
45696@smallexample
45697<library-list>
45698 <library name="sharedlib.o">
45699 <section address="0x10000000"/>
45700 <section address="0x20000000"/>
45701 <section address="0x30000000"/>
45702 </library>
45703</library-list>
45704@end smallexample
45705
45706The format of a library list is described by this DTD:
45707
45708@smallexample
45709<!-- library-list: Root element with versioning -->
45710<!ELEMENT library-list (library)*>
45711<!ATTLIST library-list version CDATA #FIXED "1.0">
45712<!ELEMENT library (segment*, section*)>
45713<!ATTLIST library name CDATA #REQUIRED>
45714<!ELEMENT segment EMPTY>
45715<!ATTLIST segment address CDATA #REQUIRED>
45716<!ELEMENT section EMPTY>
45717<!ATTLIST section address CDATA #REQUIRED>
45718@end smallexample
45719
45720In addition, segments and section descriptors cannot be mixed within a
45721single library element, and you must supply at least one segment or
45722section for each library.
45723
45724@node Library List Format for SVR4 Targets
45725@section Library List Format for SVR4 Targets
45726@cindex library list format, remote protocol
45727
45728On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
45729(e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
45730shared libraries. Still a special library list provided by this packet is
45731more efficient for the @value{GDBN} remote protocol.
45732
45733The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
45734loaded libraries and their SVR4 linker parameters. For each library on SVR4
45735target, the following parameters are reported:
45736
45737@itemize @minus
45738@item
45739@code{name}, the absolute file name from the @code{l_name} field of
45740@code{struct link_map}.
45741@item
45742@code{lm} with address of @code{struct link_map} used for TLS
45743(Thread Local Storage) access.
45744@item
45745@code{l_addr}, the displacement as read from the field @code{l_addr} of
45746@code{struct link_map}. For prelinked libraries this is not an absolute
45747memory address. It is a displacement of absolute memory address against
45748address the file was prelinked to during the library load.
45749@item
45750@code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
45751@end itemize
45752
45753Additionally the single @code{main-lm} attribute specifies address of
45754@code{struct link_map} used for the main executable. This parameter is used
45755for TLS access and its presence is optional.
45756
45757@value{GDBN} must be linked with the Expat library to support XML
45758SVR4 library lists. @xref{Expat}.
45759
45760A simple memory map, with two loaded libraries (which do not use prelink),
45761looks like this:
45762
45763@smallexample
45764<library-list-svr4 version="1.0" main-lm="0xe4f8f8">
45765 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
45766 l_ld="0xe4eefc"/>
45767 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
45768 l_ld="0x152350"/>
45769</library-list-svr>
45770@end smallexample
45771
45772The format of an SVR4 library list is described by this DTD:
45773
45774@smallexample
45775<!-- library-list-svr4: Root element with versioning -->
45776<!ELEMENT library-list-svr4 (library)*>
45777<!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
45778<!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
45779<!ELEMENT library EMPTY>
45780<!ATTLIST library name CDATA #REQUIRED>
45781<!ATTLIST library lm CDATA #REQUIRED>
45782<!ATTLIST library l_addr CDATA #REQUIRED>
45783<!ATTLIST library l_ld CDATA #REQUIRED>
45784@end smallexample
45785
45786@node Memory Map Format
45787@section Memory Map Format
45788@cindex memory map format
45789
45790To be able to write into flash memory, @value{GDBN} needs to obtain a
45791memory map from the target. This section describes the format of the
45792memory map.
45793
45794The memory map is obtained using the @samp{qXfer:memory-map:read}
45795(@pxref{qXfer memory map read}) packet and is an XML document that
45796lists memory regions.
45797
45798@value{GDBN} must be linked with the Expat library to support XML
45799memory maps. @xref{Expat}.
45800
45801The top-level structure of the document is shown below:
45802
45803@smallexample
45804<?xml version="1.0"?>
45805<!DOCTYPE memory-map
45806 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
45807 "http://sourceware.org/gdb/gdb-memory-map.dtd">
45808<memory-map>
45809 region...
45810</memory-map>
45811@end smallexample
45812
45813Each region can be either:
45814
45815@itemize
45816
45817@item
45818A region of RAM starting at @var{addr} and extending for @var{length}
45819bytes from there:
45820
45821@smallexample
45822<memory type="ram" start="@var{addr}" length="@var{length}"/>
45823@end smallexample
45824
45825
45826@item
45827A region of read-only memory:
45828
45829@smallexample
45830<memory type="rom" start="@var{addr}" length="@var{length}"/>
45831@end smallexample
45832
45833
45834@item
45835A region of flash memory, with erasure blocks @var{blocksize}
45836bytes in length:
45837
45838@smallexample
45839<memory type="flash" start="@var{addr}" length="@var{length}">
45840 <property name="blocksize">@var{blocksize}</property>
45841</memory>
45842@end smallexample
45843
45844@end itemize
45845
45846Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
45847by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
45848packets to write to addresses in such ranges.
45849
45850The formal DTD for memory map format is given below:
45851
45852@smallexample
45853<!-- ................................................... -->
45854<!-- Memory Map XML DTD ................................ -->
45855<!-- File: memory-map.dtd .............................. -->
45856<!-- .................................... .............. -->
45857<!-- memory-map.dtd -->
45858<!-- memory-map: Root element with versioning -->
45859<!ELEMENT memory-map (memory)*>
45860<!ATTLIST memory-map version CDATA #FIXED "1.0.0">
45861<!ELEMENT memory (property)*>
45862<!-- memory: Specifies a memory region,
45863 and its type, or device. -->
45864<!ATTLIST memory type (ram|rom|flash) #REQUIRED
45865 start CDATA #REQUIRED
45866 length CDATA #REQUIRED>
45867<!-- property: Generic attribute tag -->
45868<!ELEMENT property (#PCDATA | property)*>
45869<!ATTLIST property name (blocksize) #REQUIRED>
45870@end smallexample
45871
45872@node Thread List Format
45873@section Thread List Format
45874@cindex thread list format
45875
45876To efficiently update the list of threads and their attributes,
45877@value{GDBN} issues the @samp{qXfer:threads:read} packet
45878(@pxref{qXfer threads read}) and obtains the XML document with
45879the following structure:
45880
45881@smallexample
45882<?xml version="1.0"?>
45883<threads>
45884 <thread id="id" core="0" name="name">
45885 ... description ...
45886 </thread>
45887</threads>
45888@end smallexample
45889
45890Each @samp{thread} element must have the @samp{id} attribute that
45891identifies the thread (@pxref{thread-id syntax}). The
45892@samp{core} attribute, if present, specifies which processor core
45893the thread was last executing on. The @samp{name} attribute, if
45894present, specifies the human-readable name of the thread. The content
45895of the of @samp{thread} element is interpreted as human-readable
45896auxiliary information. The @samp{handle} attribute, if present,
45897is a hex encoded representation of the thread handle.
45898
45899
45900@node Traceframe Info Format
45901@section Traceframe Info Format
45902@cindex traceframe info format
45903
45904To be able to know which objects in the inferior can be examined when
45905inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
45906memory ranges, registers and trace state variables that have been
45907collected in a traceframe.
45908
45909This list is obtained using the @samp{qXfer:traceframe-info:read}
45910(@pxref{qXfer traceframe info read}) packet and is an XML document.
45911
45912@value{GDBN} must be linked with the Expat library to support XML
45913traceframe info discovery. @xref{Expat}.
45914
45915The top-level structure of the document is shown below:
45916
45917@smallexample
45918<?xml version="1.0"?>
45919<!DOCTYPE traceframe-info
45920 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
45921 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
45922<traceframe-info>
45923 block...
45924</traceframe-info>
45925@end smallexample
45926
45927Each traceframe block can be either:
45928
45929@itemize
45930
45931@item
45932A region of collected memory starting at @var{addr} and extending for
45933@var{length} bytes from there:
45934
45935@smallexample
45936<memory start="@var{addr}" length="@var{length}"/>
45937@end smallexample
45938
45939@item
45940A block indicating trace state variable numbered @var{number} has been
45941collected:
45942
45943@smallexample
45944<tvar id="@var{number}"/>
45945@end smallexample
45946
45947@end itemize
45948
45949The formal DTD for the traceframe info format is given below:
45950
45951@smallexample
45952<!ELEMENT traceframe-info (memory | tvar)* >
45953<!ATTLIST traceframe-info version CDATA #FIXED "1.0">
45954
45955<!ELEMENT memory EMPTY>
45956<!ATTLIST memory start CDATA #REQUIRED
45957 length CDATA #REQUIRED>
45958<!ELEMENT tvar>
45959<!ATTLIST tvar id CDATA #REQUIRED>
45960@end smallexample
45961
45962@node Branch Trace Format
45963@section Branch Trace Format
45964@cindex branch trace format
45965
45966In order to display the branch trace of an inferior thread,
45967@value{GDBN} needs to obtain the list of branches. This list is
45968represented as list of sequential code blocks that are connected via
45969branches. The code in each block has been executed sequentially.
45970
45971This list is obtained using the @samp{qXfer:btrace:read}
45972(@pxref{qXfer btrace read}) packet and is an XML document.
45973
45974@value{GDBN} must be linked with the Expat library to support XML
45975traceframe info discovery. @xref{Expat}.
45976
45977The top-level structure of the document is shown below:
45978
45979@smallexample
45980<?xml version="1.0"?>
45981<!DOCTYPE btrace
45982 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
45983 "http://sourceware.org/gdb/gdb-btrace.dtd">
45984<btrace>
45985 block...
45986</btrace>
45987@end smallexample
45988
45989@itemize
45990
45991@item
45992A block of sequentially executed instructions starting at @var{begin}
45993and ending at @var{end}:
45994
45995@smallexample
45996<block begin="@var{begin}" end="@var{end}"/>
45997@end smallexample
45998
45999@end itemize
46000
46001The formal DTD for the branch trace format is given below:
46002
46003@smallexample
46004<!ELEMENT btrace (block* | pt) >
46005<!ATTLIST btrace version CDATA #FIXED "1.0">
46006
46007<!ELEMENT block EMPTY>
46008<!ATTLIST block begin CDATA #REQUIRED
46009 end CDATA #REQUIRED>
46010
46011<!ELEMENT pt (pt-config?, raw?)>
46012
46013<!ELEMENT pt-config (cpu?)>
46014
46015<!ELEMENT cpu EMPTY>
46016<!ATTLIST cpu vendor CDATA #REQUIRED
46017 family CDATA #REQUIRED
46018 model CDATA #REQUIRED
46019 stepping CDATA #REQUIRED>
46020
46021<!ELEMENT raw (#PCDATA)>
46022@end smallexample
46023
46024@node Branch Trace Configuration Format
46025@section Branch Trace Configuration Format
46026@cindex branch trace configuration format
46027
46028For each inferior thread, @value{GDBN} can obtain the branch trace
46029configuration using the @samp{qXfer:btrace-conf:read}
46030(@pxref{qXfer btrace-conf read}) packet.
46031
46032The configuration describes the branch trace format and configuration
46033settings for that format. The following information is described:
46034
46035@table @code
46036@item bts
46037This thread uses the @dfn{Branch Trace Store} (@acronym{BTS}) format.
46038@table @code
46039@item size
46040The size of the @acronym{BTS} ring buffer in bytes.
46041@end table
46042@item pt
46043This thread uses the @dfn{Intel Processor Trace} (@acronym{Intel
46044PT}) format.
46045@table @code
46046@item size
46047The size of the @acronym{Intel PT} ring buffer in bytes.
46048@end table
46049@end table
46050
46051@value{GDBN} must be linked with the Expat library to support XML
46052branch trace configuration discovery. @xref{Expat}.
46053
46054The formal DTD for the branch trace configuration format is given below:
46055
46056@smallexample
46057<!ELEMENT btrace-conf (bts?, pt?)>
46058<!ATTLIST btrace-conf version CDATA #FIXED "1.0">
46059
46060<!ELEMENT bts EMPTY>
46061<!ATTLIST bts size CDATA #IMPLIED>
46062
46063<!ELEMENT pt EMPTY>
46064<!ATTLIST pt size CDATA #IMPLIED>
46065@end smallexample
46066
46067@include agentexpr.texi
46068
46069@node Target Descriptions
46070@appendix Target Descriptions
46071@cindex target descriptions
46072
46073One of the challenges of using @value{GDBN} to debug embedded systems
46074is that there are so many minor variants of each processor
46075architecture in use. It is common practice for vendors to start with
46076a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
46077and then make changes to adapt it to a particular market niche. Some
46078architectures have hundreds of variants, available from dozens of
46079vendors. This leads to a number of problems:
46080
46081@itemize @bullet
46082@item
46083With so many different customized processors, it is difficult for
46084the @value{GDBN} maintainers to keep up with the changes.
46085@item
46086Since individual variants may have short lifetimes or limited
46087audiences, it may not be worthwhile to carry information about every
46088variant in the @value{GDBN} source tree.
46089@item
46090When @value{GDBN} does support the architecture of the embedded system
46091at hand, the task of finding the correct architecture name to give the
46092@command{set architecture} command can be error-prone.
46093@end itemize
46094
46095To address these problems, the @value{GDBN} remote protocol allows a
46096target system to not only identify itself to @value{GDBN}, but to
46097actually describe its own features. This lets @value{GDBN} support
46098processor variants it has never seen before --- to the extent that the
46099descriptions are accurate, and that @value{GDBN} understands them.
46100
46101@value{GDBN} must be linked with the Expat library to support XML
46102target descriptions. @xref{Expat}.
46103
46104@menu
46105* Retrieving Descriptions:: How descriptions are fetched from a target.
46106* Target Description Format:: The contents of a target description.
46107* Predefined Target Types:: Standard types available for target
46108 descriptions.
46109* Enum Target Types:: How to define enum target types.
46110* Standard Target Features:: Features @value{GDBN} knows about.
46111@end menu
46112
46113@node Retrieving Descriptions
46114@section Retrieving Descriptions
46115
46116Target descriptions can be read from the target automatically, or
46117specified by the user manually. The default behavior is to read the
46118description from the target. @value{GDBN} retrieves it via the remote
46119protocol using @samp{qXfer} requests (@pxref{General Query Packets,
46120qXfer}). The @var{annex} in the @samp{qXfer} packet will be
46121@samp{target.xml}. The contents of the @samp{target.xml} annex are an
46122XML document, of the form described in @ref{Target Description
46123Format}.
46124
46125Alternatively, you can specify a file to read for the target description.
46126If a file is set, the target will not be queried. The commands to
46127specify a file are:
46128
46129@table @code
46130@cindex set tdesc filename
46131@item set tdesc filename @var{path}
46132Read the target description from @var{path}.
46133
46134@cindex unset tdesc filename
46135@item unset tdesc filename
46136Do not read the XML target description from a file. @value{GDBN}
46137will use the description supplied by the current target.
46138
46139@cindex show tdesc filename
46140@item show tdesc filename
46141Show the filename to read for a target description, if any.
46142@end table
46143
46144
46145@node Target Description Format
46146@section Target Description Format
46147@cindex target descriptions, XML format
46148
46149A target description annex is an @uref{http://www.w3.org/XML/, XML}
46150document which complies with the Document Type Definition provided in
46151the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
46152means you can use generally available tools like @command{xmllint} to
46153check that your feature descriptions are well-formed and valid.
46154However, to help people unfamiliar with XML write descriptions for
46155their targets, we also describe the grammar here.
46156
46157Target descriptions can identify the architecture of the remote target
46158and (for some architectures) provide information about custom register
46159sets. They can also identify the OS ABI of the remote target.
46160@value{GDBN} can use this information to autoconfigure for your
46161target, or to warn you if you connect to an unsupported target.
46162
46163Here is a simple target description:
46164
46165@smallexample
46166<target version="1.0">
46167 <architecture>i386:x86-64</architecture>
46168</target>
46169@end smallexample
46170
46171@noindent
46172This minimal description only says that the target uses
46173the x86-64 architecture.
46174
46175A target description has the following overall form, with [ ] marking
46176optional elements and @dots{} marking repeatable elements. The elements
46177are explained further below.
46178
46179@smallexample
46180<?xml version="1.0"?>
46181<!DOCTYPE target SYSTEM "gdb-target.dtd">
46182<target version="1.0">
46183 @r{[}@var{architecture}@r{]}
46184 @r{[}@var{osabi}@r{]}
46185 @r{[}@var{compatible}@r{]}
46186 @r{[}@var{feature}@dots{}@r{]}
46187</target>
46188@end smallexample
46189
46190@noindent
46191The description is generally insensitive to whitespace and line
46192breaks, under the usual common-sense rules. The XML version
46193declaration and document type declaration can generally be omitted
46194(@value{GDBN} does not require them), but specifying them may be
46195useful for XML validation tools. The @samp{version} attribute for
46196@samp{<target>} may also be omitted, but we recommend
46197including it; if future versions of @value{GDBN} use an incompatible
46198revision of @file{gdb-target.dtd}, they will detect and report
46199the version mismatch.
46200
46201@subsection Inclusion
46202@cindex target descriptions, inclusion
46203@cindex XInclude
46204@ifnotinfo
46205@cindex <xi:include>
46206@end ifnotinfo
46207
46208It can sometimes be valuable to split a target description up into
46209several different annexes, either for organizational purposes, or to
46210share files between different possible target descriptions. You can
46211divide a description into multiple files by replacing any element of
46212the target description with an inclusion directive of the form:
46213
46214@smallexample
46215<xi:include href="@var{document}"/>
46216@end smallexample
46217
46218@noindent
46219When @value{GDBN} encounters an element of this form, it will retrieve
46220the named XML @var{document}, and replace the inclusion directive with
46221the contents of that document. If the current description was read
46222using @samp{qXfer}, then so will be the included document;
46223@var{document} will be interpreted as the name of an annex. If the
46224current description was read from a file, @value{GDBN} will look for
46225@var{document} as a file in the same directory where it found the
46226original description.
46227
46228@subsection Architecture
46229@cindex <architecture>
46230
46231An @samp{<architecture>} element has this form:
46232
46233@smallexample
46234 <architecture>@var{arch}</architecture>
46235@end smallexample
46236
46237@var{arch} is one of the architectures from the set accepted by
46238@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
46239
46240@subsection OS ABI
46241@cindex @code{<osabi>}
46242
46243This optional field was introduced in @value{GDBN} version 7.0.
46244Previous versions of @value{GDBN} ignore it.
46245
46246An @samp{<osabi>} element has this form:
46247
46248@smallexample
46249 <osabi>@var{abi-name}</osabi>
46250@end smallexample
46251
46252@var{abi-name} is an OS ABI name from the same selection accepted by
46253@w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
46254
46255@subsection Compatible Architecture
46256@cindex @code{<compatible>}
46257
46258This optional field was introduced in @value{GDBN} version 7.0.
46259Previous versions of @value{GDBN} ignore it.
46260
46261A @samp{<compatible>} element has this form:
46262
46263@smallexample
46264 <compatible>@var{arch}</compatible>
46265@end smallexample
46266
46267@var{arch} is one of the architectures from the set accepted by
46268@code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
46269
46270A @samp{<compatible>} element is used to specify that the target
46271is able to run binaries in some other than the main target architecture
46272given by the @samp{<architecture>} element. For example, on the
46273Cell Broadband Engine, the main architecture is @code{powerpc:common}
46274or @code{powerpc:common64}, but the system is able to run binaries
46275in the @code{spu} architecture as well. The way to describe this
46276capability with @samp{<compatible>} is as follows:
46277
46278@smallexample
46279 <architecture>powerpc:common</architecture>
46280 <compatible>spu</compatible>
46281@end smallexample
46282
46283@subsection Features
46284@cindex <feature>
46285
46286Each @samp{<feature>} describes some logical portion of the target
46287system. Features are currently used to describe available CPU
46288registers and the types of their contents. A @samp{<feature>} element
46289has this form:
46290
46291@smallexample
46292<feature name="@var{name}">
46293 @r{[}@var{type}@dots{}@r{]}
46294 @var{reg}@dots{}
46295</feature>
46296@end smallexample
46297
46298@noindent
46299Each feature's name should be unique within the description. The name
46300of a feature does not matter unless @value{GDBN} has some special
46301knowledge of the contents of that feature; if it does, the feature
46302should have its standard name. @xref{Standard Target Features}.
46303
46304@subsection Types
46305
46306Any register's value is a collection of bits which @value{GDBN} must
46307interpret. The default interpretation is a two's complement integer,
46308but other types can be requested by name in the register description.
46309Some predefined types are provided by @value{GDBN} (@pxref{Predefined
46310Target Types}), and the description can define additional composite
46311and enum types.
46312
46313Each type element must have an @samp{id} attribute, which gives
46314a unique (within the containing @samp{<feature>}) name to the type.
46315Types must be defined before they are used.
46316
46317@cindex <vector>
46318Some targets offer vector registers, which can be treated as arrays
46319of scalar elements. These types are written as @samp{<vector>} elements,
46320specifying the array element type, @var{type}, and the number of elements,
46321@var{count}:
46322
46323@smallexample
46324<vector id="@var{id}" type="@var{type}" count="@var{count}"/>
46325@end smallexample
46326
46327@cindex <union>
46328If a register's value is usefully viewed in multiple ways, define it
46329with a union type containing the useful representations. The
46330@samp{<union>} element contains one or more @samp{<field>} elements,
46331each of which has a @var{name} and a @var{type}:
46332
46333@smallexample
46334<union id="@var{id}">
46335 <field name="@var{name}" type="@var{type}"/>
46336 @dots{}
46337</union>
46338@end smallexample
46339
46340@cindex <struct>
46341@cindex <flags>
46342If a register's value is composed from several separate values, define
46343it with either a structure type or a flags type.
46344A flags type may only contain bitfields.
46345A structure type may either contain only bitfields or contain no bitfields.
46346If the value contains only bitfields, its total size in bytes must be
46347specified.
46348
46349Non-bitfield values have a @var{name} and @var{type}.
46350
46351@smallexample
46352<struct id="@var{id}">
46353 <field name="@var{name}" type="@var{type}"/>
46354 @dots{}
46355</struct>
46356@end smallexample
46357
46358Both @var{name} and @var{type} values are required.
46359No implicit padding is added.
46360
46361Bitfield values have a @var{name}, @var{start}, @var{end} and @var{type}.
46362
46363@smallexample
46364<struct id="@var{id}" size="@var{size}">
46365 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
46366 @dots{}
46367</struct>
46368@end smallexample
46369
46370@smallexample
46371<flags id="@var{id}" size="@var{size}">
46372 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
46373 @dots{}
46374</flags>
46375@end smallexample
46376
46377The @var{name} value is required.
46378Bitfield values may be named with the empty string, @samp{""},
46379in which case the field is ``filler'' and its value is not printed.
46380Not all bits need to be specified, so ``filler'' fields are optional.
46381
46382The @var{start} and @var{end} values are required, and @var{type}
46383is optional.
46384The field's @var{start} must be less than or equal to its @var{end},
46385and zero represents the least significant bit.
46386
46387The default value of @var{type} is @code{bool} for single bit fields,
46388and an unsigned integer otherwise.
46389
46390Which to choose? Structures or flags?
46391
46392Registers defined with @samp{flags} have these advantages over
46393defining them with @samp{struct}:
46394
46395@itemize @bullet
46396@item
46397Arithmetic may be performed on them as if they were integers.
46398@item
46399They are printed in a more readable fashion.
46400@end itemize
46401
46402Registers defined with @samp{struct} have one advantage over
46403defining them with @samp{flags}:
46404
46405@itemize @bullet
46406@item
46407One can fetch individual fields like in @samp{C}.
46408
46409@smallexample
46410(@value{GDBP}) print $my_struct_reg.field3
46411$1 = 42
46412@end smallexample
46413
46414@end itemize
46415
46416@subsection Registers
46417@cindex <reg>
46418
46419Each register is represented as an element with this form:
46420
46421@smallexample
46422<reg name="@var{name}"
46423 bitsize="@var{size}"
46424 @r{[}regnum="@var{num}"@r{]}
46425 @r{[}save-restore="@var{save-restore}"@r{]}
46426 @r{[}type="@var{type}"@r{]}
46427 @r{[}group="@var{group}"@r{]}/>
46428@end smallexample
46429
46430@noindent
46431The components are as follows:
46432
46433@table @var
46434
46435@item name
46436The register's name; it must be unique within the target description.
46437
46438@item bitsize
46439The register's size, in bits.
46440
46441@item regnum
46442The register's number. If omitted, a register's number is one greater
46443than that of the previous register (either in the current feature or in
46444a preceding feature); the first register in the target description
46445defaults to zero. This register number is used to read or write
46446the register; e.g.@: it is used in the remote @code{p} and @code{P}
46447packets, and registers appear in the @code{g} and @code{G} packets
46448in order of increasing register number.
46449
46450@item save-restore
46451Whether the register should be preserved across inferior function
46452calls; this must be either @code{yes} or @code{no}. The default is
46453@code{yes}, which is appropriate for most registers except for
46454some system control registers; this is not related to the target's
46455ABI.
46456
46457@item type
46458The type of the register. It may be a predefined type, a type
46459defined in the current feature, or one of the special types @code{int}
46460and @code{float}. @code{int} is an integer type of the correct size
46461for @var{bitsize}, and @code{float} is a floating point type (in the
46462architecture's normal floating point format) of the correct size for
46463@var{bitsize}. The default is @code{int}.
46464
46465@item group
46466The register group to which this register belongs. It can be one of the
46467standard register groups @code{general}, @code{float}, @code{vector} or an
46468arbitrary string. Group names should be limited to alphanumeric characters.
46469If a group name is made up of multiple words the words may be separated by
46470hyphens; e.g.@: @code{special-group} or @code{ultra-special-group}. If no
46471@var{group} is specified, @value{GDBN} will not display the register in
46472@code{info registers}.
46473
46474@end table
46475
46476@node Predefined Target Types
46477@section Predefined Target Types
46478@cindex target descriptions, predefined types
46479
46480Type definitions in the self-description can build up composite types
46481from basic building blocks, but can not define fundamental types. Instead,
46482standard identifiers are provided by @value{GDBN} for the fundamental
46483types. The currently supported types are:
46484
46485@table @code
46486
46487@item bool
46488Boolean type, occupying a single bit.
46489
46490@item int8
46491@itemx int16
46492@itemx int24
46493@itemx int32
46494@itemx int64
46495@itemx int128
46496Signed integer types holding the specified number of bits.
46497
46498@item uint8
46499@itemx uint16
46500@itemx uint24
46501@itemx uint32
46502@itemx uint64
46503@itemx uint128
46504Unsigned integer types holding the specified number of bits.
46505
46506@item code_ptr
46507@itemx data_ptr
46508Pointers to unspecified code and data. The program counter and
46509any dedicated return address register may be marked as code
46510pointers; printing a code pointer converts it into a symbolic
46511address. The stack pointer and any dedicated address registers
46512may be marked as data pointers.
46513
46514@item ieee_single
46515Single precision IEEE floating point.
46516
46517@item ieee_double
46518Double precision IEEE floating point.
46519
46520@item arm_fpa_ext
46521The 12-byte extended precision format used by ARM FPA registers.
46522
46523@item i387_ext
46524The 10-byte extended precision format used by x87 registers.
46525
46526@item i386_eflags
4652732bit @sc{eflags} register used by x86.
46528
46529@item i386_mxcsr
4653032bit @sc{mxcsr} register used by x86.
46531
46532@end table
46533
46534@node Enum Target Types
46535@section Enum Target Types
46536@cindex target descriptions, enum types
46537
46538Enum target types are useful in @samp{struct} and @samp{flags}
46539register descriptions. @xref{Target Description Format}.
46540
46541Enum types have a name, size and a list of name/value pairs.
46542
46543@smallexample
46544<enum id="@var{id}" size="@var{size}">
46545 <evalue name="@var{name}" value="@var{value}"/>
46546 @dots{}
46547</enum>
46548@end smallexample
46549
46550Enums must be defined before they are used.
46551
46552@smallexample
46553<enum id="levels_type" size="4">
46554 <evalue name="low" value="0"/>
46555 <evalue name="high" value="1"/>
46556</enum>
46557<flags id="flags_type" size="4">
46558 <field name="X" start="0"/>
46559 <field name="LEVEL" start="1" end="1" type="levels_type"/>
46560</flags>
46561<reg name="flags" bitsize="32" type="flags_type"/>
46562@end smallexample
46563
46564Given that description, a value of 3 for the @samp{flags} register
46565would be printed as:
46566
46567@smallexample
46568(@value{GDBP}) info register flags
46569flags 0x3 [ X LEVEL=high ]
46570@end smallexample
46571
46572@node Standard Target Features
46573@section Standard Target Features
46574@cindex target descriptions, standard features
46575
46576A target description must contain either no registers or all the
46577target's registers. If the description contains no registers, then
46578@value{GDBN} will assume a default register layout, selected based on
46579the architecture. If the description contains any registers, the
46580default layout will not be used; the standard registers must be
46581described in the target description, in such a way that @value{GDBN}
46582can recognize them.
46583
46584This is accomplished by giving specific names to feature elements
46585which contain standard registers. @value{GDBN} will look for features
46586with those names and verify that they contain the expected registers;
46587if any known feature is missing required registers, or if any required
46588feature is missing, @value{GDBN} will reject the target
46589description. You can add additional registers to any of the
46590standard features --- @value{GDBN} will display them just as if
46591they were added to an unrecognized feature.
46592
46593This section lists the known features and their expected contents.
46594Sample XML documents for these features are included in the
46595@value{GDBN} source tree, in the directory @file{gdb/features}.
46596
46597Names recognized by @value{GDBN} should include the name of the
46598company or organization which selected the name, and the overall
46599architecture to which the feature applies; so e.g.@: the feature
46600containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
46601
46602The names of registers are not case sensitive for the purpose
46603of recognizing standard features, but @value{GDBN} will only display
46604registers using the capitalization used in the description.
46605
46606@menu
46607* AArch64 Features::
46608* ARC Features::
46609* ARM Features::
46610* i386 Features::
46611* MicroBlaze Features::
46612* MIPS Features::
46613* M68K Features::
46614* NDS32 Features::
46615* Nios II Features::
46616* OpenRISC 1000 Features::
46617* PowerPC Features::
46618* RISC-V Features::
46619* RX Features::
46620* S/390 and System z Features::
46621* Sparc Features::
46622* TIC6x Features::
46623@end menu
46624
46625
46626@node AArch64 Features
46627@subsection AArch64 Features
46628@cindex target descriptions, AArch64 features
46629
46630The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
46631targets. It should contain registers @samp{x0} through @samp{x30},
46632@samp{sp}, @samp{pc}, and @samp{cpsr}.
46633
46634The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
46635it should contain registers @samp{v0} through @samp{v31}, @samp{fpsr},
46636and @samp{fpcr}.
46637
46638The @samp{org.gnu.gdb.aarch64.sve} feature is optional. If present,
46639it should contain registers @samp{z0} through @samp{z31}, @samp{p0}
46640through @samp{p15}, @samp{ffr} and @samp{vg}.
46641
46642The @samp{org.gnu.gdb.aarch64.pauth} feature is optional. If present,
46643it should contain registers @samp{pauth_dmask} and @samp{pauth_cmask}.
46644
46645@node ARC Features
46646@subsection ARC Features
46647@cindex target descriptions, ARC Features
46648
46649ARC processors are highly configurable, so even core registers and their number
46650are not completely predetermined. In addition flags and PC registers which are
46651important to @value{GDBN} are not ``core'' registers in ARC. It is required
46652that one of the core registers features is present.
46653@samp{org.gnu.gdb.arc.aux-minimal} feature is mandatory.
46654
46655The @samp{org.gnu.gdb.arc.core.v2} feature is required for ARC EM and ARC HS
46656targets with a normal register file. It should contain registers @samp{r0}
46657through @samp{r25}, @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}, @samp{blink},
46658@samp{lp_count} and @samp{pcl}. This feature may contain register @samp{ilink}
46659and any of extension core registers @samp{r32} through @samp{r59/acch}.
46660@samp{ilink} and extension core registers are not available to read/write, when
46661debugging GNU/Linux applications, thus @samp{ilink} is made optional.
46662
46663The @samp{org.gnu.gdb.arc.core-reduced.v2} feature is required for ARC EM and
46664ARC HS targets with a reduced register file. It should contain registers
46665@samp{r0} through @samp{r3}, @samp{r10} through @samp{r15}, @samp{gp},
46666@samp{fp}, @samp{sp}, @samp{r30}, @samp{blink}, @samp{lp_count} and @samp{pcl}.
46667This feature may contain register @samp{ilink} and any of extension core
46668registers @samp{r32} through @samp{r59/acch}.
46669
46670The @samp{org.gnu.gdb.arc.core.arcompact} feature is required for ARCompact
46671targets with a normal register file. It should contain registers @samp{r0}
46672through @samp{r25}, @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}, @samp{blink},
46673@samp{lp_count} and @samp{pcl}. This feature may contain registers
46674@samp{ilink1}, @samp{ilink2} and any of extension core registers @samp{r32}
46675through @samp{r59/acch}. @samp{ilink1} and @samp{ilink2} and extension core
46676registers are not available when debugging GNU/Linux applications. The only
46677difference with @samp{org.gnu.gdb.arc.core.v2} feature is in the names of
46678@samp{ilink1} and @samp{ilink2} registers and that @samp{r30} is mandatory in
46679ARC v2, but @samp{ilink2} is optional on ARCompact.
46680
46681The @samp{org.gnu.gdb.arc.aux-minimal} feature is required for all ARC
46682targets. It should contain registers @samp{pc} and @samp{status32}.
46683
46684@node ARM Features
46685@subsection ARM Features
46686@cindex target descriptions, ARM features
46687
46688The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
46689ARM targets.
46690It should contain registers @samp{r0} through @samp{r13}, @samp{sp},
46691@samp{lr}, @samp{pc}, and @samp{cpsr}.
46692
46693For M-profile targets (e.g. Cortex-M3), the @samp{org.gnu.gdb.arm.core}
46694feature is replaced by @samp{org.gnu.gdb.arm.m-profile}. It should contain
46695registers @samp{r0} through @samp{r13}, @samp{sp}, @samp{lr}, @samp{pc},
46696and @samp{xpsr}.
46697
46698The @samp{org.gnu.gdb.arm.fpa} feature is optional. If present, it
46699should contain registers @samp{f0} through @samp{f7} and @samp{fps}.
46700
46701The @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
46702it should contain at least registers @samp{wR0} through @samp{wR15} and
46703@samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon},
46704@samp{wCSSF}, and @samp{wCASF} registers are optional.
46705
46706The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
46707should contain at least registers @samp{d0} through @samp{d15}. If
46708they are present, @samp{d16} through @samp{d31} should also be included.
46709@value{GDBN} will synthesize the single-precision registers from
46710halves of the double-precision registers.
46711
46712The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
46713need to contain registers; it instructs @value{GDBN} to display the
46714VFP double-precision registers as vectors and to synthesize the
46715quad-precision registers from pairs of double-precision registers.
46716If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
46717be present and include 32 double-precision registers.
46718
46719@node i386 Features
46720@subsection i386 Features
46721@cindex target descriptions, i386 features
46722
46723The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
46724targets. It should describe the following registers:
46725
46726@itemize @minus
46727@item
46728@samp{eax} through @samp{edi} plus @samp{eip} for i386
46729@item
46730@samp{rax} through @samp{r15} plus @samp{rip} for amd64
46731@item
46732@samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
46733@samp{fs}, @samp{gs}
46734@item
46735@samp{st0} through @samp{st7}
46736@item
46737@samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
46738@samp{foseg}, @samp{fooff} and @samp{fop}
46739@end itemize
46740
46741The register sets may be different, depending on the target.
46742
46743The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
46744describe registers:
46745
46746@itemize @minus
46747@item
46748@samp{xmm0} through @samp{xmm7} for i386
46749@item
46750@samp{xmm0} through @samp{xmm15} for amd64
46751@item
46752@samp{mxcsr}
46753@end itemize
46754
46755The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
46756@samp{org.gnu.gdb.i386.sse} feature. It should
46757describe the upper 128 bits of @sc{ymm} registers:
46758
46759@itemize @minus
46760@item
46761@samp{ymm0h} through @samp{ymm7h} for i386
46762@item
46763@samp{ymm0h} through @samp{ymm15h} for amd64
46764@end itemize
46765
46766The @samp{org.gnu.gdb.i386.mpx} is an optional feature representing Intel
46767Memory Protection Extension (MPX). It should describe the following registers:
46768
46769@itemize @minus
46770@item
46771@samp{bnd0raw} through @samp{bnd3raw} for i386 and amd64.
46772@item
46773@samp{bndcfgu} and @samp{bndstatus} for i386 and amd64.
46774@end itemize
46775
46776The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
46777describe a single register, @samp{orig_eax}.
46778
46779The @samp{org.gnu.gdb.i386.segments} feature is optional. It should
46780describe two system registers: @samp{fs_base} and @samp{gs_base}.
46781
46782The @samp{org.gnu.gdb.i386.avx512} feature is optional and requires the
46783@samp{org.gnu.gdb.i386.avx} feature. It should
46784describe additional @sc{xmm} registers:
46785
46786@itemize @minus
46787@item
46788@samp{xmm16h} through @samp{xmm31h}, only valid for amd64.
46789@end itemize
46790
46791It should describe the upper 128 bits of additional @sc{ymm} registers:
46792
46793@itemize @minus
46794@item
46795@samp{ymm16h} through @samp{ymm31h}, only valid for amd64.
46796@end itemize
46797
46798It should
46799describe the upper 256 bits of @sc{zmm} registers:
46800
46801@itemize @minus
46802@item
46803@samp{zmm0h} through @samp{zmm7h} for i386.
46804@item
46805@samp{zmm0h} through @samp{zmm15h} for amd64.
46806@end itemize
46807
46808It should
46809describe the additional @sc{zmm} registers:
46810
46811@itemize @minus
46812@item
46813@samp{zmm16h} through @samp{zmm31h}, only valid for amd64.
46814@end itemize
46815
46816The @samp{org.gnu.gdb.i386.pkeys} feature is optional. It should
46817describe a single register, @samp{pkru}. It is a 32-bit register
46818valid for i386 and amd64.
46819
46820@node MicroBlaze Features
46821@subsection MicroBlaze Features
46822@cindex target descriptions, MicroBlaze features
46823
46824The @samp{org.gnu.gdb.microblaze.core} feature is required for MicroBlaze
46825targets. It should contain registers @samp{r0} through @samp{r31},
46826@samp{rpc}, @samp{rmsr}, @samp{rear}, @samp{resr}, @samp{rfsr}, @samp{rbtr},
46827@samp{rpvr}, @samp{rpvr1} through @samp{rpvr11}, @samp{redr}, @samp{rpid},
46828@samp{rzpr}, @samp{rtlbx}, @samp{rtlbsx}, @samp{rtlblo}, and @samp{rtlbhi}.
46829
46830The @samp{org.gnu.gdb.microblaze.stack-protect} feature is optional.
46831If present, it should contain registers @samp{rshr} and @samp{rslr}
46832
46833@node MIPS Features
46834@subsection @acronym{MIPS} Features
46835@cindex target descriptions, @acronym{MIPS} features
46836
46837The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
46838It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
46839@samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
46840on the target.
46841
46842The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
46843contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
46844registers. They may be 32-bit or 64-bit depending on the target.
46845
46846The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
46847it may be optional in a future version of @value{GDBN}. It should
46848contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
46849@samp{fir}. They may be 32-bit or 64-bit depending on the target.
46850
46851The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
46852contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
46853@samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
46854be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
46855
46856The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
46857contain a single register, @samp{restart}, which is used by the
46858Linux kernel to control restartable syscalls.
46859
46860@node M68K Features
46861@subsection M68K Features
46862@cindex target descriptions, M68K features
46863
46864@table @code
46865@item @samp{org.gnu.gdb.m68k.core}
46866@itemx @samp{org.gnu.gdb.coldfire.core}
46867@itemx @samp{org.gnu.gdb.fido.core}
46868One of those features must be always present.
46869The feature that is present determines which flavor of m68k is
46870used. The feature that is present should contain registers
46871@samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
46872@samp{sp}, @samp{ps} and @samp{pc}.
46873
46874@item @samp{org.gnu.gdb.coldfire.fp}
46875This feature is optional. If present, it should contain registers
46876@samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
46877@samp{fpiaddr}.
46878@end table
46879
46880@node NDS32 Features
46881@subsection NDS32 Features
46882@cindex target descriptions, NDS32 features
46883
46884The @samp{org.gnu.gdb.nds32.core} feature is required for NDS32
46885targets. It should contain at least registers @samp{r0} through
46886@samp{r10}, @samp{r15}, @samp{fp}, @samp{gp}, @samp{lp}, @samp{sp},
46887and @samp{pc}.
46888
46889The @samp{org.gnu.gdb.nds32.fpu} feature is optional. If present,
46890it should contain 64-bit double-precision floating-point registers
46891@samp{fd0} through @emph{fdN}, which should be @samp{fd3}, @samp{fd7},
46892@samp{fd15}, or @samp{fd31} based on the FPU configuration implemented.
46893
46894@emph{Note:} The first sixteen 64-bit double-precision floating-point
46895registers are overlapped with the thirty-two 32-bit single-precision
46896floating-point registers. The 32-bit single-precision registers, if
46897not being listed explicitly, will be synthesized from halves of the
46898overlapping 64-bit double-precision registers. Listing 32-bit
46899single-precision registers explicitly is deprecated, and the
46900support to it could be totally removed some day.
46901
46902@node Nios II Features
46903@subsection Nios II Features
46904@cindex target descriptions, Nios II features
46905
46906The @samp{org.gnu.gdb.nios2.cpu} feature is required for Nios II
46907targets. It should contain the 32 core registers (@samp{zero},
46908@samp{at}, @samp{r2} through @samp{r23}, @samp{et} through @samp{ra}),
46909@samp{pc}, and the 16 control registers (@samp{status} through
46910@samp{mpuacc}).
46911
46912@node OpenRISC 1000 Features
46913@subsection Openrisc 1000 Features
46914@cindex target descriptions, OpenRISC 1000 features
46915
46916The @samp{org.gnu.gdb.or1k.group0} feature is required for OpenRISC 1000
46917targets. It should contain the 32 general purpose registers (@samp{r0}
46918through @samp{r31}), @samp{ppc}, @samp{npc} and @samp{sr}.
46919
46920@node PowerPC Features
46921@subsection PowerPC Features
46922@cindex target descriptions, PowerPC features
46923
46924The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
46925targets. It should contain registers @samp{r0} through @samp{r31},
46926@samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
46927@samp{xer}. They may be 32-bit or 64-bit depending on the target.
46928
46929The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
46930contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
46931
46932The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
46933contain registers @samp{vr0} through @samp{vr31}, @samp{vscr}, and
46934@samp{vrsave}. @value{GDBN} will define pseudo-registers @samp{v0}
46935through @samp{v31} as aliases for the corresponding @samp{vrX}
46936registers.
46937
46938The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
46939contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN} will
46940combine these registers with the floating point registers (@samp{f0}
46941through @samp{f31}) and the altivec registers (@samp{vr0} through
46942@samp{vr31}) to present the 128-bit wide registers @samp{vs0} through
46943@samp{vs63}, the set of vector-scalar registers for POWER7.
46944Therefore, this feature requires both @samp{org.gnu.gdb.power.fpu} and
46945@samp{org.gnu.gdb.power.altivec}.
46946
46947The @samp{org.gnu.gdb.power.spe} feature is optional. It should
46948contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
46949@samp{spefscr}. SPE targets should provide 32-bit registers in
46950@samp{org.gnu.gdb.power.core} and provide the upper halves in
46951@samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
46952these to present registers @samp{ev0} through @samp{ev31} to the
46953user.
46954
46955The @samp{org.gnu.gdb.power.ppr} feature is optional. It should
46956contain the 64-bit register @samp{ppr}.
46957
46958The @samp{org.gnu.gdb.power.dscr} feature is optional. It should
46959contain the 64-bit register @samp{dscr}.
46960
46961The @samp{org.gnu.gdb.power.tar} feature is optional. It should
46962contain the 64-bit register @samp{tar}.
46963
46964The @samp{org.gnu.gdb.power.ebb} feature is optional. It should
46965contain registers @samp{bescr}, @samp{ebbhr} and @samp{ebbrr}, all
4696664-bit wide.
46967
46968The @samp{org.gnu.gdb.power.linux.pmu} feature is optional. It should
46969contain registers @samp{mmcr0}, @samp{mmcr2}, @samp{siar}, @samp{sdar}
46970and @samp{sier}, all 64-bit wide. This is the subset of the isa 2.07
46971server PMU registers provided by @sc{gnu}/Linux.
46972
46973The @samp{org.gnu.gdb.power.htm.spr} feature is optional. It should
46974contain registers @samp{tfhar}, @samp{texasr} and @samp{tfiar}, all
4697564-bit wide.
46976
46977The @samp{org.gnu.gdb.power.htm.core} feature is optional. It should
46978contain the checkpointed general-purpose registers @samp{cr0} through
46979@samp{cr31}, as well as the checkpointed registers @samp{clr} and
46980@samp{cctr}. These registers may all be either 32-bit or 64-bit
46981depending on the target. It should also contain the checkpointed
46982registers @samp{ccr} and @samp{cxer}, which should both be 32-bit
46983wide.
46984
46985The @samp{org.gnu.gdb.power.htm.fpu} feature is optional. It should
46986contain the checkpointed 64-bit floating-point registers @samp{cf0}
46987through @samp{cf31}, as well as the checkpointed 64-bit register
46988@samp{cfpscr}.
46989
46990The @samp{org.gnu.gdb.power.htm.altivec} feature is optional. It
46991should contain the checkpointed altivec registers @samp{cvr0} through
46992@samp{cvr31}, all 128-bit wide. It should also contain the
46993checkpointed registers @samp{cvscr} and @samp{cvrsave}, both 32-bit
46994wide.
46995
46996The @samp{org.gnu.gdb.power.htm.vsx} feature is optional. It should
46997contain registers @samp{cvs0h} through @samp{cvs31h}. @value{GDBN}
46998will combine these registers with the checkpointed floating point
46999registers (@samp{cf0} through @samp{cf31}) and the checkpointed
47000altivec registers (@samp{cvr0} through @samp{cvr31}) to present the
47001128-bit wide checkpointed vector-scalar registers @samp{cvs0} through
47002@samp{cvs63}. Therefore, this feature requires both
47003@samp{org.gnu.gdb.power.htm.altivec} and
47004@samp{org.gnu.gdb.power.htm.fpu}.
47005
47006The @samp{org.gnu.gdb.power.htm.ppr} feature is optional. It should
47007contain the 64-bit checkpointed register @samp{cppr}.
47008
47009The @samp{org.gnu.gdb.power.htm.dscr} feature is optional. It should
47010contain the 64-bit checkpointed register @samp{cdscr}.
47011
47012The @samp{org.gnu.gdb.power.htm.tar} feature is optional. It should
47013contain the 64-bit checkpointed register @samp{ctar}.
47014
47015
47016@node RISC-V Features
47017@subsection RISC-V Features
47018@cindex target descriptions, RISC-V Features
47019
47020The @samp{org.gnu.gdb.riscv.cpu} feature is required for RISC-V
47021targets. It should contain the registers @samp{x0} through
47022@samp{x31}, and @samp{pc}. Either the architectural names (@samp{x0},
47023@samp{x1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra},
47024etc).
47025
47026The @samp{org.gnu.gdb.riscv.fpu} feature is optional. If present, it
47027should contain registers @samp{f0} through @samp{f31}, @samp{fflags},
47028@samp{frm}, and @samp{fcsr}. As with the cpu feature, either the
47029architectural register names, or the ABI names can be used.
47030
47031The @samp{org.gnu.gdb.riscv.virtual} feature is optional. If present,
47032it should contain registers that are not backed by real registers on
47033the target, but are instead virtual, where the register value is
47034derived from other target state. In many ways these are like
47035@value{GDBN}s pseudo-registers, except implemented by the target.
47036Currently the only register expected in this set is the one byte
47037@samp{priv} register that contains the target's privilege level in the
47038least significant two bits.
47039
47040The @samp{org.gnu.gdb.riscv.csr} feature is optional. If present, it
47041should contain all of the target's standard CSRs. Standard CSRs are
47042those defined in the RISC-V specification documents. There is some
47043overlap between this feature and the fpu feature; the @samp{fflags},
47044@samp{frm}, and @samp{fcsr} registers could be in either feature. The
47045expectation is that these registers will be in the fpu feature if the
47046target has floating point hardware, but can be moved into the csr
47047feature if the target has the floating point control registers, but no
47048other floating point hardware.
47049
47050@node RX Features
47051@subsection RX Features
47052@cindex target descriptions, RX Features
47053
47054The @samp{org.gnu.gdb.rx.core} feature is required for RX
47055targets. It should contain the registers @samp{r0} through
47056@samp{r15}, @samp{usp}, @samp{isp}, @samp{psw}, @samp{pc}, @samp{intb},
47057@samp{bpsw}, @samp{bpc}, @samp{fintv}, @samp{fpsw}, and @samp{acc}.
47058
47059@node S/390 and System z Features
47060@subsection S/390 and System z Features
47061@cindex target descriptions, S/390 features
47062@cindex target descriptions, System z features
47063
47064The @samp{org.gnu.gdb.s390.core} feature is required for S/390 and
47065System z targets. It should contain the PSW and the 16 general
47066registers. In particular, System z targets should provide the 64-bit
47067registers @samp{pswm}, @samp{pswa}, and @samp{r0} through @samp{r15}.
47068S/390 targets should provide the 32-bit versions of these registers.
47069A System z target that runs in 31-bit addressing mode should provide
4707032-bit versions of @samp{pswm} and @samp{pswa}, as well as the general
47071register's upper halves @samp{r0h} through @samp{r15h}, and their
47072lower halves @samp{r0l} through @samp{r15l}.
47073
47074The @samp{org.gnu.gdb.s390.fpr} feature is required. It should
47075contain the 64-bit registers @samp{f0} through @samp{f15}, and
47076@samp{fpc}.
47077
47078The @samp{org.gnu.gdb.s390.acr} feature is required. It should
47079contain the 32-bit registers @samp{acr0} through @samp{acr15}.
47080
47081The @samp{org.gnu.gdb.s390.linux} feature is optional. It should
47082contain the register @samp{orig_r2}, which is 64-bit wide on System z
47083targets and 32-bit otherwise. In addition, the feature may contain
47084the @samp{last_break} register, whose width depends on the addressing
47085mode, as well as the @samp{system_call} register, which is always
4708632-bit wide.
47087
47088The @samp{org.gnu.gdb.s390.tdb} feature is optional. It should
47089contain the 64-bit registers @samp{tdb0}, @samp{tac}, @samp{tct},
47090@samp{atia}, and @samp{tr0} through @samp{tr15}.
47091
47092The @samp{org.gnu.gdb.s390.vx} feature is optional. It should contain
4709364-bit wide registers @samp{v0l} through @samp{v15l}, which will be
47094combined by @value{GDBN} with the floating point registers @samp{f0}
47095through @samp{f15} to present the 128-bit wide vector registers
47096@samp{v0} through @samp{v15}. In addition, this feature should
47097contain the 128-bit wide vector registers @samp{v16} through
47098@samp{v31}.
47099
47100The @samp{org.gnu.gdb.s390.gs} feature is optional. It should contain
47101the 64-bit wide guarded-storage-control registers @samp{gsd},
47102@samp{gssm}, and @samp{gsepla}.
47103
47104The @samp{org.gnu.gdb.s390.gsbc} feature is optional. It should contain
47105the 64-bit wide guarded-storage broadcast control registers
47106@samp{bc_gsd}, @samp{bc_gssm}, and @samp{bc_gsepla}.
47107
47108@node Sparc Features
47109@subsection Sparc Features
47110@cindex target descriptions, sparc32 features
47111@cindex target descriptions, sparc64 features
47112The @samp{org.gnu.gdb.sparc.cpu} feature is required for sparc32/sparc64
47113targets. It should describe the following registers:
47114
47115@itemize @minus
47116@item
47117@samp{g0} through @samp{g7}
47118@item
47119@samp{o0} through @samp{o7}
47120@item
47121@samp{l0} through @samp{l7}
47122@item
47123@samp{i0} through @samp{i7}
47124@end itemize
47125
47126They may be 32-bit or 64-bit depending on the target.
47127
47128Also the @samp{org.gnu.gdb.sparc.fpu} feature is required for sparc32/sparc64
47129targets. It should describe the following registers:
47130
47131@itemize @minus
47132@item
47133@samp{f0} through @samp{f31}
47134@item
47135@samp{f32} through @samp{f62} for sparc64
47136@end itemize
47137
47138The @samp{org.gnu.gdb.sparc.cp0} feature is required for sparc32/sparc64
47139targets. It should describe the following registers:
47140
47141@itemize @minus
47142@item
47143@samp{y}, @samp{psr}, @samp{wim}, @samp{tbr}, @samp{pc}, @samp{npc},
47144@samp{fsr}, and @samp{csr} for sparc32
47145@item
47146@samp{pc}, @samp{npc}, @samp{state}, @samp{fsr}, @samp{fprs}, and @samp{y}
47147for sparc64
47148@end itemize
47149
47150@node TIC6x Features
47151@subsection TMS320C6x Features
47152@cindex target descriptions, TIC6x features
47153@cindex target descriptions, TMS320C6x features
47154The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
47155targets. It should contain registers @samp{A0} through @samp{A15},
47156registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
47157
47158The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
47159contain registers @samp{A16} through @samp{A31} and @samp{B16}
47160through @samp{B31}.
47161
47162The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
47163contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
47164
47165@node Operating System Information
47166@appendix Operating System Information
47167@cindex operating system information
47168
47169@menu
47170* Process list::
47171@end menu
47172
47173Users of @value{GDBN} often wish to obtain information about the state of
47174the operating system running on the target---for example the list of
47175processes, or the list of open files. This section describes the
47176mechanism that makes it possible. This mechanism is similar to the
47177target features mechanism (@pxref{Target Descriptions}), but focuses
47178on a different aspect of target.
47179
47180Operating system information is retrieved from the target via the
47181remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
47182read}). The object name in the request should be @samp{osdata}, and
47183the @var{annex} identifies the data to be fetched.
47184
47185@node Process list
47186@appendixsection Process list
47187@cindex operating system information, process list
47188
47189When requesting the process list, the @var{annex} field in the
47190@samp{qXfer} request should be @samp{processes}. The returned data is
47191an XML document. The formal syntax of this document is defined in
47192@file{gdb/features/osdata.dtd}.
47193
47194An example document is:
47195
47196@smallexample
47197<?xml version="1.0"?>
47198<!DOCTYPE target SYSTEM "osdata.dtd">
47199<osdata type="processes">
47200 <item>
47201 <column name="pid">1</column>
47202 <column name="user">root</column>
47203 <column name="command">/sbin/init</column>
47204 <column name="cores">1,2,3</column>
47205 </item>
47206</osdata>
47207@end smallexample
47208
47209Each item should include a column whose name is @samp{pid}. The value
47210of that column should identify the process on the target. The
47211@samp{user} and @samp{command} columns are optional, and will be
47212displayed by @value{GDBN}. The @samp{cores} column, if present,
47213should contain a comma-separated list of cores that this process
47214is running on. Target may provide additional columns,
47215which @value{GDBN} currently ignores.
47216
47217@node Trace File Format
47218@appendix Trace File Format
47219@cindex trace file format
47220
47221The trace file comes in three parts: a header, a textual description
47222section, and a trace frame section with binary data.
47223
47224The header has the form @code{\x7fTRACE0\n}. The first byte is
47225@code{0x7f} so as to indicate that the file contains binary data,
47226while the @code{0} is a version number that may have different values
47227in the future.
47228
47229The description section consists of multiple lines of @sc{ascii} text
47230separated by newline characters (@code{0xa}). The lines may include a
47231variety of optional descriptive or context-setting information, such
47232as tracepoint definitions or register set size. @value{GDBN} will
47233ignore any line that it does not recognize. An empty line marks the end
47234of this section.
47235
47236@table @code
47237@item R @var{size}
47238Specifies the size of a register block in bytes. This is equal to the
47239size of a @code{g} packet payload in the remote protocol. @var{size}
47240is an ascii decimal number. There should be only one such line in
47241a single trace file.
47242
47243@item status @var{status}
47244Trace status. @var{status} has the same format as a @code{qTStatus}
47245remote packet reply. There should be only one such line in a single trace
47246file.
47247
47248@item tp @var{payload}
47249Tracepoint definition. The @var{payload} has the same format as
47250@code{qTfP}/@code{qTsP} remote packet reply payload. A single tracepoint
47251may take multiple lines of definition, corresponding to the multiple
47252reply packets.
47253
47254@item tsv @var{payload}
47255Trace state variable definition. The @var{payload} has the same format as
47256@code{qTfV}/@code{qTsV} remote packet reply payload. A single variable
47257may take multiple lines of definition, corresponding to the multiple
47258reply packets.
47259
47260@item tdesc @var{payload}
47261Target description in XML format. The @var{payload} is a single line of
47262the XML file. All such lines should be concatenated together to get
47263the original XML file. This file is in the same format as @code{qXfer}
47264@code{features} payload, and corresponds to the main @code{target.xml}
47265file. Includes are not allowed.
47266
47267@end table
47268
47269The trace frame section consists of a number of consecutive frames.
47270Each frame begins with a two-byte tracepoint number, followed by a
47271four-byte size giving the amount of data in the frame. The data in
47272the frame consists of a number of blocks, each introduced by a
47273character indicating its type (at least register, memory, and trace
47274state variable). The data in this section is raw binary, not a
47275hexadecimal or other encoding; its endianness matches the target's
47276endianness.
47277
47278@c FIXME bi-arch may require endianness/arch info in description section
47279
47280@table @code
47281@item R @var{bytes}
47282Register block. The number and ordering of bytes matches that of a
47283@code{g} packet in the remote protocol. Note that these are the
47284actual bytes, in target order, not a hexadecimal encoding.
47285
47286@item M @var{address} @var{length} @var{bytes}...
47287Memory block. This is a contiguous block of memory, at the 8-byte
47288address @var{address}, with a 2-byte length @var{length}, followed by
47289@var{length} bytes.
47290
47291@item V @var{number} @var{value}
47292Trace state variable block. This records the 8-byte signed value
47293@var{value} of trace state variable numbered @var{number}.
47294
47295@end table
47296
47297Future enhancements of the trace file format may include additional types
47298of blocks.
47299
47300@node Index Section Format
47301@appendix @code{.gdb_index} section format
47302@cindex .gdb_index section format
47303@cindex index section format
47304
47305This section documents the index section that is created by @code{save
47306gdb-index} (@pxref{Index Files}). The index section is
47307DWARF-specific; some knowledge of DWARF is assumed in this
47308description.
47309
47310The mapped index file format is designed to be directly
47311@code{mmap}able on any architecture. In most cases, a datum is
47312represented using a little-endian 32-bit integer value, called an
47313@code{offset_type}. Big endian machines must byte-swap the values
47314before using them. Exceptions to this rule are noted. The data is
47315laid out such that alignment is always respected.
47316
47317A mapped index consists of several areas, laid out in order.
47318
47319@enumerate
47320@item
47321The file header. This is a sequence of values, of @code{offset_type}
47322unless otherwise noted:
47323
47324@enumerate
47325@item
47326The version number, currently 8. Versions 1, 2 and 3 are obsolete.
47327Version 4 uses a different hashing function from versions 5 and 6.
47328Version 6 includes symbols for inlined functions, whereas versions 4
47329and 5 do not. Version 7 adds attributes to the CU indices in the
47330symbol table. Version 8 specifies that symbols from DWARF type units
47331(@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
47332compilation unit (@samp{DW_TAG_comp_unit}) using the type.
47333
47334@value{GDBN} will only read version 4, 5, or 6 indices
47335by specifying @code{set use-deprecated-index-sections on}.
47336GDB has a workaround for potentially broken version 7 indices so it is
47337currently not flagged as deprecated.
47338
47339@item
47340The offset, from the start of the file, of the CU list.
47341
47342@item
47343The offset, from the start of the file, of the types CU list. Note
47344that this area can be empty, in which case this offset will be equal
47345to the next offset.
47346
47347@item
47348The offset, from the start of the file, of the address area.
47349
47350@item
47351The offset, from the start of the file, of the symbol table.
47352
47353@item
47354The offset, from the start of the file, of the constant pool.
47355@end enumerate
47356
47357@item
47358The CU list. This is a sequence of pairs of 64-bit little-endian
47359values, sorted by the CU offset. The first element in each pair is
47360the offset of a CU in the @code{.debug_info} section. The second
47361element in each pair is the length of that CU. References to a CU
47362elsewhere in the map are done using a CU index, which is just the
473630-based index into this table. Note that if there are type CUs, then
47364conceptually CUs and type CUs form a single list for the purposes of
47365CU indices.
47366
47367@item
47368The types CU list. This is a sequence of triplets of 64-bit
47369little-endian values. In a triplet, the first value is the CU offset,
47370the second value is the type offset in the CU, and the third value is
47371the type signature. The types CU list is not sorted.
47372
47373@item
47374The address area. The address area consists of a sequence of address
47375entries. Each address entry has three elements:
47376
47377@enumerate
47378@item
47379The low address. This is a 64-bit little-endian value.
47380
47381@item
47382The high address. This is a 64-bit little-endian value. Like
47383@code{DW_AT_high_pc}, the value is one byte beyond the end.
47384
47385@item
47386The CU index. This is an @code{offset_type} value.
47387@end enumerate
47388
47389@item
47390The symbol table. This is an open-addressed hash table. The size of
47391the hash table is always a power of 2.
47392
47393Each slot in the hash table consists of a pair of @code{offset_type}
47394values. The first value is the offset of the symbol's name in the
47395constant pool. The second value is the offset of the CU vector in the
47396constant pool.
47397
47398If both values are 0, then this slot in the hash table is empty. This
47399is ok because while 0 is a valid constant pool index, it cannot be a
47400valid index for both a string and a CU vector.
47401
47402The hash value for a table entry is computed by applying an
47403iterative hash function to the symbol's name. Starting with an
47404initial value of @code{r = 0}, each (unsigned) character @samp{c} in
47405the string is incorporated into the hash using the formula depending on the
47406index version:
47407
47408@table @asis
47409@item Version 4
47410The formula is @code{r = r * 67 + c - 113}.
47411
47412@item Versions 5 to 7
47413The formula is @code{r = r * 67 + tolower (c) - 113}.
47414@end table
47415
47416The terminating @samp{\0} is not incorporated into the hash.
47417
47418The step size used in the hash table is computed via
47419@code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
47420value, and @samp{size} is the size of the hash table. The step size
47421is used to find the next candidate slot when handling a hash
47422collision.
47423
47424The names of C@t{++} symbols in the hash table are canonicalized. We
47425don't currently have a simple description of the canonicalization
47426algorithm; if you intend to create new index sections, you must read
47427the code.
47428
47429@item
47430The constant pool. This is simply a bunch of bytes. It is organized
47431so that alignment is correct: CU vectors are stored first, followed by
47432strings.
47433
47434A CU vector in the constant pool is a sequence of @code{offset_type}
47435values. The first value is the number of CU indices in the vector.
47436Each subsequent value is the index and symbol attributes of a CU in
47437the CU list. This element in the hash table is used to indicate which
47438CUs define the symbol and how the symbol is used.
47439See below for the format of each CU index+attributes entry.
47440
47441A string in the constant pool is zero-terminated.
47442@end enumerate
47443
47444Attributes were added to CU index values in @code{.gdb_index} version 7.
47445If a symbol has multiple uses within a CU then there is one
47446CU index+attributes value for each use.
47447
47448The format of each CU index+attributes entry is as follows
47449(bit 0 = LSB):
47450
47451@table @asis
47452
47453@item Bits 0-23
47454This is the index of the CU in the CU list.
47455@item Bits 24-27
47456These bits are reserved for future purposes and must be zero.
47457@item Bits 28-30
47458The kind of the symbol in the CU.
47459
47460@table @asis
47461@item 0
47462This value is reserved and should not be used.
47463By reserving zero the full @code{offset_type} value is backwards compatible
47464with previous versions of the index.
47465@item 1
47466The symbol is a type.
47467@item 2
47468The symbol is a variable or an enum value.
47469@item 3
47470The symbol is a function.
47471@item 4
47472Any other kind of symbol.
47473@item 5,6,7
47474These values are reserved.
47475@end table
47476
47477@item Bit 31
47478This bit is zero if the value is global and one if it is static.
47479
47480The determination of whether a symbol is global or static is complicated.
47481The authorative reference is the file @file{dwarf2read.c} in
47482@value{GDBN} sources.
47483
47484@end table
47485
47486This pseudo-code describes the computation of a symbol's kind and
47487global/static attributes in the index.
47488
47489@smallexample
47490is_external = get_attribute (die, DW_AT_external);
47491language = get_attribute (cu_die, DW_AT_language);
47492switch (die->tag)
47493 @{
47494 case DW_TAG_typedef:
47495 case DW_TAG_base_type:
47496 case DW_TAG_subrange_type:
47497 kind = TYPE;
47498 is_static = 1;
47499 break;
47500 case DW_TAG_enumerator:
47501 kind = VARIABLE;
47502 is_static = language != CPLUS;
47503 break;
47504 case DW_TAG_subprogram:
47505 kind = FUNCTION;
47506 is_static = ! (is_external || language == ADA);
47507 break;
47508 case DW_TAG_constant:
47509 kind = VARIABLE;
47510 is_static = ! is_external;
47511 break;
47512 case DW_TAG_variable:
47513 kind = VARIABLE;
47514 is_static = ! is_external;
47515 break;
47516 case DW_TAG_namespace:
47517 kind = TYPE;
47518 is_static = 0;
47519 break;
47520 case DW_TAG_class_type:
47521 case DW_TAG_interface_type:
47522 case DW_TAG_structure_type:
47523 case DW_TAG_union_type:
47524 case DW_TAG_enumeration_type:
47525 kind = TYPE;
47526 is_static = language != CPLUS;
47527 break;
47528 default:
47529 assert (0);
47530 @}
47531@end smallexample
47532
47533@node Man Pages
47534@appendix Manual pages
47535@cindex Man pages
47536
47537@menu
47538* gdb man:: The GNU Debugger man page
47539* gdbserver man:: Remote Server for the GNU Debugger man page
47540* gcore man:: Generate a core file of a running program
47541* gdbinit man:: gdbinit scripts
47542* gdb-add-index man:: Add index files to speed up GDB
47543@end menu
47544
47545@node gdb man
47546@heading gdb man
47547
47548@c man title gdb The GNU Debugger
47549
47550@c man begin SYNOPSIS gdb
47551gdb [@option{-help}] [@option{-nh}] [@option{-nx}] [@option{-q}]
47552[@option{-batch}] [@option{-cd=}@var{dir}] [@option{-f}]
47553[@option{-b}@w{ }@var{bps}]
47554 [@option{-tty=}@var{dev}] [@option{-s} @var{symfile}]
47555[@option{-e}@w{ }@var{prog}] [@option{-se}@w{ }@var{prog}]
47556[@option{-c}@w{ }@var{core}] [@option{-p}@w{ }@var{procID}]
47557 [@option{-x}@w{ }@var{cmds}] [@option{-d}@w{ }@var{dir}]
47558[@var{prog}|@var{prog} @var{procID}|@var{prog} @var{core}]
47559@c man end
47560
47561@c man begin DESCRIPTION gdb
47562The purpose of a debugger such as @value{GDBN} is to allow you to see what is
47563going on ``inside'' another program while it executes -- or what another
47564program was doing at the moment it crashed.
47565
47566@value{GDBN} can do four main kinds of things (plus other things in support of
47567these) to help you catch bugs in the act:
47568
47569@itemize @bullet
47570@item
47571Start your program, specifying anything that might affect its behavior.
47572
47573@item
47574Make your program stop on specified conditions.
47575
47576@item
47577Examine what has happened, when your program has stopped.
47578
47579@item
47580Change things in your program, so you can experiment with correcting the
47581effects of one bug and go on to learn about another.
47582@end itemize
47583
47584You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
47585Modula-2.
47586
47587@value{GDBN} is invoked with the shell command @code{gdb}. Once started, it reads
47588commands from the terminal until you tell it to exit with the @value{GDBN}
47589command @code{quit}. You can get online help from @value{GDBN} itself
47590by using the command @code{help}.
47591
47592You can run @code{gdb} with no arguments or options; but the most
47593usual way to start @value{GDBN} is with one argument or two, specifying an
47594executable program as the argument:
47595
47596@smallexample
47597gdb program
47598@end smallexample
47599
47600You can also start with both an executable program and a core file specified:
47601
47602@smallexample
47603gdb program core
47604@end smallexample
47605
47606You can, instead, specify a process ID as a second argument or use option
47607@code{-p}, if you want to debug a running process:
47608
47609@smallexample
47610gdb program 1234
47611gdb -p 1234
47612@end smallexample
47613
47614@noindent
47615would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
47616can omit the @var{program} filename.
47617
47618Here are some of the most frequently needed @value{GDBN} commands:
47619
47620@c pod2man highlights the right hand side of the @item lines.
47621@table @env
47622@item break [@var{file}:]@var{function}
47623Set a breakpoint at @var{function} (in @var{file}).
47624
47625@item run [@var{arglist}]
47626Start your program (with @var{arglist}, if specified).
47627
47628@item bt
47629Backtrace: display the program stack.
47630
47631@item print @var{expr}
47632Display the value of an expression.
47633
47634@item c
47635Continue running your program (after stopping, e.g. at a breakpoint).
47636
47637@item next
47638Execute next program line (after stopping); step @emph{over} any
47639function calls in the line.
47640
47641@item edit [@var{file}:]@var{function}
47642look at the program line where it is presently stopped.
47643
47644@item list [@var{file}:]@var{function}
47645type the text of the program in the vicinity of where it is presently stopped.
47646
47647@item step
47648Execute next program line (after stopping); step @emph{into} any
47649function calls in the line.
47650
47651@item help [@var{name}]
47652Show information about @value{GDBN} command @var{name}, or general information
47653about using @value{GDBN}.
47654
47655@item quit
47656Exit from @value{GDBN}.
47657@end table
47658
47659@ifset man
47660For full details on @value{GDBN},
47661see @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47662by Richard M. Stallman and Roland H. Pesch. The same text is available online
47663as the @code{gdb} entry in the @code{info} program.
47664@end ifset
47665@c man end
47666
47667@c man begin OPTIONS gdb
47668Any arguments other than options specify an executable
47669file and core file (or process ID); that is, the first argument
47670encountered with no
47671associated option flag is equivalent to a @option{-se} option, and the second,
47672if any, is equivalent to a @option{-c} option if it's the name of a file.
47673Many options have
47674both long and short forms; both are shown here. The long forms are also
47675recognized if you truncate them, so long as enough of the option is
47676present to be unambiguous. (If you prefer, you can flag option
47677arguments with @option{+} rather than @option{-}, though we illustrate the
47678more usual convention.)
47679
47680All the options and command line arguments you give are processed
47681in sequential order. The order makes a difference when the @option{-x}
47682option is used.
47683
47684@table @env
47685@item -help
47686@itemx -h
47687List all options, with brief explanations.
47688
47689@item -symbols=@var{file}
47690@itemx -s @var{file}
47691Read symbol table from file @var{file}.
47692
47693@item -write
47694Enable writing into executable and core files.
47695
47696@item -exec=@var{file}
47697@itemx -e @var{file}
47698Use file @var{file} as the executable file to execute when
47699appropriate, and for examining pure data in conjunction with a core
47700dump.
47701
47702@item -se=@var{file}
47703Read symbol table from file @var{file} and use it as the executable
47704file.
47705
47706@item -core=@var{file}
47707@itemx -c @var{file}
47708Use file @var{file} as a core dump to examine.
47709
47710@item -command=@var{file}
47711@itemx -x @var{file}
47712Execute @value{GDBN} commands from file @var{file}.
47713
47714@item -ex @var{command}
47715Execute given @value{GDBN} @var{command}.
47716
47717@item -directory=@var{directory}
47718@itemx -d @var{directory}
47719Add @var{directory} to the path to search for source files.
47720
47721@item -nh
47722Do not execute commands from @file{~/.gdbinit}.
47723
47724@item -nx
47725@itemx -n
47726Do not execute commands from any @file{.gdbinit} initialization files.
47727
47728@item -quiet
47729@itemx -q
47730``Quiet''. Do not print the introductory and copyright messages. These
47731messages are also suppressed in batch mode.
47732
47733@item -batch
47734Run in batch mode. Exit with status @code{0} after processing all the command
47735files specified with @option{-x} (and @file{.gdbinit}, if not inhibited).
47736Exit with nonzero status if an error occurs in executing the @value{GDBN}
47737commands in the command files.
47738
47739Batch mode may be useful for running @value{GDBN} as a filter, for example to
47740download and run a program on another computer; in order to make this
47741more useful, the message
47742
47743@smallexample
47744Program exited normally.
47745@end smallexample
47746
47747@noindent
47748(which is ordinarily issued whenever a program running under @value{GDBN} control
47749terminates) is not issued when running in batch mode.
47750
47751@item -cd=@var{directory}
47752Run @value{GDBN} using @var{directory} as its working directory,
47753instead of the current directory.
47754
47755@item -fullname
47756@itemx -f
47757Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells
47758@value{GDBN} to output the full file name and line number in a standard,
47759recognizable fashion each time a stack frame is displayed (which
47760includes each time the program stops). This recognizable format looks
47761like two @samp{\032} characters, followed by the file name, line number
47762and character position separated by colons, and a newline. The
47763Emacs-to-@value{GDBN} interface program uses the two @samp{\032}
47764characters as a signal to display the source code for the frame.
47765
47766@item -b @var{bps}
47767Set the line speed (baud rate or bits per second) of any serial
47768interface used by @value{GDBN} for remote debugging.
47769
47770@item -tty=@var{device}
47771Run using @var{device} for your program's standard input and output.
47772@end table
47773@c man end
47774
47775@c man begin SEEALSO gdb
47776@ifset man
47777The full documentation for @value{GDBN} is maintained as a Texinfo manual.
47778If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
47779documentation are properly installed at your site, the command
47780
47781@smallexample
47782info gdb
47783@end smallexample
47784
47785@noindent
47786should give you access to the complete manual.
47787
47788@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
47789Richard M. Stallman and Roland H. Pesch, July 1991.
47790@end ifset
47791@c man end
47792
47793@node gdbserver man
47794@heading gdbserver man
47795
47796@c man title gdbserver Remote Server for the GNU Debugger
47797@format
47798@c man begin SYNOPSIS gdbserver
47799gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
47800
47801gdbserver --attach @var{comm} @var{pid}
47802
47803gdbserver --multi @var{comm}
47804@c man end
47805@end format
47806
47807@c man begin DESCRIPTION gdbserver
47808@command{gdbserver} is a program that allows you to run @value{GDBN} on a different machine
47809than the one which is running the program being debugged.
47810
47811@ifclear man
47812@subheading Usage (server (target) side)
47813@end ifclear
47814@ifset man
47815Usage (server (target) side):
47816@end ifset
47817
47818First, you need to have a copy of the program you want to debug put onto
47819the target system. The program can be stripped to save space if needed, as
47820@command{gdbserver} doesn't care about symbols. All symbol handling is taken care of by
47821the @value{GDBN} running on the host system.
47822
47823To use the server, you log on to the target system, and run the @command{gdbserver}
47824program. You must tell it (a) how to communicate with @value{GDBN}, (b) the name of
47825your program, and (c) its arguments. The general syntax is:
47826
47827@smallexample
47828target> gdbserver @var{comm} @var{program} [@var{args} ...]
47829@end smallexample
47830
47831For example, using a serial port, you might say:
47832
47833@smallexample
47834@ifset man
47835@c @file would wrap it as F</dev/com1>.
47836target> gdbserver /dev/com1 emacs foo.txt
47837@end ifset
47838@ifclear man
47839target> gdbserver @file{/dev/com1} emacs foo.txt
47840@end ifclear
47841@end smallexample
47842
47843This tells @command{gdbserver} to debug emacs with an argument of foo.txt, and
47844to communicate with @value{GDBN} via @file{/dev/com1}. @command{gdbserver} now
47845waits patiently for the host @value{GDBN} to communicate with it.
47846
47847To use a TCP connection, you could say:
47848
47849@smallexample
47850target> gdbserver host:2345 emacs foo.txt
47851@end smallexample
47852
47853This says pretty much the same thing as the last example, except that we are
47854going to communicate with the @code{host} @value{GDBN} via TCP. The @code{host:2345} argument means
47855that we are expecting to see a TCP connection from @code{host} to local TCP port
478562345. (Currently, the @code{host} part is ignored.) You can choose any number you
47857want for the port number as long as it does not conflict with any existing TCP
47858ports on the target system. This same port number must be used in the host
47859@value{GDBN}s @code{target remote} command, which will be described shortly. Note that if
47860you chose a port number that conflicts with another service, @command{gdbserver} will
47861print an error message and exit.
47862
47863@command{gdbserver} can also attach to running programs.
47864This is accomplished via the @option{--attach} argument. The syntax is:
47865
47866@smallexample
47867target> gdbserver --attach @var{comm} @var{pid}
47868@end smallexample
47869
47870@var{pid} is the process ID of a currently running process. It isn't
47871necessary to point @command{gdbserver} at a binary for the running process.
47872
47873To start @code{gdbserver} without supplying an initial command to run
47874or process ID to attach, use the @option{--multi} command line option.
47875In such case you should connect using @kbd{target extended-remote} to start
47876the program you want to debug.
47877
47878@smallexample
47879target> gdbserver --multi @var{comm}
47880@end smallexample
47881
47882@ifclear man
47883@subheading Usage (host side)
47884@end ifclear
47885@ifset man
47886Usage (host side):
47887@end ifset
47888
47889You need an unstripped copy of the target program on your host system, since
47890@value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally
47891would, with the target program as the first argument. (You may need to use the
47892@option{--baud} option if the serial line is running at anything except 9600 baud.)
47893That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only
47894new command you need to know about is @code{target remote}
47895(or @code{target extended-remote}). Its argument is either
47896a device name (usually a serial device, like @file{/dev/ttyb}), or a @code{HOST:PORT}
47897descriptor. For example:
47898
47899@smallexample
47900@ifset man
47901@c @file would wrap it as F</dev/ttyb>.
47902(@value{GDBP}) target remote /dev/ttyb
47903@end ifset
47904@ifclear man
47905(@value{GDBP}) target remote @file{/dev/ttyb}
47906@end ifclear
47907@end smallexample
47908
47909@noindent
47910communicates with the server via serial line @file{/dev/ttyb}, and:
47911
47912@smallexample
47913(@value{GDBP}) target remote the-target:2345
47914@end smallexample
47915
47916@noindent
47917communicates via a TCP connection to port 2345 on host `the-target', where
47918you previously started up @command{gdbserver} with the same port number. Note that for
47919TCP connections, you must start up @command{gdbserver} prior to using the `target remote'
47920command, otherwise you may get an error that looks something like
47921`Connection refused'.
47922
47923@command{gdbserver} can also debug multiple inferiors at once,
47924described in
47925@ifset man
47926the @value{GDBN} manual in node @code{Inferiors and Programs}
47927-- shell command @code{info -f gdb -n 'Inferiors and Programs'}.
47928@end ifset
47929@ifclear man
47930@ref{Inferiors and Programs}.
47931@end ifclear
47932In such case use the @code{extended-remote} @value{GDBN} command variant:
47933
47934@smallexample
47935(@value{GDBP}) target extended-remote the-target:2345
47936@end smallexample
47937
47938The @command{gdbserver} option @option{--multi} may or may not be used in such
47939case.
47940@c man end
47941
47942@c man begin OPTIONS gdbserver
47943There are three different modes for invoking @command{gdbserver}:
47944
47945@itemize @bullet
47946
47947@item
47948Debug a specific program specified by its program name:
47949
47950@smallexample
47951gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
47952@end smallexample
47953
47954The @var{comm} parameter specifies how should the server communicate
47955with @value{GDBN}; it is either a device name (to use a serial line),
47956a TCP port number (@code{:1234}), or @code{-} or @code{stdio} to use
47957stdin/stdout of @code{gdbserver}. Specify the name of the program to
47958debug in @var{prog}. Any remaining arguments will be passed to the
47959program verbatim. When the program exits, @value{GDBN} will close the
47960connection, and @code{gdbserver} will exit.
47961
47962@item
47963Debug a specific program by specifying the process ID of a running
47964program:
47965
47966@smallexample
47967gdbserver --attach @var{comm} @var{pid}
47968@end smallexample
47969
47970The @var{comm} parameter is as described above. Supply the process ID
47971of a running program in @var{pid}; @value{GDBN} will do everything
47972else. Like with the previous mode, when the process @var{pid} exits,
47973@value{GDBN} will close the connection, and @code{gdbserver} will exit.
47974
47975@item
47976Multi-process mode -- debug more than one program/process:
47977
47978@smallexample
47979gdbserver --multi @var{comm}
47980@end smallexample
47981
47982In this mode, @value{GDBN} can instruct @command{gdbserver} which
47983command(s) to run. Unlike the other 2 modes, @value{GDBN} will not
47984close the connection when a process being debugged exits, so you can
47985debug several processes in the same session.
47986@end itemize
47987
47988In each of the modes you may specify these options:
47989
47990@table @env
47991
47992@item --help
47993List all options, with brief explanations.
47994
47995@item --version
47996This option causes @command{gdbserver} to print its version number and exit.
47997
47998@item --attach
47999@command{gdbserver} will attach to a running program. The syntax is:
48000
48001@smallexample
48002target> gdbserver --attach @var{comm} @var{pid}
48003@end smallexample
48004
48005@var{pid} is the process ID of a currently running process. It isn't
48006necessary to point @command{gdbserver} at a binary for the running process.
48007
48008@item --multi
48009To start @code{gdbserver} without supplying an initial command to run
48010or process ID to attach, use this command line option.
48011Then you can connect using @kbd{target extended-remote} and start
48012the program you want to debug. The syntax is:
48013
48014@smallexample
48015target> gdbserver --multi @var{comm}
48016@end smallexample
48017
48018@item --debug
48019Instruct @code{gdbserver} to display extra status information about the debugging
48020process.
48021This option is intended for @code{gdbserver} development and for bug reports to
48022the developers.
48023
48024@item --remote-debug
48025Instruct @code{gdbserver} to display remote protocol debug output.
48026This option is intended for @code{gdbserver} development and for bug reports to
48027the developers.
48028
48029@item --debug-file=@var{filename}
48030Instruct @code{gdbserver} to send any debug output to the given @var{filename}.
48031This option is intended for @code{gdbserver} development and for bug reports to
48032the developers.
48033
48034@item --debug-format=option1@r{[},option2,...@r{]}
48035Instruct @code{gdbserver} to include extra information in each line
48036of debugging output.
48037@xref{Other Command-Line Arguments for gdbserver}.
48038
48039@item --wrapper
48040Specify a wrapper to launch programs
48041for debugging. The option should be followed by the name of the
48042wrapper, then any command-line arguments to pass to the wrapper, then
48043@kbd{--} indicating the end of the wrapper arguments.
48044
48045@item --once
48046By default, @command{gdbserver} keeps the listening TCP port open, so that
48047additional connections are possible. However, if you start @code{gdbserver}
48048with the @option{--once} option, it will stop listening for any further
48049connection attempts after connecting to the first @value{GDBN} session.
48050
48051@c --disable-packet is not documented for users.
48052
48053@c --disable-randomization and --no-disable-randomization are superseded by
48054@c QDisableRandomization.
48055
48056@end table
48057@c man end
48058
48059@c man begin SEEALSO gdbserver
48060@ifset man
48061The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48062If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48063documentation are properly installed at your site, the command
48064
48065@smallexample
48066info gdb
48067@end smallexample
48068
48069should give you access to the complete manual.
48070
48071@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48072Richard M. Stallman and Roland H. Pesch, July 1991.
48073@end ifset
48074@c man end
48075
48076@node gcore man
48077@heading gcore
48078
48079@c man title gcore Generate a core file of a running program
48080
48081@format
48082@c man begin SYNOPSIS gcore
48083gcore [-a] [-o @var{prefix}] @var{pid1} [@var{pid2}...@var{pidN}]
48084@c man end
48085@end format
48086
48087@c man begin DESCRIPTION gcore
48088Generate core dumps of one or more running programs with process IDs
48089@var{pid1}, @var{pid2}, etc. A core file produced by @command{gcore}
48090is equivalent to one produced by the kernel when the process crashes
48091(and when @kbd{ulimit -c} was used to set up an appropriate core dump
48092limit). However, unlike after a crash, after @command{gcore} finishes
48093its job the program remains running without any change.
48094@c man end
48095
48096@c man begin OPTIONS gcore
48097@table @env
48098@item -a
48099Dump all memory mappings. The actual effect of this option depends on
48100the Operating System. On @sc{gnu}/Linux, it will disable
48101@code{use-coredump-filter} (@pxref{set use-coredump-filter}) and
48102enable @code{dump-excluded-mappings} (@pxref{set
48103dump-excluded-mappings}).
48104
48105@item -o @var{prefix}
48106The optional argument @var{prefix} specifies the prefix to be used
48107when composing the file names of the core dumps. The file name is
48108composed as @file{@var{prefix}.@var{pid}}, where @var{pid} is the
48109process ID of the running program being analyzed by @command{gcore}.
48110If not specified, @var{prefix} defaults to @var{gcore}.
48111@end table
48112@c man end
48113
48114@c man begin SEEALSO gcore
48115@ifset man
48116The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48117If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48118documentation are properly installed at your site, the command
48119
48120@smallexample
48121info gdb
48122@end smallexample
48123
48124@noindent
48125should give you access to the complete manual.
48126
48127@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48128Richard M. Stallman and Roland H. Pesch, July 1991.
48129@end ifset
48130@c man end
48131
48132@node gdbinit man
48133@heading gdbinit
48134
48135@c man title gdbinit GDB initialization scripts
48136
48137@format
48138@c man begin SYNOPSIS gdbinit
48139@ifset SYSTEM_GDBINIT
48140@value{SYSTEM_GDBINIT}
48141@end ifset
48142
48143@ifset SYSTEM_GDBINIT_DIR
48144@value{SYSTEM_GDBINIT_DIR}/*
48145@end ifset
48146
48147~/.gdbinit
48148
48149./.gdbinit
48150@c man end
48151@end format
48152
48153@c man begin DESCRIPTION gdbinit
48154These files contain @value{GDBN} commands to automatically execute during
48155@value{GDBN} startup. The lines of contents are canned sequences of commands,
48156described in
48157@ifset man
48158the @value{GDBN} manual in node @code{Sequences}
48159-- shell command @code{info -f gdb -n Sequences}.
48160@end ifset
48161@ifclear man
48162@ref{Sequences}.
48163@end ifclear
48164
48165Please read more in
48166@ifset man
48167the @value{GDBN} manual in node @code{Startup}
48168-- shell command @code{info -f gdb -n Startup}.
48169@end ifset
48170@ifclear man
48171@ref{Startup}.
48172@end ifclear
48173
48174@table @env
48175@ifset SYSTEM_GDBINIT
48176@item @value{SYSTEM_GDBINIT}
48177@end ifset
48178@ifclear SYSTEM_GDBINIT
48179@item (not enabled with @code{--with-system-gdbinit} during compilation)
48180@end ifclear
48181System-wide initialization file. It is executed unless user specified
48182@value{GDBN} option @code{-nx} or @code{-n}.
48183See more in
48184@ifset man
48185the @value{GDBN} manual in node @code{System-wide configuration}
48186-- shell command @code{info -f gdb -n 'System-wide configuration'}.
48187@end ifset
48188@ifset SYSTEM_GDBINIT_DIR
48189@item @value{SYSTEM_GDBINIT_DIR}
48190@end ifset
48191@ifclear SYSTEM_GDBINIT_DIR
48192@item (not enabled with @code{--with-system-gdbinit-dir} during compilation)
48193@end ifclear
48194System-wide initialization directory. All files in this directory are
48195executed on startup unless user specified @value{GDBN} option @code{-nx} or
48196@code{-n}, as long as they have a recognized file extension.
48197See more in
48198@ifset man
48199the @value{GDBN} manual in node @code{System-wide configuration}
48200-- shell command @code{info -f gdb -n 'System-wide configuration'}.
48201@end ifset
48202@ifclear man
48203@ref{System-wide configuration}.
48204@end ifclear
48205
48206@item ~/.gdbinit
48207User initialization file. It is executed unless user specified
48208@value{GDBN} options @code{-nx}, @code{-n} or @code{-nh}.
48209
48210@item ./.gdbinit
48211Initialization file for current directory. It may need to be enabled with
48212@value{GDBN} security command @code{set auto-load local-gdbinit}.
48213See more in
48214@ifset man
48215the @value{GDBN} manual in node @code{Init File in the Current Directory}
48216-- shell command @code{info -f gdb -n 'Init File in the Current Directory'}.
48217@end ifset
48218@ifclear man
48219@ref{Init File in the Current Directory}.
48220@end ifclear
48221@end table
48222@c man end
48223
48224@c man begin SEEALSO gdbinit
48225@ifset man
48226gdb(1), @code{info -f gdb -n Startup}
48227
48228The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48229If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48230documentation are properly installed at your site, the command
48231
48232@smallexample
48233info gdb
48234@end smallexample
48235
48236should give you access to the complete manual.
48237
48238@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48239Richard M. Stallman and Roland H. Pesch, July 1991.
48240@end ifset
48241@c man end
48242
48243@node gdb-add-index man
48244@heading gdb-add-index
48245@pindex gdb-add-index
48246@anchor{gdb-add-index}
48247
48248@c man title gdb-add-index Add index files to speed up GDB
48249
48250@c man begin SYNOPSIS gdb-add-index
48251gdb-add-index @var{filename}
48252@c man end
48253
48254@c man begin DESCRIPTION gdb-add-index
48255When @value{GDBN} finds a symbol file, it scans the symbols in the
48256file in order to construct an internal symbol table. This lets most
48257@value{GDBN} operations work quickly--at the cost of a delay early on.
48258For large programs, this delay can be quite lengthy, so @value{GDBN}
48259provides a way to build an index, which speeds up startup.
48260
48261To determine whether a file contains such an index, use the command
48262@kbd{readelf -S filename}: the index is stored in a section named
48263@code{.gdb_index}. The index file can only be produced on systems
48264which use ELF binaries and DWARF debug information (i.e., sections
48265named @code{.debug_*}).
48266
48267@command{gdb-add-index} uses @value{GDBN} and @command{objdump} found
48268in the @env{PATH} environment variable. If you want to use different
48269versions of these programs, you can specify them through the
48270@env{GDB} and @env{OBJDUMP} environment variables.
48271
48272See more in
48273@ifset man
48274the @value{GDBN} manual in node @code{Index Files}
48275-- shell command @kbd{info -f gdb -n "Index Files"}.
48276@end ifset
48277@ifclear man
48278@ref{Index Files}.
48279@end ifclear
48280@c man end
48281
48282@c man begin SEEALSO gdb-add-index
48283@ifset man
48284The full documentation for @value{GDBN} is maintained as a Texinfo manual.
48285If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
48286documentation are properly installed at your site, the command
48287
48288@smallexample
48289info gdb
48290@end smallexample
48291
48292should give you access to the complete manual.
48293
48294@cite{Using GDB: A Guide to the GNU Source-Level Debugger},
48295Richard M. Stallman and Roland H. Pesch, July 1991.
48296@end ifset
48297@c man end
48298
48299@include gpl.texi
48300
48301@node GNU Free Documentation License
48302@appendix GNU Free Documentation License
48303@include fdl.texi
48304
48305@node Concept Index
48306@unnumbered Concept Index
48307
48308@printindex cp
48309
48310@node Command and Variable Index
48311@unnumbered Command, Variable, and Function Index
48312
48313@printindex fn
48314
48315@tex
48316% I think something like @@colophon should be in texinfo. In the
48317% meantime:
48318\long\def\colophon{\hbox to0pt{}\vfill
48319\centerline{The body of this manual is set in}
48320\centerline{\fontname\tenrm,}
48321\centerline{with headings in {\bf\fontname\tenbf}}
48322\centerline{and examples in {\tt\fontname\tentt}.}
48323\centerline{{\it\fontname\tenit\/},}
48324\centerline{{\bf\fontname\tenbf}, and}
48325\centerline{{\sl\fontname\tensl\/}}
48326\centerline{are used for emphasis.}\vfill}
48327\page\colophon
48328% Blame: doc@@cygnus.com, 1991.
48329@end tex
48330
48331@bye
This page took 0.194211 seconds and 4 git commands to generate.