79b7431dd78f6acdc5794341a0de0d6b4dd39696
[binutils-gdb.git] / gdb / doc / gdb.texinfo
1 \input texinfo @c -*-texinfo-*-
2 @c Copyright (C) 1988--2023 Free Software Foundation, Inc.
3 @c
4 @c %**start of header
5 @c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
6 @c of @set vars. However, you can override filename with makeinfo -o.
7 @setfilename gdb.info
8 @c
9 @c man begin INCLUDE
10 @include gdb-cfg.texi
11 @c man end
12 @c
13 @settitle Debugging with @value{GDBN}
14 @setchapternewpage odd
15 @c %**end of header
16
17 @iftex
18 @c @smallbook
19 @c @cropmarks
20 @end iftex
21
22 @finalout
23 @c To avoid file-name clashes between index.html and Index.html, when
24 @c the manual is produced on a Posix host and then moved to a
25 @c case-insensitive filesystem (e.g., MS-Windows), we separate the
26 @c indices into two: Concept Index and all the rest.
27 @syncodeindex ky fn
28 @syncodeindex tp fn
29
30 @c readline appendices use @vindex, @findex and @ftable,
31 @c annotate.texi and gdbmi use @findex.
32 @syncodeindex vr fn
33
34 @c !!set GDB manual's edition---not the same as GDB version!
35 @c This is updated by GNU Press.
36 @set EDITION Tenth
37
38 @c !!set GDB edit command default editor
39 @set EDITOR /bin/ex
40
41 @c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
42
43 @c This is a dir.info fragment to support semi-automated addition of
44 @c manuals to an info tree.
45 @dircategory Software development
46 @direntry
47 * Gdb: (gdb). The GNU debugger.
48 * gdbserver: (gdb) Server. The GNU debugging server.
49 @end direntry
50
51 @copying
52 @c man begin COPYRIGHT
53 Copyright @copyright{} 1988-2023 Free Software Foundation, Inc.
54
55 Permission is granted to copy, distribute and/or modify this document
56 under the terms of the GNU Free Documentation License, Version 1.3 or
57 any later version published by the Free Software Foundation; with the
58 Invariant Sections being ``Free Software'' and ``Free Software Needs
59 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
60 and with the Back-Cover Texts as in (a) below.
61
62 (a) The FSF's Back-Cover Text is: ``You are free to copy and modify
63 this GNU Manual. Buying copies from GNU Press supports the FSF in
64 developing GNU and promoting software freedom.''
65 @c man end
66 @end copying
67
68 @ifnottex
69 This file documents the @sc{gnu} debugger @value{GDBN}.
70
71 This is the @value{EDITION} Edition, of @cite{Debugging with
72 @value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
73 @ifset VERSION_PACKAGE
74 @value{VERSION_PACKAGE}
75 @end ifset
76 Version @value{GDBVN}.
77
78 @insertcopying
79 @end ifnottex
80
81 @titlepage
82 @title Debugging with @value{GDBN}
83 @subtitle The @sc{gnu} Source-Level Debugger
84 @sp 1
85 @subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
86 @ifset VERSION_PACKAGE
87 @sp 1
88 @subtitle @value{VERSION_PACKAGE}
89 @end ifset
90 @author Richard Stallman, Roland Pesch, Stan Shebs, et al.
91 @page
92 @tex
93 {\parskip=0pt
94 \hfill (Send bugs and comments on @value{GDBN} to @value{BUGURL}.)\par
95 \hfill {\it Debugging with @value{GDBN}}\par
96 \hfill \TeX{}info \texinfoversion\par
97 }
98 @end tex
99
100 @vskip 0pt plus 1filll
101 Published by the Free Software Foundation @*
102 51 Franklin Street, Fifth Floor,
103 Boston, MA 02110-1301, USA@*
104 ISBN 978-0-9831592-3-0 @*
105
106 @insertcopying
107 @end titlepage
108 @page
109
110 @ifnottex
111 @node Top, Summary
112
113 @top Debugging with @value{GDBN}
114
115 This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
116
117 This is the @value{EDITION} Edition, for @value{GDBN}
118 @ifset VERSION_PACKAGE
119 @value{VERSION_PACKAGE}
120 @end ifset
121 Version @value{GDBVN}.
122
123 Copyright (C) 1988-2023 Free Software Foundation, Inc.
124
125 This edition of the GDB manual is dedicated to the memory of Fred
126 Fish. Fred was a long-standing contributor to GDB and to Free
127 software in general. We will miss him.
128
129 @menu
130 * Summary:: Summary of @value{GDBN}
131 * Sample Session:: A sample @value{GDBN} session
132
133 * Invocation:: Getting in and out of @value{GDBN}
134 * Commands:: @value{GDBN} commands
135 * Running:: Running programs under @value{GDBN}
136 * Stopping:: Stopping and continuing
137 * Reverse Execution:: Running programs backward
138 * Process Record and Replay:: Recording inferior's execution and replaying it
139 * Stack:: Examining the stack
140 * Source:: Examining source files
141 * Data:: Examining data
142 * Optimized Code:: Debugging optimized code
143 * Macros:: Preprocessor Macros
144 * Tracepoints:: Debugging remote targets non-intrusively
145 * Overlays:: Debugging programs that use overlays
146
147 * Languages:: Using @value{GDBN} with different languages
148
149 * Symbols:: Examining the symbol table
150 * Altering:: Altering execution
151 * GDB Files:: @value{GDBN} files
152 * Targets:: Specifying a debugging target
153 * Remote Debugging:: Debugging remote programs
154 * Configurations:: Configuration-specific information
155 * Controlling GDB:: Controlling @value{GDBN}
156 * Extending GDB:: Extending @value{GDBN}
157 * Interpreters:: Command Interpreters
158 * TUI:: @value{GDBN} Text User Interface
159 * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
160 * GDB/MI:: @value{GDBN}'s Machine Interface.
161 * Annotations:: @value{GDBN}'s annotation interface.
162 * Debugger Adapter Protocol:: The Debugger Adapter Protocol.
163 * JIT Interface:: Using the JIT debugging interface.
164 * In-Process Agent:: In-Process Agent
165
166 * GDB Bugs:: Reporting bugs in @value{GDBN}
167
168 @ifset SYSTEM_READLINE
169 * Command Line Editing: (rluserman). Command Line Editing
170 * Using History Interactively: (history). Using History Interactively
171 @end ifset
172 @ifclear SYSTEM_READLINE
173 * Command Line Editing:: Command Line Editing
174 * Using History Interactively:: Using History Interactively
175 @end ifclear
176 * In Memoriam:: In Memoriam
177 * Formatting Documentation:: How to format and print @value{GDBN} documentation
178 * Installing GDB:: Installing @value{GDBN}
179 * Maintenance Commands:: Maintenance Commands
180 * Remote Protocol:: GDB Remote Serial Protocol
181 * Agent Expressions:: The @value{GDBN} Agent Expression Mechanism
182 * Target Descriptions:: How targets can describe themselves to
183 @value{GDBN}
184 * Operating System Information:: Getting additional information from
185 the operating system
186 * Trace File Format:: @value{GDBN} trace file format
187 * Index Section Format:: .gdb_index section format
188 * Debuginfod:: Download debugging resources with @code{debuginfod}
189 * Man Pages:: Manual pages
190 * Copying:: GNU General Public License says
191 how you can copy and share @value{GDBN}
192 * GNU Free Documentation License:: The license for this documentation
193 * Concept Index:: Index of @value{GDBN} concepts
194 * Command and Variable Index:: Index of @value{GDBN} commands, variables,
195 functions, and Python data types
196 @end menu
197
198 @end ifnottex
199
200 @contents
201
202 @node Summary
203 @unnumbered Summary of @value{GDBN}
204
205 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
206 going on ``inside'' another program while it executes---or what another
207 program was doing at the moment it crashed.
208
209 @value{GDBN} can do four main kinds of things (plus other things in support of
210 these) to help you catch bugs in the act:
211
212 @itemize @bullet
213 @item
214 Start your program, specifying anything that might affect its behavior.
215
216 @item
217 Make your program stop on specified conditions.
218
219 @item
220 Examine what has happened, when your program has stopped.
221
222 @item
223 Change things in your program, so you can experiment with correcting the
224 effects of one bug and go on to learn about another.
225 @end itemize
226
227 You can use @value{GDBN} to debug programs written in C and C@t{++}.
228 For more information, see @ref{Supported Languages,,Supported Languages}.
229 For more information, see @ref{C,,C and C++}.
230
231 Support for D is partial. For information on D, see
232 @ref{D,,D}.
233
234 @cindex Modula-2
235 Support for Modula-2 is partial. For information on Modula-2, see
236 @ref{Modula-2,,Modula-2}.
237
238 Support for OpenCL C is partial. For information on OpenCL C, see
239 @ref{OpenCL C,,OpenCL C}.
240
241 @cindex Pascal
242 Debugging Pascal programs which use sets, subranges, file variables, or
243 nested functions does not currently work. @value{GDBN} does not support
244 entering expressions, printing values, or similar features using Pascal
245 syntax.
246
247 @cindex Fortran
248 @value{GDBN} can be used to debug programs written in Fortran, although
249 it may be necessary to refer to some variables with a trailing
250 underscore.
251
252 @value{GDBN} can be used to debug programs written in Objective-C,
253 using either the Apple/NeXT or the GNU Objective-C runtime.
254
255 @menu
256 * Free Software:: Freely redistributable software
257 * Free Documentation:: Free Software Needs Free Documentation
258 * Contributors:: Contributors to GDB
259 @end menu
260
261 @node Free Software
262 @unnumberedsec Free Software
263
264 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
265 General Public License
266 (GPL). The GPL gives you the freedom to copy or adapt a licensed
267 program---but every person getting a copy also gets with it the
268 freedom to modify that copy (which means that they must get access to
269 the source code), and the freedom to distribute further copies.
270 Typical software companies use copyrights to limit your freedoms; the
271 Free Software Foundation uses the GPL to preserve these freedoms.
272
273 Fundamentally, the General Public License is a license which says that
274 you have these freedoms and that you cannot take these freedoms away
275 from anyone else.
276
277 @node Free Documentation
278 @unnumberedsec Free Software Needs Free Documentation
279
280 The biggest deficiency in the free software community today is not in
281 the software---it is the lack of good free documentation that we can
282 include with the free software. Many of our most important
283 programs do not come with free reference manuals and free introductory
284 texts. Documentation is an essential part of any software package;
285 when an important free software package does not come with a free
286 manual and a free tutorial, that is a major gap. We have many such
287 gaps today.
288
289 Consider Perl, for instance. The tutorial manuals that people
290 normally use are non-free. How did this come about? Because the
291 authors of those manuals published them with restrictive terms---no
292 copying, no modification, source files not available---which exclude
293 them from the free software world.
294
295 That wasn't the first time this sort of thing happened, and it was far
296 from the last. Many times we have heard a GNU user eagerly describe a
297 manual that he is writing, his intended contribution to the community,
298 only to learn that he had ruined everything by signing a publication
299 contract to make it non-free.
300
301 Free documentation, like free software, is a matter of freedom, not
302 price. The problem with the non-free manual is not that publishers
303 charge a price for printed copies---that in itself is fine. (The Free
304 Software Foundation sells printed copies of manuals, too.) The
305 problem is the restrictions on the use of the manual. Free manuals
306 are available in source code form, and give you permission to copy and
307 modify. Non-free manuals do not allow this.
308
309 The criteria of freedom for a free manual are roughly the same as for
310 free software. Redistribution (including the normal kinds of
311 commercial redistribution) must be permitted, so that the manual can
312 accompany every copy of the program, both on-line and on paper.
313
314 Permission for modification of the technical content is crucial too.
315 When people modify the software, adding or changing features, if they
316 are conscientious they will change the manual too---so they can
317 provide accurate and clear documentation for the modified program. A
318 manual that leaves you no choice but to write a new manual to document
319 a changed version of the program is not really available to our
320 community.
321
322 Some kinds of limits on the way modification is handled are
323 acceptable. For example, requirements to preserve the original
324 author's copyright notice, the distribution terms, or the list of
325 authors, are ok. It is also no problem to require modified versions
326 to include notice that they were modified. Even entire sections that
327 may not be deleted or changed are acceptable, as long as they deal
328 with nontechnical topics (like this one). These kinds of restrictions
329 are acceptable because they don't obstruct the community's normal use
330 of the manual.
331
332 However, it must be possible to modify all the @emph{technical}
333 content of the manual, and then distribute the result in all the usual
334 media, through all the usual channels. Otherwise, the restrictions
335 obstruct the use of the manual, it is not free, and we need another
336 manual to replace it.
337
338 Please spread the word about this issue. Our community continues to
339 lose manuals to proprietary publishing. If we spread the word that
340 free software needs free reference manuals and free tutorials, perhaps
341 the next person who wants to contribute by writing documentation will
342 realize, before it is too late, that only free manuals contribute to
343 the free software community.
344
345 If you are writing documentation, please insist on publishing it under
346 the GNU Free Documentation License or another free documentation
347 license. Remember that this decision requires your approval---you
348 don't have to let the publisher decide. Some commercial publishers
349 will use a free license if you insist, but they will not propose the
350 option; it is up to you to raise the issue and say firmly that this is
351 what you want. If the publisher you are dealing with refuses, please
352 try other publishers. If you're not sure whether a proposed license
353 is free, write to @email{licensing@@gnu.org}.
354
355 You can encourage commercial publishers to sell more free, copylefted
356 manuals and tutorials by buying them, and particularly by buying
357 copies from the publishers that paid for their writing or for major
358 improvements. Meanwhile, try to avoid buying non-free documentation
359 at all. Check the distribution terms of a manual before you buy it,
360 and insist that whoever seeks your business must respect your freedom.
361 Check the history of the book, and try to reward the publishers that
362 have paid or pay the authors to work on it.
363
364 The Free Software Foundation maintains a list of free documentation
365 published by other publishers, at
366 @url{http://www.fsf.org/doc/other-free-books.html}.
367
368 @node Contributors
369 @unnumberedsec Contributors to @value{GDBN}
370
371 Richard Stallman was the original author of @value{GDBN}, and of many
372 other @sc{gnu} programs. Many others have contributed to its
373 development. This section attempts to credit major contributors. One
374 of the virtues of free software is that everyone is free to contribute
375 to it; with regret, we cannot actually acknowledge everyone here. The
376 file @file{ChangeLog} in the @value{GDBN} distribution approximates a
377 blow-by-blow account.
378
379 Changes much prior to version 2.0 are lost in the mists of time.
380
381 @quotation
382 @emph{Plea:} Additions to this section are particularly welcome. If you
383 or your friends (or enemies, to be evenhanded) have been unfairly
384 omitted from this list, we would like to add your names!
385 @end quotation
386
387 So that they may not regard their many labors as thankless, we
388 particularly thank those who shepherded @value{GDBN} through major
389 releases:
390 Andrew Cagney (releases 6.3, 6.2, 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
391 Jim Blandy (release 4.18);
392 Jason Molenda (release 4.17);
393 Stan Shebs (release 4.14);
394 Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
395 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
396 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
397 Jim Kingdon (releases 3.5, 3.4, and 3.3);
398 and Randy Smith (releases 3.2, 3.1, and 3.0).
399
400 Richard Stallman, assisted at various times by Peter TerMaat, Chris
401 Hanson, and Richard Mlynarik, handled releases through 2.8.
402
403 Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
404 in @value{GDBN}, with significant additional contributions from Per
405 Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
406 demangler. Early work on C@t{++} was by Peter TerMaat (who also did
407 much general update work leading to release 3.0).
408
409 @value{GDBN} uses the BFD subroutine library to examine multiple
410 object-file formats; BFD was a joint project of David V.
411 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
412
413 David Johnson wrote the original COFF support; Pace Willison did
414 the original support for encapsulated COFF.
415
416 Brent Benson of Harris Computer Systems contributed DWARF 2 support.
417
418 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
419 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
420 support.
421 Jean-Daniel Fekete contributed Sun 386i support.
422 Chris Hanson improved the HP9000 support.
423 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
424 David Johnson contributed Encore Umax support.
425 Jyrki Kuoppala contributed Altos 3068 support.
426 Jeff Law contributed HP PA and SOM support.
427 Keith Packard contributed NS32K support.
428 Doug Rabson contributed Acorn Risc Machine support.
429 Bob Rusk contributed Harris Nighthawk CX-UX support.
430 Chris Smith contributed Convex support (and Fortran debugging).
431 Jonathan Stone contributed Pyramid support.
432 Michael Tiemann contributed SPARC support.
433 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
434 Pace Willison contributed Intel 386 support.
435 Jay Vosburgh contributed Symmetry support.
436 Marko Mlinar contributed OpenRISC 1000 support.
437
438 Andreas Schwab contributed M68K @sc{gnu}/Linux support.
439
440 Rich Schaefer and Peter Schauer helped with support of SunOS shared
441 libraries.
442
443 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
444 about several machine instruction sets.
445
446 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
447 remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
448 contributed remote debugging modules for the i960, VxWorks, A29K UDI,
449 and RDI targets, respectively.
450
451 Brian Fox is the author of the readline libraries providing
452 command-line editing and command history.
453
454 Andrew Beers of SUNY Buffalo wrote the language-switching code, the
455 Modula-2 support, and contributed the Languages chapter of this manual.
456
457 Fred Fish wrote most of the support for Unix System Vr4.
458 He also enhanced the command-completion support to cover C@t{++} overloaded
459 symbols.
460
461 Hitachi America (now Renesas America), Ltd. sponsored the support for
462 H8/300, H8/500, and Super-H processors.
463
464 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
465
466 Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
467 processors.
468
469 Toshiba sponsored the support for the TX39 Mips processor.
470
471 Matsushita sponsored the support for the MN10200 and MN10300 processors.
472
473 Fujitsu sponsored the support for SPARClite and FR30 processors.
474
475 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
476 watchpoints.
477
478 Michael Snyder added support for tracepoints.
479
480 Stu Grossman wrote gdbserver.
481
482 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
483 nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
484
485 The following people at the Hewlett-Packard Company contributed
486 support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
487 (narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
488 compiler, and the Text User Interface (nee Terminal User Interface):
489 Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
490 Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
491 provided HP-specific information in this manual.
492
493 DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
494 Robert Hoehne made significant contributions to the DJGPP port.
495
496 Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
497 development since 1991. Cygnus engineers who have worked on @value{GDBN}
498 fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
499 Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
500 Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
501 Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
502 Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
503 addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
504 JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
505 Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
506 Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
507 Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
508 Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
509 Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
510 Zuhn have made contributions both large and small.
511
512 Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
513 Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
514
515 Jim Blandy added support for preprocessor macros, while working for Red
516 Hat.
517
518 Andrew Cagney designed @value{GDBN}'s architecture vector. Many
519 people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
520 Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
521 Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
522 Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
523 with the migration of old architectures to this new framework.
524
525 Andrew Cagney completely re-designed and re-implemented @value{GDBN}'s
526 unwinder framework, this consisting of a fresh new design featuring
527 frame IDs, independent frame sniffers, and the sentinel frame. Mark
528 Kettenis implemented the @sc{dwarf 2} unwinder, Jeff Johnston the
529 libunwind unwinder, and Andrew Cagney the dummy, sentinel, tramp, and
530 trad unwinders. The architecture-specific changes, each involving a
531 complete rewrite of the architecture's frame code, were carried out by
532 Jim Blandy, Joel Brobecker, Kevin Buettner, Andrew Cagney, Stephane
533 Carrez, Randolph Chung, Orjan Friberg, Richard Henderson, Daniel
534 Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei
535 Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich
536 Weigand.
537
538 Christian Zankel, Ross Morley, Bob Wilson, and Maxim Grigoriev from
539 Tensilica, Inc.@: contributed support for Xtensa processors. Others
540 who have worked on the Xtensa port of @value{GDBN} in the past include
541 Steve Tjiang, John Newlin, and Scott Foehner.
542
543 Michael Eager and staff of Xilinx, Inc., contributed support for the
544 Xilinx MicroBlaze architecture.
545
546 Initial support for the FreeBSD/mips target and native configuration
547 was developed by SRI International and the University of Cambridge
548 Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
549 ("CTSRD"), as part of the DARPA CRASH research programme.
550
551 Initial support for the FreeBSD/riscv target and native configuration
552 was developed by SRI International and the University of Cambridge
553 Computer Laboratory (Department of Computer Science and Technology)
554 under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the DARPA
555 SSITH research programme.
556
557 The original port to the OpenRISC 1000 is believed to be due to
558 Alessandro Forin and Per Bothner. More recent ports have been the work
559 of Jeremy Bennett, Franck Jullien, Stefan Wallentowitz and
560 Stafford Horne.
561
562 Weimin Pan, David Faust and Jose E. Marchesi contributed support for
563 the Linux kernel BPF virtual architecture. This work was sponsored by
564 Oracle.
565
566 @node Sample Session
567 @chapter A Sample @value{GDBN} Session
568
569 You can use this manual at your leisure to read all about @value{GDBN}.
570 However, a handful of commands are enough to get started using the
571 debugger. This chapter illustrates those commands.
572
573 @iftex
574 In this sample session, we emphasize user input like this: @b{input},
575 to make it easier to pick out from the surrounding output.
576 @end iftex
577
578 @c FIXME: this example may not be appropriate for some configs, where
579 @c FIXME...primary interest is in remote use.
580
581 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
582 processor) exhibits the following bug: sometimes, when we change its
583 quote strings from the default, the commands used to capture one macro
584 definition within another stop working. In the following short @code{m4}
585 session, we define a macro @code{foo} which expands to @code{0000}; we
586 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
587 same thing. However, when we change the open quote string to
588 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
589 procedure fails to define a new synonym @code{baz}:
590
591 @smallexample
592 $ @b{cd gnu/m4}
593 $ @b{./m4}
594 @b{define(foo,0000)}
595
596 @b{foo}
597 0000
598 @b{define(bar,defn(`foo'))}
599
600 @b{bar}
601 0000
602 @b{changequote(<QUOTE>,<UNQUOTE>)}
603
604 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
605 @b{baz}
606 @b{Ctrl-d}
607 m4: End of input: 0: fatal error: EOF in string
608 @end smallexample
609
610 @noindent
611 Let us use @value{GDBN} to try to see what is going on.
612
613 @smallexample
614 $ @b{@value{GDBP} m4}
615 @c FIXME: this falsifies the exact text played out, to permit smallbook
616 @c FIXME... format to come out better.
617 @value{GDBN} is free software and you are welcome to distribute copies
618 of it under certain conditions; type "show copying" to see
619 the conditions.
620 There is absolutely no warranty for @value{GDBN}; type "show warranty"
621 for details.
622
623 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
624 (@value{GDBP})
625 @end smallexample
626
627 @noindent
628 @value{GDBN} reads only enough symbol data to know where to find the
629 rest when needed; as a result, the first prompt comes up very quickly.
630 We now tell @value{GDBN} to use a narrower display width than usual, so
631 that examples fit in this manual.
632
633 @smallexample
634 (@value{GDBP}) @b{set width 70}
635 @end smallexample
636
637 @noindent
638 We need to see how the @code{m4} built-in @code{changequote} works.
639 Having looked at the source, we know the relevant subroutine is
640 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
641 @code{break} command.
642
643 @smallexample
644 (@value{GDBP}) @b{break m4_changequote}
645 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
646 @end smallexample
647
648 @noindent
649 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
650 control; as long as control does not reach the @code{m4_changequote}
651 subroutine, the program runs as usual:
652
653 @smallexample
654 (@value{GDBP}) @b{run}
655 Starting program: /work/Editorial/gdb/gnu/m4/m4
656 @b{define(foo,0000)}
657
658 @b{foo}
659 0000
660 @end smallexample
661
662 @noindent
663 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
664 suspends execution of @code{m4}, displaying information about the
665 context where it stops.
666
667 @smallexample
668 @b{changequote(<QUOTE>,<UNQUOTE>)}
669
670 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
671 at builtin.c:879
672 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
673 @end smallexample
674
675 @noindent
676 Now we use the command @code{n} (@code{next}) to advance execution to
677 the next line of the current function.
678
679 @smallexample
680 (@value{GDBP}) @b{n}
681 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
682 : nil,
683 @end smallexample
684
685 @noindent
686 @code{set_quotes} looks like a promising subroutine. We can go into it
687 by using the command @code{s} (@code{step}) instead of @code{next}.
688 @code{step} goes to the next line to be executed in @emph{any}
689 subroutine, so it steps into @code{set_quotes}.
690
691 @smallexample
692 (@value{GDBP}) @b{s}
693 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
694 at input.c:530
695 530 if (lquote != def_lquote)
696 @end smallexample
697
698 @noindent
699 The display that shows the subroutine where @code{m4} is now
700 suspended (and its arguments) is called a stack frame display. It
701 shows a summary of the stack. We can use the @code{backtrace}
702 command (which can also be spelled @code{bt}), to see where we are
703 in the stack as a whole: the @code{backtrace} command displays a
704 stack frame for each active subroutine.
705
706 @smallexample
707 (@value{GDBP}) @b{bt}
708 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
709 at input.c:530
710 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
711 at builtin.c:882
712 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
713 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
714 at macro.c:71
715 #4 0x79dc in expand_input () at macro.c:40
716 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
717 @end smallexample
718
719 @noindent
720 We step through a few more lines to see what happens. The first two
721 times, we can use @samp{s}; the next two times we use @code{n} to avoid
722 falling into the @code{xstrdup} subroutine.
723
724 @smallexample
725 (@value{GDBP}) @b{s}
726 0x3b5c 532 if (rquote != def_rquote)
727 (@value{GDBP}) @b{s}
728 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
729 def_lquote : xstrdup(lq);
730 (@value{GDBP}) @b{n}
731 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
732 : xstrdup(rq);
733 (@value{GDBP}) @b{n}
734 538 len_lquote = strlen(rquote);
735 @end smallexample
736
737 @noindent
738 The last line displayed looks a little odd; we can examine the variables
739 @code{lquote} and @code{rquote} to see if they are in fact the new left
740 and right quotes we specified. We use the command @code{p}
741 (@code{print}) to see their values.
742
743 @smallexample
744 (@value{GDBP}) @b{p lquote}
745 $1 = 0x35d40 "<QUOTE>"
746 (@value{GDBP}) @b{p rquote}
747 $2 = 0x35d50 "<UNQUOTE>"
748 @end smallexample
749
750 @noindent
751 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
752 To look at some context, we can display ten lines of source
753 surrounding the current line with the @code{l} (@code{list}) command.
754
755 @smallexample
756 (@value{GDBP}) @b{l}
757 533 xfree(rquote);
758 534
759 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
760 : xstrdup (lq);
761 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
762 : xstrdup (rq);
763 537
764 538 len_lquote = strlen(rquote);
765 539 len_rquote = strlen(lquote);
766 540 @}
767 541
768 542 void
769 @end smallexample
770
771 @noindent
772 Let us step past the two lines that set @code{len_lquote} and
773 @code{len_rquote}, and then examine the values of those variables.
774
775 @smallexample
776 (@value{GDBP}) @b{n}
777 539 len_rquote = strlen(lquote);
778 (@value{GDBP}) @b{n}
779 540 @}
780 (@value{GDBP}) @b{p len_lquote}
781 $3 = 9
782 (@value{GDBP}) @b{p len_rquote}
783 $4 = 7
784 @end smallexample
785
786 @noindent
787 That certainly looks wrong, assuming @code{len_lquote} and
788 @code{len_rquote} are meant to be the lengths of @code{lquote} and
789 @code{rquote} respectively. We can set them to better values using
790 the @code{p} command, since it can print the value of
791 any expression---and that expression can include subroutine calls and
792 assignments.
793
794 @smallexample
795 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
796 $5 = 7
797 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
798 $6 = 9
799 @end smallexample
800
801 @noindent
802 Is that enough to fix the problem of using the new quotes with the
803 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
804 executing with the @code{c} (@code{continue}) command, and then try the
805 example that caused trouble initially:
806
807 @smallexample
808 (@value{GDBP}) @b{c}
809 Continuing.
810
811 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
812
813 baz
814 0000
815 @end smallexample
816
817 @noindent
818 Success! The new quotes now work just as well as the default ones. The
819 problem seems to have been just the two typos defining the wrong
820 lengths. We allow @code{m4} exit by giving it an EOF as input:
821
822 @smallexample
823 @b{Ctrl-d}
824 Program exited normally.
825 @end smallexample
826
827 @noindent
828 The message @samp{Program exited normally.} is from @value{GDBN}; it
829 indicates @code{m4} has finished executing. We can end our @value{GDBN}
830 session with the @value{GDBN} @code{quit} command.
831
832 @smallexample
833 (@value{GDBP}) @b{quit}
834 @end smallexample
835
836 @node Invocation
837 @chapter Getting In and Out of @value{GDBN}
838
839 This chapter discusses how to start @value{GDBN}, and how to get out of it.
840 The essentials are:
841 @itemize @bullet
842 @item
843 type @samp{@value{GDBP}} to start @value{GDBN}.
844 @item
845 type @kbd{quit}, @kbd{exit} or @kbd{Ctrl-d} to exit.
846 @end itemize
847
848 @menu
849 * Invoking GDB:: How to start @value{GDBN}
850 * Quitting GDB:: How to quit @value{GDBN}
851 * Shell Commands:: How to use shell commands inside @value{GDBN}
852 * Logging Output:: How to log @value{GDBN}'s output to a file
853 @end menu
854
855 @node Invoking GDB
856 @section Invoking @value{GDBN}
857
858 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
859 @value{GDBN} reads commands from the terminal until you tell it to exit.
860
861 You can also run @code{@value{GDBP}} with a variety of arguments and options,
862 to specify more of your debugging environment at the outset.
863
864 The command-line options described here are designed
865 to cover a variety of situations; in some environments, some of these
866 options may effectively be unavailable.
867
868 The most usual way to start @value{GDBN} is with one argument,
869 specifying an executable program:
870
871 @smallexample
872 @value{GDBP} @var{program}
873 @end smallexample
874
875 @noindent
876 You can also start with both an executable program and a core file
877 specified:
878
879 @smallexample
880 @value{GDBP} @var{program} @var{core}
881 @end smallexample
882
883 You can, instead, specify a process ID as a second argument or use option
884 @code{-p}, if you want to debug a running process:
885
886 @smallexample
887 @value{GDBP} @var{program} 1234
888 @value{GDBP} -p 1234
889 @end smallexample
890
891 @noindent
892 would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
893 can omit the @var{program} filename.
894
895 Taking advantage of the second command-line argument requires a fairly
896 complete operating system; when you use @value{GDBN} as a remote
897 debugger attached to a bare board, there may not be any notion of
898 ``process'', and there is often no way to get a core dump. @value{GDBN}
899 will warn you if it is unable to attach or to read core dumps.
900
901 You can optionally have @code{@value{GDBP}} pass any arguments after the
902 executable file to the inferior using @code{--args}. This option stops
903 option processing.
904 @smallexample
905 @value{GDBP} --args gcc -O2 -c foo.c
906 @end smallexample
907 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
908 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
909
910 You can run @code{@value{GDBP}} without printing the front material, which describes
911 @value{GDBN}'s non-warranty, by specifying @code{--silent}
912 (or @code{-q}/@code{--quiet}):
913
914 @smallexample
915 @value{GDBP} --silent
916 @end smallexample
917
918 @noindent
919 You can further control how @value{GDBN} starts up by using command-line
920 options. @value{GDBN} itself can remind you of the options available.
921
922 @noindent
923 Type
924
925 @smallexample
926 @value{GDBP} -help
927 @end smallexample
928
929 @noindent
930 to display all available options and briefly describe their use
931 (@samp{@value{GDBP} -h} is a shorter equivalent).
932
933 All options and command line arguments you give are processed
934 in sequential order. The order makes a difference when the
935 @samp{-x} option is used.
936
937
938 @menu
939 * File Options:: Choosing files
940 * Mode Options:: Choosing modes
941 * Startup:: What @value{GDBN} does during startup
942 * Initialization Files:: Initialization Files
943 @end menu
944
945 @node File Options
946 @subsection Choosing Files
947
948 When @value{GDBN} starts, it reads any arguments other than options as
949 specifying an executable file and core file (or process ID). This is
950 the same as if the arguments were specified by the @samp{-se} and
951 @samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
952 first argument that does not have an associated option flag as
953 equivalent to the @samp{-se} option followed by that argument; and the
954 second argument that does not have an associated option flag, if any, as
955 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
956 If the second argument begins with a decimal digit, @value{GDBN} will
957 first attempt to attach to it as a process, and if that fails, attempt
958 to open it as a corefile. If you have a corefile whose name begins with
959 a digit, you can prevent @value{GDBN} from treating it as a pid by
960 prefixing it with @file{./}, e.g.@: @file{./12345}.
961
962 If @value{GDBN} has not been configured to included core file support,
963 such as for most embedded targets, then it will complain about a second
964 argument and ignore it.
965
966 For the @samp{-s}, @samp{-e}, and @samp{-se} options, and their long
967 form equivalents, the method used to search the file system for the
968 symbol and/or executable file is the same as that used by the
969 @code{file} command. @xref{Files, ,file}.
970
971 Many options have both long and short forms; both are shown in the
972 following list. @value{GDBN} also recognizes the long forms if you truncate
973 them, so long as enough of the option is present to be unambiguous.
974 (If you prefer, you can flag option arguments with @samp{--} rather
975 than @samp{-}, though we illustrate the more usual convention.)
976
977 @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
978 @c way, both those who look for -foo and --foo in the index, will find
979 @c it.
980
981 @table @code
982 @item -symbols @var{file}
983 @itemx -s @var{file}
984 @cindex @code{--symbols}
985 @cindex @code{-s}
986 Read symbol table from file @var{file}.
987
988 @item -exec @var{file}
989 @itemx -e @var{file}
990 @cindex @code{--exec}
991 @cindex @code{-e}
992 Use file @var{file} as the executable file to execute when appropriate,
993 and for examining pure data in conjunction with a core dump.
994
995 @item -se @var{file}
996 @cindex @code{--se}
997 Read symbol table from file @var{file} and use it as the executable
998 file.
999
1000 @item -core @var{file}
1001 @itemx -c @var{file}
1002 @cindex @code{--core}
1003 @cindex @code{-c}
1004 Use file @var{file} as a core dump to examine.
1005
1006 @item -pid @var{number}
1007 @itemx -p @var{number}
1008 @cindex @code{--pid}
1009 @cindex @code{-p}
1010 Connect to process ID @var{number}, as with the @code{attach} command.
1011
1012 @item -command @var{file}
1013 @itemx -x @var{file}
1014 @cindex @code{--command}
1015 @cindex @code{-x}
1016 Execute commands from file @var{file}. The contents of this file is
1017 evaluated exactly as the @code{source} command would.
1018 @xref{Command Files,, Command files}.
1019
1020 @item -eval-command @var{command}
1021 @itemx -ex @var{command}
1022 @cindex @code{--eval-command}
1023 @cindex @code{-ex}
1024 Execute a single @value{GDBN} command.
1025
1026 This option may be used multiple times to call multiple commands. It may
1027 also be interleaved with @samp{-command} as required.
1028
1029 @smallexample
1030 @value{GDBP} -ex 'target sim' -ex 'load' \
1031 -x setbreakpoints -ex 'run' a.out
1032 @end smallexample
1033
1034 @item -init-command @var{file}
1035 @itemx -ix @var{file}
1036 @cindex @code{--init-command}
1037 @cindex @code{-ix}
1038 Execute commands from file @var{file} before loading the inferior (but
1039 after loading gdbinit files).
1040 @xref{Startup}.
1041
1042 @item -init-eval-command @var{command}
1043 @itemx -iex @var{command}
1044 @cindex @code{--init-eval-command}
1045 @cindex @code{-iex}
1046 Execute a single @value{GDBN} command before loading the inferior (but
1047 after loading gdbinit files).
1048 @xref{Startup}.
1049
1050 @item -early-init-command @var{file}
1051 @itemx -eix @var{file}
1052 @cindex @code{--early-init-command}
1053 @cindex @code{-eix}
1054 Execute commands from @var{file} very early in the initialization
1055 process, before any output is produced. @xref{Startup}.
1056
1057 @item -early-init-eval-command @var{command}
1058 @itemx -eiex @var{command}
1059 @cindex @code{--early-init-eval-command}
1060 @cindex @code{-eiex}
1061 Execute a single @value{GDBN} command very early in the initialization
1062 process, before any output is produced.
1063
1064 @item -directory @var{directory}
1065 @itemx -d @var{directory}
1066 @cindex @code{--directory}
1067 @cindex @code{-d}
1068 Add @var{directory} to the path to search for source and script files.
1069
1070 @item -r
1071 @itemx -readnow
1072 @cindex @code{--readnow}
1073 @cindex @code{-r}
1074 Read each symbol file's entire symbol table immediately, rather than
1075 the default, which is to read it incrementally as it is needed.
1076 This makes startup slower, but makes future operations faster.
1077
1078 @item --readnever
1079 @anchor{--readnever}
1080 @cindex @code{--readnever}, command-line option
1081 Do not read each symbol file's symbolic debug information. This makes
1082 startup faster but at the expense of not being able to perform
1083 symbolic debugging. DWARF unwind information is also not read,
1084 meaning backtraces may become incomplete or inaccurate. One use of
1085 this is when a user simply wants to do the following sequence: attach,
1086 dump core, detach. Loading the debugging information in this case is
1087 an unnecessary cause of delay.
1088 @end table
1089
1090 @node Mode Options
1091 @subsection Choosing Modes
1092
1093 You can run @value{GDBN} in various alternative modes---for example, in
1094 batch mode or quiet mode.
1095
1096 @table @code
1097 @anchor{-nx}
1098 @item -nx
1099 @itemx -n
1100 @cindex @code{--nx}
1101 @cindex @code{-n}
1102 Do not execute commands found in any initialization files
1103 (@pxref{Initialization Files}).
1104
1105 @anchor{-nh}
1106 @item -nh
1107 @cindex @code{--nh}
1108 Do not execute commands found in any home directory initialization
1109 file (@pxref{Initialization Files,,Home directory initialization
1110 file}). The system wide and current directory initialization files
1111 are still loaded.
1112
1113 @item -quiet
1114 @itemx -silent
1115 @itemx -q
1116 @cindex @code{--quiet}
1117 @cindex @code{--silent}
1118 @cindex @code{-q}
1119 ``Quiet''. Do not print the introductory and copyright messages. These
1120 messages are also suppressed in batch mode.
1121
1122 @kindex set startup-quietly
1123 @kindex show startup-quietly
1124 This can also be enabled using @code{set startup-quietly on}. The
1125 default is @code{off}. Use @code{show startup-quietly} to see the
1126 current setting. Place @code{set startup-quietly on} into your early
1127 initialization file (@pxref{Initialization Files,,Initialization
1128 Files}) to have future @value{GDBN} sessions startup quietly.
1129
1130 @item -batch
1131 @cindex @code{--batch}
1132 Run in batch mode. Exit with status @code{0} after processing all the
1133 command files specified with @samp{-x} (and all commands from
1134 initialization files, if not inhibited with @samp{-n}). Exit with
1135 nonzero status if an error occurs in executing the @value{GDBN} commands
1136 in the command files. Batch mode also disables pagination, sets unlimited
1137 terminal width and height @pxref{Screen Size}, and acts as if @kbd{set confirm
1138 off} were in effect (@pxref{Messages/Warnings}).
1139
1140 Batch mode may be useful for running @value{GDBN} as a filter, for
1141 example to download and run a program on another computer; in order to
1142 make this more useful, the message
1143
1144 @smallexample
1145 Program exited normally.
1146 @end smallexample
1147
1148 @noindent
1149 (which is ordinarily issued whenever a program running under
1150 @value{GDBN} control terminates) is not issued when running in batch
1151 mode.
1152
1153 @item -batch-silent
1154 @cindex @code{--batch-silent}
1155 Run in batch mode exactly like @samp{-batch}, but totally silently. All
1156 @value{GDBN} output to @code{stdout} is prevented (@code{stderr} is
1157 unaffected). This is much quieter than @samp{-silent} and would be useless
1158 for an interactive session.
1159
1160 This is particularly useful when using targets that give @samp{Loading section}
1161 messages, for example.
1162
1163 Note that targets that give their output via @value{GDBN}, as opposed to
1164 writing directly to @code{stdout}, will also be made silent.
1165
1166 @item -return-child-result
1167 @cindex @code{--return-child-result}
1168 The return code from @value{GDBN} will be the return code from the child
1169 process (the process being debugged), with the following exceptions:
1170
1171 @itemize @bullet
1172 @item
1173 @value{GDBN} exits abnormally. E.g., due to an incorrect argument or an
1174 internal error. In this case the exit code is the same as it would have been
1175 without @samp{-return-child-result}.
1176 @item
1177 The user quits with an explicit value. E.g., @samp{quit 1}.
1178 @item
1179 The child process never runs, or is not allowed to terminate, in which case
1180 the exit code will be -1.
1181 @end itemize
1182
1183 This option is useful in conjunction with @samp{-batch} or @samp{-batch-silent},
1184 when @value{GDBN} is being used as a remote program loader or simulator
1185 interface.
1186
1187 @item -nowindows
1188 @itemx -nw
1189 @cindex @code{--nowindows}
1190 @cindex @code{-nw}
1191 ``No windows''. If @value{GDBN} comes with a graphical user interface
1192 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1193 interface. If no GUI is available, this option has no effect.
1194
1195 @item -windows
1196 @itemx -w
1197 @cindex @code{--windows}
1198 @cindex @code{-w}
1199 If @value{GDBN} includes a GUI, then this option requires it to be
1200 used if possible.
1201
1202 @item -cd @var{directory}
1203 @cindex @code{--cd}
1204 Run @value{GDBN} using @var{directory} as its working directory,
1205 instead of the current directory.
1206
1207 @item -data-directory @var{directory}
1208 @itemx -D @var{directory}
1209 @cindex @code{--data-directory}
1210 @cindex @code{-D}
1211 Run @value{GDBN} using @var{directory} as its data directory.
1212 The data directory is where @value{GDBN} searches for its
1213 auxiliary files. @xref{Data Files}.
1214
1215 @item -fullname
1216 @itemx -f
1217 @cindex @code{--fullname}
1218 @cindex @code{-f}
1219 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1220 subprocess. It tells @value{GDBN} to output the full file name and line
1221 number in a standard, recognizable fashion each time a stack frame is
1222 displayed (which includes each time your program stops). This
1223 recognizable format looks like two @samp{\032} characters, followed by
1224 the file name, line number and character position separated by colons,
1225 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1226 @samp{\032} characters as a signal to display the source code for the
1227 frame.
1228
1229 @item -annotate @var{level}
1230 @cindex @code{--annotate}
1231 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1232 effect is identical to using @samp{set annotate @var{level}}
1233 (@pxref{Annotations}). The annotation @var{level} controls how much
1234 information @value{GDBN} prints together with its prompt, values of
1235 expressions, source lines, and other types of output. Level 0 is the
1236 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1237 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1238 that control @value{GDBN}, and level 2 has been deprecated.
1239
1240 The annotation mechanism has largely been superseded by @sc{gdb/mi}
1241 (@pxref{GDB/MI}).
1242
1243 @item --args
1244 @cindex @code{--args}
1245 Change interpretation of command line so that arguments following the
1246 executable file are passed as command line arguments to the inferior.
1247 This option stops option processing.
1248
1249 @item -baud @var{bps}
1250 @itemx -b @var{bps}
1251 @cindex @code{--baud}
1252 @cindex @code{-b}
1253 Set the line speed (baud rate or bits per second) of any serial
1254 interface used by @value{GDBN} for remote debugging.
1255
1256 @item -l @var{timeout}
1257 @cindex @code{-l}
1258 Set the timeout (in seconds) of any communication used by @value{GDBN}
1259 for remote debugging.
1260
1261 @item -tty @var{device}
1262 @itemx -t @var{device}
1263 @cindex @code{--tty}
1264 @cindex @code{-t}
1265 Run using @var{device} for your program's standard input and output.
1266 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1267
1268 @c resolve the situation of these eventually
1269 @item -tui
1270 @cindex @code{--tui}
1271 Activate the @dfn{Text User Interface} when starting. The Text User
1272 Interface manages several text windows on the terminal, showing
1273 source, assembly, registers and @value{GDBN} command outputs
1274 (@pxref{TUI, ,@value{GDBN} Text User Interface}). Do not use this
1275 option if you run @value{GDBN} from Emacs (@pxref{Emacs, ,
1276 Using @value{GDBN} under @sc{gnu} Emacs}).
1277
1278 @item -interpreter @var{interp}
1279 @cindex @code{--interpreter}
1280 Use the interpreter @var{interp} for interface with the controlling
1281 program or device. This option is meant to be set by programs which
1282 communicate with @value{GDBN} using it as a back end.
1283 @xref{Interpreters, , Command Interpreters}.
1284
1285 @samp{--interpreter=mi} (or @samp{--interpreter=mi3}) causes
1286 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} version 3 (@pxref{GDB/MI, ,
1287 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 9.1. @sc{gdb/mi}
1288 version 2 (@code{mi2}), included in @value{GDBN} 6.0 and version 1 (@code{mi1}),
1289 included in @value{GDBN} 5.3, are also available. Earlier @sc{gdb/mi}
1290 interfaces are no longer supported.
1291
1292 @item -write
1293 @cindex @code{--write}
1294 Open the executable and core files for both reading and writing. This
1295 is equivalent to the @samp{set write on} command inside @value{GDBN}
1296 (@pxref{Patching}).
1297
1298 @item -statistics
1299 @cindex @code{--statistics}
1300 This option causes @value{GDBN} to print statistics about time and
1301 memory usage after it completes each command and returns to the prompt.
1302
1303 @item -version
1304 @cindex @code{--version}
1305 This option causes @value{GDBN} to print its version number and
1306 no-warranty blurb, and exit.
1307
1308 @item -configuration
1309 @cindex @code{--configuration}
1310 This option causes @value{GDBN} to print details about its build-time
1311 configuration parameters, and then exit. These details can be
1312 important when reporting @value{GDBN} bugs (@pxref{GDB Bugs}).
1313
1314 @end table
1315
1316 @node Startup
1317 @subsection What @value{GDBN} Does During Startup
1318 @cindex @value{GDBN} startup
1319
1320 Here's the description of what @value{GDBN} does during session startup:
1321
1322 @enumerate
1323
1324 @item
1325 Performs minimal setup required to initialize basic internal state.
1326
1327 @item
1328 @cindex early initialization file
1329 Reads commands from the early initialization file (if any) in your
1330 home directory. Only a restricted set of commands can be placed into
1331 an early initialization file, see @ref{Initialization Files}, for
1332 details.
1333
1334 @item
1335 Executes commands and command files specified by the @samp{-eiex} and
1336 @samp{-eix} command line options in their specified order. Only a
1337 restricted set of commands can be used with @samp{-eiex} and
1338 @samp{eix}, see @ref{Initialization Files}, for details.
1339
1340 @item
1341 Sets up the command interpreter as specified by the command line
1342 (@pxref{Mode Options, interpreter}).
1343
1344 @item
1345 @cindex init file
1346 Reads the system wide initialization file and the files from the
1347 system wide initialization directory, @pxref{System Wide Init Files}.
1348
1349 @item
1350 Reads the initialization file (if any) in your home directory and
1351 executes all the commands in that file, @pxref{Home Directory Init
1352 File}.
1353
1354 @anchor{Option -init-eval-command}
1355 @item
1356 Executes commands and command files specified by the @samp{-iex} and
1357 @samp{-ix} options in their specified order. Usually you should use the
1358 @samp{-ex} and @samp{-x} options instead, but this way you can apply
1359 settings before @value{GDBN} init files get executed and before inferior
1360 gets loaded.
1361
1362 @item
1363 Processes command line options and operands.
1364
1365 @item
1366 Reads and executes the commands from the initialization file (if any)
1367 in the current working directory as long as @samp{set auto-load
1368 local-gdbinit} is set to @samp{on} (@pxref{Init File in the Current
1369 Directory}). This is only done if the current directory is different
1370 from your home directory. Thus, you can have more than one init file,
1371 one generic in your home directory, and another, specific to the
1372 program you are debugging, in the directory where you invoke
1373 @value{GDBN}. @xref{Init File in the Current Directory during
1374 Startup}.
1375
1376 @item
1377 If the command line specified a program to debug, or a process to
1378 attach to, or a core file, @value{GDBN} loads any auto-loaded
1379 scripts provided for the program or for its loaded shared libraries.
1380 @xref{Auto-loading}.
1381
1382 If you wish to disable the auto-loading during startup,
1383 you must do something like the following:
1384
1385 @smallexample
1386 $ gdb -iex "set auto-load python-scripts off" myprogram
1387 @end smallexample
1388
1389 Option @samp{-ex} does not work because the auto-loading is then turned
1390 off too late.
1391
1392 @item
1393 Executes commands and command files specified by the @samp{-ex} and
1394 @samp{-x} options in their specified order. @xref{Command Files}, for
1395 more details about @value{GDBN} command files.
1396
1397 @item
1398 Reads the command history recorded in the @dfn{history file}.
1399 @xref{Command History}, for more details about the command history and the
1400 files where @value{GDBN} records it.
1401 @end enumerate
1402
1403 @node Initialization Files
1404 @subsection Initialization Files
1405 @cindex init file name
1406
1407 During startup (@pxref{Startup}) @value{GDBN} will execute commands
1408 from several initialization files. These initialization files use the
1409 same syntax as @dfn{command files} (@pxref{Command Files}) and are
1410 processed by @value{GDBN} in the same way.
1411
1412 To display the list of initialization files loaded by @value{GDBN} at
1413 startup, in the order they will be loaded, you can use @kbd{gdb
1414 --help}.
1415
1416 @cindex early initialization
1417 The @dfn{early initialization} file is loaded very early in
1418 @value{GDBN}'s initialization process, before the interpreter
1419 (@pxref{Interpreters}) has been initialized, and before the default
1420 target (@pxref{Targets}) is initialized. Only @code{set} or
1421 @code{source} commands should be placed into an early initialization
1422 file, and the only @code{set} commands that can be used are those that
1423 control how @value{GDBN} starts up.
1424
1425 Commands that can be placed into an early initialization file will be
1426 documented as such throughout this manual. Any command that is not
1427 documented as being suitable for an early initialization file should
1428 instead be placed into a general initialization file. Command files
1429 passed to @code{--early-init-command} or @code{-eix} are also early
1430 initialization files, with the same command restrictions. Only
1431 commands that can appear in an early initialization file should be
1432 passed to @code{--early-init-eval-command} or @code{-eiex}.
1433
1434 @cindex general initialization
1435 In contrast, the @dfn{general initialization} files are processed
1436 later, after @value{GDBN} has finished its own internal initialization
1437 process, any valid command can be used in these files.
1438
1439 @cindex initialization file
1440 Throughout the rest of this document the term @dfn{initialization
1441 file} refers to one of the general initialization files, not the early
1442 initialization file. Any discussion of the early initialization file
1443 will specifically mention that it is the early initialization file
1444 being discussed.
1445
1446 As the system wide and home directory initialization files are
1447 processed before most command line options, changes to settings
1448 (e.g.@: @samp{set complaints}) can affect subsequent processing of
1449 command line options and operands.
1450
1451 The following sections describe where @value{GDBN} looks for the early
1452 initialization and initialization files, and the order that the files
1453 are searched for.
1454
1455 @subsubsection Home directory early initialization files
1456
1457 @value{GDBN} initially looks for an early initialization file in the
1458 users home directory@footnote{On DOS/Windows systems, the home
1459 directory is the one pointed to by the @env{HOME} environment
1460 variable.}. There are a number of locations that @value{GDBN} will
1461 search in the home directory, these locations are searched in order
1462 and @value{GDBN} will load the first file that it finds, and
1463 subsequent locations will not be checked.
1464
1465 On non-macOS hosts the locations searched are:
1466 @itemize
1467 @item
1468 The file @file{gdb/gdbearlyinit} within the directory pointed to by the
1469 environment variable @env{XDG_CONFIG_HOME}, if it is defined.
1470 @item
1471 The file @file{.config/gdb/gdbearlyinit} within the directory pointed to
1472 by the environment variable @env{HOME}, if it is defined.
1473 @item
1474 The file @file{.gdbearlyinit} within the directory pointed to by the
1475 environment variable @env{HOME}, if it is defined.
1476 @end itemize
1477
1478 By contrast, on macOS hosts the locations searched are:
1479 @itemize
1480 @item
1481 The file @file{Library/Preferences/gdb/gdbearlyinit} within the
1482 directory pointed to by the environment variable @env{HOME}, if it is
1483 defined.
1484 @item
1485 The file @file{.gdbearlyinit} within the directory pointed to by the
1486 environment variable @env{HOME}, if it is defined.
1487 @end itemize
1488
1489 It is possible to prevent the home directory early initialization file
1490 from being loaded using the @samp{-nx} or @samp{-nh} command line
1491 options, @pxref{Mode Options,,Choosing Modes}.
1492
1493 @anchor{System Wide Init Files}
1494 @subsubsection System wide initialization files
1495
1496 There are two locations that are searched for system wide
1497 initialization files. Both of these locations are always checked:
1498
1499 @table @code
1500
1501 @item @file{system.gdbinit}
1502 This is a single system-wide initialization file. Its location is
1503 specified with the @code{--with-system-gdbinit} configure option
1504 (@pxref{System-wide configuration}). It is loaded first when
1505 @value{GDBN} starts, before command line options have been processed.
1506
1507 @item @file{system.gdbinit.d}
1508 This is the system-wide initialization directory. Its location is
1509 specified with the @code{--with-system-gdbinit-dir} configure option
1510 (@pxref{System-wide configuration}). Files in this directory are
1511 loaded in alphabetical order immediately after @file{system.gdbinit}
1512 (if enabled) when @value{GDBN} starts, before command line options
1513 have been processed. Files need to have a recognized scripting
1514 language extension (@file{.py}/@file{.scm}) or be named with a
1515 @file{.gdb} extension to be interpreted as regular @value{GDBN}
1516 commands. @value{GDBN} will not recurse into any subdirectories of
1517 this directory.
1518
1519 @end table
1520
1521 It is possible to prevent the system wide initialization files from
1522 being loaded using the @samp{-nx} command line option, @pxref{Mode
1523 Options,,Choosing Modes}.
1524
1525 @anchor{Home Directory Init File}
1526 @subsubsection Home directory initialization file
1527 @cindex @file{gdbinit}
1528 @cindex @file{.gdbinit}
1529 @cindex @file{gdb.ini}
1530
1531 After loading the system wide initialization files @value{GDBN} will
1532 look for an initialization file in the users home
1533 directory@footnote{On DOS/Windows systems, the home directory is the
1534 one pointed to by the @env{HOME} environment variable.}. There are a
1535 number of locations that @value{GDBN} will search in the home
1536 directory, these locations are searched in order and @value{GDBN} will
1537 load the first file that it finds, and subsequent locations will not
1538 be checked.
1539
1540 On non-Apple hosts the locations searched are:
1541 @table @file
1542 @item $XDG_CONFIG_HOME/gdb/gdbinit
1543 @item $HOME/.config/gdb/gdbinit
1544 @item $HOME/.gdbinit
1545 @end table
1546
1547 While on Apple hosts the locations searched are:
1548 @table @file
1549 @item $HOME/Library/Preferences/gdb/gdbinit
1550 @item $HOME/.gdbinit
1551 @end table
1552
1553 It is possible to prevent the home directory initialization file from
1554 being loaded using the @samp{-nx} or @samp{-nh} command line options,
1555 @pxref{Mode Options,,Choosing Modes}.
1556
1557 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini} instead of
1558 @file{.gdbinit} or @file{gdbinit}, due to the limitations of file
1559 names imposed by DOS filesystems. The Windows port of @value{GDBN}
1560 uses the standard name, but if it finds a @file{gdb.ini} file in your
1561 home directory, it warns you about that and suggests to rename the
1562 file to the standard name.
1563
1564 @anchor{Init File in the Current Directory during Startup}
1565 @subsubsection Local directory initialization file
1566
1567 @value{GDBN} will check the current directory for a file called
1568 @file{.gdbinit}. It is loaded last, after command line options
1569 other than @samp{-x} and @samp{-ex} have been processed. The command
1570 line options @samp{-x} and @samp{-ex} are processed last, after
1571 @file{.gdbinit} has been loaded, @pxref{File Options,,Choosing
1572 Files}.
1573
1574 If the file in the current directory was already loaded as the home
1575 directory initialization file then it will not be loaded a second
1576 time.
1577
1578 It is possible to prevent the local directory initialization file from
1579 being loaded using the @samp{-nx} command line option, @pxref{Mode
1580 Options,,Choosing Modes}.
1581
1582 @node Quitting GDB
1583 @section Quitting @value{GDBN}
1584 @cindex exiting @value{GDBN}
1585 @cindex leaving @value{GDBN}
1586
1587 @table @code
1588 @kindex quit @r{[}@var{expression}@r{]}
1589 @kindex exit @r{[}@var{expression}@r{]}
1590 @kindex q @r{(@code{quit})}
1591 @item quit @r{[}@var{expression}@r{]}
1592 @itemx exit @r{[}@var{expression}@r{]}
1593 @itemx q
1594 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1595 @code{q}), the @code{exit} command, or type an end-of-file
1596 character (usually @kbd{Ctrl-d}). If you do not supply @var{expression},
1597 @value{GDBN} will terminate normally; otherwise it will terminate using
1598 the result of @var{expression} as the error code.
1599 @end table
1600
1601 @cindex interrupt
1602 An interrupt (often @kbd{Ctrl-c}) does not exit from @value{GDBN}, but rather
1603 terminates the action of any @value{GDBN} command that is in progress and
1604 returns to @value{GDBN} command level. It is safe to type the interrupt
1605 character at any time because @value{GDBN} does not allow it to take effect
1606 until a time when it is safe.
1607
1608 If you have been using @value{GDBN} to control an attached process or
1609 device, you can release it with the @code{detach} command
1610 (@pxref{Attach, ,Debugging an Already-running Process}).
1611
1612 @node Shell Commands
1613 @section Shell Commands
1614
1615 If you need to execute occasional shell commands during your
1616 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1617 just use the @code{shell} command.
1618
1619 @table @code
1620 @kindex shell
1621 @kindex !
1622 @cindex shell escape
1623 @item shell @var{command-string}
1624 @itemx !@var{command-string}
1625 Invoke a shell to execute @var{command-string}.
1626 Note that no space is needed between @code{!} and @var{command-string}.
1627 On GNU and Unix systems, the environment variable @env{SHELL}, if it
1628 exists, determines which shell to run. Otherwise @value{GDBN} uses
1629 the default shell (@file{/bin/sh} on GNU and Unix systems,
1630 @file{cmd.exe} on MS-Windows, @file{COMMAND.COM} on MS-DOS, etc.).
1631 @end table
1632
1633 You may also invoke shell commands from expressions, using the
1634 @code{$_shell} convenience function. @xref{$_shell convenience
1635 function}.
1636
1637 The utility @code{make} is often needed in development environments.
1638 You do not have to use the @code{shell} command for this purpose in
1639 @value{GDBN}:
1640
1641 @table @code
1642 @kindex make
1643 @cindex calling make
1644 @item make @var{make-args}
1645 Execute the @code{make} program with the specified
1646 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1647 @end table
1648
1649 @table @code
1650 @kindex pipe
1651 @kindex |
1652 @cindex send the output of a gdb command to a shell command
1653 @anchor{pipe}
1654 @item pipe [@var{command}] | @var{shell_command}
1655 @itemx | [@var{command}] | @var{shell_command}
1656 @itemx pipe -d @var{delim} @var{command} @var{delim} @var{shell_command}
1657 @itemx | -d @var{delim} @var{command} @var{delim} @var{shell_command}
1658 Executes @var{command} and sends its output to @var{shell_command}.
1659 Note that no space is needed around @code{|}.
1660 If no @var{command} is provided, the last command executed is repeated.
1661
1662 In case the @var{command} contains a @code{|}, the option @code{-d @var{delim}}
1663 can be used to specify an alternate delimiter string @var{delim} that separates
1664 the @var{command} from the @var{shell_command}.
1665
1666 Example:
1667 @smallexample
1668 @group
1669 (@value{GDBP}) p var
1670 $1 = @{
1671 black = 144,
1672 red = 233,
1673 green = 377,
1674 blue = 610,
1675 white = 987
1676 @}
1677 @end group
1678 @group
1679 (@value{GDBP}) pipe p var|wc
1680 7 19 80
1681 (@value{GDBP}) |p var|wc -l
1682 7
1683 @end group
1684 @group
1685 (@value{GDBP}) p /x var
1686 $4 = @{
1687 black = 0x90,
1688 red = 0xe9,
1689 green = 0x179,
1690 blue = 0x262,
1691 white = 0x3db
1692 @}
1693 (@value{GDBP}) ||grep red
1694 red => 0xe9,
1695 @end group
1696 @group
1697 (@value{GDBP}) | -d ! echo this contains a | char\n ! sed -e 's/|/PIPE/'
1698 this contains a PIPE char
1699 (@value{GDBP}) | -d xxx echo this contains a | char!\n xxx sed -e 's/|/PIPE/'
1700 this contains a PIPE char!
1701 (@value{GDBP})
1702 @end group
1703 @end smallexample
1704 @end table
1705
1706 The convenience variables @code{$_shell_exitcode} and @code{$_shell_exitsignal}
1707 can be used to examine the exit status of the last shell command launched
1708 by @code{shell}, @code{make}, @code{pipe} and @code{|}.
1709 @xref{Convenience Vars,, Convenience Variables}.
1710
1711 @node Logging Output
1712 @section Logging Output
1713 @cindex logging @value{GDBN} output
1714 @cindex save @value{GDBN} output to a file
1715
1716 You may want to save the output of @value{GDBN} commands to a file.
1717 There are several commands to control @value{GDBN}'s logging.
1718
1719 @table @code
1720 @kindex set logging enabled
1721 @item set logging enabled [on|off]
1722 Enable or disable logging.
1723 @cindex logging file name
1724 @item set logging file @var{file}
1725 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1726 @item set logging overwrite [on|off]
1727 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1728 you want @code{set logging enabled on} to overwrite the logfile instead.
1729 @item set logging redirect [on|off]
1730 By default, @value{GDBN} output will go to both the terminal and the logfile.
1731 Set @code{redirect} if you want output to go only to the log file.
1732 @item set logging debugredirect [on|off]
1733 By default, @value{GDBN} debug output will go to both the terminal and the logfile.
1734 Set @code{debugredirect} if you want debug output to go only to the log file.
1735 @kindex show logging
1736 @item show logging
1737 Show the current values of the logging settings.
1738 @end table
1739
1740 You can also redirect the output of a @value{GDBN} command to a
1741 shell command. @xref{pipe}.
1742 @node Commands
1743 @chapter @value{GDBN} Commands
1744
1745 You can abbreviate a @value{GDBN} command to the first few letters of the command
1746 name, if that abbreviation is unambiguous; and you can repeat certain
1747 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1748 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1749 show you the alternatives available, if there is more than one possibility).
1750
1751 @menu
1752 * Command Syntax:: How to give commands to @value{GDBN}
1753 * Command Settings:: How to change default behavior of commands
1754 * Completion:: Command completion
1755 * Command Options:: Command options
1756 * Help:: How to ask @value{GDBN} for help
1757 @end menu
1758
1759 @node Command Syntax
1760 @section Command Syntax
1761
1762 A @value{GDBN} command is a single line of input. There is no limit on
1763 how long it can be. It starts with a command name, which is followed by
1764 arguments whose meaning depends on the command name. For example, the
1765 command @code{step} accepts an argument which is the number of times to
1766 step, as in @samp{step 5}. You can also use the @code{step} command
1767 with no arguments. Some commands do not allow any arguments.
1768
1769 @cindex abbreviation
1770 @value{GDBN} command names may always be truncated if that abbreviation is
1771 unambiguous. Other possible command abbreviations are listed in the
1772 documentation for individual commands. In some cases, even ambiguous
1773 abbreviations are allowed; for example, @code{s} is specially defined as
1774 equivalent to @code{step} even though there are other commands whose
1775 names start with @code{s}. You can test abbreviations by using them as
1776 arguments to the @code{help} command.
1777
1778 @cindex repeating commands
1779 @kindex RET @r{(repeat last command)}
1780 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1781 repeat the previous command. Certain commands (for example, @code{run})
1782 will not repeat this way; these are commands whose unintentional
1783 repetition might cause trouble and which you are unlikely to want to
1784 repeat. User-defined commands can disable this feature; see
1785 @ref{Define, dont-repeat}.
1786
1787 The @code{list} and @code{x} commands, when you repeat them with
1788 @key{RET}, construct new arguments rather than repeating
1789 exactly as typed. This permits easy scanning of source or memory.
1790
1791 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1792 output, in a way similar to the common utility @code{more}
1793 (@pxref{Screen Size,,Screen Size}). Since it is easy to press one
1794 @key{RET} too many in this situation, @value{GDBN} disables command
1795 repetition after any command that generates this sort of display.
1796
1797 @kindex # @r{(a comment)}
1798 @cindex comment
1799 Any text from a @kbd{#} to the end of the line is a comment; it does
1800 nothing. This is useful mainly in command files (@pxref{Command
1801 Files,,Command Files}).
1802
1803 @cindex repeating command sequences
1804 @kindex Ctrl-o @r{(operate-and-get-next)}
1805 The @kbd{Ctrl-o} binding is useful for repeating a complex sequence of
1806 commands. This command accepts the current line, like @key{RET}, and
1807 then fetches the next line relative to the current line from the history
1808 for editing.
1809
1810
1811 @node Command Settings
1812 @section Command Settings
1813 @cindex default behavior of commands, changing
1814 @cindex default settings, changing
1815
1816 Many commands change their behavior according to command-specific
1817 variables or settings. These settings can be changed with the
1818 @code{set} subcommands. For example, the @code{print} command
1819 (@pxref{Data, ,Examining Data}) prints arrays differently depending on
1820 settings changeable with the commands @code{set print elements
1821 NUMBER-OF-ELEMENTS} and @code{set print array-indexes}, among others.
1822
1823 You can change these settings to your preference in the gdbinit files
1824 loaded at @value{GDBN} startup. @xref{Startup}.
1825
1826 The settings can also be changed interactively during the debugging
1827 session. For example, to change the limit of array elements to print,
1828 you can do the following:
1829 @smallexample
1830 (@value{GDBP}) set print elements 10
1831 (@value{GDBP}) print some_array
1832 $1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1833 @end smallexample
1834
1835 The above @code{set print elements 10} command changes the number of
1836 elements to print from the default of 200 to 10. If you only intend
1837 this limit of 10 to be used for printing @code{some_array}, then you
1838 must restore the limit back to 200, with @code{set print elements
1839 200}.
1840
1841 Some commands allow overriding settings with command options. For
1842 example, the @code{print} command supports a number of options that
1843 allow overriding relevant global print settings as set by @code{set
1844 print} subcommands. @xref{print options}. The example above could be
1845 rewritten as:
1846 @smallexample
1847 (@value{GDBP}) print -elements 10 -- some_array
1848 $1 = @{0, 10, 20, 30, 40, 50, 60, 70, 80, 90...@}
1849 @end smallexample
1850
1851 Alternatively, you can use the @code{with} command to change a setting
1852 temporarily, for the duration of a command invocation.
1853
1854 @table @code
1855 @kindex with command
1856 @kindex w @r{(@code{with})}
1857 @cindex settings
1858 @cindex temporarily change settings
1859 @item with @var{setting} [@var{value}] [-- @var{command}]
1860 @itemx w @var{setting} [@var{value}] [-- @var{command}]
1861 Temporarily set @var{setting} to @var{value} for the duration of
1862 @var{command}.
1863
1864 @var{setting} is any setting you can change with the @code{set}
1865 subcommands. @var{value} is the value to assign to @code{setting}
1866 while running @code{command}.
1867
1868 If no @var{command} is provided, the last command executed is
1869 repeated.
1870
1871 If a @var{command} is provided, it must be preceded by a double dash
1872 (@code{--}) separator. This is required because some settings accept
1873 free-form arguments, such as expressions or filenames.
1874
1875 For example, the command
1876 @smallexample
1877 (@value{GDBP}) with print array on -- print some_array
1878 @end smallexample
1879 @noindent
1880 is equivalent to the following 3 commands:
1881 @smallexample
1882 (@value{GDBP}) set print array on
1883 (@value{GDBP}) print some_array
1884 (@value{GDBP}) set print array off
1885 @end smallexample
1886
1887 The @code{with} command is particularly useful when you want to
1888 override a setting while running user-defined commands, or commands
1889 defined in Python or Guile. @xref{Extending GDB,, Extending GDB}.
1890
1891 @smallexample
1892 (@value{GDBP}) with print pretty on -- my_complex_command
1893 @end smallexample
1894
1895 To change several settings for the same command, you can nest
1896 @code{with} commands. For example, @code{with language ada -- with
1897 print elements 10} temporarily changes the language to Ada and sets a
1898 limit of 10 elements to print for arrays and strings.
1899
1900 @end table
1901
1902 @node Completion
1903 @section Command Completion
1904
1905 @cindex completion
1906 @cindex word completion
1907 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1908 only one possibility; it can also show you what the valid possibilities
1909 are for the next word in a command, at any time. This works for @value{GDBN}
1910 commands, @value{GDBN} subcommands, command options, and the names of symbols
1911 in your program.
1912
1913 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1914 of a word. If there is only one possibility, @value{GDBN} fills in the
1915 word, and waits for you to finish the command (or press @key{RET} to
1916 enter it). For example, if you type
1917
1918 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1919 @c complete accuracy in these examples; space introduced for clarity.
1920 @c If texinfo enhancements make it unnecessary, it would be nice to
1921 @c replace " @key" by "@key" in the following...
1922 @smallexample
1923 (@value{GDBP}) info bre@key{TAB}
1924 @end smallexample
1925
1926 @noindent
1927 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1928 the only @code{info} subcommand beginning with @samp{bre}:
1929
1930 @smallexample
1931 (@value{GDBP}) info breakpoints
1932 @end smallexample
1933
1934 @noindent
1935 You can either press @key{RET} at this point, to run the @code{info
1936 breakpoints} command, or backspace and enter something else, if
1937 @samp{breakpoints} does not look like the command you expected. (If you
1938 were sure you wanted @code{info breakpoints} in the first place, you
1939 might as well just type @key{RET} immediately after @samp{info bre},
1940 to exploit command abbreviations rather than command completion).
1941
1942 If there is more than one possibility for the next word when you press
1943 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1944 characters and try again, or just press @key{TAB} a second time;
1945 @value{GDBN} displays all the possible completions for that word. For
1946 example, you might want to set a breakpoint on a subroutine whose name
1947 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1948 just sounds the bell. Typing @key{TAB} again displays all the
1949 function names in your program that begin with those characters, for
1950 example:
1951
1952 @smallexample
1953 (@value{GDBP}) b make_@key{TAB}
1954 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1955 make_a_section_from_file make_environ
1956 make_abs_section make_function_type
1957 make_blockvector make_pointer_type
1958 make_cleanup make_reference_type
1959 make_command make_symbol_completion_list
1960 (@value{GDBP}) b make_
1961 @end smallexample
1962
1963 @noindent
1964 After displaying the available possibilities, @value{GDBN} copies your
1965 partial input (@samp{b make_} in the example) so you can finish the
1966 command.
1967
1968 If the command you are trying to complete expects either a keyword or a
1969 number to follow, then @samp{NUMBER} will be shown among the available
1970 completions, for example:
1971
1972 @smallexample
1973 (@value{GDBP}) print -elements @key{TAB}@key{TAB}
1974 NUMBER unlimited
1975 (@value{GDBP}) print -elements@tie{}
1976 @end smallexample
1977
1978 @noindent
1979 Here, the option expects a number (e.g., @code{100}), not literal
1980 @code{NUMBER}. Such metasyntactical arguments are always presented in
1981 uppercase.
1982
1983 If you just want to see the list of alternatives in the first place, you
1984 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1985 means @kbd{@key{META} ?}. You can type this either by holding down a
1986 key designated as the @key{META} shift on your keyboard (if there is
1987 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1988
1989 If the number of possible completions is large, @value{GDBN} will
1990 print as much of the list as it has collected, as well as a message
1991 indicating that the list may be truncated.
1992
1993 @smallexample
1994 (@value{GDBP}) b m@key{TAB}@key{TAB}
1995 main
1996 <... the rest of the possible completions ...>
1997 *** List may be truncated, max-completions reached. ***
1998 (@value{GDBP}) b m
1999 @end smallexample
2000
2001 @noindent
2002 This behavior can be controlled with the following commands:
2003
2004 @table @code
2005 @kindex set max-completions
2006 @item set max-completions @var{limit}
2007 @itemx set max-completions unlimited
2008 Set the maximum number of completion candidates. @value{GDBN} will
2009 stop looking for more completions once it collects this many candidates.
2010 This is useful when completing on things like function names as collecting
2011 all the possible candidates can be time consuming.
2012 The default value is 200. A value of zero disables tab-completion.
2013 Note that setting either no limit or a very large limit can make
2014 completion slow.
2015 @kindex show max-completions
2016 @item show max-completions
2017 Show the maximum number of candidates that @value{GDBN} will collect and show
2018 during completion.
2019 @end table
2020
2021 @cindex quotes in commands
2022 @cindex completion of quoted strings
2023 Sometimes the string you need, while logically a ``word'', may contain
2024 parentheses or other characters that @value{GDBN} normally excludes from
2025 its notion of a word. To permit word completion to work in this
2026 situation, you may enclose words in @code{'} (single quote marks) in
2027 @value{GDBN} commands.
2028
2029 A likely situation where you might need this is in typing an
2030 expression that involves a C@t{++} symbol name with template
2031 parameters. This is because when completing expressions, GDB treats
2032 the @samp{<} character as word delimiter, assuming that it's the
2033 less-than comparison operator (@pxref{C Operators, , C and C@t{++}
2034 Operators}).
2035
2036 For example, when you want to call a C@t{++} template function
2037 interactively using the @code{print} or @code{call} commands, you may
2038 need to distinguish whether you mean the version of @code{name} that
2039 was specialized for @code{int}, @code{name<int>()}, or the version
2040 that was specialized for @code{float}, @code{name<float>()}. To use
2041 the word-completion facilities in this situation, type a single quote
2042 @code{'} at the beginning of the function name. This alerts
2043 @value{GDBN} that it may need to consider more information than usual
2044 when you press @key{TAB} or @kbd{M-?} to request word completion:
2045
2046 @smallexample
2047 (@value{GDBP}) p 'func<@kbd{M-?}
2048 func<int>() func<float>()
2049 (@value{GDBP}) p 'func<
2050 @end smallexample
2051
2052 When setting breakpoints however (@pxref{Location Specifications}), you don't
2053 usually need to type a quote before the function name, because
2054 @value{GDBN} understands that you want to set a breakpoint on a
2055 function:
2056
2057 @smallexample
2058 (@value{GDBP}) b func<@kbd{M-?}
2059 func<int>() func<float>()
2060 (@value{GDBP}) b func<
2061 @end smallexample
2062
2063 This is true even in the case of typing the name of C@t{++} overloaded
2064 functions (multiple definitions of the same function, distinguished by
2065 argument type). For example, when you want to set a breakpoint you
2066 don't need to distinguish whether you mean the version of @code{name}
2067 that takes an @code{int} parameter, @code{name(int)}, or the version
2068 that takes a @code{float} parameter, @code{name(float)}.
2069
2070 @smallexample
2071 (@value{GDBP}) b bubble(@kbd{M-?}
2072 bubble(int) bubble(double)
2073 (@value{GDBP}) b bubble(dou@kbd{M-?}
2074 bubble(double)
2075 @end smallexample
2076
2077 See @ref{quoting names} for a description of other scenarios that
2078 require quoting.
2079
2080 For more information about overloaded functions, see @ref{C Plus Plus
2081 Expressions, ,C@t{++} Expressions}. You can use the command @code{set
2082 overload-resolution off} to disable overload resolution;
2083 see @ref{Debugging C Plus Plus, ,@value{GDBN} Features for C@t{++}}.
2084
2085 @cindex completion of structure field names
2086 @cindex structure field name completion
2087 @cindex completion of union field names
2088 @cindex union field name completion
2089 When completing in an expression which looks up a field in a
2090 structure, @value{GDBN} also tries@footnote{The completer can be
2091 confused by certain kinds of invalid expressions. Also, it only
2092 examines the static type of the expression, not the dynamic type.} to
2093 limit completions to the field names available in the type of the
2094 left-hand-side:
2095
2096 @smallexample
2097 (@value{GDBP}) p gdb_stdout.@kbd{M-?}
2098 magic to_fputs to_rewind
2099 to_data to_isatty to_write
2100 to_delete to_put to_write_async_safe
2101 to_flush to_read
2102 @end smallexample
2103
2104 @noindent
2105 This is because the @code{gdb_stdout} is a variable of the type
2106 @code{struct ui_file} that is defined in @value{GDBN} sources as
2107 follows:
2108
2109 @smallexample
2110 struct ui_file
2111 @{
2112 int *magic;
2113 ui_file_flush_ftype *to_flush;
2114 ui_file_write_ftype *to_write;
2115 ui_file_write_async_safe_ftype *to_write_async_safe;
2116 ui_file_fputs_ftype *to_fputs;
2117 ui_file_read_ftype *to_read;
2118 ui_file_delete_ftype *to_delete;
2119 ui_file_isatty_ftype *to_isatty;
2120 ui_file_rewind_ftype *to_rewind;
2121 ui_file_put_ftype *to_put;
2122 void *to_data;
2123 @}
2124 @end smallexample
2125
2126 @node Command Options
2127 @section Command options
2128
2129 @cindex command options
2130 Some commands accept options starting with a leading dash. For
2131 example, @code{print -pretty}. Similarly to command names, you can
2132 abbreviate a @value{GDBN} option to the first few letters of the
2133 option name, if that abbreviation is unambiguous, and you can also use
2134 the @key{TAB} key to get @value{GDBN} to fill out the rest of a word
2135 in an option (or to show you the alternatives available, if there is
2136 more than one possibility).
2137
2138 @cindex command options, raw input
2139 Some commands take raw input as argument. For example, the print
2140 command processes arbitrary expressions in any of the languages
2141 supported by @value{GDBN}. With such commands, because raw input may
2142 start with a leading dash that would be confused with an option or any
2143 of its abbreviations, e.g.@: @code{print -p} (short for @code{print
2144 -pretty} or printing negative @code{p}?), if you specify any command
2145 option, then you must use a double-dash (@code{--}) delimiter to
2146 indicate the end of options.
2147
2148 @cindex command options, boolean
2149
2150 Some options are described as accepting an argument which can be
2151 either @code{on} or @code{off}. These are known as @dfn{boolean
2152 options}. Similarly to boolean settings commands---@code{on} and
2153 @code{off} are the typical values, but any of @code{1}, @code{yes} and
2154 @code{enable} can also be used as ``true'' value, and any of @code{0},
2155 @code{no} and @code{disable} can also be used as ``false'' value. You
2156 can also omit a ``true'' value, as it is implied by default.
2157
2158 For example, these are equivalent:
2159
2160 @smallexample
2161 (@value{GDBP}) print -object on -pretty off -element unlimited -- *myptr
2162 (@value{GDBP}) p -o -p 0 -e u -- *myptr
2163 @end smallexample
2164
2165 You can discover the set of options some command accepts by completing
2166 on @code{-} after the command name. For example:
2167
2168 @smallexample
2169 (@value{GDBP}) print -@key{TAB}@key{TAB}
2170 -address -max-depth -object -static-members
2171 -array -memory-tag-violations -pretty -symbol
2172 -array-indexes -nibbles -raw-values -union
2173 -elements -null-stop -repeats -vtbl
2174 @end smallexample
2175
2176 Completion will in some cases guide you with a suggestion of what kind
2177 of argument an option expects. For example:
2178
2179 @smallexample
2180 (@value{GDBP}) print -elements @key{TAB}@key{TAB}
2181 NUMBER unlimited
2182 @end smallexample
2183
2184 @noindent
2185 Here, the option expects a number (e.g., @code{100}), not literal
2186 @code{NUMBER}. Such metasyntactical arguments are always presented in
2187 uppercase.
2188
2189 (For more on using the @code{print} command, see @ref{Data, ,Examining
2190 Data}.)
2191
2192 @node Help
2193 @section Getting Help
2194 @cindex online documentation
2195 @kindex help
2196
2197 You can always ask @value{GDBN} itself for information on its commands,
2198 using the command @code{help}.
2199
2200 @table @code
2201 @kindex h @r{(@code{help})}
2202 @item help
2203 @itemx h
2204 You can use @code{help} (abbreviated @code{h}) with no arguments to
2205 display a short list of named classes of commands:
2206
2207 @smallexample
2208 (@value{GDBP}) help
2209 List of classes of commands:
2210
2211 aliases -- User-defined aliases of other commands
2212 breakpoints -- Making program stop at certain points
2213 data -- Examining data
2214 files -- Specifying and examining files
2215 internals -- Maintenance commands
2216 obscure -- Obscure features
2217 running -- Running the program
2218 stack -- Examining the stack
2219 status -- Status inquiries
2220 support -- Support facilities
2221 tracepoints -- Tracing of program execution without
2222 stopping the program
2223 user-defined -- User-defined commands
2224
2225 Type "help" followed by a class name for a list of
2226 commands in that class.
2227 Type "help" followed by command name for full
2228 documentation.
2229 Command name abbreviations are allowed if unambiguous.
2230 (@value{GDBP})
2231 @end smallexample
2232 @c the above line break eliminates huge line overfull...
2233
2234 @item help @var{class}
2235 Using one of the general help classes as an argument, you can get a
2236 list of the individual commands in that class. If a command has
2237 aliases, the aliases are given after the command name, separated by
2238 commas. If an alias has default arguments, the full definition of
2239 the alias is given after the first line.
2240 For example, here is the help display for the class @code{status}:
2241
2242 @smallexample
2243 (@value{GDBP}) help status
2244 Status inquiries.
2245
2246 List of commands:
2247
2248 @c Line break in "show" line falsifies real output, but needed
2249 @c to fit in smallbook page size.
2250 info, inf, i -- Generic command for showing things
2251 about the program being debugged
2252 info address, iamain -- Describe where symbol SYM is stored.
2253 alias iamain = info address main
2254 info all-registers -- List of all registers and their contents,
2255 for selected stack frame.
2256 ...
2257 show, info set -- Generic command for showing things
2258 about the debugger
2259
2260 Type "help" followed by command name for full
2261 documentation.
2262 Command name abbreviations are allowed if unambiguous.
2263 (@value{GDBP})
2264 @end smallexample
2265
2266 @item help @var{command}
2267 With a command name as @code{help} argument, @value{GDBN} displays a
2268 short paragraph on how to use that command. If that command has
2269 one or more aliases, @value{GDBN} will display a first line with
2270 the command name and all its aliases separated by commas.
2271 This first line will be followed by the full definition of all aliases
2272 having default arguments.
2273 When asking the help for an alias, the documentation for the aliased
2274 command is shown.
2275
2276 A user-defined alias can optionally be documented using the
2277 @code{document} command (@pxref{Define, document}). @value{GDBN} then
2278 considers this alias as different from the aliased command: this alias
2279 is not listed in the aliased command help output, and asking help for
2280 this alias will show the documentation provided for the alias instead of
2281 the documentation of the aliased command.
2282
2283 @kindex apropos
2284 @item apropos [-v] @var{regexp}
2285 The @code{apropos} command searches through all of the @value{GDBN}
2286 commands and aliases, and their documentation, for the regular expression specified in
2287 @var{args}. It prints out all matches found. The optional flag @samp{-v},
2288 which stands for @samp{verbose}, indicates to output the full documentation
2289 of the matching commands and highlight the parts of the documentation
2290 matching @var{regexp}. For example:
2291
2292 @smallexample
2293 apropos alias
2294 @end smallexample
2295
2296 @noindent
2297 results in:
2298
2299 @smallexample
2300 @group
2301 alias -- Define a new command that is an alias of an existing command
2302 aliases -- User-defined aliases of other commands
2303 @end group
2304 @end smallexample
2305
2306 @noindent
2307 while
2308
2309 @smallexample
2310 apropos -v cut.*thread apply
2311 @end smallexample
2312
2313 @noindent
2314 results in the below output, where @samp{cut for 'thread apply}
2315 is highlighted if styling is enabled.
2316
2317 @smallexample
2318 @group
2319 taas -- Apply a command to all threads (ignoring errors
2320 and empty output).
2321 Usage: taas COMMAND
2322 shortcut for 'thread apply all -s COMMAND'
2323
2324 tfaas -- Apply a command to all frames of all threads
2325 (ignoring errors and empty output).
2326 Usage: tfaas COMMAND
2327 shortcut for 'thread apply all -s frame apply all -s COMMAND'
2328 @end group
2329 @end smallexample
2330
2331 @kindex complete
2332 @item complete @var{args}
2333 The @code{complete @var{args}} command lists all the possible completions
2334 for the beginning of a command. Use @var{args} to specify the beginning of the
2335 command you want completed. For example:
2336
2337 @smallexample
2338 complete i
2339 @end smallexample
2340
2341 @noindent results in:
2342
2343 @smallexample
2344 @group
2345 if
2346 ignore
2347 info
2348 inspect
2349 @end group
2350 @end smallexample
2351
2352 @noindent This is intended for use by @sc{gnu} Emacs.
2353 @end table
2354
2355 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
2356 and @code{show} to inquire about the state of your program, or the state
2357 of @value{GDBN} itself. Each command supports many topics of inquiry; this
2358 manual introduces each of them in the appropriate context. The listings
2359 under @code{info} and under @code{show} in the Command, Variable, and
2360 Function Index point to all the sub-commands. @xref{Command and Variable
2361 Index}.
2362
2363 @c @group
2364 @table @code
2365 @kindex info
2366 @kindex i @r{(@code{info})}
2367 @item info
2368 This command (abbreviated @code{i}) is for describing the state of your
2369 program. For example, you can show the arguments passed to a function
2370 with @code{info args}, list the registers currently in use with @code{info
2371 registers}, or list the breakpoints you have set with @code{info breakpoints}.
2372 You can get a complete list of the @code{info} sub-commands with
2373 @w{@code{help info}}.
2374
2375 @kindex set
2376 @item set
2377 You can assign the result of an expression to an environment variable with
2378 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
2379 @code{set prompt $}.
2380
2381 @kindex show
2382 @item show
2383 In contrast to @code{info}, @code{show} is for describing the state of
2384 @value{GDBN} itself.
2385 You can change most of the things you can @code{show}, by using the
2386 related command @code{set}; for example, you can control what number
2387 system is used for displays with @code{set radix}, or simply inquire
2388 which is currently in use with @code{show radix}.
2389
2390 @kindex info set
2391 To display all the settable parameters and their current
2392 values, you can use @code{show} with no arguments; you may also use
2393 @code{info set}. Both commands produce the same display.
2394 @c FIXME: "info set" violates the rule that "info" is for state of
2395 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
2396 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
2397 @end table
2398 @c @end group
2399
2400 Here are several miscellaneous @code{show} subcommands, all of which are
2401 exceptional in lacking corresponding @code{set} commands:
2402
2403 @table @code
2404 @kindex show version
2405 @cindex @value{GDBN} version number
2406 @item show version
2407 Show what version of @value{GDBN} is running. You should include this
2408 information in @value{GDBN} bug-reports. If multiple versions of
2409 @value{GDBN} are in use at your site, you may need to determine which
2410 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
2411 commands are introduced, and old ones may wither away. Also, many
2412 system vendors ship variant versions of @value{GDBN}, and there are
2413 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2414 The version number is the same as the one announced when you start
2415 @value{GDBN}.
2416
2417 @kindex show copying
2418 @kindex info copying
2419 @cindex display @value{GDBN} copyright
2420 @item show copying
2421 @itemx info copying
2422 Display information about permission for copying @value{GDBN}.
2423
2424 @kindex show warranty
2425 @kindex info warranty
2426 @item show warranty
2427 @itemx info warranty
2428 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
2429 if your version of @value{GDBN} comes with one.
2430
2431 @kindex show configuration
2432 @item show configuration
2433 Display detailed information about the way @value{GDBN} was configured
2434 when it was built. This displays the optional arguments passed to the
2435 @file{configure} script and also configuration parameters detected
2436 automatically by @command{configure}. When reporting a @value{GDBN}
2437 bug (@pxref{GDB Bugs}), it is important to include this information in
2438 your report.
2439
2440 @end table
2441
2442 @node Running
2443 @chapter Running Programs Under @value{GDBN}
2444
2445 When you run a program under @value{GDBN}, you must first generate
2446 debugging information when you compile it.
2447
2448 You may start @value{GDBN} with its arguments, if any, in an environment
2449 of your choice. If you are doing native debugging, you may redirect
2450 your program's input and output, debug an already running process, or
2451 kill a child process.
2452
2453 @menu
2454 * Compilation:: Compiling for debugging
2455 * Starting:: Starting your program
2456 * Arguments:: Your program's arguments
2457 * Environment:: Your program's environment
2458
2459 * Working Directory:: Your program's working directory
2460 * Input/Output:: Your program's input and output
2461 * Attach:: Debugging an already-running process
2462 * Kill Process:: Killing the child process
2463 * Inferiors Connections and Programs:: Debugging multiple inferiors
2464 connections and programs
2465 * Threads:: Debugging programs with multiple threads
2466 * Forks:: Debugging forks
2467 * Checkpoint/Restart:: Setting a @emph{bookmark} to return to later
2468 @end menu
2469
2470 @node Compilation
2471 @section Compiling for Debugging
2472
2473 In order to debug a program effectively, you need to generate
2474 debugging information when you compile it. This debugging information
2475 is stored in the object file; it describes the data type of each
2476 variable or function and the correspondence between source line numbers
2477 and addresses in the executable code.
2478
2479 To request debugging information, specify the @samp{-g} option when you run
2480 the compiler.
2481
2482 Programs that are to be shipped to your customers are compiled with
2483 optimizations, using the @samp{-O} compiler option. However, some
2484 compilers are unable to handle the @samp{-g} and @samp{-O} options
2485 together. Using those compilers, you cannot generate optimized
2486 executables containing debugging information.
2487
2488 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
2489 without @samp{-O}, making it possible to debug optimized code. We
2490 recommend that you @emph{always} use @samp{-g} whenever you compile a
2491 program. You may think your program is correct, but there is no sense
2492 in pushing your luck. For more information, see @ref{Optimized Code}.
2493
2494 Older versions of the @sc{gnu} C compiler permitted a variant option
2495 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
2496 format; if your @sc{gnu} C compiler has this option, do not use it.
2497
2498 @value{GDBN} knows about preprocessor macros and can show you their
2499 expansion (@pxref{Macros}). Most compilers do not include information
2500 about preprocessor macros in the debugging information if you specify
2501 the @option{-g} flag alone. Version 3.1 and later of @value{NGCC},
2502 the @sc{gnu} C compiler, provides macro information if you are using
2503 the DWARF debugging format, and specify the option @option{-g3}.
2504
2505 @xref{Debugging Options,,Options for Debugging Your Program or GCC,
2506 gcc, Using the @sc{gnu} Compiler Collection (GCC)}, for more
2507 information on @value{NGCC} options affecting debug information.
2508
2509 You will have the best debugging experience if you use the latest
2510 version of the DWARF debugging format that your compiler supports.
2511 DWARF is currently the most expressive and best supported debugging
2512 format in @value{GDBN}.
2513
2514 @need 2000
2515 @node Starting
2516 @section Starting your Program
2517 @cindex starting
2518 @cindex running
2519
2520 @table @code
2521 @kindex run
2522 @kindex r @r{(@code{run})}
2523 @item run
2524 @itemx r
2525 Use the @code{run} command to start your program under @value{GDBN}.
2526 You must first specify the program name with an argument to
2527 @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
2528 @value{GDBN}}), or by using the @code{file} or @code{exec-file}
2529 command (@pxref{Files, ,Commands to Specify Files}).
2530
2531 @end table
2532
2533 If you are running your program in an execution environment that
2534 supports processes, @code{run} creates an inferior process and makes
2535 that process run your program. In some environments without processes,
2536 @code{run} jumps to the start of your program. Other targets,
2537 like @samp{remote}, are always running. If you get an error
2538 message like this one:
2539
2540 @smallexample
2541 The "remote" target does not support "run".
2542 Try "help target" or "continue".
2543 @end smallexample
2544
2545 @noindent
2546 then use @code{continue} to run your program. You may need @code{load}
2547 first (@pxref{load}).
2548
2549 The execution of a program is affected by certain information it
2550 receives from its superior. @value{GDBN} provides ways to specify this
2551 information, which you must do @emph{before} starting your program. (You
2552 can change it after starting your program, but such changes only affect
2553 your program the next time you start it.) This information may be
2554 divided into four categories:
2555
2556 @table @asis
2557 @item The @emph{arguments.}
2558 Specify the arguments to give your program as the arguments of the
2559 @code{run} command. If a shell is available on your target, the shell
2560 is used to pass the arguments, so that you may use normal conventions
2561 (such as wildcard expansion or variable substitution) in describing
2562 the arguments.
2563 In Unix systems, you can control which shell is used with the
2564 @env{SHELL} environment variable. If you do not define @env{SHELL},
2565 @value{GDBN} uses the default shell (@file{/bin/sh}). You can disable
2566 use of any shell with the @code{set startup-with-shell} command (see
2567 below for details).
2568
2569 @item The @emph{environment.}
2570 Your program normally inherits its environment from @value{GDBN}, but you can
2571 use the @value{GDBN} commands @code{set environment} and @code{unset
2572 environment} to change parts of the environment that affect
2573 your program. @xref{Environment, ,Your Program's Environment}.
2574
2575 @item The @emph{working directory.}
2576 You can set your program's working directory with the command
2577 @kbd{set cwd}. If you do not set any working directory with this
2578 command, your program will inherit @value{GDBN}'s working directory if
2579 native debugging, or the remote server's working directory if remote
2580 debugging. @xref{Working Directory, ,Your Program's Working
2581 Directory}.
2582
2583 @item The @emph{standard input and output.}
2584 Your program normally uses the same device for standard input and
2585 standard output as @value{GDBN} is using. You can redirect input and output
2586 in the @code{run} command line, or you can use the @code{tty} command to
2587 set a different device for your program.
2588 @xref{Input/Output, ,Your Program's Input and Output}.
2589
2590 @cindex pipes
2591 @emph{Warning:} While input and output redirection work, you cannot use
2592 pipes to pass the output of the program you are debugging to another
2593 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
2594 wrong program.
2595 @end table
2596
2597 When you issue the @code{run} command, your program begins to execute
2598 immediately. @xref{Stopping, ,Stopping and Continuing}, for discussion
2599 of how to arrange for your program to stop. Once your program has
2600 stopped, you may call functions in your program, using the @code{print}
2601 or @code{call} commands. @xref{Data, ,Examining Data}.
2602
2603 If the modification time of your symbol file has changed since the last
2604 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
2605 table, and reads it again. When it does this, @value{GDBN} tries to retain
2606 your current breakpoints.
2607
2608 @table @code
2609 @kindex start
2610 @item start
2611 @cindex run to main procedure
2612 The name of the main procedure can vary from language to language.
2613 With C or C@t{++}, the main procedure name is always @code{main}, but
2614 other languages such as Ada do not require a specific name for their
2615 main procedure. The debugger provides a convenient way to start the
2616 execution of the program and to stop at the beginning of the main
2617 procedure, depending on the language used.
2618
2619 The @samp{start} command does the equivalent of setting a temporary
2620 breakpoint at the beginning of the main procedure and then invoking
2621 the @samp{run} command.
2622
2623 @cindex elaboration phase
2624 Some programs contain an @dfn{elaboration} phase where some startup code is
2625 executed before the main procedure is called. This depends on the
2626 languages used to write your program. In C@t{++}, for instance,
2627 constructors for static and global objects are executed before
2628 @code{main} is called. It is therefore possible that the debugger stops
2629 before reaching the main procedure. However, the temporary breakpoint
2630 will remain to halt execution.
2631
2632 Specify the arguments to give to your program as arguments to the
2633 @samp{start} command. These arguments will be given verbatim to the
2634 underlying @samp{run} command. Note that the same arguments will be
2635 reused if no argument is provided during subsequent calls to
2636 @samp{start} or @samp{run}.
2637
2638 It is sometimes necessary to debug the program during elaboration. In
2639 these cases, using the @code{start} command would stop the execution
2640 of your program too late, as the program would have already completed
2641 the elaboration phase. Under these circumstances, either insert
2642 breakpoints in your elaboration code before running your program or
2643 use the @code{starti} command.
2644
2645 @kindex starti
2646 @item starti
2647 @cindex run to first instruction
2648 The @samp{starti} command does the equivalent of setting a temporary
2649 breakpoint at the first instruction of a program's execution and then
2650 invoking the @samp{run} command. For programs containing an
2651 elaboration phase, the @code{starti} command will stop execution at
2652 the start of the elaboration phase.
2653
2654 @anchor{set exec-wrapper}
2655 @kindex set exec-wrapper
2656 @item set exec-wrapper @var{wrapper}
2657 @itemx show exec-wrapper
2658 @itemx unset exec-wrapper
2659 When @samp{exec-wrapper} is set, the specified wrapper is used to
2660 launch programs for debugging. @value{GDBN} starts your program
2661 with a shell command of the form @kbd{exec @var{wrapper}
2662 @var{program}}. Quoting is added to @var{program} and its
2663 arguments, but not to @var{wrapper}, so you should add quotes if
2664 appropriate for your shell. The wrapper runs until it executes
2665 your program, and then @value{GDBN} takes control.
2666
2667 You can use any program that eventually calls @code{execve} with
2668 its arguments as a wrapper. Several standard Unix utilities do
2669 this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
2670 with @code{exec "$@@"} will also work.
2671
2672 For example, you can use @code{env} to pass an environment variable to
2673 the debugged program, without setting the variable in your shell's
2674 environment:
2675
2676 @smallexample
2677 (@value{GDBP}) set exec-wrapper env 'LD_PRELOAD=libtest.so'
2678 (@value{GDBP}) run
2679 @end smallexample
2680
2681 This command is available when debugging locally on most targets, excluding
2682 @sc{djgpp}, Cygwin, MS Windows, and QNX Neutrino.
2683
2684 @kindex set startup-with-shell
2685 @anchor{set startup-with-shell}
2686 @item set startup-with-shell
2687 @itemx set startup-with-shell on
2688 @itemx set startup-with-shell off
2689 @itemx show startup-with-shell
2690 On Unix systems, by default, if a shell is available on your target,
2691 @value{GDBN}) uses it to start your program. Arguments of the
2692 @code{run} command are passed to the shell, which does variable
2693 substitution, expands wildcard characters and performs redirection of
2694 I/O. In some circumstances, it may be useful to disable such use of a
2695 shell, for example, when debugging the shell itself or diagnosing
2696 startup failures such as:
2697
2698 @smallexample
2699 (@value{GDBP}) run
2700 Starting program: ./a.out
2701 During startup program terminated with signal SIGSEGV, Segmentation fault.
2702 @end smallexample
2703
2704 @noindent
2705 which indicates the shell or the wrapper specified with
2706 @samp{exec-wrapper} crashed, not your program. Most often, this is
2707 caused by something odd in your shell's non-interactive mode
2708 initialization file---such as @file{.cshrc} for C-shell,
2709 $@file{.zshenv} for the Z shell, or the file specified in the
2710 @env{BASH_ENV} environment variable for BASH.
2711
2712 @anchor{set auto-connect-native-target}
2713 @kindex set auto-connect-native-target
2714 @item set auto-connect-native-target
2715 @itemx set auto-connect-native-target on
2716 @itemx set auto-connect-native-target off
2717 @itemx show auto-connect-native-target
2718
2719 By default, if the current inferior is not connected to any target yet
2720 (e.g., with @code{target remote}), the @code{run} command starts your
2721 program as a native process under @value{GDBN}, on your local machine.
2722 If you're sure you don't want to debug programs on your local machine,
2723 you can tell @value{GDBN} to not connect to the native target
2724 automatically with the @code{set auto-connect-native-target off}
2725 command.
2726
2727 If @code{on}, which is the default, and if the current inferior is not
2728 connected to a target already, the @code{run} command automaticaly
2729 connects to the native target, if one is available.
2730
2731 If @code{off}, and if the current inferior is not connected to a
2732 target already, the @code{run} command fails with an error:
2733
2734 @smallexample
2735 (@value{GDBP}) run
2736 Don't know how to run. Try "help target".
2737 @end smallexample
2738
2739 If the current inferior is already connected to a target, @value{GDBN}
2740 always uses it with the @code{run} command.
2741
2742 In any case, you can explicitly connect to the native target with the
2743 @code{target native} command. For example,
2744
2745 @smallexample
2746 (@value{GDBP}) set auto-connect-native-target off
2747 (@value{GDBP}) run
2748 Don't know how to run. Try "help target".
2749 (@value{GDBP}) target native
2750 (@value{GDBP}) run
2751 Starting program: ./a.out
2752 [Inferior 1 (process 10421) exited normally]
2753 @end smallexample
2754
2755 In case you connected explicitly to the @code{native} target,
2756 @value{GDBN} remains connected even if all inferiors exit, ready for
2757 the next @code{run} command. Use the @code{disconnect} command to
2758 disconnect.
2759
2760 Examples of other commands that likewise respect the
2761 @code{auto-connect-native-target} setting: @code{attach}, @code{info
2762 proc}, @code{info os}.
2763
2764 @kindex set disable-randomization
2765 @item set disable-randomization
2766 @itemx set disable-randomization on
2767 This option (enabled by default in @value{GDBN}) will turn off the native
2768 randomization of the virtual address space of the started program. This option
2769 is useful for multiple debugging sessions to make the execution better
2770 reproducible and memory addresses reusable across debugging sessions.
2771
2772 This feature is implemented only on certain targets, including @sc{gnu}/Linux.
2773 On @sc{gnu}/Linux you can get the same behavior using
2774
2775 @smallexample
2776 (@value{GDBP}) set exec-wrapper setarch `uname -m` -R
2777 @end smallexample
2778
2779 @item set disable-randomization off
2780 Leave the behavior of the started executable unchanged. Some bugs rear their
2781 ugly heads only when the program is loaded at certain addresses. If your bug
2782 disappears when you run the program under @value{GDBN}, that might be because
2783 @value{GDBN} by default disables the address randomization on platforms, such
2784 as @sc{gnu}/Linux, which do that for stand-alone programs. Use @kbd{set
2785 disable-randomization off} to try to reproduce such elusive bugs.
2786
2787 On targets where it is available, virtual address space randomization
2788 protects the programs against certain kinds of security attacks. In these
2789 cases the attacker needs to know the exact location of a concrete executable
2790 code. Randomizing its location makes it impossible to inject jumps misusing
2791 a code at its expected addresses.
2792
2793 Prelinking shared libraries provides a startup performance advantage but it
2794 makes addresses in these libraries predictable for privileged processes by
2795 having just unprivileged access at the target system. Reading the shared
2796 library binary gives enough information for assembling the malicious code
2797 misusing it. Still even a prelinked shared library can get loaded at a new
2798 random address just requiring the regular relocation process during the
2799 startup. Shared libraries not already prelinked are always loaded at
2800 a randomly chosen address.
2801
2802 Position independent executables (PIE) contain position independent code
2803 similar to the shared libraries and therefore such executables get loaded at
2804 a randomly chosen address upon startup. PIE executables always load even
2805 already prelinked shared libraries at a random address. You can build such
2806 executable using @command{gcc -fPIE -pie}.
2807
2808 Heap (malloc storage), stack and custom mmap areas are always placed randomly
2809 (as long as the randomization is enabled).
2810
2811 @item show disable-randomization
2812 Show the current setting of the explicit disable of the native randomization of
2813 the virtual address space of the started program.
2814
2815 @end table
2816
2817 @node Arguments
2818 @section Your Program's Arguments
2819
2820 @cindex arguments (to your program)
2821 The arguments to your program can be specified by the arguments of the
2822 @code{run} command.
2823 They are passed to a shell, which expands wildcard characters and
2824 performs redirection of I/O, and thence to your program. Your
2825 @env{SHELL} environment variable (if it exists) specifies what shell
2826 @value{GDBN} uses. If you do not define @env{SHELL}, @value{GDBN} uses
2827 the default shell (@file{/bin/sh} on Unix).
2828
2829 On non-Unix systems, the program is usually invoked directly by
2830 @value{GDBN}, which emulates I/O redirection via the appropriate system
2831 calls, and the wildcard characters are expanded by the startup code of
2832 the program, not by the shell.
2833
2834 @code{run} with no arguments uses the same arguments used by the previous
2835 @code{run}, or those set by the @code{set args} command.
2836
2837 @table @code
2838 @kindex set args
2839 @item set args
2840 Specify the arguments to be used the next time your program is run. If
2841 @code{set args} has no arguments, @code{run} executes your program
2842 with no arguments. Once you have run your program with arguments,
2843 using @code{set args} before the next @code{run} is the only way to run
2844 it again without arguments.
2845
2846 @kindex show args
2847 @item show args
2848 Show the arguments to give your program when it is started.
2849 @end table
2850
2851 @node Environment
2852 @section Your Program's Environment
2853
2854 @cindex environment (of your program)
2855 The @dfn{environment} consists of a set of environment variables and
2856 their values. Environment variables conventionally record such things as
2857 your user name, your home directory, your terminal type, and your search
2858 path for programs to run. Usually you set up environment variables with
2859 the shell and they are inherited by all the other programs you run. When
2860 debugging, it can be useful to try running your program with a modified
2861 environment without having to start @value{GDBN} over again.
2862
2863 @table @code
2864 @kindex path
2865 @item path @var{directory}
2866 Add @var{directory} to the front of the @env{PATH} environment variable
2867 (the search path for executables) that will be passed to your program.
2868 The value of @env{PATH} used by @value{GDBN} does not change.
2869 You may specify several directory names, separated by whitespace or by a
2870 system-dependent separator character (@samp{:} on Unix, @samp{;} on
2871 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
2872 is moved to the front, so it is searched sooner.
2873
2874 You can use the string @samp{$cwd} to refer to whatever is the current
2875 working directory at the time @value{GDBN} searches the path. If you
2876 use @samp{.} instead, it refers to the directory where you executed the
2877 @code{path} command. @value{GDBN} replaces @samp{.} in the
2878 @var{directory} argument (with the current path) before adding
2879 @var{directory} to the search path.
2880 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
2881 @c document that, since repeating it would be a no-op.
2882
2883 @kindex show paths
2884 @item show paths
2885 Display the list of search paths for executables (the @env{PATH}
2886 environment variable).
2887
2888 @kindex show environment
2889 @item show environment @r{[}@var{varname}@r{]}
2890 Print the value of environment variable @var{varname} to be given to
2891 your program when it starts. If you do not supply @var{varname},
2892 print the names and values of all environment variables to be given to
2893 your program. You can abbreviate @code{environment} as @code{env}.
2894
2895 @kindex set environment
2896 @anchor{set environment}
2897 @item set environment @var{varname} @r{[}=@var{value}@r{]}
2898 Set environment variable @var{varname} to @var{value}. The value
2899 changes for your program (and the shell @value{GDBN} uses to launch
2900 it), not for @value{GDBN} itself. The @var{value} may be any string; the
2901 values of environment variables are just strings, and any
2902 interpretation is supplied by your program itself. The @var{value}
2903 parameter is optional; if it is eliminated, the variable is set to a
2904 null value.
2905 @c "any string" here does not include leading, trailing
2906 @c blanks. Gnu asks: does anyone care?
2907
2908 For example, this command:
2909
2910 @smallexample
2911 set env USER = foo
2912 @end smallexample
2913
2914 @noindent
2915 tells the debugged program, when subsequently run, that its user is named
2916 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
2917 are not actually required.)
2918
2919 Note that on Unix systems, @value{GDBN} runs your program via a shell,
2920 which also inherits the environment set with @code{set environment}.
2921 If necessary, you can avoid that by using the @samp{env} program as a
2922 wrapper instead of using @code{set environment}. @xref{set
2923 exec-wrapper}, for an example doing just that.
2924
2925 Environment variables that are set by the user are also transmitted to
2926 @command{gdbserver} to be used when starting the remote inferior.
2927 @pxref{QEnvironmentHexEncoded}.
2928
2929 @kindex unset environment
2930 @anchor{unset environment}
2931 @item unset environment @var{varname}
2932 Remove variable @var{varname} from the environment to be passed to your
2933 program. This is different from @samp{set env @var{varname} =};
2934 @code{unset environment} removes the variable from the environment,
2935 rather than assigning it an empty value.
2936
2937 Environment variables that are unset by the user are also unset on
2938 @command{gdbserver} when starting the remote inferior.
2939 @pxref{QEnvironmentUnset}.
2940 @end table
2941
2942 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2943 the shell indicated by your @env{SHELL} environment variable if it
2944 exists (or @code{/bin/sh} if not). If your @env{SHELL} variable
2945 names a shell that runs an initialization file when started
2946 non-interactively---such as @file{.cshrc} for C-shell, $@file{.zshenv}
2947 for the Z shell, or the file specified in the @env{BASH_ENV}
2948 environment variable for BASH---any variables you set in that file
2949 affect your program. You may wish to move setting of environment
2950 variables to files that are only run when you sign on, such as
2951 @file{.login} or @file{.profile}.
2952
2953 @node Working Directory
2954 @section Your Program's Working Directory
2955
2956 @cindex working directory (of your program)
2957 Each time you start your program with @code{run}, the inferior will be
2958 initialized with the current working directory specified by the
2959 @kbd{set cwd} command. If no directory has been specified by this
2960 command, then the inferior will inherit @value{GDBN}'s current working
2961 directory as its working directory if native debugging, or it will
2962 inherit the remote server's current working directory if remote
2963 debugging.
2964
2965 @table @code
2966 @kindex set cwd
2967 @cindex change inferior's working directory
2968 @anchor{set cwd command}
2969 @item set cwd @r{[}@var{directory}@r{]}
2970 Set the inferior's working directory to @var{directory}, which will be
2971 @code{glob}-expanded in order to resolve tildes (@file{~}). If no
2972 argument has been specified, the command clears the setting and resets
2973 it to an empty state. This setting has no effect on @value{GDBN}'s
2974 working directory, and it only takes effect the next time you start
2975 the inferior. The @file{~} in @var{directory} is a short for the
2976 @dfn{home directory}, usually pointed to by the @env{HOME} environment
2977 variable. On MS-Windows, if @env{HOME} is not defined, @value{GDBN}
2978 uses the concatenation of @env{HOMEDRIVE} and @env{HOMEPATH} as
2979 fallback.
2980
2981 You can also change @value{GDBN}'s current working directory by using
2982 the @code{cd} command.
2983 @xref{cd command}.
2984
2985 @kindex show cwd
2986 @cindex show inferior's working directory
2987 @item show cwd
2988 Show the inferior's working directory. If no directory has been
2989 specified by @kbd{set cwd}, then the default inferior's working
2990 directory is the same as @value{GDBN}'s working directory.
2991
2992 @kindex cd
2993 @cindex change @value{GDBN}'s working directory
2994 @anchor{cd command}
2995 @item cd @r{[}@var{directory}@r{]}
2996 Set the @value{GDBN} working directory to @var{directory}. If not
2997 given, @var{directory} uses @file{'~'}.
2998
2999 The @value{GDBN} working directory serves as a default for the
3000 commands that specify files for @value{GDBN} to operate on.
3001 @xref{Files, ,Commands to Specify Files}.
3002 @xref{set cwd command}.
3003
3004 @kindex pwd
3005 @item pwd
3006 Print the @value{GDBN} working directory.
3007 @end table
3008
3009 It is generally impossible to find the current working directory of
3010 the process being debugged (since a program can change its directory
3011 during its run). If you work on a system where @value{GDBN} supports
3012 the @code{info proc} command (@pxref{Process Information}), you can
3013 use the @code{info proc} command to find out the
3014 current working directory of the debuggee.
3015
3016 @node Input/Output
3017 @section Your Program's Input and Output
3018
3019 @cindex redirection
3020 @cindex i/o
3021 @cindex terminal
3022 By default, the program you run under @value{GDBN} does input and output to
3023 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
3024 to its own terminal modes to interact with you, but it records the terminal
3025 modes your program was using and switches back to them when you continue
3026 running your program.
3027
3028 @table @code
3029 @kindex info terminal
3030 @item info terminal
3031 Displays information recorded by @value{GDBN} about the terminal modes your
3032 program is using.
3033 @end table
3034
3035 You can redirect your program's input and/or output using shell
3036 redirection with the @code{run} command. For example,
3037
3038 @smallexample
3039 run > outfile
3040 @end smallexample
3041
3042 @noindent
3043 starts your program, diverting its output to the file @file{outfile}.
3044
3045 @kindex tty
3046 @cindex controlling terminal
3047 Another way to specify where your program should do input and output is
3048 with the @code{tty} command. This command accepts a file name as
3049 argument, and causes this file to be the default for future @code{run}
3050 commands. It also resets the controlling terminal for the child
3051 process, for future @code{run} commands. For example,
3052
3053 @smallexample
3054 tty /dev/ttyb
3055 @end smallexample
3056
3057 @noindent
3058 directs that processes started with subsequent @code{run} commands
3059 default to do input and output on the terminal @file{/dev/ttyb} and have
3060 that as their controlling terminal.
3061
3062 An explicit redirection in @code{run} overrides the @code{tty} command's
3063 effect on the input/output device, but not its effect on the controlling
3064 terminal.
3065
3066 When you use the @code{tty} command or redirect input in the @code{run}
3067 command, only the input @emph{for your program} is affected. The input
3068 for @value{GDBN} still comes from your terminal. @code{tty} is an alias
3069 for @code{set inferior-tty}.
3070
3071 @cindex inferior tty
3072 @cindex set inferior controlling terminal
3073 You can use the @code{show inferior-tty} command to tell @value{GDBN} to
3074 display the name of the terminal that will be used for future runs of your
3075 program.
3076
3077 @table @code
3078 @item set inferior-tty [ @var{tty} ]
3079 @kindex set inferior-tty
3080 Set the tty for the program being debugged to @var{tty}. Omitting @var{tty}
3081 restores the default behavior, which is to use the same terminal as
3082 @value{GDBN}.
3083
3084 @item show inferior-tty
3085 @kindex show inferior-tty
3086 Show the current tty for the program being debugged.
3087 @end table
3088
3089 @node Attach
3090 @section Debugging an Already-running Process
3091 @kindex attach
3092 @cindex attach
3093
3094 @table @code
3095 @item attach @var{process-id}
3096 This command attaches to a running process---one that was started
3097 outside @value{GDBN}. (@code{info files} shows your active
3098 targets.) The command takes as argument a process ID. The usual way to
3099 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
3100 or with the @samp{jobs -l} shell command.
3101
3102 @code{attach} does not repeat if you press @key{RET} a second time after
3103 executing the command.
3104 @end table
3105
3106 To use @code{attach}, your program must be running in an environment
3107 which supports processes; for example, @code{attach} does not work for
3108 programs on bare-board targets that lack an operating system. You must
3109 also have permission to send the process a signal.
3110
3111 When you use @code{attach}, the debugger finds the program running in
3112 the process first by looking in the current working directory, then (if
3113 the program is not found) by using the source file search path
3114 (@pxref{Source Path, ,Specifying Source Directories}). You can also use
3115 the @code{file} command to load the program. @xref{Files, ,Commands to
3116 Specify Files}.
3117
3118 @anchor{set exec-file-mismatch}
3119 If the debugger can determine that the executable file running in the
3120 process it is attaching to does not match the current exec-file loaded
3121 by @value{GDBN}, the option @code{exec-file-mismatch} specifies how to
3122 handle the mismatch. @value{GDBN} tries to compare the files by
3123 comparing their build IDs (@pxref{build ID}), if available.
3124
3125 @table @code
3126 @kindex exec-file-mismatch
3127 @cindex set exec-file-mismatch
3128 @item set exec-file-mismatch @samp{ask|warn|off}
3129
3130 Whether to detect mismatch between the current executable file loaded
3131 by @value{GDBN} and the executable file used to start the process. If
3132 @samp{ask}, the default, display a warning and ask the user whether to
3133 load the process executable file; if @samp{warn}, just display a
3134 warning; if @samp{off}, don't attempt to detect a mismatch.
3135 If the user confirms loading the process executable file, then its symbols
3136 will be loaded as well.
3137
3138 @cindex show exec-file-mismatch
3139 @item show exec-file-mismatch
3140 Show the current value of @code{exec-file-mismatch}.
3141
3142 @end table
3143
3144 The first thing @value{GDBN} does after arranging to debug the specified
3145 process is to stop it. You can examine and modify an attached process
3146 with all the @value{GDBN} commands that are ordinarily available when
3147 you start processes with @code{run}. You can insert breakpoints; you
3148 can step and continue; you can modify storage. If you would rather the
3149 process continue running, you may use the @code{continue} command after
3150 attaching @value{GDBN} to the process.
3151
3152 @table @code
3153 @kindex detach
3154 @item detach
3155 When you have finished debugging the attached process, you can use the
3156 @code{detach} command to release it from @value{GDBN} control. Detaching
3157 the process continues its execution. After the @code{detach} command,
3158 that process and @value{GDBN} become completely independent once more, and you
3159 are ready to @code{attach} another process or start one with @code{run}.
3160 @code{detach} does not repeat if you press @key{RET} again after
3161 executing the command.
3162 @end table
3163
3164 If you exit @value{GDBN} while you have an attached process, you detach
3165 that process. If you use the @code{run} command, you kill that process.
3166 By default, @value{GDBN} asks for confirmation if you try to do either of these
3167 things; you can control whether or not you need to confirm by using the
3168 @code{set confirm} command (@pxref{Messages/Warnings, ,Optional Warnings and
3169 Messages}).
3170
3171 @node Kill Process
3172 @section Killing the Child Process
3173
3174 @table @code
3175 @kindex kill
3176 @item kill
3177 Kill the child process in which your program is running under @value{GDBN}.
3178 @end table
3179
3180 This command is useful if you wish to debug a core dump instead of a
3181 running process. @value{GDBN} ignores any core dump file while your program
3182 is running.
3183
3184 On some operating systems, a program cannot be executed outside @value{GDBN}
3185 while you have breakpoints set on it inside @value{GDBN}. You can use the
3186 @code{kill} command in this situation to permit running your program
3187 outside the debugger.
3188
3189 The @code{kill} command is also useful if you wish to recompile and
3190 relink your program, since on many systems it is impossible to modify an
3191 executable file while it is running in a process. In this case, when you
3192 next type @code{run}, @value{GDBN} notices that the file has changed, and
3193 reads the symbol table again (while trying to preserve your current
3194 breakpoint settings).
3195
3196 @node Inferiors Connections and Programs
3197 @section Debugging Multiple Inferiors Connections and Programs
3198
3199 @value{GDBN} lets you run and debug multiple programs in a single
3200 session. In addition, @value{GDBN} on some systems may let you run
3201 several programs simultaneously (otherwise you have to exit from one
3202 before starting another). On some systems @value{GDBN} may even let
3203 you debug several programs simultaneously on different remote systems.
3204 In the most general case, you can have multiple threads of execution
3205 in each of multiple processes, launched from multiple executables,
3206 running on different machines.
3207
3208 @cindex inferior
3209 @value{GDBN} represents the state of each program execution with an
3210 object called an @dfn{inferior}. An inferior typically corresponds to
3211 a process, but is more general and applies also to targets that do not
3212 have processes. Inferiors may be created before a process runs, and
3213 may be retained after a process exits. Inferiors have unique
3214 identifiers that are different from process ids. Usually each
3215 inferior will also have its own distinct address space, although some
3216 embedded targets may have several inferiors running in different parts
3217 of a single address space. Each inferior may in turn have multiple
3218 threads running in it.
3219
3220 @cindex ID list
3221 The commands @code{info inferiors} and @code{info connections}, which will be
3222 introduced below, accept a space-separated @dfn{ID list} as their argument
3223 specifying one or more elements on which to operate. A list element can be
3224 either a single non-negative number, like @samp{5}, or an ascending range of
3225 such numbers, like @samp{5-7}. A list can consist of any combination of such
3226 elements, even duplicates or overlapping ranges are valid. E.g.@:
3227 @samp{1 4-6 5 4-4} or @samp{1 2 4-7}.
3228
3229 To find out what inferiors exist at any moment, use @w{@code{info
3230 inferiors}}:
3231
3232 @table @code
3233 @kindex info inferiors [ @var{id}@dots{} ]
3234 @item info inferiors
3235 Print a list of all inferiors currently being managed by @value{GDBN}.
3236 By default all inferiors are printed, but the ID list @var{id}@dots{} can be
3237 used to limit the display to just the requested inferiors.
3238
3239 @value{GDBN} displays for each inferior (in this order):
3240
3241 @enumerate
3242 @item
3243 the inferior number assigned by @value{GDBN}
3244
3245 @item
3246 the target system's inferior identifier
3247
3248 @item
3249 the target connection the inferior is bound to, including the unique
3250 connection number assigned by @value{GDBN}, and the protocol used by
3251 the connection.
3252
3253 @item
3254 the name of the executable the inferior is running.
3255
3256 @end enumerate
3257
3258 @noindent
3259 An asterisk @samp{*} preceding the @value{GDBN} inferior number
3260 indicates the current inferior.
3261
3262 For example,
3263 @end table
3264 @c end table here to get a little more width for example
3265
3266 @smallexample
3267 (@value{GDBP}) info inferiors
3268 Num Description Connection Executable
3269 * 1 process 3401 1 (native) goodbye
3270 2 process 2307 2 (extended-remote host:10000) hello
3271 @end smallexample
3272
3273 To get information about the current inferior, use @code{inferior}:
3274
3275 @table @code
3276 @kindex inferior
3277 @item inferior
3278 Shows information about the current inferior.
3279
3280 For example,
3281 @end table
3282 @c end table here to get a little more width for example
3283
3284 @smallexample
3285 (@value{GDBP}) inferior
3286 [Current inferior is 1 [process 3401] (helloworld)]
3287 @end smallexample
3288
3289 To find out what open target connections exist at any moment, use
3290 @w{@code{info connections}}:
3291
3292 @table @code
3293 @kindex info connections [ @var{id}@dots{} ]
3294 @item info connections
3295 Print a list of all open target connections currently being managed by
3296 @value{GDBN}. By default all connections are printed, but the ID list
3297 @var{id}@dots{} can be used to limit the display to just the requested
3298 connections.
3299
3300 @value{GDBN} displays for each connection (in this order):
3301
3302 @enumerate
3303 @item
3304 the connection number assigned by @value{GDBN}.
3305
3306 @item
3307 the protocol used by the connection.
3308
3309 @item
3310 a textual description of the protocol used by the connection.
3311
3312 @end enumerate
3313
3314 @noindent
3315 An asterisk @samp{*} preceding the connection number indicates the
3316 connection of the current inferior.
3317
3318 For example,
3319 @end table
3320 @c end table here to get a little more width for example
3321
3322 @smallexample
3323 (@value{GDBP}) info connections
3324 Num What Description
3325 * 1 extended-remote host:10000 Extended remote serial target in gdb-specific protocol
3326 2 native Native process
3327 3 core Local core dump file
3328 @end smallexample
3329
3330 To switch focus between inferiors, use the @code{inferior} command:
3331
3332 @table @code
3333 @kindex inferior @var{infno}
3334 @item inferior @var{infno}
3335 Make inferior number @var{infno} the current inferior. The argument
3336 @var{infno} is the inferior number assigned by @value{GDBN}, as shown
3337 in the first field of the @samp{info inferiors} display.
3338 @end table
3339
3340 @vindex $_inferior@r{, convenience variable}
3341 The debugger convenience variable @samp{$_inferior} contains the
3342 number of the current inferior. You may find this useful in writing
3343 breakpoint conditional expressions, command scripts, and so forth.
3344 @xref{Convenience Vars,, Convenience Variables}, for general
3345 information on convenience variables.
3346
3347 You can get multiple executables into a debugging session via the
3348 @code{add-inferior} and @w{@code{clone-inferior}} commands. On some
3349 systems @value{GDBN} can add inferiors to the debug session
3350 automatically by following calls to @code{fork} and @code{exec}. To
3351 remove inferiors from the debugging session use the
3352 @w{@code{remove-inferiors}} command.
3353
3354 @table @code
3355 @anchor{add_inferior_cli}
3356 @kindex add-inferior
3357 @item add-inferior [ -copies @var{n} ] [ -exec @var{executable} ] [-no-connection ]
3358 Adds @var{n} inferiors to be run using @var{executable} as the
3359 executable; @var{n} defaults to 1. If no executable is specified,
3360 the inferiors begins empty, with no program. You can still assign or
3361 change the program assigned to the inferior at any time by using the
3362 @code{file} command with the executable name as its argument.
3363
3364 By default, the new inferior begins connected to the same target
3365 connection as the current inferior. For example, if the current
3366 inferior was connected to @code{gdbserver} with @code{target remote},
3367 then the new inferior will be connected to the same @code{gdbserver}
3368 instance. The @samp{-no-connection} option starts the new inferior
3369 with no connection yet. You can then for example use the @code{target
3370 remote} command to connect to some other @code{gdbserver} instance,
3371 use @code{run} to spawn a local program, etc.
3372
3373 @kindex clone-inferior
3374 @item clone-inferior [ -copies @var{n} ] [ @var{infno} ]
3375 Adds @var{n} inferiors ready to execute the same program as inferior
3376 @var{infno}; @var{n} defaults to 1, and @var{infno} defaults to the
3377 number of the current inferior. This command copies the values of the
3378 @var{args}, @w{@var{inferior-tty}} and @var{cwd} properties from the
3379 current inferior to the new one. It also propagates changes the user
3380 made to environment variables using the @w{@code{set environment}} and
3381 @w{@code{unset environment}} commands. This is a convenient command
3382 when you want to run another instance of the inferior you are debugging.
3383
3384 @smallexample
3385 (@value{GDBP}) info inferiors
3386 Num Description Connection Executable
3387 * 1 process 29964 1 (native) helloworld
3388 (@value{GDBP}) clone-inferior
3389 Added inferior 2.
3390 1 inferiors added.
3391 (@value{GDBP}) info inferiors
3392 Num Description Connection Executable
3393 * 1 process 29964 1 (native) helloworld
3394 2 <null> 1 (native) helloworld
3395 @end smallexample
3396
3397 You can now simply switch focus to inferior 2 and run it.
3398
3399 @anchor{remove_inferiors_cli}
3400 @kindex remove-inferiors
3401 @item remove-inferiors @var{infno}@dots{}
3402 Removes the inferior or inferiors @var{infno}@dots{}. It is not
3403 possible to remove an inferior that is running with this command. For
3404 those, use the @code{kill} or @code{detach} command first.
3405
3406 @end table
3407
3408 To quit debugging one of the running inferiors that is not the current
3409 inferior, you can either detach from it by using the @w{@code{detach
3410 inferior}} command (allowing it to run independently), or kill it
3411 using the @w{@code{kill inferiors}} command:
3412
3413 @table @code
3414 @kindex detach inferiors @var{infno}@dots{}
3415 @item detach inferior @var{infno}@dots{}
3416 Detach from the inferior or inferiors identified by @value{GDBN}
3417 inferior number(s) @var{infno}@dots{}. Note that the inferior's entry
3418 still stays on the list of inferiors shown by @code{info inferiors},
3419 but its Description will show @samp{<null>}.
3420
3421 @kindex kill inferiors @var{infno}@dots{}
3422 @item kill inferiors @var{infno}@dots{}
3423 Kill the inferior or inferiors identified by @value{GDBN} inferior
3424 number(s) @var{infno}@dots{}. Note that the inferior's entry still
3425 stays on the list of inferiors shown by @code{info inferiors}, but its
3426 Description will show @samp{<null>}.
3427 @end table
3428
3429 After the successful completion of a command such as @code{detach},
3430 @code{detach inferiors}, @code{kill} or @code{kill inferiors}, or after
3431 a normal process exit, the inferior is still valid and listed with
3432 @code{info inferiors}, ready to be restarted.
3433
3434
3435 To be notified when inferiors are started or exit under @value{GDBN}'s
3436 control use @w{@code{set print inferior-events}}:
3437
3438 @table @code
3439 @kindex set print inferior-events
3440 @cindex print messages on inferior start and exit
3441 @item set print inferior-events
3442 @itemx set print inferior-events on
3443 @itemx set print inferior-events off
3444 The @code{set print inferior-events} command allows you to enable or
3445 disable printing of messages when @value{GDBN} notices that new
3446 inferiors have started or that inferiors have exited or have been
3447 detached. By default, these messages will be printed.
3448
3449 @kindex show print inferior-events
3450 @item show print inferior-events
3451 Show whether messages will be printed when @value{GDBN} detects that
3452 inferiors have started, exited or have been detached.
3453 @end table
3454
3455 Many commands will work the same with multiple programs as with a
3456 single program: e.g., @code{print myglobal} will simply display the
3457 value of @code{myglobal} in the current inferior.
3458
3459
3460 Occasionally, when debugging @value{GDBN} itself, it may be useful to
3461 get more info about the relationship of inferiors, programs, address
3462 spaces in a debug session. You can do that with the @w{@code{maint
3463 info program-spaces}} command.
3464
3465 @table @code
3466 @kindex maint info program-spaces
3467 @item maint info program-spaces
3468 Print a list of all program spaces currently being managed by
3469 @value{GDBN}.
3470
3471 @value{GDBN} displays for each program space (in this order):
3472
3473 @enumerate
3474 @item
3475 the program space number assigned by @value{GDBN}
3476
3477 @item
3478 the name of the executable loaded into the program space, with e.g.,
3479 the @code{file} command.
3480
3481 @item
3482 the name of the core file loaded into the program space, with e.g.,
3483 the @code{core-file} command.
3484
3485 @end enumerate
3486
3487 @noindent
3488 An asterisk @samp{*} preceding the @value{GDBN} program space number
3489 indicates the current program space.
3490
3491 In addition, below each program space line, @value{GDBN} prints extra
3492 information that isn't suitable to display in tabular form. For
3493 example, the list of inferiors bound to the program space.
3494
3495 @smallexample
3496 (@value{GDBP}) maint info program-spaces
3497 Id Executable Core File
3498 * 1 hello
3499 2 goodbye
3500 Bound inferiors: ID 1 (process 21561)
3501 @end smallexample
3502
3503 Here we can see that no inferior is running the program @code{hello},
3504 while @code{process 21561} is running the program @code{goodbye}. On
3505 some targets, it is possible that multiple inferiors are bound to the
3506 same program space. The most common example is that of debugging both
3507 the parent and child processes of a @code{vfork} call. For example,
3508
3509 @smallexample
3510 (@value{GDBP}) maint info program-spaces
3511 Id Executable Core File
3512 * 1 vfork-test
3513 Bound inferiors: ID 2 (process 18050), ID 1 (process 18045)
3514 @end smallexample
3515
3516 Here, both inferior 2 and inferior 1 are running in the same program
3517 space as a result of inferior 1 having executed a @code{vfork} call.
3518 @end table
3519
3520 @menu
3521 * Inferior-Specific Breakpoints:: Controlling breakpoints
3522 @end menu
3523
3524 @node Inferior-Specific Breakpoints
3525 @subsection Inferior-Specific Breakpoints
3526
3527 When debugging multiple inferiors, you can choose whether to set
3528 breakpoints for all inferiors, or for a particular inferior.
3529
3530 @table @code
3531 @cindex breakpoints and inferiors
3532 @cindex inferior-specific breakpoints
3533 @kindex break @dots{} inferior @var{inferior-id}
3534 @item break @var{locspec} inferior @var{inferior-id}
3535 @itemx break @var{locspec} inferior @var{inferior-id} if @dots{}
3536 @var{locspec} specifies a code location or locations in your program.
3537 @xref{Location Specifications}, for details.
3538
3539 Use the qualifier @samp{inferior @var{inferior-id}} with a breakpoint
3540 command to specify that you only want @value{GDBN} to stop when a
3541 particular inferior reaches this breakpoint. The @var{inferior-id}
3542 specifier is one of the inferior identifiers assigned by @value{GDBN},
3543 shown in the first column of the @samp{info inferiors} output.
3544
3545 If you do not specify @samp{inferior @var{inferior-id}} when you set a
3546 breakpoint, the breakpoint applies to @emph{all} inferiors of your
3547 program.
3548
3549 You can use the @code{inferior} qualifier on conditional breakpoints as
3550 well; in this case, place @samp{inferior @var{inferior-id}} before or
3551 after the breakpoint condition, like this:
3552
3553 @smallexample
3554 (@value{GDBP}) break frik.c:13 inferior 2 if bartab > lim
3555 @end smallexample
3556 @end table
3557
3558 Inferior-specific breakpoints are automatically deleted when the
3559 corresponding inferior is removed from @value{GDBN}. For example:
3560
3561 @smallexample
3562 (@value{GDBP}) remove-inferiors 2
3563 Inferior-specific breakpoint 3 deleted - inferior 2 has been removed.
3564 @end smallexample
3565
3566 A breakpoint can't be both inferior-specific and thread-specific
3567 (@pxref{Thread-Specific Breakpoints}), or task-specific (@pxref{Ada
3568 Tasks}); using more than one of the @code{inferior}, @code{thread}, or
3569 @code{task} keywords when creating a breakpoint will give an error.
3570
3571 @node Threads
3572 @section Debugging Programs with Multiple Threads
3573
3574 @cindex threads of execution
3575 @cindex multiple threads
3576 @cindex switching threads
3577 In some operating systems, such as GNU/Linux and Solaris, a single program
3578 may have more than one @dfn{thread} of execution. The precise semantics
3579 of threads differ from one operating system to another, but in general
3580 the threads of a single program are akin to multiple processes---except
3581 that they share one address space (that is, they can all examine and
3582 modify the same variables). On the other hand, each thread has its own
3583 registers and execution stack, and perhaps private memory.
3584
3585 @value{GDBN} provides these facilities for debugging multi-thread
3586 programs:
3587
3588 @itemize @bullet
3589 @item automatic notification of new threads
3590 @item @samp{thread @var{thread-id}}, a command to switch among threads
3591 @item @samp{info threads}, a command to inquire about existing threads
3592 @item @samp{thread apply [@var{thread-id-list} | all] @var{args}},
3593 a command to apply a command to a list of threads
3594 @item thread-specific breakpoints
3595 @item @samp{set print thread-events}, which controls printing of
3596 messages on thread start and exit.
3597 @item @samp{set libthread-db-search-path @var{path}}, which lets
3598 the user specify which @code{libthread_db} to use if the default choice
3599 isn't compatible with the program.
3600 @end itemize
3601
3602 @cindex focus of debugging
3603 @cindex current thread
3604 The @value{GDBN} thread debugging facility allows you to observe all
3605 threads while your program runs---but whenever @value{GDBN} takes
3606 control, one thread in particular is always the focus of debugging.
3607 This thread is called the @dfn{current thread}. Debugging commands show
3608 program information from the perspective of the current thread.
3609
3610 @cindex @code{New} @var{systag} message
3611 @cindex thread identifier (system)
3612 @c FIXME-implementors!! It would be more helpful if the [New...] message
3613 @c included GDB's numeric thread handle, so you could just go to that
3614 @c thread without first checking `info threads'.
3615 Whenever @value{GDBN} detects a new thread in your program, it displays
3616 the target system's identification for the thread with a message in the
3617 form @samp{[New @var{systag}]}, where @var{systag} is a thread identifier
3618 whose form varies depending on the particular system. For example, on
3619 @sc{gnu}/Linux, you might see
3620
3621 @smallexample
3622 [New Thread 0x41e02940 (LWP 25582)]
3623 @end smallexample
3624
3625 @noindent
3626 when @value{GDBN} notices a new thread. In contrast, on other systems,
3627 the @var{systag} is simply something like @samp{process 368}, with no
3628 further qualifier.
3629
3630 @c FIXME!! (1) Does the [New...] message appear even for the very first
3631 @c thread of a program, or does it only appear for the
3632 @c second---i.e.@: when it becomes obvious we have a multithread
3633 @c program?
3634 @c (2) *Is* there necessarily a first thread always? Or do some
3635 @c multithread systems permit starting a program with multiple
3636 @c threads ab initio?
3637
3638 @anchor{thread numbers}
3639 @cindex thread number, per inferior
3640 @cindex thread identifier (GDB)
3641 For debugging purposes, @value{GDBN} associates its own thread number
3642 ---always a single integer---with each thread of an inferior. This
3643 number is unique between all threads of an inferior, but not unique
3644 between threads of different inferiors.
3645
3646 @cindex qualified thread ID
3647 You can refer to a given thread in an inferior using the qualified
3648 @var{inferior-num}.@var{thread-num} syntax, also known as
3649 @dfn{qualified thread ID}, with @var{inferior-num} being the inferior
3650 number and @var{thread-num} being the thread number of the given
3651 inferior. For example, thread @code{2.3} refers to thread number 3 of
3652 inferior 2. If you omit @var{inferior-num} (e.g., @code{thread 3}),
3653 then @value{GDBN} infers you're referring to a thread of the current
3654 inferior.
3655
3656 Until you create a second inferior, @value{GDBN} does not show the
3657 @var{inferior-num} part of thread IDs, even though you can always use
3658 the full @var{inferior-num}.@var{thread-num} form to refer to threads
3659 of inferior 1, the initial inferior.
3660
3661 @anchor{thread ID lists}
3662 @cindex thread ID lists
3663 Some commands accept a space-separated @dfn{thread ID list} as
3664 argument. A list element can be:
3665
3666 @enumerate
3667 @item
3668 A thread ID as shown in the first field of the @samp{info threads}
3669 display, with or without an inferior qualifier. E.g., @samp{2.1} or
3670 @samp{1}.
3671
3672 @item
3673 A range of thread numbers, again with or without an inferior
3674 qualifier, as in @var{inf}.@var{thr1}-@var{thr2} or
3675 @var{thr1}-@var{thr2}. E.g., @samp{1.2-4} or @samp{2-4}.
3676
3677 @item
3678 All threads of an inferior, specified with a star wildcard, with or
3679 without an inferior qualifier, as in @var{inf}.@code{*} (e.g.,
3680 @samp{1.*}) or @code{*}. The former refers to all threads of the
3681 given inferior, and the latter form without an inferior qualifier
3682 refers to all threads of the current inferior.
3683
3684 @end enumerate
3685
3686 For example, if the current inferior is 1, and inferior 7 has one
3687 thread with ID 7.1, the thread list @samp{1 2-3 4.5 6.7-9 7.*}
3688 includes threads 1 to 3 of inferior 1, thread 5 of inferior 4, threads
3689 7 to 9 of inferior 6 and all threads of inferior 7. That is, in
3690 expanded qualified form, the same as @samp{1.1 1.2 1.3 4.5 6.7 6.8 6.9
3691 7.1}.
3692
3693
3694 @anchor{global thread numbers}
3695 @cindex global thread number
3696 @cindex global thread identifier (GDB)
3697 In addition to a @emph{per-inferior} number, each thread is also
3698 assigned a unique @emph{global} number, also known as @dfn{global
3699 thread ID}, a single integer. Unlike the thread number component of
3700 the thread ID, no two threads have the same global ID, even when
3701 you're debugging multiple inferiors.
3702
3703 From @value{GDBN}'s perspective, a process always has at least one
3704 thread. In other words, @value{GDBN} assigns a thread number to the
3705 program's ``main thread'' even if the program is not multi-threaded.
3706
3707 @vindex $_thread@r{, convenience variable}
3708 @vindex $_gthread@r{, convenience variable}
3709 @vindex $_inferior_thread_count@r{, convenience variable}
3710 The debugger convenience variables @samp{$_thread} and
3711 @samp{$_gthread} contain, respectively, the per-inferior thread number
3712 and the global thread number of the current thread. You may find this
3713 useful in writing breakpoint conditional expressions, command scripts,
3714 and so forth. The convenience variable @samp{$_inferior_thread_count}
3715 contains the number of live threads in the current inferior.
3716 @xref{Convenience Vars,, Convenience Variables}, for general
3717 information on convenience variables.
3718
3719 When running in non-stop mode (@pxref{Non-Stop Mode}), where new
3720 threads can be created, and existing threads exit, at any time,
3721 @samp{$_inferior_thread_count} could return a different value each
3722 time it is evaluated.
3723
3724 If @value{GDBN} detects the program is multi-threaded, it augments the
3725 usual message about stopping at a breakpoint with the ID and name of
3726 the thread that hit the breakpoint.
3727
3728 @smallexample
3729 Thread 2 "client" hit Breakpoint 1, send_message () at client.c:68
3730 @end smallexample
3731
3732 Likewise when the program receives a signal:
3733
3734 @smallexample
3735 Thread 1 "main" received signal SIGINT, Interrupt.
3736 @end smallexample
3737
3738 @table @code
3739 @anchor{info_threads}
3740 @kindex info threads
3741 @item info threads @r{[}-gid@r{]} @r{[}@var{thread-id-list}@r{]}
3742
3743 Display information about one or more threads. With no arguments
3744 displays information about all threads. You can specify the list of
3745 threads that you want to display using the thread ID list syntax
3746 (@pxref{thread ID lists}).
3747
3748 @value{GDBN} displays for each thread (in this order):
3749
3750 @enumerate
3751 @item
3752 the per-inferior thread number assigned by @value{GDBN}
3753
3754 @item
3755 the global thread number assigned by @value{GDBN}, if the @samp{-gid}
3756 option was specified
3757
3758 @item
3759 the target system's thread identifier (@var{systag})
3760
3761 @item
3762 the thread's name, if one is known. A thread can either be named by
3763 the user (see @code{thread name}, below), or, in some cases, by the
3764 program itself.
3765
3766 @item
3767 the current stack frame summary for that thread
3768 @end enumerate
3769
3770 @noindent
3771 An asterisk @samp{*} to the left of the @value{GDBN} thread number
3772 indicates the current thread.
3773
3774 For example,
3775 @end table
3776 @c end table here to get a little more width for example
3777
3778 @smallexample
3779 (@value{GDBP}) info threads
3780 Id Target Id Frame
3781 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3782 2 process 35 thread 23 0x34e5 in sigpause ()
3783 3 process 35 thread 27 0x34e5 in sigpause ()
3784 at threadtest.c:68
3785 @end smallexample
3786
3787 If you're debugging multiple inferiors, @value{GDBN} displays thread
3788 IDs using the qualified @var{inferior-num}.@var{thread-num} format.
3789 Otherwise, only @var{thread-num} is shown.
3790
3791 If you specify the @samp{-gid} option, @value{GDBN} displays a column
3792 indicating each thread's global thread ID:
3793
3794 @smallexample
3795 (@value{GDBP}) info threads
3796 Id GId Target Id Frame
3797 1.1 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
3798 1.2 3 process 35 thread 23 0x34e5 in sigpause ()
3799 1.3 4 process 35 thread 27 0x34e5 in sigpause ()
3800 * 2.1 2 process 65 thread 1 main (argc=1, argv=0x7ffffff8)
3801 @end smallexample
3802
3803 On Solaris, you can display more information about user threads with a
3804 Solaris-specific command:
3805
3806 @table @code
3807 @item maint info sol-threads
3808 @kindex maint info sol-threads
3809 @cindex thread info (Solaris)
3810 Display info on Solaris user threads.
3811 @end table
3812
3813 @table @code
3814 @kindex thread @var{thread-id}
3815 @item thread @var{thread-id}
3816 Make thread ID @var{thread-id} the current thread. The command
3817 argument @var{thread-id} is the @value{GDBN} thread ID, as shown in
3818 the first field of the @samp{info threads} display, with or without an
3819 inferior qualifier (e.g., @samp{2.1} or @samp{1}).
3820
3821 @value{GDBN} responds by displaying the system identifier of the
3822 thread you selected, and its current stack frame summary:
3823
3824 @smallexample
3825 (@value{GDBP}) thread 2
3826 [Switching to thread 2 (Thread 0xb7fdab70 (LWP 12747))]
3827 #0 some_function (ignore=0x0) at example.c:8
3828 8 printf ("hello\n");
3829 @end smallexample
3830
3831 @noindent
3832 As with the @samp{[New @dots{}]} message, the form of the text after
3833 @samp{Switching to} depends on your system's conventions for identifying
3834 threads.
3835
3836 @anchor{thread apply all}
3837 @kindex thread apply
3838 @cindex apply command to several threads
3839 @item thread apply [@var{thread-id-list} | all [-ascending]] [@var{flag}]@dots{} @var{command}
3840 The @code{thread apply} command allows you to apply the named
3841 @var{command} to one or more threads. Specify the threads that you
3842 want affected using the thread ID list syntax (@pxref{thread ID
3843 lists}), or specify @code{all} to apply to all threads. To apply a
3844 command to all threads in descending order, type @kbd{thread apply all
3845 @var{command}}. To apply a command to all threads in ascending order,
3846 type @kbd{thread apply all -ascending @var{command}}.
3847
3848 The @var{flag} arguments control what output to produce and how to handle
3849 errors raised when applying @var{command} to a thread. @var{flag}
3850 must start with a @code{-} directly followed by one letter in
3851 @code{qcs}. If several flags are provided, they must be given
3852 individually, such as @code{-c -q}.
3853
3854 By default, @value{GDBN} displays some thread information before the
3855 output produced by @var{command}, and an error raised during the
3856 execution of a @var{command} will abort @code{thread apply}. The
3857 following flags can be used to fine-tune this behavior:
3858
3859 @table @code
3860 @item -c
3861 The flag @code{-c}, which stands for @samp{continue}, causes any
3862 errors in @var{command} to be displayed, and the execution of
3863 @code{thread apply} then continues.
3864 @item -s
3865 The flag @code{-s}, which stands for @samp{silent}, causes any errors
3866 or empty output produced by a @var{command} to be silently ignored.
3867 That is, the execution continues, but the thread information and errors
3868 are not printed.
3869 @item -q
3870 The flag @code{-q} (@samp{quiet}) disables printing the thread
3871 information.
3872 @end table
3873
3874 Flags @code{-c} and @code{-s} cannot be used together.
3875
3876 @kindex taas
3877 @cindex apply command to all threads (ignoring errors and empty output)
3878 @item taas [@var{option}]@dots{} @var{command}
3879 Shortcut for @code{thread apply all -s [@var{option}]@dots{} @var{command}}.
3880 Applies @var{command} on all threads, ignoring errors and empty output.
3881
3882 The @code{taas} command accepts the same options as the @code{thread
3883 apply all} command. @xref{thread apply all}.
3884
3885 @kindex tfaas
3886 @cindex apply a command to all frames of all threads (ignoring errors and empty output)
3887 @item tfaas [@var{option}]@dots{} @var{command}
3888 Shortcut for @code{thread apply all -s -- frame apply all -s [@var{option}]@dots{} @var{command}}.
3889 Applies @var{command} on all frames of all threads, ignoring errors
3890 and empty output. Note that the flag @code{-s} is specified twice:
3891 The first @code{-s} ensures that @code{thread apply} only shows the thread
3892 information of the threads for which @code{frame apply} produces
3893 some output. The second @code{-s} is needed to ensure that @code{frame
3894 apply} shows the frame information of a frame only if the
3895 @var{command} successfully produced some output.
3896
3897 It can for example be used to print a local variable or a function
3898 argument without knowing the thread or frame where this variable or argument
3899 is, using:
3900 @smallexample
3901 (@value{GDBP}) tfaas p some_local_var_i_do_not_remember_where_it_is
3902 @end smallexample
3903
3904 The @code{tfaas} command accepts the same options as the @code{frame
3905 apply} command. @xref{Frame Apply,,frame apply}.
3906
3907 @kindex thread name
3908 @cindex name a thread
3909 @item thread name [@var{name}]
3910 This command assigns a name to the current thread. If no argument is
3911 given, any existing user-specified name is removed. The thread name
3912 appears in the @samp{info threads} display.
3913
3914 On some systems, such as @sc{gnu}/Linux, @value{GDBN} is able to
3915 determine the name of the thread as given by the OS. On these
3916 systems, a name specified with @samp{thread name} will override the
3917 system-give name, and removing the user-specified name will cause
3918 @value{GDBN} to once again display the system-specified name.
3919
3920 @kindex thread find
3921 @cindex search for a thread
3922 @item thread find [@var{regexp}]
3923 Search for and display thread ids whose name or @var{systag}
3924 matches the supplied regular expression.
3925
3926 As well as being the complement to the @samp{thread name} command,
3927 this command also allows you to identify a thread by its target
3928 @var{systag}. For instance, on @sc{gnu}/Linux, the target @var{systag}
3929 is the LWP id.
3930
3931 @smallexample
3932 (@value{GDBP}) thread find 26688
3933 Thread 4 has target id 'Thread 0x41e02940 (LWP 26688)'
3934 (@value{GDBP}) info thread 4
3935 Id Target Id Frame
3936 4 Thread 0x41e02940 (LWP 26688) 0x00000031ca6cd372 in select ()
3937 @end smallexample
3938
3939 @kindex set print thread-events
3940 @cindex print messages on thread start and exit
3941 @item set print thread-events
3942 @itemx set print thread-events on
3943 @itemx set print thread-events off
3944 The @code{set print thread-events} command allows you to enable or
3945 disable printing of messages when @value{GDBN} notices that new threads have
3946 started or that threads have exited. By default, these messages will
3947 be printed if detection of these events is supported by the target.
3948 Note that these messages cannot be disabled on all targets.
3949
3950 @kindex show print thread-events
3951 @item show print thread-events
3952 Show whether messages will be printed when @value{GDBN} detects that threads
3953 have started and exited.
3954 @end table
3955
3956 @xref{Thread Stops,,Stopping and Starting Multi-thread Programs}, for
3957 more information about how @value{GDBN} behaves when you stop and start
3958 programs with multiple threads.
3959
3960 @xref{Set Watchpoints,,Setting Watchpoints}, for information about
3961 watchpoints in programs with multiple threads.
3962
3963 @anchor{set libthread-db-search-path}
3964 @table @code
3965 @kindex set libthread-db-search-path
3966 @cindex search path for @code{libthread_db}
3967 @item set libthread-db-search-path @r{[}@var{path}@r{]}
3968 If this variable is set, @var{path} is a colon-separated list of
3969 directories @value{GDBN} will use to search for @code{libthread_db}.
3970 If you omit @var{path}, @samp{libthread-db-search-path} will be reset to
3971 its default value (@code{$sdir:$pdir} on @sc{gnu}/Linux and Solaris systems).
3972 Internally, the default value comes from the @code{LIBTHREAD_DB_SEARCH_PATH}
3973 macro.
3974
3975 On @sc{gnu}/Linux and Solaris systems, @value{GDBN} uses a ``helper''
3976 @code{libthread_db} library to obtain information about threads in the
3977 inferior process. @value{GDBN} will use @samp{libthread-db-search-path}
3978 to find @code{libthread_db}. @value{GDBN} also consults first if inferior
3979 specific thread debugging library loading is enabled
3980 by @samp{set auto-load libthread-db} (@pxref{libthread_db.so.1 file}).
3981
3982 A special entry @samp{$sdir} for @samp{libthread-db-search-path}
3983 refers to the default system directories that are
3984 normally searched for loading shared libraries. The @samp{$sdir} entry
3985 is the only kind not needing to be enabled by @samp{set auto-load libthread-db}
3986 (@pxref{libthread_db.so.1 file}).
3987
3988 A special entry @samp{$pdir} for @samp{libthread-db-search-path}
3989 refers to the directory from which @code{libpthread}
3990 was loaded in the inferior process.
3991
3992 For any @code{libthread_db} library @value{GDBN} finds in above directories,
3993 @value{GDBN} attempts to initialize it with the current inferior process.
3994 If this initialization fails (which could happen because of a version
3995 mismatch between @code{libthread_db} and @code{libpthread}), @value{GDBN}
3996 will unload @code{libthread_db}, and continue with the next directory.
3997 If none of @code{libthread_db} libraries initialize successfully,
3998 @value{GDBN} will issue a warning and thread debugging will be disabled.
3999
4000 Setting @code{libthread-db-search-path} is currently implemented
4001 only on some platforms.
4002
4003 @kindex show libthread-db-search-path
4004 @item show libthread-db-search-path
4005 Display current libthread_db search path.
4006
4007 @kindex set debug libthread-db
4008 @kindex show debug libthread-db
4009 @cindex debugging @code{libthread_db}
4010 @item set debug libthread-db
4011 @itemx show debug libthread-db
4012 Turns on or off display of @code{libthread_db}-related events.
4013 Use @code{1} to enable, @code{0} to disable.
4014
4015 @kindex set debug threads
4016 @kindex show debug threads
4017 @cindex debugging @code{threads}
4018 @item set debug threads @r{[}on@r{|}off@r{]}
4019 @itemx show debug threads
4020 When @samp{on} @value{GDBN} will print additional messages when
4021 threads are created and deleted.
4022 @end table
4023
4024 @node Forks
4025 @section Debugging Forks
4026
4027 @cindex fork, debugging programs which call
4028 @cindex multiple processes
4029 @cindex processes, multiple
4030 On most systems, @value{GDBN} has no special support for debugging
4031 programs which create additional processes using the @code{fork}
4032 function. When a program forks, @value{GDBN} will continue to debug the
4033 parent process and the child process will run unimpeded. If you have
4034 set a breakpoint in any code which the child then executes, the child
4035 will get a @code{SIGTRAP} signal which (unless it catches the signal)
4036 will cause it to terminate.
4037
4038 However, if you want to debug the child process there is a workaround
4039 which isn't too painful. Put a call to @code{sleep} in the code which
4040 the child process executes after the fork. It may be useful to sleep
4041 only if a certain environment variable is set, or a certain file exists,
4042 so that the delay need not occur when you don't want to run @value{GDBN}
4043 on the child. While the child is sleeping, use the @code{ps} program to
4044 get its process ID. Then tell @value{GDBN} (a new invocation of
4045 @value{GDBN} if you are also debugging the parent process) to attach to
4046 the child process (@pxref{Attach}). From that point on you can debug
4047 the child process just like any other process which you attached to.
4048
4049 On some systems, @value{GDBN} provides support for debugging programs
4050 that create additional processes using the @code{fork} or @code{vfork}
4051 functions. On @sc{gnu}/Linux platforms, this feature is supported
4052 with kernel version 2.5.46 and later.
4053
4054 The fork debugging commands are supported in native mode and when
4055 connected to @code{gdbserver} in either @code{target remote} mode or
4056 @code{target extended-remote} mode.
4057
4058 By default, when a program forks, @value{GDBN} will continue to debug
4059 the parent process and the child process will run unimpeded.
4060
4061 If you want to follow the child process instead of the parent process,
4062 use the command @w{@code{set follow-fork-mode}}.
4063
4064 @table @code
4065 @kindex set follow-fork-mode
4066 @item set follow-fork-mode @var{mode}
4067 Set the debugger response to a program call of @code{fork} or
4068 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
4069 process. The @var{mode} argument can be:
4070
4071 @table @code
4072 @item parent
4073 The original process is debugged after a fork. The child process runs
4074 unimpeded. This is the default.
4075
4076 @item child
4077 The new process is debugged after a fork. The parent process runs
4078 unimpeded.
4079
4080 @end table
4081
4082 @kindex show follow-fork-mode
4083 @item show follow-fork-mode
4084 Display the current debugger response to a @code{fork} or @code{vfork} call.
4085 @end table
4086
4087 @cindex debugging multiple processes
4088 On Linux, if you want to debug both the parent and child processes, use the
4089 command @w{@code{set detach-on-fork}}.
4090
4091 @table @code
4092 @kindex set detach-on-fork
4093 @item set detach-on-fork @var{mode}
4094 Tells gdb whether to detach one of the processes after a fork, or
4095 retain debugger control over them both.
4096
4097 @table @code
4098 @item on
4099 The child process (or parent process, depending on the value of
4100 @code{follow-fork-mode}) will be detached and allowed to run
4101 independently. This is the default.
4102
4103 @item off
4104 Both processes will be held under the control of @value{GDBN}.
4105 One process (child or parent, depending on the value of
4106 @code{follow-fork-mode}) is debugged as usual, while the other
4107 is held suspended.
4108
4109 @end table
4110
4111 @kindex show detach-on-fork
4112 @item show detach-on-fork
4113 Show whether detach-on-fork mode is on/off.
4114 @end table
4115
4116 If you choose to set @samp{detach-on-fork} mode off, then @value{GDBN}
4117 will retain control of all forked processes (including nested forks).
4118 You can list the forked processes under the control of @value{GDBN} by
4119 using the @w{@code{info inferiors}} command, and switch from one fork
4120 to another by using the @code{inferior} command (@pxref{Inferiors Connections and
4121 Programs, ,Debugging Multiple Inferiors Connections and Programs}).
4122
4123 To quit debugging one of the forked processes, you can either detach
4124 from it by using the @w{@code{detach inferiors}} command (allowing it
4125 to run independently), or kill it using the @w{@code{kill inferiors}}
4126 command. @xref{Inferiors Connections and Programs, ,Debugging
4127 Multiple Inferiors Connections and Programs}.
4128
4129 If you ask to debug a child process and a @code{vfork} is followed by an
4130 @code{exec}, @value{GDBN} executes the new target up to the first
4131 breakpoint in the new target. If you have a breakpoint set on
4132 @code{main} in your original program, the breakpoint will also be set on
4133 the child process's @code{main}.
4134
4135 On some systems, when a child process is spawned by @code{vfork}, you
4136 cannot debug the child or parent until an @code{exec} call completes.
4137
4138 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
4139 call executes, the new target restarts. To restart the parent
4140 process, use the @code{file} command with the parent executable name
4141 as its argument. By default, after an @code{exec} call executes,
4142 @value{GDBN} discards the symbols of the previous executable image.
4143 You can change this behaviour with the @w{@code{set follow-exec-mode}}
4144 command.
4145
4146 @table @code
4147 @kindex set follow-exec-mode
4148 @item set follow-exec-mode @var{mode}
4149
4150 Set debugger response to a program call of @code{exec}. An
4151 @code{exec} call replaces the program image of a process.
4152
4153 @code{follow-exec-mode} can be:
4154
4155 @table @code
4156 @item new
4157 @value{GDBN} creates a new inferior and rebinds the process to this
4158 new inferior. The program the process was running before the
4159 @code{exec} call can be restarted afterwards by restarting the
4160 original inferior.
4161
4162 For example:
4163
4164 @smallexample
4165 (@value{GDBP}) info inferiors
4166 (@value{GDBP}) info inferior
4167 Id Description Executable
4168 * 1 <null> prog1
4169 (@value{GDBP}) run
4170 process 12020 is executing new program: prog2
4171 Program exited normally.
4172 (@value{GDBP}) info inferiors
4173 Id Description Executable
4174 1 <null> prog1
4175 * 2 <null> prog2
4176 @end smallexample
4177
4178 @item same
4179 @value{GDBN} keeps the process bound to the same inferior. The new
4180 executable image replaces the previous executable loaded in the
4181 inferior. Restarting the inferior after the @code{exec} call, with
4182 e.g., the @code{run} command, restarts the executable the process was
4183 running after the @code{exec} call. This is the default mode.
4184
4185 For example:
4186
4187 @smallexample
4188 (@value{GDBP}) info inferiors
4189 Id Description Executable
4190 * 1 <null> prog1
4191 (@value{GDBP}) run
4192 process 12020 is executing new program: prog2
4193 Program exited normally.
4194 (@value{GDBP}) info inferiors
4195 Id Description Executable
4196 * 1 <null> prog2
4197 @end smallexample
4198
4199 @end table
4200 @end table
4201
4202 @code{follow-exec-mode} is supported in native mode and
4203 @code{target extended-remote} mode.
4204
4205 You can use the @code{catch} command to make @value{GDBN} stop whenever
4206 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
4207 Catchpoints, ,Setting Catchpoints}.
4208
4209 @node Checkpoint/Restart
4210 @section Setting a @emph{Bookmark} to Return to Later
4211
4212 @cindex checkpoint
4213 @cindex restart
4214 @cindex bookmark
4215 @cindex snapshot of a process
4216 @cindex rewind program state
4217
4218 On certain operating systems@footnote{Currently, only
4219 @sc{gnu}/Linux.}, @value{GDBN} is able to save a @dfn{snapshot} of a
4220 program's state, called a @dfn{checkpoint}, and come back to it
4221 later.
4222
4223 Returning to a checkpoint effectively undoes everything that has
4224 happened in the program since the @code{checkpoint} was saved. This
4225 includes changes in memory, registers, and even (within some limits)
4226 system state. Effectively, it is like going back in time to the
4227 moment when the checkpoint was saved.
4228
4229 Thus, if you're stepping thru a program and you think you're
4230 getting close to the point where things go wrong, you can save
4231 a checkpoint. Then, if you accidentally go too far and miss
4232 the critical statement, instead of having to restart your program
4233 from the beginning, you can just go back to the checkpoint and
4234 start again from there.
4235
4236 This can be especially useful if it takes a lot of time or
4237 steps to reach the point where you think the bug occurs.
4238
4239 To use the @code{checkpoint}/@code{restart} method of debugging:
4240
4241 @table @code
4242 @kindex checkpoint
4243 @item checkpoint
4244 Save a snapshot of the debugged program's current execution state.
4245 The @code{checkpoint} command takes no arguments, but each checkpoint
4246 is assigned a small integer id, similar to a breakpoint id.
4247
4248 @kindex info checkpoints
4249 @item info checkpoints
4250 List the checkpoints that have been saved in the current debugging
4251 session. For each checkpoint, the following information will be
4252 listed:
4253
4254 @table @code
4255 @item Checkpoint ID
4256 @item Process ID
4257 @item Code Address
4258 @item Source line, or label
4259 @end table
4260
4261 @kindex restart @var{checkpoint-id}
4262 @item restart @var{checkpoint-id}
4263 Restore the program state that was saved as checkpoint number
4264 @var{checkpoint-id}. All program variables, registers, stack frames
4265 etc.@: will be returned to the values that they had when the checkpoint
4266 was saved. In essence, gdb will ``wind back the clock'' to the point
4267 in time when the checkpoint was saved.
4268
4269 Note that breakpoints, @value{GDBN} variables, command history etc.
4270 are not affected by restoring a checkpoint. In general, a checkpoint
4271 only restores things that reside in the program being debugged, not in
4272 the debugger.
4273
4274 @kindex delete checkpoint @var{checkpoint-id}
4275 @item delete checkpoint @var{checkpoint-id}
4276 Delete the previously-saved checkpoint identified by @var{checkpoint-id}.
4277
4278 @end table
4279
4280 Returning to a previously saved checkpoint will restore the user state
4281 of the program being debugged, plus a significant subset of the system
4282 (OS) state, including file pointers. It won't ``un-write'' data from
4283 a file, but it will rewind the file pointer to the previous location,
4284 so that the previously written data can be overwritten. For files
4285 opened in read mode, the pointer will also be restored so that the
4286 previously read data can be read again.
4287
4288 Of course, characters that have been sent to a printer (or other
4289 external device) cannot be ``snatched back'', and characters received
4290 from eg.@: a serial device can be removed from internal program buffers,
4291 but they cannot be ``pushed back'' into the serial pipeline, ready to
4292 be received again. Similarly, the actual contents of files that have
4293 been changed cannot be restored (at this time).
4294
4295 However, within those constraints, you actually can ``rewind'' your
4296 program to a previously saved point in time, and begin debugging it
4297 again --- and you can change the course of events so as to debug a
4298 different execution path this time.
4299
4300 @cindex checkpoints and process id
4301 Finally, there is one bit of internal program state that will be
4302 different when you return to a checkpoint --- the program's process
4303 id. Each checkpoint will have a unique process id (or @var{pid}),
4304 and each will be different from the program's original @var{pid}.
4305 If your program has saved a local copy of its process id, this could
4306 potentially pose a problem.
4307
4308 @subsection A Non-obvious Benefit of Using Checkpoints
4309
4310 On some systems such as @sc{gnu}/Linux, address space randomization
4311 is performed on new processes for security reasons. This makes it
4312 difficult or impossible to set a breakpoint, or watchpoint, on an
4313 absolute address if you have to restart the program, since the
4314 absolute location of a symbol will change from one execution to the
4315 next.
4316
4317 A checkpoint, however, is an @emph{identical} copy of a process.
4318 Therefore if you create a checkpoint at (eg.@:) the start of main,
4319 and simply return to that checkpoint instead of restarting the
4320 process, you can avoid the effects of address randomization and
4321 your symbols will all stay in the same place.
4322
4323 @node Stopping
4324 @chapter Stopping and Continuing
4325
4326 The principal purposes of using a debugger are so that you can stop your
4327 program before it terminates; or so that, if your program runs into
4328 trouble, you can investigate and find out why.
4329
4330 Inside @value{GDBN}, your program may stop for any of several reasons,
4331 such as a signal, a breakpoint, or reaching a new line after a
4332 @value{GDBN} command such as @code{step}. You may then examine and
4333 change variables, set new breakpoints or remove old ones, and then
4334 continue execution. Usually, the messages shown by @value{GDBN} provide
4335 ample explanation of the status of your program---but you can also
4336 explicitly request this information at any time.
4337
4338 @table @code
4339 @kindex info program
4340 @item info program
4341 Display information about the status of your program: whether it is
4342 running or not, what process it is, and why it stopped.
4343 @end table
4344
4345 @menu
4346 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
4347 * Continuing and Stepping:: Resuming execution
4348 * Skipping Over Functions and Files::
4349 Skipping over functions and files
4350 * Signals:: Signals
4351 * Thread Stops:: Stopping and starting multi-thread programs
4352 @end menu
4353
4354 @node Breakpoints
4355 @section Breakpoints, Watchpoints, and Catchpoints
4356
4357 @cindex breakpoints
4358 A @dfn{breakpoint} makes your program stop whenever a certain point in
4359 the program is reached. For each breakpoint, you can add conditions to
4360 control in finer detail whether your program stops. You can set
4361 breakpoints with the @code{break} command and its variants (@pxref{Set
4362 Breaks, ,Setting Breakpoints}), to specify the place where your program
4363 should stop by line number, function name or exact address in the
4364 program.
4365
4366 On some systems, you can set breakpoints in shared libraries before
4367 the executable is run.
4368
4369 @cindex watchpoints
4370 @cindex data breakpoints
4371 @cindex memory tracing
4372 @cindex breakpoint on memory address
4373 @cindex breakpoint on variable modification
4374 A @dfn{watchpoint} is a special breakpoint that stops your program
4375 when the value of an expression changes. The expression may be a value
4376 of a variable, or it could involve values of one or more variables
4377 combined by operators, such as @samp{a + b}. This is sometimes called
4378 @dfn{data breakpoints}. You must use a different command to set
4379 watchpoints (@pxref{Set Watchpoints, ,Setting Watchpoints}), but aside
4380 from that, you can manage a watchpoint like any other breakpoint: you
4381 enable, disable, and delete both breakpoints and watchpoints using the
4382 same commands.
4383
4384 You can arrange to have values from your program displayed automatically
4385 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
4386 Automatic Display}.
4387
4388 @cindex catchpoints
4389 @cindex breakpoint on events
4390 A @dfn{catchpoint} is another special breakpoint that stops your program
4391 when a certain kind of event occurs, such as the throwing of a C@t{++}
4392 exception or the loading of a library. As with watchpoints, you use a
4393 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
4394 Catchpoints}), but aside from that, you can manage a catchpoint like any
4395 other breakpoint. (To stop when your program receives a signal, use the
4396 @code{handle} command; see @ref{Signals, ,Signals}.)
4397
4398 @cindex breakpoint numbers
4399 @cindex numbers for breakpoints
4400 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
4401 catchpoint when you create it; these numbers are successive integers
4402 starting with one. In many of the commands for controlling various
4403 features of breakpoints you use the breakpoint number to say which
4404 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
4405 @dfn{disabled}; if disabled, it has no effect on your program until you
4406 enable it again.
4407
4408 @cindex breakpoint ranges
4409 @cindex breakpoint lists
4410 @cindex ranges of breakpoints
4411 @cindex lists of breakpoints
4412 Some @value{GDBN} commands accept a space-separated list of breakpoints
4413 on which to operate. A list element can be either a single breakpoint number,
4414 like @samp{5}, or a range of such numbers, like @samp{5-7}.
4415 When a breakpoint list is given to a command, all breakpoints in that list
4416 are operated on.
4417
4418 @menu
4419 * Set Breaks:: Setting breakpoints
4420 * Set Watchpoints:: Setting watchpoints
4421 * Set Catchpoints:: Setting catchpoints
4422 * Delete Breaks:: Deleting breakpoints
4423 * Disabling:: Disabling breakpoints
4424 * Conditions:: Break conditions
4425 * Break Commands:: Breakpoint command lists
4426 * Dynamic Printf:: Dynamic printf
4427 * Save Breakpoints:: How to save breakpoints in a file
4428 * Static Probe Points:: Listing static probe points
4429 * Error in Breakpoints:: ``Cannot insert breakpoints''
4430 * Breakpoint-related Warnings:: ``Breakpoint address adjusted...''
4431 @end menu
4432
4433 @node Set Breaks
4434 @subsection Setting Breakpoints
4435
4436 @c FIXME LMB what does GDB do if no code on line of breakpt?
4437 @c consider in particular declaration with/without initialization.
4438 @c
4439 @c FIXME 2 is there stuff on this already? break at fun start, already init?
4440
4441 @kindex break
4442 @kindex b @r{(@code{break})}
4443 @vindex $bpnum@r{, convenience variable}
4444 @cindex latest breakpoint
4445 Breakpoints are set with the @code{break} command (abbreviated
4446 @code{b}). The debugger convenience variable @samp{$bpnum} records the
4447 number of the breakpoint you've set most recently:
4448 @smallexample
4449 (gdb) b main
4450 Breakpoint 1 at 0x11c6: file zeoes.c, line 24.
4451 (gdb) p $bpnum
4452 $1 = 1
4453 @end smallexample
4454
4455 A breakpoint may be mapped to multiple code locations for example with
4456 inlined functions, Ada generics, C@t{++} templates or overloaded function names.
4457 @value{GDBN} then indicates the number of code locations in the breakpoint
4458 command output:
4459 @smallexample
4460 (gdb) b some_func
4461 Breakpoint 2 at 0x1179: some_func. (3 locations)
4462 (gdb) p $bpnum
4463 $2 = 2
4464 (gdb)
4465 @end smallexample
4466
4467 @vindex $_hit_bpnum@r{, convenience variable}
4468 @vindex $_hit_locno@r{, convenience variable}
4469 When your program stops on a breakpoint, the convenience variables
4470 @samp{$_hit_bpnum} and @samp{$_hit_locno} are respectively set to the number of
4471 the encountered breakpoint and the number of the breakpoint's code location:
4472 @smallexample
4473 Thread 1 "zeoes" hit Breakpoint 2.1, some_func () at zeoes.c:8
4474 8 printf("some func\n");
4475 (gdb) p $_hit_bpnum
4476 $5 = 2
4477 (gdb) p $_hit_locno
4478 $6 = 1
4479 (gdb)
4480 @end smallexample
4481
4482 Note that @samp{$_hit_bpnum} and @samp{$bpnum} are not equivalent:
4483 @samp{$_hit_bpnum} is set to the breakpoint number @b{last hit}, while
4484 @samp{$bpnum} is set to the breakpoint number @b{last set}.
4485
4486
4487 If the encountered breakpoint has only one code location, @samp{$_hit_locno}
4488 is set to 1:
4489 @smallexample
4490 Breakpoint 1, main (argc=1, argv=0x7fffffffe018) at zeoes.c:24
4491 24 if (argc > 1)
4492 (gdb) p $_hit_bpnum
4493 $3 = 1
4494 (gdb) p $_hit_locno
4495 $4 = 1
4496 (gdb)
4497 @end smallexample
4498
4499 The @samp{$_hit_bpnum} and @samp{$_hit_locno} variables can typically be used
4500 in a breakpoint command list.
4501 (@pxref{Break Commands, ,Breakpoint Command Lists}). For example, as
4502 part of the breakpoint command list, you can disable completely the
4503 encountered breakpoint using @kbd{disable $_hit_bpnum} or disable the
4504 specific encountered breakpoint location using
4505 @kbd{disable $_hit_bpnum.$_hit_locno}.
4506 If a breakpoint has only one location, @samp{$_hit_locno} is set to 1
4507 and the commands @kbd{disable $_hit_bpnum} and
4508 @kbd{disable $_hit_bpnum.$_hit_locno} both disable the breakpoint.
4509
4510 You can also define aliases to easily disable the last hit location or
4511 last hit breakpoint:
4512 @smallexample
4513 (gdb) alias lld = disable $_hit_bpnum.$_hit_locno
4514 (gdb) alias lbd = disable $_hit_bpnum
4515 @end smallexample
4516
4517 @table @code
4518 @item break @var{locspec}
4519 Set a breakpoint at all the code locations in your program that result
4520 from resolving the given @var{locspec}. @var{locspec} can specify a
4521 function name, a line number, an address of an instruction, and more.
4522 @xref{Location Specifications}, for the various forms of
4523 @var{locspec}. The breakpoint will stop your program just before it
4524 executes the instruction at the address of any of the breakpoint's
4525 code locations.
4526
4527 When using source languages that permit overloading of symbols, such
4528 as C@t{++}, a function name may refer to more than one symbol, and
4529 thus more than one place to break. @xref{Ambiguous
4530 Expressions,,Ambiguous Expressions}, for a discussion of that
4531 situation.
4532
4533 It is also possible to insert a breakpoint that will stop the program
4534 only if a specific thread (@pxref{Thread-Specific Breakpoints}),
4535 specific inferior (@pxref{Inferior-Specific Breakpoints}), or a
4536 specific task (@pxref{Ada Tasks}) hits that breakpoint.
4537
4538 @item break
4539 When called without any arguments, @code{break} sets a breakpoint at
4540 the next instruction to be executed in the selected stack frame
4541 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
4542 innermost, this makes your program stop as soon as control
4543 returns to that frame. This is similar to the effect of a
4544 @code{finish} command in the frame inside the selected frame---except
4545 that @code{finish} does not leave an active breakpoint. If you use
4546 @code{break} without an argument in the innermost frame, @value{GDBN} stops
4547 the next time it reaches the current location; this may be useful
4548 inside loops.
4549
4550 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
4551 least one instruction has been executed. If it did not do this, you
4552 would be unable to proceed past a breakpoint without first disabling the
4553 breakpoint. This rule applies whether or not the breakpoint already
4554 existed when your program stopped.
4555
4556 @item break @dots{} if @var{cond}
4557 Set a breakpoint with condition @var{cond}; evaluate the expression
4558 @var{cond} each time the breakpoint is reached, and stop only if the
4559 value is nonzero---that is, if @var{cond} evaluates as true.
4560 @samp{@dots{}} stands for one of the possible arguments described
4561 above (or no argument) specifying where to break. @xref{Conditions,
4562 ,Break Conditions}, for more information on breakpoint conditions.
4563
4564 The breakpoint may be mapped to multiple locations. If the breakpoint
4565 condition @var{cond} is invalid at some but not all of the locations,
4566 the locations for which the condition is invalid are disabled. For
4567 example, @value{GDBN} reports below that two of the three locations
4568 are disabled.
4569
4570 @smallexample
4571 (@value{GDBP}) break func if a == 10
4572 warning: failed to validate condition at location 0x11ce, disabling:
4573 No symbol "a" in current context.
4574 warning: failed to validate condition at location 0x11b6, disabling:
4575 No symbol "a" in current context.
4576 Breakpoint 1 at 0x11b6: func. (3 locations)
4577 @end smallexample
4578
4579 Locations that are disabled because of the condition are denoted by an
4580 uppercase @code{N} in the output of the @code{info breakpoints}
4581 command:
4582
4583 @smallexample
4584 (@value{GDBP}) info breakpoints
4585 Num Type Disp Enb Address What
4586 1 breakpoint keep y <MULTIPLE>
4587 stop only if a == 10
4588 1.1 N* 0x00000000000011b6 in ...
4589 1.2 y 0x00000000000011c2 in ...
4590 1.3 N* 0x00000000000011ce in ...
4591 (*): Breakpoint condition is invalid at this location.
4592 @end smallexample
4593
4594 If the breakpoint condition @var{cond} is invalid in the context of
4595 @emph{all} the locations of the breakpoint, @value{GDBN} refuses to
4596 define the breakpoint. For example, if variable @code{foo} is an
4597 undefined variable:
4598
4599 @smallexample
4600 (@value{GDBP}) break func if foo
4601 No symbol "foo" in current context.
4602 @end smallexample
4603
4604 @item break @dots{} -force-condition if @var{cond}
4605 There may be cases where the condition @var{cond} is invalid at all
4606 the current locations, but the user knows that it will be valid at a
4607 future location; for example, because of a library load. In such
4608 cases, by using the @code{-force-condition} keyword before @samp{if},
4609 @value{GDBN} can be forced to define the breakpoint with the given
4610 condition expression instead of refusing it.
4611
4612 @smallexample
4613 (@value{GDBP}) break func -force-condition if foo
4614 warning: failed to validate condition at location 1, disabling:
4615 No symbol "foo" in current context.
4616 warning: failed to validate condition at location 2, disabling:
4617 No symbol "foo" in current context.
4618 warning: failed to validate condition at location 3, disabling:
4619 No symbol "foo" in current context.
4620 Breakpoint 1 at 0x1158: test.c:18. (3 locations)
4621 @end smallexample
4622
4623 This causes all the present locations where the breakpoint would
4624 otherwise be inserted, to be disabled, as seen in the example above.
4625 However, if there exist locations at which the condition is valid, the
4626 @code{-force-condition} keyword has no effect.
4627
4628 @kindex tbreak
4629 @item tbreak @var{args}
4630 Set a breakpoint enabled only for one stop. The @var{args} are the
4631 same as for the @code{break} command, and the breakpoint is set in the same
4632 way, but the breakpoint is automatically deleted after the first time your
4633 program stops there. @xref{Disabling, ,Disabling Breakpoints}.
4634
4635 @kindex hbreak
4636 @cindex hardware breakpoints
4637 @item hbreak @var{args}
4638 Set a hardware-assisted breakpoint. The @var{args} are the same as for the
4639 @code{break} command and the breakpoint is set in the same way, but the
4640 breakpoint requires hardware support and some target hardware may not
4641 have this support. The main purpose of this is EPROM/ROM code
4642 debugging, so you can set a breakpoint at an instruction without
4643 changing the instruction. This can be used with the new trap-generation
4644 provided by SPARClite DSU and most x86-based targets. These targets
4645 will generate traps when a program accesses some data or instruction
4646 address that is assigned to the debug registers. However the hardware
4647 breakpoint registers can take a limited number of breakpoints. For
4648 example, on the DSU, only two data breakpoints can be set at a time, and
4649 @value{GDBN} will reject this command if more than two are used. Delete
4650 or disable unused hardware breakpoints before setting new ones
4651 (@pxref{Disabling, ,Disabling Breakpoints}).
4652 @xref{Conditions, ,Break Conditions}.
4653 For remote targets, you can restrict the number of hardware
4654 breakpoints @value{GDBN} will use, see @ref{set remote
4655 hardware-breakpoint-limit}.
4656
4657 @kindex thbreak
4658 @item thbreak @var{args}
4659 Set a hardware-assisted breakpoint enabled only for one stop. The @var{args}
4660 are the same as for the @code{hbreak} command and the breakpoint is set in
4661 the same way. However, like the @code{tbreak} command,
4662 the breakpoint is automatically deleted after the
4663 first time your program stops there. Also, like the @code{hbreak}
4664 command, the breakpoint requires hardware support and some target hardware
4665 may not have this support. @xref{Disabling, ,Disabling Breakpoints}.
4666 See also @ref{Conditions, ,Break Conditions}.
4667
4668 @kindex rbreak
4669 @cindex regular expression
4670 @cindex breakpoints at functions matching a regexp
4671 @cindex set breakpoints in many functions
4672 @item rbreak @var{regex}
4673 Set breakpoints on all functions matching the regular expression
4674 @var{regex}. This command sets an unconditional breakpoint on all
4675 matches, printing a list of all breakpoints it set. Once these
4676 breakpoints are set, they are treated just like the breakpoints set with
4677 the @code{break} command. You can delete them, disable them, or make
4678 them conditional the same way as any other breakpoint.
4679
4680 In programs using different languages, @value{GDBN} chooses the syntax
4681 to print the list of all breakpoints it sets according to the
4682 @samp{set language} value: using @samp{set language auto}
4683 (see @ref{Automatically, ,Set Language Automatically}) means to use the
4684 language of the breakpoint's function, other values mean to use
4685 the manually specified language (see @ref{Manually, ,Set Language Manually}).
4686
4687 The syntax of the regular expression is the standard one used with tools
4688 like @file{grep}. Note that this is different from the syntax used by
4689 shells, so for instance @code{foo*} matches all functions that include
4690 an @code{fo} followed by zero or more @code{o}s. There is an implicit
4691 @code{.*} leading and trailing the regular expression you supply, so to
4692 match only functions that begin with @code{foo}, use @code{^foo}.
4693
4694 @cindex non-member C@t{++} functions, set breakpoint in
4695 When debugging C@t{++} programs, @code{rbreak} is useful for setting
4696 breakpoints on overloaded functions that are not members of any special
4697 classes.
4698
4699 @cindex set breakpoints on all functions
4700 The @code{rbreak} command can be used to set breakpoints in
4701 @strong{all} the functions in a program, like this:
4702
4703 @smallexample
4704 (@value{GDBP}) rbreak .
4705 @end smallexample
4706
4707 @item rbreak @var{file}:@var{regex}
4708 If @code{rbreak} is called with a filename qualification, it limits
4709 the search for functions matching the given regular expression to the
4710 specified @var{file}. This can be used, for example, to set breakpoints on
4711 every function in a given file:
4712
4713 @smallexample
4714 (@value{GDBP}) rbreak file.c:.
4715 @end smallexample
4716
4717 The colon separating the filename qualifier from the regex may
4718 optionally be surrounded by spaces.
4719
4720 @kindex info breakpoints
4721 @cindex @code{$_} and @code{info breakpoints}
4722 @item info breakpoints @r{[}@var{list}@dots{}@r{]}
4723 @itemx info break @r{[}@var{list}@dots{}@r{]}
4724 Print a table of all breakpoints, watchpoints, and catchpoints set and
4725 not deleted. Optional argument @var{n} means print information only
4726 about the specified breakpoint(s) (or watchpoint(s) or catchpoint(s)).
4727 For each breakpoint, following columns are printed:
4728
4729 @table @emph
4730 @item Breakpoint Numbers
4731 @item Type
4732 Breakpoint, watchpoint, or catchpoint.
4733 @item Disposition
4734 Whether the breakpoint is marked to be disabled or deleted when hit.
4735 @item Enabled or Disabled
4736 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
4737 that are not enabled.
4738 @item Address
4739 Where the breakpoint is in your program, as a memory address. For a
4740 pending breakpoint whose address is not yet known, this field will
4741 contain @samp{<PENDING>}. Such breakpoint won't fire until a shared
4742 library that has the symbol or line referred by breakpoint is loaded.
4743 See below for details. A breakpoint with several locations will
4744 have @samp{<MULTIPLE>} in this field---see below for details.
4745 @item What
4746 Where the breakpoint is in the source for your program, as a file and
4747 line number. For a pending breakpoint, the original string passed to
4748 the breakpoint command will be listed as it cannot be resolved until
4749 the appropriate shared library is loaded in the future.
4750 @end table
4751
4752 @noindent
4753 If a breakpoint is conditional, there are two evaluation modes: ``host'' and
4754 ``target''. If mode is ``host'', breakpoint condition evaluation is done by
4755 @value{GDBN} on the host's side. If it is ``target'', then the condition
4756 is evaluated by the target. The @code{info break} command shows
4757 the condition on the line following the affected breakpoint, together with
4758 its condition evaluation mode in between parentheses.
4759
4760 Breakpoint commands, if any, are listed after that. A pending breakpoint is
4761 allowed to have a condition specified for it. The condition is not parsed for
4762 validity until a shared library is loaded that allows the pending
4763 breakpoint to resolve to a valid location.
4764
4765 @noindent
4766 @code{info break} with a breakpoint
4767 number @var{n} as argument lists only that breakpoint. The
4768 convenience variable @code{$_} and the default examining-address for
4769 the @code{x} command are set to the address of the last breakpoint
4770 listed (@pxref{Memory, ,Examining Memory}).
4771
4772 @noindent
4773 @code{info break} displays a count of the number of times the breakpoint
4774 has been hit. This is especially useful in conjunction with the
4775 @code{ignore} command. You can ignore a large number of breakpoint
4776 hits, look at the breakpoint info to see how many times the breakpoint
4777 was hit, and then run again, ignoring one less than that number. This
4778 will get you quickly to the last hit of that breakpoint.
4779
4780 @noindent
4781 For a breakpoints with an enable count (xref) greater than 1,
4782 @code{info break} also displays that count.
4783
4784 @end table
4785
4786 @value{GDBN} allows you to set any number of breakpoints at the same place in
4787 your program. There is nothing silly or meaningless about this. When
4788 the breakpoints are conditional, this is even useful
4789 (@pxref{Conditions, ,Break Conditions}).
4790
4791 @cindex multiple locations, breakpoints
4792 @cindex breakpoints, multiple locations
4793 It is possible that a single logical breakpoint is set at several code
4794 locations in your program. @xref{Location Specifications}, for
4795 examples.
4796
4797 A breakpoint with multiple code locations is displayed in the
4798 breakpoint table using several rows---one header row, followed by one
4799 row for each code location. The header row has @samp{<MULTIPLE>} in
4800 the address column. Each code location row contains the actual
4801 address, source file, source line and function of its code location.
4802 The number column for a code location is of the form
4803 @var{breakpoint-number}.@var{location-number}.
4804
4805 For example:
4806
4807 @smallexample
4808 Num Type Disp Enb Address What
4809 1 breakpoint keep y <MULTIPLE>
4810 stop only if i==1
4811 breakpoint already hit 1 time
4812 1.1 y 0x080486a2 in void foo<int>() at t.cc:8
4813 1.2 y 0x080486ca in void foo<double>() at t.cc:8
4814 @end smallexample
4815
4816 You cannot delete the individual locations from a breakpoint. However,
4817 each location can be individually enabled or disabled by passing
4818 @var{breakpoint-number}.@var{location-number} as argument to the
4819 @code{enable} and @code{disable} commands. It's also possible to
4820 @code{enable} and @code{disable} a range of @var{location-number}
4821 locations using a @var{breakpoint-number} and two @var{location-number}s,
4822 in increasing order, separated by a hyphen, like
4823 @kbd{@var{breakpoint-number}.@var{location-number1}-@var{location-number2}},
4824 in which case @value{GDBN} acts on all the locations in the range (inclusive).
4825 Disabling or enabling the parent breakpoint (@pxref{Disabling}) affects
4826 all of the locations that belong to that breakpoint.
4827
4828 Locations that are enabled while their parent breakpoint is disabled
4829 won't trigger a break, and are denoted by @code{y-} in the @code{Enb}
4830 column. For example:
4831
4832 @smallexample
4833 (@value{GDBP}) info breakpoints
4834 Num Type Disp Enb Address What
4835 1 breakpoint keep n <MULTIPLE>
4836 1.1 y- 0x00000000000011b6 in ...
4837 1.2 y- 0x00000000000011c2 in ...
4838 1.3 n 0x00000000000011ce in ...
4839 @end smallexample
4840
4841 @cindex pending breakpoints
4842 It's quite common to have a breakpoint inside a shared library.
4843 Shared libraries can be loaded and unloaded explicitly,
4844 and possibly repeatedly, as the program is executed. To support
4845 this use case, @value{GDBN} updates breakpoint locations whenever
4846 any shared library is loaded or unloaded. Typically, you would
4847 set a breakpoint in a shared library at the beginning of your
4848 debugging session, when the library is not loaded, and when the
4849 symbols from the library are not available. When you try to set
4850 breakpoint, @value{GDBN} will ask you if you want to set
4851 a so called @dfn{pending breakpoint}---breakpoint whose address
4852 is not yet resolved.
4853
4854 After the program is run, whenever a new shared library is loaded,
4855 @value{GDBN} reevaluates all the breakpoints. When a newly loaded
4856 shared library contains the symbol or line referred to by some
4857 pending breakpoint, that breakpoint is resolved and becomes an
4858 ordinary breakpoint. When a library is unloaded, all breakpoints
4859 that refer to its symbols or source lines become pending again.
4860
4861 This logic works for breakpoints with multiple locations, too. For
4862 example, if you have a breakpoint in a C@t{++} template function, and
4863 a newly loaded shared library has an instantiation of that template,
4864 a new location is added to the list of locations for the breakpoint.
4865
4866 Except for having unresolved address, pending breakpoints do not
4867 differ from regular breakpoints. You can set conditions or commands,
4868 enable and disable them and perform other breakpoint operations.
4869
4870 @value{GDBN} provides some additional commands for controlling what
4871 happens when the @samp{break} command cannot resolve the location spec
4872 to any code location in your program (@pxref{Location
4873 Specifications}):
4874
4875 @kindex set breakpoint pending
4876 @kindex show breakpoint pending
4877 @table @code
4878 @item set breakpoint pending auto
4879 This is the default behavior. When @value{GDBN} cannot resolve the
4880 location spec, it queries you whether a pending breakpoint should be
4881 created.
4882
4883 @item set breakpoint pending on
4884 This indicates that when @value{GDBN} cannot resolve the location
4885 spec, it should create a pending breakpoint without confirmation.
4886
4887 @item set breakpoint pending off
4888 This indicates that pending breakpoints are not to be created. If
4889 @value{GDBN} cannot resolve the location spec, it aborts the
4890 breakpoint creation with an error. This setting does not affect any
4891 pending breakpoints previously created.
4892
4893 @item show breakpoint pending
4894 Show the current behavior setting for creating pending breakpoints.
4895 @end table
4896
4897 The settings above only affect the @code{break} command and its
4898 variants. Once a breakpoint is set, it will be automatically updated
4899 as shared libraries are loaded and unloaded.
4900
4901 @cindex automatic hardware breakpoints
4902 For some targets, @value{GDBN} can automatically decide if hardware or
4903 software breakpoints should be used, depending on whether the
4904 breakpoint address is read-only or read-write. This applies to
4905 breakpoints set with the @code{break} command as well as to internal
4906 breakpoints set by commands like @code{next} and @code{finish}. For
4907 breakpoints set with @code{hbreak}, @value{GDBN} will always use hardware
4908 breakpoints.
4909
4910 You can control this automatic behaviour with the following commands:
4911
4912 @kindex set breakpoint auto-hw
4913 @kindex show breakpoint auto-hw
4914 @table @code
4915 @item set breakpoint auto-hw on
4916 This is the default behavior. When @value{GDBN} sets a breakpoint, it
4917 will try to use the target memory map to decide if software or hardware
4918 breakpoint must be used.
4919
4920 @item set breakpoint auto-hw off
4921 This indicates @value{GDBN} should not automatically select breakpoint
4922 type. If the target provides a memory map, @value{GDBN} will warn when
4923 trying to set software breakpoint at a read-only address.
4924 @end table
4925
4926 @value{GDBN} normally implements breakpoints by replacing the program code
4927 at the breakpoint address with a special instruction, which, when
4928 executed, given control to the debugger. By default, the program
4929 code is so modified only when the program is resumed. As soon as
4930 the program stops, @value{GDBN} restores the original instructions. This
4931 behaviour guards against leaving breakpoints inserted in the
4932 target should gdb abrubptly disconnect. However, with slow remote
4933 targets, inserting and removing breakpoint can reduce the performance.
4934 This behavior can be controlled with the following commands::
4935
4936 @kindex set breakpoint always-inserted
4937 @kindex show breakpoint always-inserted
4938 @table @code
4939 @item set breakpoint always-inserted off
4940 All breakpoints, including newly added by the user, are inserted in
4941 the target only when the target is resumed. All breakpoints are
4942 removed from the target when it stops. This is the default mode.
4943
4944 @item set breakpoint always-inserted on
4945 Causes all breakpoints to be inserted in the target at all times. If
4946 the user adds a new breakpoint, or changes an existing breakpoint, the
4947 breakpoints in the target are updated immediately. A breakpoint is
4948 removed from the target only when breakpoint itself is deleted.
4949 @end table
4950
4951 @value{GDBN} handles conditional breakpoints by evaluating these conditions
4952 when a breakpoint breaks. If the condition is true, then the process being
4953 debugged stops, otherwise the process is resumed.
4954
4955 If the target supports evaluating conditions on its end, @value{GDBN} may
4956 download the breakpoint, together with its conditions, to it.
4957
4958 This feature can be controlled via the following commands:
4959
4960 @kindex set breakpoint condition-evaluation
4961 @kindex show breakpoint condition-evaluation
4962 @table @code
4963 @item set breakpoint condition-evaluation host
4964 This option commands @value{GDBN} to evaluate the breakpoint
4965 conditions on the host's side. Unconditional breakpoints are sent to
4966 the target which in turn receives the triggers and reports them back to GDB
4967 for condition evaluation. This is the standard evaluation mode.
4968
4969 @item set breakpoint condition-evaluation target
4970 This option commands @value{GDBN} to download breakpoint conditions
4971 to the target at the moment of their insertion. The target
4972 is responsible for evaluating the conditional expression and reporting
4973 breakpoint stop events back to @value{GDBN} whenever the condition
4974 is true. Due to limitations of target-side evaluation, some conditions
4975 cannot be evaluated there, e.g., conditions that depend on local data
4976 that is only known to the host. Examples include
4977 conditional expressions involving convenience variables, complex types
4978 that cannot be handled by the agent expression parser and expressions
4979 that are too long to be sent over to the target, specially when the
4980 target is a remote system. In these cases, the conditions will be
4981 evaluated by @value{GDBN}.
4982
4983 @item set breakpoint condition-evaluation auto
4984 This is the default mode. If the target supports evaluating breakpoint
4985 conditions on its end, @value{GDBN} will download breakpoint conditions to
4986 the target (limitations mentioned previously apply). If the target does
4987 not support breakpoint condition evaluation, then @value{GDBN} will fallback
4988 to evaluating all these conditions on the host's side.
4989 @end table
4990
4991
4992 @cindex negative breakpoint numbers
4993 @cindex internal @value{GDBN} breakpoints
4994 @value{GDBN} itself sometimes sets breakpoints in your program for
4995 special purposes, such as proper handling of @code{longjmp} (in C
4996 programs). These internal breakpoints are assigned negative numbers,
4997 starting with @code{-1}; @samp{info breakpoints} does not display them.
4998 You can see these breakpoints with the @value{GDBN} maintenance command
4999 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
5000
5001
5002 @node Set Watchpoints
5003 @subsection Setting Watchpoints
5004
5005 @cindex setting watchpoints
5006 You can use a watchpoint to stop execution whenever the value of an
5007 expression changes, without having to predict a particular place where
5008 this may happen. (This is sometimes called a @dfn{data breakpoint}.)
5009 The expression may be as simple as the value of a single variable, or
5010 as complex as many variables combined by operators. Examples include:
5011
5012 @itemize @bullet
5013 @item
5014 A reference to the value of a single variable.
5015
5016 @item
5017 An address cast to an appropriate data type. For example,
5018 @samp{*(int *)0x12345678} will watch a 4-byte region at the specified
5019 address (assuming an @code{int} occupies 4 bytes).
5020
5021 @item
5022 An arbitrarily complex expression, such as @samp{a*b + c/d}. The
5023 expression can use any operators valid in the program's native
5024 language (@pxref{Languages}).
5025 @end itemize
5026
5027 You can set a watchpoint on an expression even if the expression can
5028 not be evaluated yet. For instance, you can set a watchpoint on
5029 @samp{*global_ptr} before @samp{global_ptr} is initialized.
5030 @value{GDBN} will stop when your program sets @samp{global_ptr} and
5031 the expression produces a valid value. If the expression becomes
5032 valid in some other way than changing a variable (e.g.@: if the memory
5033 pointed to by @samp{*global_ptr} becomes readable as the result of a
5034 @code{malloc} call), @value{GDBN} may not stop until the next time
5035 the expression changes.
5036
5037 @cindex software watchpoints
5038 @cindex hardware watchpoints
5039 Depending on your system, watchpoints may be implemented in software or
5040 hardware. @value{GDBN} does software watchpointing by single-stepping your
5041 program and testing the variable's value each time, which is hundreds of
5042 times slower than normal execution. (But this may still be worth it, to
5043 catch errors where you have no clue what part of your program is the
5044 culprit.)
5045
5046 On some systems, such as most PowerPC or x86-based targets,
5047 @value{GDBN} includes support for hardware watchpoints, which do not
5048 slow down the running of your program.
5049
5050 @table @code
5051 @kindex watch
5052 @item watch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]} @r{[}task @var{task-id}@r{]}
5053 Set a watchpoint for an expression. @value{GDBN} will break when the
5054 expression @var{expr} is written into by the program and its value
5055 changes. The simplest (and the most popular) use of this command is
5056 to watch the value of a single variable:
5057
5058 @smallexample
5059 (@value{GDBP}) watch foo
5060 @end smallexample
5061
5062 If the command includes a @code{@r{[}thread @var{thread-id}@r{]}}
5063 argument, @value{GDBN} breaks only when the thread identified by
5064 @var{thread-id} changes the value of @var{expr}. If any other threads
5065 change the value of @var{expr}, @value{GDBN} will not break. Note
5066 that watchpoints restricted to a single thread in this way only work
5067 with Hardware Watchpoints.
5068
5069 Similarly, if the @code{task} argument is given, then the watchpoint
5070 will be specific to the indicated Ada task (@pxref{Ada Tasks}).
5071
5072 Ordinarily a watchpoint respects the scope of variables in @var{expr}
5073 (see below). The @code{-location} argument tells @value{GDBN} to
5074 instead watch the memory referred to by @var{expr}. In this case,
5075 @value{GDBN} will evaluate @var{expr}, take the address of the result,
5076 and watch the memory at that address. The type of the result is used
5077 to determine the size of the watched memory. If the expression's
5078 result does not have an address, then @value{GDBN} will print an
5079 error.
5080
5081 The @code{@r{[}mask @var{maskvalue}@r{]}} argument allows creation
5082 of masked watchpoints, if the current architecture supports this
5083 feature (e.g., PowerPC Embedded architecture, see @ref{PowerPC
5084 Embedded}.) A @dfn{masked watchpoint} specifies a mask in addition
5085 to an address to watch. The mask specifies that some bits of an address
5086 (the bits which are reset in the mask) should be ignored when matching
5087 the address accessed by the inferior against the watchpoint address.
5088 Thus, a masked watchpoint watches many addresses simultaneously---those
5089 addresses whose unmasked bits are identical to the unmasked bits in the
5090 watchpoint address. The @code{mask} argument implies @code{-location}.
5091 Examples:
5092
5093 @smallexample
5094 (@value{GDBP}) watch foo mask 0xffff00ff
5095 (@value{GDBP}) watch *0xdeadbeef mask 0xffffff00
5096 @end smallexample
5097
5098 @kindex rwatch
5099 @item rwatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
5100 Set a watchpoint that will break when the value of @var{expr} is read
5101 by the program.
5102
5103 @kindex awatch
5104 @item awatch @r{[}-l@r{|}-location@r{]} @var{expr} @r{[}thread @var{thread-id}@r{]} @r{[}mask @var{maskvalue}@r{]}
5105 Set a watchpoint that will break when @var{expr} is either read from
5106 or written into by the program.
5107
5108 @kindex info watchpoints @r{[}@var{list}@dots{}@r{]}
5109 @item info watchpoints @r{[}@var{list}@dots{}@r{]}
5110 This command prints a list of watchpoints, using the same format as
5111 @code{info break} (@pxref{Set Breaks}).
5112 @end table
5113
5114 If you watch for a change in a numerically entered address you need to
5115 dereference it, as the address itself is just a constant number which will
5116 never change. @value{GDBN} refuses to create a watchpoint that watches
5117 a never-changing value:
5118
5119 @smallexample
5120 (@value{GDBP}) watch 0x600850
5121 Cannot watch constant value 0x600850.
5122 (@value{GDBP}) watch *(int *) 0x600850
5123 Watchpoint 1: *(int *) 6293584
5124 @end smallexample
5125
5126 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
5127 watchpoints execute very quickly, and the debugger reports a change in
5128 value at the exact instruction where the change occurs. If @value{GDBN}
5129 cannot set a hardware watchpoint, it sets a software watchpoint, which
5130 executes more slowly and reports the change in value at the next
5131 @emph{statement}, not the instruction, after the change occurs.
5132
5133 @cindex use only software watchpoints
5134 You can force @value{GDBN} to use only software watchpoints with the
5135 @kbd{set can-use-hw-watchpoints 0} command. With this variable set to
5136 zero, @value{GDBN} will never try to use hardware watchpoints, even if
5137 the underlying system supports them. (Note that hardware-assisted
5138 watchpoints that were set @emph{before} setting
5139 @code{can-use-hw-watchpoints} to zero will still use the hardware
5140 mechanism of watching expression values.)
5141
5142 @table @code
5143 @item set can-use-hw-watchpoints
5144 @kindex set can-use-hw-watchpoints
5145 Set whether or not to use hardware watchpoints.
5146
5147 @item show can-use-hw-watchpoints
5148 @kindex show can-use-hw-watchpoints
5149 Show the current mode of using hardware watchpoints.
5150 @end table
5151
5152 For remote targets, you can restrict the number of hardware
5153 watchpoints @value{GDBN} will use, see @ref{set remote
5154 hardware-breakpoint-limit}.
5155
5156 When you issue the @code{watch} command, @value{GDBN} reports
5157
5158 @smallexample
5159 Hardware watchpoint @var{num}: @var{expr}
5160 @end smallexample
5161
5162 @noindent
5163 if it was able to set a hardware watchpoint.
5164
5165 Currently, the @code{awatch} and @code{rwatch} commands can only set
5166 hardware watchpoints, because accesses to data that don't change the
5167 value of the watched expression cannot be detected without examining
5168 every instruction as it is being executed, and @value{GDBN} does not do
5169 that currently. If @value{GDBN} finds that it is unable to set a
5170 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
5171 will print a message like this:
5172
5173 @smallexample
5174 Expression cannot be implemented with read/access watchpoint.
5175 @end smallexample
5176
5177 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
5178 data type of the watched expression is wider than what a hardware
5179 watchpoint on the target machine can handle. For example, some systems
5180 can only watch regions that are up to 4 bytes wide; on such systems you
5181 cannot set hardware watchpoints for an expression that yields a
5182 double-precision floating-point number (which is typically 8 bytes
5183 wide). As a work-around, it might be possible to break the large region
5184 into a series of smaller ones and watch them with separate watchpoints.
5185
5186 If you set too many hardware watchpoints, @value{GDBN} might be unable
5187 to insert all of them when you resume the execution of your program.
5188 Since the precise number of active watchpoints is unknown until such
5189 time as the program is about to be resumed, @value{GDBN} might not be
5190 able to warn you about this when you set the watchpoints, and the
5191 warning will be printed only when the program is resumed:
5192
5193 @smallexample
5194 Hardware watchpoint @var{num}: Could not insert watchpoint
5195 @end smallexample
5196
5197 @noindent
5198 If this happens, delete or disable some of the watchpoints.
5199
5200 Watching complex expressions that reference many variables can also
5201 exhaust the resources available for hardware-assisted watchpoints.
5202 That's because @value{GDBN} needs to watch every variable in the
5203 expression with separately allocated resources.
5204
5205 If you call a function interactively using @code{print} or @code{call},
5206 any watchpoints you have set will be inactive until @value{GDBN} reaches another
5207 kind of breakpoint or the call completes.
5208
5209 @value{GDBN} automatically deletes watchpoints that watch local
5210 (automatic) variables, or expressions that involve such variables, when
5211 they go out of scope, that is, when the execution leaves the block in
5212 which these variables were defined. In particular, when the program
5213 being debugged terminates, @emph{all} local variables go out of scope,
5214 and so only watchpoints that watch global variables remain set. If you
5215 rerun the program, you will need to set all such watchpoints again. One
5216 way of doing that would be to set a code breakpoint at the entry to the
5217 @code{main} function and when it breaks, set all the watchpoints.
5218
5219 @cindex watchpoints and threads
5220 @cindex threads and watchpoints
5221 In multi-threaded programs, watchpoints will detect changes to the
5222 watched expression from every thread.
5223
5224 @quotation
5225 @emph{Warning:} In multi-threaded programs, software watchpoints
5226 have only limited usefulness. If @value{GDBN} creates a software
5227 watchpoint, it can only watch the value of an expression @emph{in a
5228 single thread}. If you are confident that the expression can only
5229 change due to the current thread's activity (and if you are also
5230 confident that no other thread can become current), then you can use
5231 software watchpoints as usual. However, @value{GDBN} may not notice
5232 when a non-current thread's activity changes the expression. (Hardware
5233 watchpoints, in contrast, watch an expression in all threads.)
5234 @end quotation
5235
5236 @xref{set remote hardware-watchpoint-limit}.
5237
5238 @node Set Catchpoints
5239 @subsection Setting Catchpoints
5240 @cindex catchpoints, setting
5241 @cindex exception handlers
5242 @cindex event handling
5243
5244 You can use @dfn{catchpoints} to cause the debugger to stop for certain
5245 kinds of program events, such as C@t{++} exceptions or the loading of a
5246 shared library. Use the @code{catch} command to set a catchpoint.
5247
5248 @table @code
5249 @kindex catch
5250 @item catch @var{event}
5251 Stop when @var{event} occurs. The @var{event} can be any of the following:
5252
5253 @table @code
5254 @item throw @r{[}@var{regexp}@r{]}
5255 @itemx rethrow @r{[}@var{regexp}@r{]}
5256 @itemx catch @r{[}@var{regexp}@r{]}
5257 @kindex catch throw
5258 @kindex catch rethrow
5259 @kindex catch catch
5260 @cindex stop on C@t{++} exceptions
5261 The throwing, re-throwing, or catching of a C@t{++} exception.
5262
5263 If @var{regexp} is given, then only exceptions whose type matches the
5264 regular expression will be caught.
5265
5266 @vindex $_exception@r{, convenience variable}
5267 The convenience variable @code{$_exception} is available at an
5268 exception-related catchpoint, on some systems. This holds the
5269 exception being thrown.
5270
5271 There are currently some limitations to C@t{++} exception handling in
5272 @value{GDBN}:
5273
5274 @itemize @bullet
5275 @item
5276 The support for these commands is system-dependent. Currently, only
5277 systems using the @samp{gnu-v3} C@t{++} ABI (@pxref{ABI}) are
5278 supported.
5279
5280 @item
5281 The regular expression feature and the @code{$_exception} convenience
5282 variable rely on the presence of some SDT probes in @code{libstdc++}.
5283 If these probes are not present, then these features cannot be used.
5284 These probes were first available in the GCC 4.8 release, but whether
5285 or not they are available in your GCC also depends on how it was
5286 built.
5287
5288 @item
5289 The @code{$_exception} convenience variable is only valid at the
5290 instruction at which an exception-related catchpoint is set.
5291
5292 @item
5293 When an exception-related catchpoint is hit, @value{GDBN} stops at a
5294 location in the system library which implements runtime exception
5295 support for C@t{++}, usually @code{libstdc++}. You can use @code{up}
5296 (@pxref{Selection}) to get to your code.
5297
5298 @item
5299 If you call a function interactively, @value{GDBN} normally returns
5300 control to you when the function has finished executing. If the call
5301 raises an exception, however, the call may bypass the mechanism that
5302 returns control to you and cause your program either to abort or to
5303 simply continue running until it hits a breakpoint, catches a signal
5304 that @value{GDBN} is listening for, or exits. This is the case even if
5305 you set a catchpoint for the exception; catchpoints on exceptions are
5306 disabled within interactive calls. @xref{Calling}, for information on
5307 controlling this with @code{set unwind-on-terminating-exception}.
5308
5309 @item
5310 You cannot raise an exception interactively.
5311
5312 @item
5313 You cannot install an exception handler interactively.
5314 @end itemize
5315
5316 @item exception @r{[}@var{name}@r{]}
5317 @kindex catch exception
5318 @cindex Ada exception catching
5319 @cindex catch Ada exceptions
5320 An Ada exception being raised. If an exception name is specified
5321 at the end of the command (eg @code{catch exception Program_Error}),
5322 the debugger will stop only when this specific exception is raised.
5323 Otherwise, the debugger stops execution when any Ada exception is raised.
5324
5325 When inserting an exception catchpoint on a user-defined exception whose
5326 name is identical to one of the exceptions defined by the language, the
5327 fully qualified name must be used as the exception name. Otherwise,
5328 @value{GDBN} will assume that it should stop on the pre-defined exception
5329 rather than the user-defined one. For instance, assuming an exception
5330 called @code{Constraint_Error} is defined in package @code{Pck}, then
5331 the command to use to catch such exceptions is @kbd{catch exception
5332 Pck.Constraint_Error}.
5333
5334 @vindex $_ada_exception@r{, convenience variable}
5335 The convenience variable @code{$_ada_exception} holds the address of
5336 the exception being thrown. This can be useful when setting a
5337 condition for such a catchpoint.
5338
5339 @item exception unhandled
5340 @kindex catch exception unhandled
5341 An exception that was raised but is not handled by the program. The
5342 convenience variable @code{$_ada_exception} is set as for @code{catch
5343 exception}.
5344
5345 @item handlers @r{[}@var{name}@r{]}
5346 @kindex catch handlers
5347 @cindex Ada exception handlers catching
5348 @cindex catch Ada exceptions when handled
5349 An Ada exception being handled. If an exception name is
5350 specified at the end of the command
5351 (eg @kbd{catch handlers Program_Error}), the debugger will stop
5352 only when this specific exception is handled.
5353 Otherwise, the debugger stops execution when any Ada exception is handled.
5354
5355 When inserting a handlers catchpoint on a user-defined
5356 exception whose name is identical to one of the exceptions
5357 defined by the language, the fully qualified name must be used
5358 as the exception name. Otherwise, @value{GDBN} will assume that it
5359 should stop on the pre-defined exception rather than the
5360 user-defined one. For instance, assuming an exception called
5361 @code{Constraint_Error} is defined in package @code{Pck}, then the
5362 command to use to catch such exceptions handling is
5363 @kbd{catch handlers Pck.Constraint_Error}.
5364
5365 The convenience variable @code{$_ada_exception} is set as for
5366 @code{catch exception}.
5367
5368 @item assert
5369 @kindex catch assert
5370 A failed Ada assertion. Note that the convenience variable
5371 @code{$_ada_exception} is @emph{not} set by this catchpoint.
5372
5373 @item exec
5374 @kindex catch exec
5375 @cindex break on fork/exec
5376 A call to @code{exec}.
5377
5378 @anchor{catch syscall}
5379 @item syscall
5380 @itemx syscall @r{[}@var{name} @r{|} @var{number} @r{|} @r{group:}@var{groupname} @r{|} @r{g:}@var{groupname}@r{]} @dots{}
5381 @kindex catch syscall
5382 @cindex break on a system call.
5383 A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
5384 syscall is a mechanism for application programs to request a service
5385 from the operating system (OS) or one of the OS system services.
5386 @value{GDBN} can catch some or all of the syscalls issued by the
5387 debuggee, and show the related information for each syscall. If no
5388 argument is specified, calls to and returns from all system calls
5389 will be caught.
5390
5391 @var{name} can be any system call name that is valid for the
5392 underlying OS. Just what syscalls are valid depends on the OS. On
5393 GNU and Unix systems, you can find the full list of valid syscall
5394 names on @file{/usr/include/asm/unistd.h}.
5395
5396 @c For MS-Windows, the syscall names and the corresponding numbers
5397 @c can be found, e.g., on this URL:
5398 @c http://www.metasploit.com/users/opcode/syscalls.html
5399 @c but we don't support Windows syscalls yet.
5400
5401 Normally, @value{GDBN} knows in advance which syscalls are valid for
5402 each OS, so you can use the @value{GDBN} command-line completion
5403 facilities (@pxref{Completion,, command completion}) to list the
5404 available choices.
5405
5406 You may also specify the system call numerically. A syscall's
5407 number is the value passed to the OS's syscall dispatcher to
5408 identify the requested service. When you specify the syscall by its
5409 name, @value{GDBN} uses its database of syscalls to convert the name
5410 into the corresponding numeric code, but using the number directly
5411 may be useful if @value{GDBN}'s database does not have the complete
5412 list of syscalls on your system (e.g., because @value{GDBN} lags
5413 behind the OS upgrades).
5414
5415 You may specify a group of related syscalls to be caught at once using
5416 the @code{group:} syntax (@code{g:} is a shorter equivalent). For
5417 instance, on some platforms @value{GDBN} allows you to catch all
5418 network related syscalls, by passing the argument @code{group:network}
5419 to @code{catch syscall}. Note that not all syscall groups are
5420 available in every system. You can use the command completion
5421 facilities (@pxref{Completion,, command completion}) to list the
5422 syscall groups available on your environment.
5423
5424 The example below illustrates how this command works if you don't provide
5425 arguments to it:
5426
5427 @smallexample
5428 (@value{GDBP}) catch syscall
5429 Catchpoint 1 (syscall)
5430 (@value{GDBP}) r
5431 Starting program: /tmp/catch-syscall
5432
5433 Catchpoint 1 (call to syscall 'close'), \
5434 0xffffe424 in __kernel_vsyscall ()
5435 (@value{GDBP}) c
5436 Continuing.
5437
5438 Catchpoint 1 (returned from syscall 'close'), \
5439 0xffffe424 in __kernel_vsyscall ()
5440 (@value{GDBP})
5441 @end smallexample
5442
5443 Here is an example of catching a system call by name:
5444
5445 @smallexample
5446 (@value{GDBP}) catch syscall chroot
5447 Catchpoint 1 (syscall 'chroot' [61])
5448 (@value{GDBP}) r
5449 Starting program: /tmp/catch-syscall
5450
5451 Catchpoint 1 (call to syscall 'chroot'), \
5452 0xffffe424 in __kernel_vsyscall ()
5453 (@value{GDBP}) c
5454 Continuing.
5455
5456 Catchpoint 1 (returned from syscall 'chroot'), \
5457 0xffffe424 in __kernel_vsyscall ()
5458 (@value{GDBP})
5459 @end smallexample
5460
5461 An example of specifying a system call numerically. In the case
5462 below, the syscall number has a corresponding entry in the XML
5463 file, so @value{GDBN} finds its name and prints it:
5464
5465 @smallexample
5466 (@value{GDBP}) catch syscall 252
5467 Catchpoint 1 (syscall(s) 'exit_group')
5468 (@value{GDBP}) r
5469 Starting program: /tmp/catch-syscall
5470
5471 Catchpoint 1 (call to syscall 'exit_group'), \
5472 0xffffe424 in __kernel_vsyscall ()
5473 (@value{GDBP}) c
5474 Continuing.
5475
5476 Program exited normally.
5477 (@value{GDBP})
5478 @end smallexample
5479
5480 Here is an example of catching a syscall group:
5481
5482 @smallexample
5483 (@value{GDBP}) catch syscall group:process
5484 Catchpoint 1 (syscalls 'exit' [1] 'fork' [2] 'waitpid' [7]
5485 'execve' [11] 'wait4' [114] 'clone' [120] 'vfork' [190]
5486 'exit_group' [252] 'waitid' [284] 'unshare' [310])
5487 (@value{GDBP}) r
5488 Starting program: /tmp/catch-syscall
5489
5490 Catchpoint 1 (call to syscall fork), 0x00007ffff7df4e27 in open64 ()
5491 from /lib64/ld-linux-x86-64.so.2
5492
5493 (@value{GDBP}) c
5494 Continuing.
5495 @end smallexample
5496
5497 However, there can be situations when there is no corresponding name
5498 in XML file for that syscall number. In this case, @value{GDBN} prints
5499 a warning message saying that it was not able to find the syscall name,
5500 but the catchpoint will be set anyway. See the example below:
5501
5502 @smallexample
5503 (@value{GDBP}) catch syscall 764
5504 warning: The number '764' does not represent a known syscall.
5505 Catchpoint 2 (syscall 764)
5506 (@value{GDBP})
5507 @end smallexample
5508
5509 If you configure @value{GDBN} using the @samp{--without-expat} option,
5510 it will not be able to display syscall names. Also, if your
5511 architecture does not have an XML file describing its system calls,
5512 you will not be able to see the syscall names. It is important to
5513 notice that these two features are used for accessing the syscall
5514 name database. In either case, you will see a warning like this:
5515
5516 @smallexample
5517 (@value{GDBP}) catch syscall
5518 warning: Could not open "syscalls/i386-linux.xml"
5519 warning: Could not load the syscall XML file 'syscalls/i386-linux.xml'.
5520 GDB will not be able to display syscall names.
5521 Catchpoint 1 (syscall)
5522 (@value{GDBP})
5523 @end smallexample
5524
5525 Of course, the file name will change depending on your architecture and system.
5526
5527 Still using the example above, you can also try to catch a syscall by its
5528 number. In this case, you would see something like:
5529
5530 @smallexample
5531 (@value{GDBP}) catch syscall 252
5532 Catchpoint 1 (syscall(s) 252)
5533 @end smallexample
5534
5535 Again, in this case @value{GDBN} would not be able to display syscall's names.
5536
5537 @item fork
5538 @kindex catch fork
5539 A call to @code{fork}.
5540
5541 @item vfork
5542 @kindex catch vfork
5543 A call to @code{vfork}.
5544
5545 @item load @r{[}@var{regexp}@r{]}
5546 @itemx unload @r{[}@var{regexp}@r{]}
5547 @kindex catch load
5548 @kindex catch unload
5549 The loading or unloading of a shared library. If @var{regexp} is
5550 given, then the catchpoint will stop only if the regular expression
5551 matches one of the affected libraries.
5552
5553 @item signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
5554 @kindex catch signal
5555 The delivery of a signal.
5556
5557 With no arguments, this catchpoint will catch any signal that is not
5558 used internally by @value{GDBN}, specifically, all signals except
5559 @samp{SIGTRAP} and @samp{SIGINT}.
5560
5561 With the argument @samp{all}, all signals, including those used by
5562 @value{GDBN}, will be caught. This argument cannot be used with other
5563 signal names.
5564
5565 Otherwise, the arguments are a list of signal names as given to
5566 @code{handle} (@pxref{Signals}). Only signals specified in this list
5567 will be caught.
5568
5569 One reason that @code{catch signal} can be more useful than
5570 @code{handle} is that you can attach commands and conditions to the
5571 catchpoint.
5572
5573 When a signal is caught by a catchpoint, the signal's @code{stop} and
5574 @code{print} settings, as specified by @code{handle}, are ignored.
5575 However, whether the signal is still delivered to the inferior depends
5576 on the @code{pass} setting; this can be changed in the catchpoint's
5577 commands.
5578
5579 @end table
5580
5581 @item tcatch @var{event}
5582 @kindex tcatch
5583 Set a catchpoint that is enabled only for one stop. The catchpoint is
5584 automatically deleted after the first time the event is caught.
5585
5586 @end table
5587
5588 Use the @code{info break} command to list the current catchpoints.
5589
5590
5591 @node Delete Breaks
5592 @subsection Deleting Breakpoints
5593
5594 @cindex clearing breakpoints, watchpoints, catchpoints
5595 @cindex deleting breakpoints, watchpoints, catchpoints
5596 It is often necessary to eliminate a breakpoint, watchpoint, or
5597 catchpoint once it has done its job and you no longer want your program
5598 to stop there. This is called @dfn{deleting} the breakpoint. A
5599 breakpoint that has been deleted no longer exists; it is forgotten.
5600
5601 With the @code{clear} command you can delete breakpoints according to
5602 where they are in your program. With the @code{delete} command you can
5603 delete individual breakpoints, watchpoints, or catchpoints by specifying
5604 their breakpoint numbers.
5605
5606 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
5607 automatically ignores breakpoints on the first instruction to be executed
5608 when you continue execution without changing the execution address.
5609
5610 @table @code
5611 @kindex clear
5612 @item clear
5613 Delete any breakpoints at the next instruction to be executed in the
5614 selected stack frame (@pxref{Selection, ,Selecting a Frame}). When
5615 the innermost frame is selected, this is a good way to delete a
5616 breakpoint where your program just stopped.
5617
5618 @item clear @var{locspec}
5619 Delete any breakpoint with a code location that corresponds to
5620 @var{locspec}. @xref{Location Specifications}, for the various forms
5621 of @var{locspec}. Which code locations correspond to @var{locspec}
5622 depends on the form used in the location specification @var{locspec}:
5623
5624 @table @code
5625 @item @var{linenum}
5626 @itemx @var{filename}:@var{linenum}
5627 @itemx -line @var{linenum}
5628 @itemx -source @var{filename} -line @var{linenum}
5629 If @var{locspec} specifies a line number, with or without a file name,
5630 the command deletes any breakpoint with a code location that is at or
5631 within the specified line @var{linenum} in files that match the
5632 specified @var{filename}. If @var{filename} is omitted, it defaults
5633 to the current source file.
5634
5635 @item *@var{address}
5636 If @var{locspec} specifies an address, the command deletes any
5637 breakpoint with a code location that is at the given @var{address}.
5638
5639 @item @var{function}
5640 @itemx -function @var{function}
5641 If @var{locspec} specifies a function, the command deletes any
5642 breakpoint with a code location that is at the entry to any function
5643 whose name matches @var{function}.
5644 @end table
5645
5646 Ambiguity in names of files and functions can be resolved as described
5647 in @ref{Location Specifications}.
5648
5649 @cindex delete breakpoints
5650 @kindex delete
5651 @kindex d @r{(@code{delete})}
5652 @item delete @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5653 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
5654 list specified as argument. If no argument is specified, delete all
5655 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
5656 confirm off}). You can abbreviate this command as @code{d}.
5657 @end table
5658
5659 @node Disabling
5660 @subsection Disabling Breakpoints
5661
5662 @cindex enable/disable a breakpoint
5663 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
5664 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
5665 it had been deleted, but remembers the information on the breakpoint so
5666 that you can @dfn{enable} it again later.
5667
5668 You disable and enable breakpoints, watchpoints, and catchpoints with
5669 the @code{enable} and @code{disable} commands, optionally specifying
5670 one or more breakpoint numbers as arguments. Use @code{info break} to
5671 print a list of all breakpoints, watchpoints, and catchpoints if you
5672 do not know which numbers to use.
5673
5674 Disabling and enabling a breakpoint that has multiple locations
5675 affects all of its locations.
5676
5677 A breakpoint, watchpoint, or catchpoint can have any of several
5678 different states of enablement:
5679
5680 @itemize @bullet
5681 @item
5682 Enabled. The breakpoint stops your program. A breakpoint set
5683 with the @code{break} command starts out in this state.
5684 @item
5685 Disabled. The breakpoint has no effect on your program.
5686 @item
5687 Enabled once. The breakpoint stops your program, but then becomes
5688 disabled.
5689 @item
5690 Enabled for a count. The breakpoint stops your program for the next
5691 N times, then becomes disabled.
5692 @item
5693 Enabled for deletion. The breakpoint stops your program, but
5694 immediately after it does so it is deleted permanently. A breakpoint
5695 set with the @code{tbreak} command starts out in this state.
5696 @end itemize
5697
5698 You can use the following commands to enable or disable breakpoints,
5699 watchpoints, and catchpoints:
5700
5701 @table @code
5702 @kindex disable
5703 @kindex dis @r{(@code{disable})}
5704 @item disable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5705 Disable the specified breakpoints---or all breakpoints, if none are
5706 listed. A disabled breakpoint has no effect but is not forgotten. All
5707 options such as ignore-counts, conditions and commands are remembered in
5708 case the breakpoint is enabled again later. You may abbreviate
5709 @code{disable} as @code{dis}.
5710
5711 @kindex enable
5712 @item enable @r{[}breakpoints@r{]} @r{[}@var{list}@dots{}@r{]}
5713 Enable the specified breakpoints (or all defined breakpoints). They
5714 become effective once again in stopping your program.
5715
5716 @item enable @r{[}breakpoints@r{]} once @var{list}@dots{}
5717 Enable the specified breakpoints temporarily. @value{GDBN} disables any
5718 of these breakpoints immediately after stopping your program.
5719
5720 @item enable @r{[}breakpoints@r{]} count @var{count} @var{list}@dots{}
5721 Enable the specified breakpoints temporarily. @value{GDBN} records
5722 @var{count} with each of the specified breakpoints, and decrements a
5723 breakpoint's count when it is hit. When any count reaches 0,
5724 @value{GDBN} disables that breakpoint. If a breakpoint has an ignore
5725 count (@pxref{Conditions, ,Break Conditions}), that will be
5726 decremented to 0 before @var{count} is affected.
5727
5728 @item enable @r{[}breakpoints@r{]} delete @var{list}@dots{}
5729 Enable the specified breakpoints to work once, then die. @value{GDBN}
5730 deletes any of these breakpoints as soon as your program stops there.
5731 Breakpoints set by the @code{tbreak} command start out in this state.
5732 @end table
5733
5734 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
5735 @c confusing: tbreak is also initially enabled.
5736 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
5737 ,Setting Breakpoints}), breakpoints that you set are initially enabled;
5738 subsequently, they become disabled or enabled only when you use one of
5739 the commands above. (The command @code{until} can set and delete a
5740 breakpoint of its own, but it does not change the state of your other
5741 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
5742 Stepping}.)
5743
5744 @node Conditions
5745 @subsection Break Conditions
5746 @cindex conditional breakpoints
5747 @cindex breakpoint conditions
5748
5749 @c FIXME what is scope of break condition expr? Context where wanted?
5750 @c in particular for a watchpoint?
5751 The simplest sort of breakpoint breaks every time your program reaches a
5752 specified place. You can also specify a @dfn{condition} for a
5753 breakpoint. A condition is just a Boolean expression in your
5754 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
5755 a condition evaluates the expression each time your program reaches it,
5756 and your program stops only if the condition is @emph{true}.
5757
5758 This is the converse of using assertions for program validation; in that
5759 situation, you want to stop when the assertion is violated---that is,
5760 when the condition is false. In C, if you want to test an assertion expressed
5761 by the condition @var{assert}, you should set the condition
5762 @samp{! @var{assert}} on the appropriate breakpoint.
5763
5764 Conditions are also accepted for watchpoints; you may not need them,
5765 since a watchpoint is inspecting the value of an expression anyhow---but
5766 it might be simpler, say, to just set a watchpoint on a variable name,
5767 and specify a condition that tests whether the new value is an interesting
5768 one.
5769
5770 Break conditions can have side effects, and may even call functions in
5771 your program. This can be useful, for example, to activate functions
5772 that log program progress, or to use your own print functions to
5773 format special data structures. The effects are completely predictable
5774 unless there is another enabled breakpoint at the same address. (In
5775 that case, @value{GDBN} might see the other breakpoint first and stop your
5776 program without checking the condition of this one.) Note that
5777 breakpoint commands are usually more convenient and flexible than break
5778 conditions for the
5779 purpose of performing side effects when a breakpoint is reached
5780 (@pxref{Break Commands, ,Breakpoint Command Lists}).
5781
5782 Breakpoint conditions can also be evaluated on the target's side if
5783 the target supports it. Instead of evaluating the conditions locally,
5784 @value{GDBN} encodes the expression into an agent expression
5785 (@pxref{Agent Expressions}) suitable for execution on the target,
5786 independently of @value{GDBN}. Global variables become raw memory
5787 locations, locals become stack accesses, and so forth.
5788
5789 In this case, @value{GDBN} will only be notified of a breakpoint trigger
5790 when its condition evaluates to true. This mechanism may provide faster
5791 response times depending on the performance characteristics of the target
5792 since it does not need to keep @value{GDBN} informed about
5793 every breakpoint trigger, even those with false conditions.
5794
5795 Break conditions can be specified when a breakpoint is set, by using
5796 @samp{if} in the arguments to the @code{break} command. @xref{Set
5797 Breaks, ,Setting Breakpoints}. They can also be changed at any time
5798 with the @code{condition} command.
5799
5800 You can also use the @code{if} keyword with the @code{watch} command.
5801 The @code{catch} command does not recognize the @code{if} keyword;
5802 @code{condition} is the only way to impose a further condition on a
5803 catchpoint.
5804
5805 @table @code
5806 @kindex condition
5807 @item condition @var{bnum} @var{expression}
5808 Specify @var{expression} as the break condition for breakpoint,
5809 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
5810 breakpoint @var{bnum} stops your program only if the value of
5811 @var{expression} is true (nonzero, in C). When you use
5812 @code{condition}, @value{GDBN} checks @var{expression} immediately for
5813 syntactic correctness, and to determine whether symbols in it have
5814 referents in the context of your breakpoint. If @var{expression} uses
5815 symbols not referenced in the context of the breakpoint, @value{GDBN}
5816 prints an error message:
5817
5818 @smallexample
5819 No symbol "foo" in current context.
5820 @end smallexample
5821
5822 @noindent
5823 @value{GDBN} does
5824 not actually evaluate @var{expression} at the time the @code{condition}
5825 command (or a command that sets a breakpoint with a condition, like
5826 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
5827
5828 @item condition -force @var{bnum} @var{expression}
5829 When the @code{-force} flag is used, define the condition even if
5830 @var{expression} is invalid at all the current locations of breakpoint
5831 @var{bnum}. This is similar to the @code{-force-condition} option
5832 of the @code{break} command.
5833
5834 @item condition @var{bnum}
5835 Remove the condition from breakpoint number @var{bnum}. It becomes
5836 an ordinary unconditional breakpoint.
5837 @end table
5838
5839 @cindex ignore count (of breakpoint)
5840 A special case of a breakpoint condition is to stop only when the
5841 breakpoint has been reached a certain number of times. This is so
5842 useful that there is a special way to do it, using the @dfn{ignore
5843 count} of the breakpoint. Every breakpoint has an ignore count, which
5844 is an integer. Most of the time, the ignore count is zero, and
5845 therefore has no effect. But if your program reaches a breakpoint whose
5846 ignore count is positive, then instead of stopping, it just decrements
5847 the ignore count by one and continues. As a result, if the ignore count
5848 value is @var{n}, the breakpoint does not stop the next @var{n} times
5849 your program reaches it.
5850
5851 @table @code
5852 @kindex ignore
5853 @item ignore @var{bnum} @var{count}
5854 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
5855 The next @var{count} times the breakpoint is reached, your program's
5856 execution does not stop; other than to decrement the ignore count, @value{GDBN}
5857 takes no action.
5858
5859 To make the breakpoint stop the next time it is reached, specify
5860 a count of zero.
5861
5862 When you use @code{continue} to resume execution of your program from a
5863 breakpoint, you can specify an ignore count directly as an argument to
5864 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
5865 Stepping,,Continuing and Stepping}.
5866
5867 If a breakpoint has a positive ignore count and a condition, the
5868 condition is not checked. Once the ignore count reaches zero,
5869 @value{GDBN} resumes checking the condition.
5870
5871 You could achieve the effect of the ignore count with a condition such
5872 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
5873 is decremented each time. @xref{Convenience Vars, ,Convenience
5874 Variables}.
5875 @end table
5876
5877 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
5878
5879
5880 @node Break Commands
5881 @subsection Breakpoint Command Lists
5882
5883 @cindex breakpoint commands
5884 You can give any breakpoint (or watchpoint or catchpoint) a series of
5885 commands to execute when your program stops due to that breakpoint. For
5886 example, you might want to print the values of certain expressions, or
5887 enable other breakpoints.
5888
5889 @table @code
5890 @kindex commands
5891 @kindex end@r{ (breakpoint commands)}
5892 @item commands @r{[}@var{list}@dots{}@r{]}
5893 @itemx @dots{} @var{command-list} @dots{}
5894 @itemx end
5895 Specify a list of commands for the given breakpoints. The commands
5896 themselves appear on the following lines. Type a line containing just
5897 @code{end} to terminate the commands.
5898
5899 To remove all commands from a breakpoint, type @code{commands} and
5900 follow it immediately with @code{end}; that is, give no commands.
5901
5902 With no argument, @code{commands} refers to the last breakpoint,
5903 watchpoint, or catchpoint set (not to the breakpoint most recently
5904 encountered). If the most recent breakpoints were set with a single
5905 command, then the @code{commands} will apply to all the breakpoints
5906 set by that command. This applies to breakpoints set by
5907 @code{rbreak}, and also applies when a single @code{break} command
5908 creates multiple breakpoints (@pxref{Ambiguous Expressions,,Ambiguous
5909 Expressions}).
5910 @end table
5911
5912 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
5913 disabled within a @var{command-list}.
5914
5915 Inside a command list, you can use the command
5916 @kbd{disable $_hit_bpnum} to disable the encountered breakpoint.
5917
5918 If your breakpoint has several code locations, the command
5919 @kbd{disable $_hit_bpnum.$_hit_locno} will disable the specific breakpoint
5920 code location encountered. If the breakpoint has only one location,
5921 this command will disable the encountered breakpoint.
5922
5923 You can use breakpoint commands to start your program up again. Simply
5924 use the @code{continue} command, or @code{step}, or any other command
5925 that resumes execution.
5926
5927 Any other commands in the command list, after a command that resumes
5928 execution, are ignored. This is because any time you resume execution
5929 (even with a simple @code{next} or @code{step}), you may encounter
5930 another breakpoint---which could have its own command list, leading to
5931 ambiguities about which list to execute.
5932
5933 @kindex silent
5934 If the first command you specify in a command list is @code{silent}, the
5935 usual message about stopping at a breakpoint is not printed. This may
5936 be desirable for breakpoints that are to print a specific message and
5937 then continue. If none of the remaining commands print anything, you
5938 see no sign that the breakpoint was reached. @code{silent} is
5939 meaningful only at the beginning of a breakpoint command list.
5940
5941 The commands @code{echo}, @code{output}, and @code{printf} allow you to
5942 print precisely controlled output, and are often useful in silent
5943 breakpoints. @xref{Output, ,Commands for Controlled Output}.
5944
5945 For example, here is how you could use breakpoint commands to print the
5946 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
5947
5948 @smallexample
5949 break foo if x>0
5950 commands
5951 silent
5952 printf "x is %d\n",x
5953 cont
5954 end
5955 @end smallexample
5956
5957 One application for breakpoint commands is to compensate for one bug so
5958 you can test for another. Put a breakpoint just after the erroneous line
5959 of code, give it a condition to detect the case in which something
5960 erroneous has been done, and give it commands to assign correct values
5961 to any variables that need them. End with the @code{continue} command
5962 so that your program does not stop, and start with the @code{silent}
5963 command so that no output is produced. Here is an example:
5964
5965 @smallexample
5966 break 403
5967 commands
5968 silent
5969 set x = y + 4
5970 cont
5971 end
5972 @end smallexample
5973
5974 @node Dynamic Printf
5975 @subsection Dynamic Printf
5976
5977 @cindex dynamic printf
5978 @cindex dprintf
5979 The dynamic printf command @code{dprintf} combines a breakpoint with
5980 formatted printing of your program's data to give you the effect of
5981 inserting @code{printf} calls into your program on-the-fly, without
5982 having to recompile it.
5983
5984 In its most basic form, the output goes to the GDB console. However,
5985 you can set the variable @code{dprintf-style} for alternate handling.
5986 For instance, you can ask to format the output by calling your
5987 program's @code{printf} function. This has the advantage that the
5988 characters go to the program's output device, so they can recorded in
5989 redirects to files and so forth.
5990
5991 If you are doing remote debugging with a stub or agent, you can also
5992 ask to have the printf handled by the remote agent. In addition to
5993 ensuring that the output goes to the remote program's device along
5994 with any other output the program might produce, you can also ask that
5995 the dprintf remain active even after disconnecting from the remote
5996 target. Using the stub/agent is also more efficient, as it can do
5997 everything without needing to communicate with @value{GDBN}.
5998
5999 @table @code
6000 @kindex dprintf
6001 @item dprintf @var{locspec},@var{template},@var{expression}[,@var{expression}@dots{}]
6002 Whenever execution reaches a code location that results from resolving
6003 @var{locspec}, print the values of one or more @var{expressions} under
6004 the control of the string @var{template}. To print several values,
6005 separate them with commas.
6006
6007 @item set dprintf-style @var{style}
6008 Set the dprintf output to be handled in one of several different
6009 styles enumerated below. A change of style affects all existing
6010 dynamic printfs immediately. (If you need individual control over the
6011 print commands, simply define normal breakpoints with
6012 explicitly-supplied command lists.)
6013
6014 @table @code
6015 @item gdb
6016 @kindex dprintf-style gdb
6017 Handle the output using the @value{GDBN} @code{printf} command. When
6018 using this style, it is possible to use the @samp{%V} format specifier
6019 (@pxref{%V Format Specifier}).
6020
6021 @item call
6022 @kindex dprintf-style call
6023 Handle the output by calling a function in your program (normally
6024 @code{printf}). When using this style the supported format specifiers
6025 depend entirely on the function being called.
6026
6027 Most of @value{GDBN}'s format specifiers align with those supported by
6028 the @code{printf} function, however, @value{GDBN}'s @samp{%V} format
6029 specifier extension is not supported by @code{printf}. When using
6030 @samp{call} style dprintf, care should be taken to ensure that only
6031 format specifiers supported by the output function are used, otherwise
6032 the results will be undefined.
6033
6034 @item agent
6035 @kindex dprintf-style agent
6036 Have the remote debugging agent (such as @code{gdbserver}) handle the
6037 output itself. This style is only available for agents that support
6038 running commands on the target. This style does not support the
6039 @samp{%V} format specifier.
6040 @end table
6041
6042 @item set dprintf-function @var{function}
6043 Set the function to call if the dprintf style is @code{call}. By
6044 default its value is @code{printf}. You may set it to any expression
6045 that @value{GDBN} can evaluate to a function, as per the @code{call}
6046 command.
6047
6048 @item set dprintf-channel @var{channel}
6049 Set a ``channel'' for dprintf. If set to a non-empty value,
6050 @value{GDBN} will evaluate it as an expression and pass the result as
6051 a first argument to the @code{dprintf-function}, in the manner of
6052 @code{fprintf} and similar functions. Otherwise, the dprintf format
6053 string will be the first argument, in the manner of @code{printf}.
6054
6055 As an example, if you wanted @code{dprintf} output to go to a logfile
6056 that is a standard I/O stream assigned to the variable @code{mylog},
6057 you could do the following:
6058
6059 @example
6060 (@value{GDBP}) set dprintf-style call
6061 (@value{GDBP}) set dprintf-function fprintf
6062 (@value{GDBP}) set dprintf-channel mylog
6063 (@value{GDBP}) dprintf 25,"at line 25, glob=%d\n",glob
6064 Dprintf 1 at 0x123456: file main.c, line 25.
6065 (@value{GDBP}) info break
6066 1 dprintf keep y 0x00123456 in main at main.c:25
6067 call (void) fprintf (mylog,"at line 25, glob=%d\n",glob)
6068 continue
6069 (@value{GDBP})
6070 @end example
6071
6072 Note that the @code{info break} displays the dynamic printf commands
6073 as normal breakpoint commands; you can thus easily see the effect of
6074 the variable settings.
6075
6076 @item set disconnected-dprintf on
6077 @itemx set disconnected-dprintf off
6078 @kindex set disconnected-dprintf
6079 Choose whether @code{dprintf} commands should continue to run if
6080 @value{GDBN} has disconnected from the target. This only applies
6081 if the @code{dprintf-style} is @code{agent}.
6082
6083 @item show disconnected-dprintf off
6084 @kindex show disconnected-dprintf
6085 Show the current choice for disconnected @code{dprintf}.
6086
6087 @end table
6088
6089 @value{GDBN} does not check the validity of function and channel,
6090 relying on you to supply values that are meaningful for the contexts
6091 in which they are being used. For instance, the function and channel
6092 may be the values of local variables, but if that is the case, then
6093 all enabled dynamic prints must be at locations within the scope of
6094 those locals. If evaluation fails, @value{GDBN} will report an error.
6095
6096 @node Save Breakpoints
6097 @subsection How to save breakpoints to a file
6098
6099 To save breakpoint definitions to a file use the @w{@code{save
6100 breakpoints}} command.
6101
6102 @table @code
6103 @kindex save breakpoints
6104 @cindex save breakpoints to a file for future sessions
6105 @item save breakpoints [@var{filename}]
6106 This command saves all current breakpoint definitions together with
6107 their commands and ignore counts, into a file @file{@var{filename}}
6108 suitable for use in a later debugging session. This includes all
6109 types of breakpoints (breakpoints, watchpoints, catchpoints,
6110 tracepoints). To read the saved breakpoint definitions, use the
6111 @code{source} command (@pxref{Command Files}). Note that watchpoints
6112 with expressions involving local variables may fail to be recreated
6113 because it may not be possible to access the context where the
6114 watchpoint is valid anymore. Because the saved breakpoint definitions
6115 are simply a sequence of @value{GDBN} commands that recreate the
6116 breakpoints, you can edit the file in your favorite editing program,
6117 and remove the breakpoint definitions you're not interested in, or
6118 that can no longer be recreated.
6119 @end table
6120
6121 @node Static Probe Points
6122 @subsection Static Probe Points
6123
6124 @cindex static probe point, SystemTap
6125 @cindex static probe point, DTrace
6126 @value{GDBN} supports @dfn{SDT} probes in the code. @acronym{SDT} stands
6127 for Statically Defined Tracing, and the probes are designed to have a tiny
6128 runtime code and data footprint, and no dynamic relocations.
6129
6130 Currently, the following types of probes are supported on
6131 ELF-compatible systems:
6132
6133 @itemize @bullet
6134
6135 @item @code{SystemTap} (@uref{http://sourceware.org/systemtap/})
6136 @acronym{SDT} probes@footnote{See
6137 @uref{http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps}
6138 for more information on how to add @code{SystemTap} @acronym{SDT}
6139 probes in your applications.}. @code{SystemTap} probes are usable
6140 from assembly, C and C@t{++} languages@footnote{See
6141 @uref{http://sourceware.org/systemtap/wiki/UserSpaceProbeImplementation}
6142 for a good reference on how the @acronym{SDT} probes are implemented.}.
6143
6144 @item @code{DTrace} (@uref{http://oss.oracle.com/projects/DTrace})
6145 @acronym{USDT} probes. @code{DTrace} probes are usable from C and
6146 C@t{++} languages.
6147 @end itemize
6148
6149 @cindex semaphores on static probe points
6150 Some @code{SystemTap} probes have an associated semaphore variable;
6151 for instance, this happens automatically if you defined your probe
6152 using a DTrace-style @file{.d} file. If your probe has a semaphore,
6153 @value{GDBN} will automatically enable it when you specify a
6154 breakpoint using the @samp{-probe-stap} notation. But, if you put a
6155 breakpoint at a probe's location by some other method (e.g.,
6156 @code{break file:line}), then @value{GDBN} will not automatically set
6157 the semaphore. @code{DTrace} probes do not support semaphores.
6158
6159 You can examine the available static static probes using @code{info
6160 probes}, with optional arguments:
6161
6162 @table @code
6163 @kindex info probes
6164 @item info probes @r{[}@var{type}@r{]} @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
6165 If given, @var{type} is either @code{stap} for listing
6166 @code{SystemTap} probes or @code{dtrace} for listing @code{DTrace}
6167 probes. If omitted all probes are listed regardless of their types.
6168
6169 If given, @var{provider} is a regular expression used to match against provider
6170 names when selecting which probes to list. If omitted, probes by all
6171 probes from all providers are listed.
6172
6173 If given, @var{name} is a regular expression to match against probe names
6174 when selecting which probes to list. If omitted, probe names are not
6175 considered when deciding whether to display them.
6176
6177 If given, @var{objfile} is a regular expression used to select which
6178 object files (executable or shared libraries) to examine. If not
6179 given, all object files are considered.
6180
6181 @item info probes all
6182 List the available static probes, from all types.
6183 @end table
6184
6185 @cindex enabling and disabling probes
6186 Some probe points can be enabled and/or disabled. The effect of
6187 enabling or disabling a probe depends on the type of probe being
6188 handled. Some @code{DTrace} probes can be enabled or
6189 disabled, but @code{SystemTap} probes cannot be disabled.
6190
6191 You can enable (or disable) one or more probes using the following
6192 commands, with optional arguments:
6193
6194 @anchor{enable probes}
6195 @table @code
6196 @kindex enable probes
6197 @item enable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
6198 If given, @var{provider} is a regular expression used to match against
6199 provider names when selecting which probes to enable. If omitted,
6200 all probes from all providers are enabled.
6201
6202 If given, @var{name} is a regular expression to match against probe
6203 names when selecting which probes to enable. If omitted, probe names
6204 are not considered when deciding whether to enable them.
6205
6206 If given, @var{objfile} is a regular expression used to select which
6207 object files (executable or shared libraries) to examine. If not
6208 given, all object files are considered.
6209
6210 @kindex disable probes
6211 @item disable probes @r{[}@var{provider} @r{[}@var{name} @r{[}@var{objfile}@r{]}@r{]}@r{]}
6212 See the @code{enable probes} command above for a description of the
6213 optional arguments accepted by this command.
6214 @end table
6215
6216 @vindex $_probe_arg@r{, convenience variable}
6217 A probe may specify up to twelve arguments. These are available at the
6218 point at which the probe is defined---that is, when the current PC is
6219 at the probe's location. The arguments are available using the
6220 convenience variables (@pxref{Convenience Vars})
6221 @code{$_probe_arg0}@dots{}@code{$_probe_arg11}. In @code{SystemTap}
6222 probes each probe argument is an integer of the appropriate size;
6223 types are not preserved. In @code{DTrace} probes types are preserved
6224 provided that they are recognized as such by @value{GDBN}; otherwise
6225 the value of the probe argument will be a long integer. The
6226 convenience variable @code{$_probe_argc} holds the number of arguments
6227 at the current probe point.
6228
6229 These variables are always available, but attempts to access them at
6230 any location other than a probe point will cause @value{GDBN} to give
6231 an error message.
6232
6233
6234 @c @ifclear BARETARGET
6235 @node Error in Breakpoints
6236 @subsection ``Cannot insert breakpoints''
6237
6238 If you request too many active hardware-assisted breakpoints and
6239 watchpoints, you will see this error message:
6240
6241 @c FIXME: the precise wording of this message may change; the relevant
6242 @c source change is not committed yet (Sep 3, 1999).
6243 @smallexample
6244 Stopped; cannot insert breakpoints.
6245 You may have requested too many hardware breakpoints and watchpoints.
6246 @end smallexample
6247
6248 @noindent
6249 This message is printed when you attempt to resume the program, since
6250 only then @value{GDBN} knows exactly how many hardware breakpoints and
6251 watchpoints it needs to insert.
6252
6253 When this message is printed, you need to disable or remove some of the
6254 hardware-assisted breakpoints and watchpoints, and then continue.
6255
6256 @node Breakpoint-related Warnings
6257 @subsection ``Breakpoint address adjusted...''
6258 @cindex breakpoint address adjusted
6259
6260 Some processor architectures place constraints on the addresses at
6261 which breakpoints may be placed. For architectures thus constrained,
6262 @value{GDBN} will attempt to adjust the breakpoint's address to comply
6263 with the constraints dictated by the architecture.
6264
6265 One example of such an architecture is the Fujitsu FR-V. The FR-V is
6266 a VLIW architecture in which a number of RISC-like instructions may be
6267 bundled together for parallel execution. The FR-V architecture
6268 constrains the location of a breakpoint instruction within such a
6269 bundle to the instruction with the lowest address. @value{GDBN}
6270 honors this constraint by adjusting a breakpoint's address to the
6271 first in the bundle.
6272
6273 It is not uncommon for optimized code to have bundles which contain
6274 instructions from different source statements, thus it may happen that
6275 a breakpoint's address will be adjusted from one source statement to
6276 another. Since this adjustment may significantly alter @value{GDBN}'s
6277 breakpoint related behavior from what the user expects, a warning is
6278 printed when the breakpoint is first set and also when the breakpoint
6279 is hit.
6280
6281 A warning like the one below is printed when setting a breakpoint
6282 that's been subject to address adjustment:
6283
6284 @smallexample
6285 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
6286 @end smallexample
6287
6288 Such warnings are printed both for user settable and @value{GDBN}'s
6289 internal breakpoints. If you see one of these warnings, you should
6290 verify that a breakpoint set at the adjusted address will have the
6291 desired affect. If not, the breakpoint in question may be removed and
6292 other breakpoints may be set which will have the desired behavior.
6293 E.g., it may be sufficient to place the breakpoint at a later
6294 instruction. A conditional breakpoint may also be useful in some
6295 cases to prevent the breakpoint from triggering too often.
6296
6297 @value{GDBN} will also issue a warning when stopping at one of these
6298 adjusted breakpoints:
6299
6300 @smallexample
6301 warning: Breakpoint 1 address previously adjusted from 0x00010414
6302 to 0x00010410.
6303 @end smallexample
6304
6305 When this warning is encountered, it may be too late to take remedial
6306 action except in cases where the breakpoint is hit earlier or more
6307 frequently than expected.
6308
6309 @node Continuing and Stepping
6310 @section Continuing and Stepping
6311
6312 @cindex stepping
6313 @cindex continuing
6314 @cindex resuming execution
6315 @dfn{Continuing} means resuming program execution until your program
6316 completes normally. In contrast, @dfn{stepping} means executing just
6317 one more ``step'' of your program, where ``step'' may mean either one
6318 line of source code, or one machine instruction (depending on what
6319 particular command you use). Either when continuing or when stepping,
6320 your program may stop even sooner, due to a breakpoint or a signal. (If
6321 it stops due to a signal, you may want to use @code{handle}, or use
6322 @samp{signal 0} to resume execution (@pxref{Signals, ,Signals}),
6323 or you may step into the signal's handler (@pxref{stepping and signal
6324 handlers}).)
6325
6326 @table @code
6327 @kindex continue
6328 @kindex c @r{(@code{continue})}
6329 @kindex fg @r{(resume foreground execution)}
6330 @item continue @r{[}@var{ignore-count}@r{]}
6331 @itemx c @r{[}@var{ignore-count}@r{]}
6332 @itemx fg @r{[}@var{ignore-count}@r{]}
6333 Resume program execution, at the address where your program last stopped;
6334 any breakpoints set at that address are bypassed. The optional argument
6335 @var{ignore-count} allows you to specify a further number of times to
6336 ignore a breakpoint at this location; its effect is like that of
6337 @code{ignore} (@pxref{Conditions, ,Break Conditions}).
6338
6339 The argument @var{ignore-count} is meaningful only when your program
6340 stopped due to a breakpoint. At other times, the argument to
6341 @code{continue} is ignored.
6342
6343 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
6344 debugged program is deemed to be the foreground program) are provided
6345 purely for convenience, and have exactly the same behavior as
6346 @code{continue}.
6347 @end table
6348
6349 To resume execution at a different place, you can use @code{return}
6350 (@pxref{Returning, ,Returning from a Function}) to go back to the
6351 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
6352 Different Address}) to go to an arbitrary location in your program.
6353
6354 A typical technique for using stepping is to set a breakpoint
6355 (@pxref{Breakpoints, ,Breakpoints; Watchpoints; and Catchpoints}) at the
6356 beginning of the function or the section of your program where a problem
6357 is believed to lie, run your program until it stops at that breakpoint,
6358 and then step through the suspect area, examining the variables that are
6359 interesting, until you see the problem happen.
6360
6361 @table @code
6362 @kindex step
6363 @kindex s @r{(@code{step})}
6364 @item step
6365 Continue running your program until control reaches a different source
6366 line, then stop it and return control to @value{GDBN}. This command is
6367 abbreviated @code{s}.
6368
6369 @quotation
6370 @c "without debugging information" is imprecise; actually "without line
6371 @c numbers in the debugging information". (gcc -g1 has debugging info but
6372 @c not line numbers). But it seems complex to try to make that
6373 @c distinction here.
6374 @emph{Warning:} If you use the @code{step} command while control is
6375 within a function that was compiled without debugging information,
6376 execution proceeds until control reaches a function that does have
6377 debugging information. Likewise, it will not step into a function which
6378 is compiled without debugging information. To step through functions
6379 without debugging information, use the @code{stepi} command, described
6380 below.
6381 @end quotation
6382
6383 The @code{step} command only stops at the first instruction of a source
6384 line. This prevents the multiple stops that could otherwise occur in
6385 @code{switch} statements, @code{for} loops, etc. @code{step} continues
6386 to stop if a function that has debugging information is called within
6387 the line. In other words, @code{step} @emph{steps inside} any functions
6388 called within the line.
6389
6390 Also, the @code{step} command only enters a function if there is line
6391 number information for the function. Otherwise it acts like the
6392 @code{next} command. This avoids problems when using @code{cc -gl}
6393 on @acronym{MIPS} machines. Previously, @code{step} entered subroutines if there
6394 was any debugging information about the routine.
6395
6396 @item step @var{count}
6397 Continue running as in @code{step}, but do so @var{count} times. If a
6398 breakpoint is reached, or a signal not related to stepping occurs before
6399 @var{count} steps, stepping stops right away.
6400
6401 @kindex next
6402 @kindex n @r{(@code{next})}
6403 @item next @r{[}@var{count}@r{]}
6404 Continue to the next source line in the current (innermost) stack frame.
6405 This is similar to @code{step}, but function calls that appear within
6406 the line of code are executed without stopping. Execution stops when
6407 control reaches a different line of code at the original stack level
6408 that was executing when you gave the @code{next} command. This command
6409 is abbreviated @code{n}.
6410
6411 An argument @var{count} is a repeat count, as for @code{step}.
6412
6413
6414 @c FIX ME!! Do we delete this, or is there a way it fits in with
6415 @c the following paragraph? --- Vctoria
6416 @c
6417 @c @code{next} within a function that lacks debugging information acts like
6418 @c @code{step}, but any function calls appearing within the code of the
6419 @c function are executed without stopping.
6420
6421 The @code{next} command only stops at the first instruction of a
6422 source line. This prevents multiple stops that could otherwise occur in
6423 @code{switch} statements, @code{for} loops, etc.
6424
6425 @kindex set step-mode
6426 @item set step-mode
6427 @cindex functions without line info, and stepping
6428 @cindex stepping into functions with no line info
6429 @itemx set step-mode on
6430 The @code{set step-mode on} command causes the @code{step} command to
6431 stop at the first instruction of a function which contains no debug line
6432 information rather than stepping over it.
6433
6434 This is useful in cases where you may be interested in inspecting the
6435 machine instructions of a function which has no symbolic info and do not
6436 want @value{GDBN} to automatically skip over this function.
6437
6438 @item set step-mode off
6439 Causes the @code{step} command to step over any functions which contains no
6440 debug information. This is the default.
6441
6442 @item show step-mode
6443 Show whether @value{GDBN} will stop in or step over functions without
6444 source line debug information.
6445
6446 @kindex finish
6447 @kindex fin @r{(@code{finish})}
6448 @item finish
6449 Continue running until just after function in the selected stack frame
6450 returns. Print the returned value (if any). This command can be
6451 abbreviated as @code{fin}.
6452
6453 Contrast this with the @code{return} command (@pxref{Returning,
6454 ,Returning from a Function}).
6455
6456 @kindex set print finish
6457 @kindex show print finish
6458 @item set print finish @r{[}on|off@r{]}
6459 @itemx show print finish
6460 By default the @code{finish} command will show the value that is
6461 returned by the function. This can be disabled using @code{set print
6462 finish off}. When disabled, the value is still entered into the value
6463 history (@pxref{Value History}), but not displayed.
6464
6465 @kindex until
6466 @kindex u @r{(@code{until})}
6467 @cindex run until specified location
6468 @item until
6469 @itemx u
6470 Continue running until a source line past the current line, in the
6471 current stack frame, is reached. This command is used to avoid single
6472 stepping through a loop more than once. It is like the @code{next}
6473 command, except that when @code{until} encounters a jump, it
6474 automatically continues execution until the program counter is greater
6475 than the address of the jump.
6476
6477 This means that when you reach the end of a loop after single stepping
6478 though it, @code{until} makes your program continue execution until it
6479 exits the loop. In contrast, a @code{next} command at the end of a loop
6480 simply steps back to the beginning of the loop, which forces you to step
6481 through the next iteration.
6482
6483 @code{until} always stops your program if it attempts to exit the current
6484 stack frame.
6485
6486 @code{until} may produce somewhat counterintuitive results if the order
6487 of machine code does not match the order of the source lines. For
6488 example, in the following excerpt from a debugging session, the @code{f}
6489 (@code{frame}) command shows that execution is stopped at line
6490 @code{206}; yet when we use @code{until}, we get to line @code{195}:
6491
6492 @smallexample
6493 (@value{GDBP}) f
6494 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
6495 206 expand_input();
6496 (@value{GDBP}) until
6497 195 for ( ; argc > 0; NEXTARG) @{
6498 @end smallexample
6499
6500 This happened because, for execution efficiency, the compiler had
6501 generated code for the loop closure test at the end, rather than the
6502 start, of the loop---even though the test in a C @code{for}-loop is
6503 written before the body of the loop. The @code{until} command appeared
6504 to step back to the beginning of the loop when it advanced to this
6505 expression; however, it has not really gone to an earlier
6506 statement---not in terms of the actual machine code.
6507
6508 @code{until} with no argument works by means of single
6509 instruction stepping, and hence is slower than @code{until} with an
6510 argument.
6511
6512 @item until @var{locspec}
6513 @itemx u @var{locspec}
6514 Continue running your program until either it reaches a code location
6515 that results from resolving @var{locspec}, or the current stack frame
6516 returns. @var{locspec} is any of the forms described in @ref{Location
6517 Specifications}.
6518 This form of the command uses temporary breakpoints, and
6519 hence is quicker than @code{until} without an argument. The specified
6520 location is actually reached only if it is in the current frame. This
6521 implies that @code{until} can be used to skip over recursive function
6522 invocations. For instance in the code below, if the current location is
6523 line @code{96}, issuing @code{until 99} will execute the program up to
6524 line @code{99} in the same invocation of factorial, i.e., after the inner
6525 invocations have returned.
6526
6527 @smallexample
6528 94 int factorial (int value)
6529 95 @{
6530 96 if (value > 1) @{
6531 97 value *= factorial (value - 1);
6532 98 @}
6533 99 return (value);
6534 100 @}
6535 @end smallexample
6536
6537
6538 @kindex advance @var{locspec}
6539 @item advance @var{locspec}
6540 Continue running your program until either it reaches a code location
6541 that results from resolving @var{locspec}, or the current stack frame
6542 returns. @var{locspec} is any of the forms described in @ref{Location
6543 Specifications}. This command is similar to @code{until}, but
6544 @code{advance} will not skip over recursive function calls, and the
6545 target code location doesn't have to be in the same frame as the
6546 current one.
6547
6548
6549 @kindex stepi
6550 @kindex si @r{(@code{stepi})}
6551 @item stepi
6552 @itemx stepi @var{arg}
6553 @itemx si
6554 Execute one machine instruction, then stop and return to the debugger.
6555
6556 It is often useful to do @samp{display/i $pc} when stepping by machine
6557 instructions. This makes @value{GDBN} automatically display the next
6558 instruction to be executed, each time your program stops. @xref{Auto
6559 Display,, Automatic Display}.
6560
6561 An argument is a repeat count, as in @code{step}.
6562
6563 @need 750
6564 @kindex nexti
6565 @kindex ni @r{(@code{nexti})}
6566 @item nexti
6567 @itemx nexti @var{arg}
6568 @itemx ni
6569 Execute one machine instruction, but if it is a function call,
6570 proceed until the function returns.
6571
6572 An argument is a repeat count, as in @code{next}.
6573
6574 @end table
6575
6576 @anchor{range stepping}
6577 @cindex range stepping
6578 @cindex target-assisted range stepping
6579 By default, and if available, @value{GDBN} makes use of
6580 target-assisted @dfn{range stepping}. In other words, whenever you
6581 use a stepping command (e.g., @code{step}, @code{next}), @value{GDBN}
6582 tells the target to step the corresponding range of instruction
6583 addresses instead of issuing multiple single-steps. This speeds up
6584 line stepping, particularly for remote targets. Ideally, there should
6585 be no reason you would want to turn range stepping off. However, it's
6586 possible that a bug in the debug info, a bug in the remote stub (for
6587 remote targets), or even a bug in @value{GDBN} could make line
6588 stepping behave incorrectly when target-assisted range stepping is
6589 enabled. You can use the following command to turn off range stepping
6590 if necessary:
6591
6592 @table @code
6593 @kindex set range-stepping
6594 @kindex show range-stepping
6595 @item set range-stepping
6596 @itemx show range-stepping
6597 Control whether range stepping is enabled.
6598
6599 If @code{on}, and the target supports it, @value{GDBN} tells the
6600 target to step a range of addresses itself, instead of issuing
6601 multiple single-steps. If @code{off}, @value{GDBN} always issues
6602 single-steps, even if range stepping is supported by the target. The
6603 default is @code{on}.
6604
6605 @end table
6606
6607 @node Skipping Over Functions and Files
6608 @section Skipping Over Functions and Files
6609 @cindex skipping over functions and files
6610
6611 The program you are debugging may contain some functions which are
6612 uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to
6613 skip a function, all functions in a file or a particular function in
6614 a particular file when stepping.
6615
6616 For example, consider the following C function:
6617
6618 @smallexample
6619 101 int func()
6620 102 @{
6621 103 foo(boring());
6622 104 bar(boring());
6623 105 @}
6624 @end smallexample
6625
6626 @noindent
6627 Suppose you wish to step into the functions @code{foo} and @code{bar}, but you
6628 are not interested in stepping through @code{boring}. If you run @code{step}
6629 at line 103, you'll enter @code{boring()}, but if you run @code{next}, you'll
6630 step over both @code{foo} and @code{boring}!
6631
6632 One solution is to @code{step} into @code{boring} and use the @code{finish}
6633 command to immediately exit it. But this can become tedious if @code{boring}
6634 is called from many places.
6635
6636 A more flexible solution is to execute @kbd{skip boring}. This instructs
6637 @value{GDBN} never to step into @code{boring}. Now when you execute
6638 @code{step} at line 103, you'll step over @code{boring} and directly into
6639 @code{foo}.
6640
6641 Functions may be skipped by providing either a function name, linespec
6642 (@pxref{Location Specifications}), regular expression that matches the function's
6643 name, file name or a @code{glob}-style pattern that matches the file name.
6644
6645 On Posix systems the form of the regular expression is
6646 ``Extended Regular Expressions''. See for example @samp{man 7 regex}
6647 on @sc{gnu}/Linux systems. On non-Posix systems the form of the regular
6648 expression is whatever is provided by the @code{regcomp} function of
6649 the underlying system.
6650 See for example @samp{man 7 glob} on @sc{gnu}/Linux systems for a
6651 description of @code{glob}-style patterns.
6652
6653 @table @code
6654 @kindex skip
6655 @item skip @r{[}@var{options}@r{]}
6656 The basic form of the @code{skip} command takes zero or more options
6657 that specify what to skip.
6658 The @var{options} argument is any useful combination of the following:
6659
6660 @table @code
6661 @item -file @var{file}
6662 @itemx -fi @var{file}
6663 Functions in @var{file} will be skipped over when stepping.
6664
6665 @item -gfile @var{file-glob-pattern}
6666 @itemx -gfi @var{file-glob-pattern}
6667 @cindex skipping over files via glob-style patterns
6668 Functions in files matching @var{file-glob-pattern} will be skipped
6669 over when stepping.
6670
6671 @smallexample
6672 (@value{GDBP}) skip -gfi utils/*.c
6673 @end smallexample
6674
6675 @item -function @var{linespec}
6676 @itemx -fu @var{linespec}
6677 Functions named by @var{linespec} or the function containing the line
6678 named by @var{linespec} will be skipped over when stepping.
6679 @xref{Location Specifications}.
6680
6681 @item -rfunction @var{regexp}
6682 @itemx -rfu @var{regexp}
6683 @cindex skipping over functions via regular expressions
6684 Functions whose name matches @var{regexp} will be skipped over when stepping.
6685
6686 This form is useful for complex function names.
6687 For example, there is generally no need to step into C@t{++} @code{std::string}
6688 constructors or destructors. Plus with C@t{++} templates it can be hard to
6689 write out the full name of the function, and often it doesn't matter what
6690 the template arguments are. Specifying the function to be skipped as a
6691 regular expression makes this easier.
6692
6693 @smallexample
6694 (@value{GDBP}) skip -rfu ^std::(allocator|basic_string)<.*>::~?\1 *\(
6695 @end smallexample
6696
6697 If you want to skip every templated C@t{++} constructor and destructor
6698 in the @code{std} namespace you can do:
6699
6700 @smallexample
6701 (@value{GDBP}) skip -rfu ^std::([a-zA-z0-9_]+)<.*>::~?\1 *\(
6702 @end smallexample
6703 @end table
6704
6705 If no options are specified, the function you're currently debugging
6706 will be skipped.
6707
6708 @kindex skip function
6709 @item skip function @r{[}@var{linespec}@r{]}
6710 After running this command, the function named by @var{linespec} or the
6711 function containing the line named by @var{linespec} will be skipped over when
6712 stepping. @xref{Location Specifications}.
6713
6714 If you do not specify @var{linespec}, the function you're currently debugging
6715 will be skipped.
6716
6717 (If you have a function called @code{file} that you want to skip, use
6718 @kbd{skip function file}.)
6719
6720 @kindex skip file
6721 @item skip file @r{[}@var{filename}@r{]}
6722 After running this command, any function whose source lives in @var{filename}
6723 will be skipped over when stepping.
6724
6725 @smallexample
6726 (@value{GDBP}) skip file boring.c
6727 File boring.c will be skipped when stepping.
6728 @end smallexample
6729
6730 If you do not specify @var{filename}, functions whose source lives in the file
6731 you're currently debugging will be skipped.
6732 @end table
6733
6734 Skips can be listed, deleted, disabled, and enabled, much like breakpoints.
6735 These are the commands for managing your list of skips:
6736
6737 @table @code
6738 @kindex info skip
6739 @item info skip @r{[}@var{range}@r{]}
6740 Print details about the specified skip(s). If @var{range} is not specified,
6741 print a table with details about all functions and files marked for skipping.
6742 @code{info skip} prints the following information about each skip:
6743
6744 @table @emph
6745 @item Identifier
6746 A number identifying this skip.
6747 @item Enabled or Disabled
6748 Enabled skips are marked with @samp{y}.
6749 Disabled skips are marked with @samp{n}.
6750 @item Glob
6751 If the file name is a @samp{glob} pattern this is @samp{y}.
6752 Otherwise it is @samp{n}.
6753 @item File
6754 The name or @samp{glob} pattern of the file to be skipped.
6755 If no file is specified this is @samp{<none>}.
6756 @item RE
6757 If the function name is a @samp{regular expression} this is @samp{y}.
6758 Otherwise it is @samp{n}.
6759 @item Function
6760 The name or regular expression of the function to skip.
6761 If no function is specified this is @samp{<none>}.
6762 @end table
6763
6764 @kindex skip delete
6765 @item skip delete @r{[}@var{range}@r{]}
6766 Delete the specified skip(s). If @var{range} is not specified, delete all
6767 skips.
6768
6769 @kindex skip enable
6770 @item skip enable @r{[}@var{range}@r{]}
6771 Enable the specified skip(s). If @var{range} is not specified, enable all
6772 skips.
6773
6774 @kindex skip disable
6775 @item skip disable @r{[}@var{range}@r{]}
6776 Disable the specified skip(s). If @var{range} is not specified, disable all
6777 skips.
6778
6779 @kindex set debug skip
6780 @item set debug skip @r{[}on|off@r{]}
6781 Set whether to print the debug output about skipping files and functions.
6782
6783 @kindex show debug skip
6784 @item show debug skip
6785 Show whether the debug output about skipping files and functions is printed.
6786
6787 @end table
6788
6789 @node Signals
6790 @section Signals
6791 @cindex signals
6792
6793 A signal is an asynchronous event that can happen in a program. The
6794 operating system defines the possible kinds of signals, and gives each
6795 kind a name and a number. For example, in Unix @code{SIGINT} is the
6796 signal a program gets when you type an interrupt character (often @kbd{Ctrl-c});
6797 @code{SIGSEGV} is the signal a program gets from referencing a place in
6798 memory far away from all the areas in use; @code{SIGALRM} occurs when
6799 the alarm clock timer goes off (which happens only if your program has
6800 requested an alarm).
6801
6802 @cindex fatal signals
6803 Some signals, including @code{SIGALRM}, are a normal part of the
6804 functioning of your program. Others, such as @code{SIGSEGV}, indicate
6805 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
6806 program has not specified in advance some other way to handle the signal.
6807 @code{SIGINT} does not indicate an error in your program, but it is normally
6808 fatal so it can carry out the purpose of the interrupt: to kill the program.
6809
6810 @value{GDBN} has the ability to detect any occurrence of a signal in your
6811 program. You can tell @value{GDBN} in advance what to do for each kind of
6812 signal.
6813
6814 @cindex handling signals
6815 Normally, @value{GDBN} is set up to let the non-erroneous signals like
6816 @code{SIGALRM} be silently passed to your program
6817 (so as not to interfere with their role in the program's functioning)
6818 but to stop your program immediately whenever an error signal happens.
6819 You can change these settings with the @code{handle} command.
6820
6821 @table @code
6822 @kindex info signals
6823 @kindex info handle
6824 @item info signals
6825 @itemx info handle
6826 Print a table of all the kinds of signals and how @value{GDBN} has been told to
6827 handle each one. You can use this to see the signal numbers of all
6828 the defined types of signals.
6829
6830 @item info signals @var{sig}
6831 Similar, but print information only about the specified signal number.
6832
6833 @code{info handle} is an alias for @code{info signals}.
6834
6835 @item catch signal @r{[}@var{signal}@dots{} @r{|} @samp{all}@r{]}
6836 Set a catchpoint for the indicated signals. @xref{Set Catchpoints},
6837 for details about this command.
6838
6839 @kindex handle
6840 @item handle @var{signal} @r{[} @var{signal} @dots{} @r{]} @r{[}@var{keywords}@dots{}@r{]}
6841 Change the way @value{GDBN} handles each @var{signal}. Each
6842 @var{signal} can be the number of a signal or its name (with or
6843 without the @samp{SIG} at the beginning); a list of signal numbers of
6844 the form @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning
6845 all the known signals, except @code{SIGINT} and @code{SIGTRAP}, which
6846 are used by @value{GDBN}. Optional argument @var{keywords}, described
6847 below, say what changes to make to all of the specified signals.
6848 @end table
6849
6850 @c @group
6851 The keywords allowed by the @code{handle} command can be abbreviated.
6852 Their full names are:
6853
6854 @table @code
6855 @item nostop
6856 @value{GDBN} should not stop your program when this signal happens. It may
6857 still print a message telling you that the signal has come in.
6858
6859 @item stop
6860 @value{GDBN} should stop your program when this signal happens. This implies
6861 the @code{print} keyword as well.
6862
6863 @item print
6864 @value{GDBN} should print a message when this signal happens.
6865
6866 @item noprint
6867 @value{GDBN} should not mention the occurrence of the signal at all. This
6868 implies the @code{nostop} keyword as well.
6869
6870 @item pass
6871 @itemx noignore
6872 @value{GDBN} should allow your program to see this signal; your program
6873 can handle the signal, or else it may terminate if the signal is fatal
6874 and not handled. @code{pass} and @code{noignore} are synonyms.
6875
6876 @item nopass
6877 @itemx ignore
6878 @value{GDBN} should not allow your program to see this signal.
6879 @code{nopass} and @code{ignore} are synonyms.
6880 @end table
6881 @c @end group
6882
6883 When a signal stops your program, the signal is not visible to the
6884 program until you
6885 continue. Your program sees the signal then, if @code{pass} is in
6886 effect for the signal in question @emph{at that time}. In other words,
6887 after @value{GDBN} reports a signal, you can use the @code{handle}
6888 command with @code{pass} or @code{nopass} to control whether your
6889 program sees that signal when you continue.
6890
6891 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
6892 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
6893 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
6894 erroneous signals.
6895
6896 You can also use the @code{signal} command to prevent your program from
6897 seeing a signal, or cause it to see a signal it normally would not see,
6898 or to give it any signal at any time. For example, if your program stopped
6899 due to some sort of memory reference error, you might store correct
6900 values into the erroneous variables and continue, hoping to see more
6901 execution; but your program would probably terminate immediately as
6902 a result of the fatal signal once it saw the signal. To prevent this,
6903 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
6904 Program a Signal}.
6905
6906 @cindex stepping and signal handlers
6907 @anchor{stepping and signal handlers}
6908
6909 @value{GDBN} optimizes for stepping the mainline code. If a signal
6910 that has @code{handle nostop} and @code{handle pass} set arrives while
6911 a stepping command (e.g., @code{stepi}, @code{step}, @code{next}) is
6912 in progress, @value{GDBN} lets the signal handler run and then resumes
6913 stepping the mainline code once the signal handler returns. In other
6914 words, @value{GDBN} steps over the signal handler. This prevents
6915 signals that you've specified as not interesting (with @code{handle
6916 nostop}) from changing the focus of debugging unexpectedly. Note that
6917 the signal handler itself may still hit a breakpoint, stop for another
6918 signal that has @code{handle stop} in effect, or for any other event
6919 that normally results in stopping the stepping command sooner. Also
6920 note that @value{GDBN} still informs you that the program received a
6921 signal if @code{handle print} is set.
6922
6923 @anchor{stepping into signal handlers}
6924
6925 If you set @code{handle pass} for a signal, and your program sets up a
6926 handler for it, then issuing a stepping command, such as @code{step}
6927 or @code{stepi}, when your program is stopped due to the signal will
6928 step @emph{into} the signal handler (if the target supports that).
6929
6930 Likewise, if you use the @code{queue-signal} command to queue a signal
6931 to be delivered to the current thread when execution of the thread
6932 resumes (@pxref{Signaling, ,Giving your Program a Signal}), then a
6933 stepping command will step into the signal handler.
6934
6935 Here's an example, using @code{stepi} to step to the first instruction
6936 of @code{SIGUSR1}'s handler:
6937
6938 @smallexample
6939 (@value{GDBP}) handle SIGUSR1
6940 Signal Stop Print Pass to program Description
6941 SIGUSR1 Yes Yes Yes User defined signal 1
6942 (@value{GDBP}) c
6943 Continuing.
6944
6945 Program received signal SIGUSR1, User defined signal 1.
6946 main () sigusr1.c:28
6947 28 p = 0;
6948 (@value{GDBP}) si
6949 sigusr1_handler () at sigusr1.c:9
6950 9 @{
6951 @end smallexample
6952
6953 The same, but using @code{queue-signal} instead of waiting for the
6954 program to receive the signal first:
6955
6956 @smallexample
6957 (@value{GDBP}) n
6958 28 p = 0;
6959 (@value{GDBP}) queue-signal SIGUSR1
6960 (@value{GDBP}) si
6961 sigusr1_handler () at sigusr1.c:9
6962 9 @{
6963 (@value{GDBP})
6964 @end smallexample
6965
6966 @cindex extra signal information
6967 @anchor{extra signal information}
6968
6969 On some targets, @value{GDBN} can inspect extra signal information
6970 associated with the intercepted signal, before it is actually
6971 delivered to the program being debugged. This information is exported
6972 by the convenience variable @code{$_siginfo}, and consists of data
6973 that is passed by the kernel to the signal handler at the time of the
6974 receipt of a signal. The data type of the information itself is
6975 target dependent. You can see the data type using the @code{ptype
6976 $_siginfo} command. On Unix systems, it typically corresponds to the
6977 standard @code{siginfo_t} type, as defined in the @file{signal.h}
6978 system header.
6979
6980 Here's an example, on a @sc{gnu}/Linux system, printing the stray
6981 referenced address that raised a segmentation fault.
6982
6983 @smallexample
6984 @group
6985 (@value{GDBP}) continue
6986 Program received signal SIGSEGV, Segmentation fault.
6987 0x0000000000400766 in main ()
6988 69 *(int *)p = 0;
6989 (@value{GDBP}) ptype $_siginfo
6990 type = struct @{
6991 int si_signo;
6992 int si_errno;
6993 int si_code;
6994 union @{
6995 int _pad[28];
6996 struct @{...@} _kill;
6997 struct @{...@} _timer;
6998 struct @{...@} _rt;
6999 struct @{...@} _sigchld;
7000 struct @{...@} _sigfault;
7001 struct @{...@} _sigpoll;
7002 @} _sifields;
7003 @}
7004 (@value{GDBP}) ptype $_siginfo._sifields._sigfault
7005 type = struct @{
7006 void *si_addr;
7007 @}
7008 (@value{GDBP}) p $_siginfo._sifields._sigfault.si_addr
7009 $1 = (void *) 0x7ffff7ff7000
7010 @end group
7011 @end smallexample
7012
7013 Depending on target support, @code{$_siginfo} may also be writable.
7014
7015 @cindex Intel MPX boundary violations
7016 @cindex boundary violations, Intel MPX
7017 On some targets, a @code{SIGSEGV} can be caused by a boundary
7018 violation, i.e., accessing an address outside of the allowed range.
7019 In those cases @value{GDBN} may displays additional information,
7020 depending on how @value{GDBN} has been told to handle the signal.
7021 With @code{handle stop SIGSEGV}, @value{GDBN} displays the violation
7022 kind: "Upper" or "Lower", the memory address accessed and the
7023 bounds, while with @code{handle nostop SIGSEGV} no additional
7024 information is displayed.
7025
7026 The usual output of a segfault is:
7027 @smallexample
7028 Program received signal SIGSEGV, Segmentation fault
7029 0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
7030 68 value = *(p + len);
7031 @end smallexample
7032
7033 While a bound violation is presented as:
7034 @smallexample
7035 Program received signal SIGSEGV, Segmentation fault
7036 Upper bound violation while accessing address 0x7fffffffc3b3
7037 Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
7038 0x0000000000400d7c in upper () at i386-mpx-sigsegv.c:68
7039 68 value = *(p + len);
7040 @end smallexample
7041
7042 @node Thread Stops
7043 @section Stopping and Starting Multi-thread Programs
7044
7045 @cindex stopped threads
7046 @cindex threads, stopped
7047
7048 @cindex continuing threads
7049 @cindex threads, continuing
7050
7051 @value{GDBN} supports debugging programs with multiple threads
7052 (@pxref{Threads,, Debugging Programs with Multiple Threads}). There
7053 are two modes of controlling execution of your program within the
7054 debugger. In the default mode, referred to as @dfn{all-stop mode},
7055 when any thread in your program stops (for example, at a breakpoint
7056 or while being stepped), all other threads in the program are also stopped by
7057 @value{GDBN}. On some targets, @value{GDBN} also supports
7058 @dfn{non-stop mode}, in which other threads can continue to run freely while
7059 you examine the stopped thread in the debugger.
7060
7061 @menu
7062 * All-Stop Mode:: All threads stop when GDB takes control
7063 * Non-Stop Mode:: Other threads continue to execute
7064 * Background Execution:: Running your program asynchronously
7065 * Thread-Specific Breakpoints:: Controlling breakpoints
7066 * Interrupted System Calls:: GDB may interfere with system calls
7067 * Observer Mode:: GDB does not alter program behavior
7068 @end menu
7069
7070 @node All-Stop Mode
7071 @subsection All-Stop Mode
7072
7073 @cindex all-stop mode
7074
7075 In all-stop mode, whenever your program stops under @value{GDBN} for any reason,
7076 @emph{all} threads of execution stop, not just the current thread. This
7077 allows you to examine the overall state of the program, including
7078 switching between threads, without worrying that things may change
7079 underfoot.
7080
7081 Conversely, whenever you restart the program, @emph{all} threads start
7082 executing. @emph{This is true even when single-stepping} with commands
7083 like @code{step} or @code{next}.
7084
7085 In particular, @value{GDBN} cannot single-step all threads in lockstep.
7086 Since thread scheduling is up to your debugging target's operating
7087 system (not controlled by @value{GDBN}), other threads may
7088 execute more than one statement while the current thread completes a
7089 single step. Moreover, in general other threads stop in the middle of a
7090 statement, rather than at a clean statement boundary, when the program
7091 stops.
7092
7093 You might even find your program stopped in another thread after
7094 continuing or even single-stepping. This happens whenever some other
7095 thread runs into a breakpoint, a signal, or an exception before the
7096 first thread completes whatever you requested.
7097
7098 @cindex automatic thread selection
7099 @cindex switching threads automatically
7100 @cindex threads, automatic switching
7101 Whenever @value{GDBN} stops your program, due to a breakpoint or a
7102 signal, it automatically selects the thread where that breakpoint or
7103 signal happened. @value{GDBN} alerts you to the context switch with a
7104 message such as @samp{[Switching to Thread @var{n}]} to identify the
7105 thread.
7106
7107 @anchor{set scheduler-locking}
7108
7109 On some OSes, you can modify @value{GDBN}'s default behavior by
7110 locking the OS scheduler to allow only a single thread to run.
7111
7112 @table @code
7113 @item set scheduler-locking @var{mode}
7114 @cindex scheduler-locking
7115 @cindex scheduler locking mode
7116 @cindex lock scheduler
7117 Set the scheduler locking mode. It applies to normal execution,
7118 record mode, and replay mode. @var{mode} can be one of
7119 the following:
7120
7121 @table @code
7122 @item off
7123 There is no locking and any thread may run at any time.
7124
7125 @item on
7126 Only the current thread may run when the inferior is resumed. New
7127 threads created by the resumed thread are held stopped at their entry
7128 point, before they execute any instruction.
7129
7130 @item step
7131 Behaves like @code{on} when stepping, and @code{off} otherwise.
7132 Threads other than the current never get a chance to run when you
7133 step, and they are completely free to run when you use commands like
7134 @samp{continue}, @samp{until}, or @samp{finish}.
7135
7136 This mode optimizes for single-stepping; it prevents other threads
7137 from preempting the current thread while you are stepping, so that the
7138 focus of debugging does not change unexpectedly. However, unless
7139 another thread hits a breakpoint during its timeslice, @value{GDBN}
7140 does not change the current thread away from the thread that you are
7141 debugging.
7142
7143 @item replay
7144 Behaves like @code{on} in replay mode, and @code{off} in either record
7145 mode or during normal execution. This is the default mode.
7146 @end table
7147
7148 @item show scheduler-locking
7149 Display the current scheduler locking mode.
7150 @end table
7151
7152 @cindex resume threads of multiple processes simultaneously
7153 By default, when you issue one of the execution commands such as
7154 @code{continue}, @code{next} or @code{step}, @value{GDBN} allows only
7155 threads of the current inferior to run. For example, if @value{GDBN}
7156 is attached to two inferiors, each with two threads, the
7157 @code{continue} command resumes only the two threads of the current
7158 inferior. This is useful, for example, when you debug a program that
7159 forks and you want to hold the parent stopped (so that, for instance,
7160 it doesn't run to exit), while you debug the child. In other
7161 situations, you may not be interested in inspecting the current state
7162 of any of the processes @value{GDBN} is attached to, and you may want
7163 to resume them all until some breakpoint is hit. In the latter case,
7164 you can instruct @value{GDBN} to allow all threads of all the
7165 inferiors to run with the @w{@code{set schedule-multiple}} command.
7166
7167 @table @code
7168 @kindex set schedule-multiple
7169 @item set schedule-multiple
7170 Set the mode for allowing threads of multiple processes to be resumed
7171 when an execution command is issued. When @code{on}, all threads of
7172 all processes are allowed to run. When @code{off}, only the threads
7173 of the current process are resumed. The default is @code{off}. The
7174 @code{scheduler-locking} mode takes precedence when set to @code{on},
7175 or while you are stepping and set to @code{step}.
7176
7177 @item show schedule-multiple
7178 Display the current mode for resuming the execution of threads of
7179 multiple processes.
7180 @end table
7181
7182 @node Non-Stop Mode
7183 @subsection Non-Stop Mode
7184
7185 @cindex non-stop mode
7186
7187 @c This section is really only a place-holder, and needs to be expanded
7188 @c with more details.
7189
7190 For some multi-threaded targets, @value{GDBN} supports an optional
7191 mode of operation in which you can examine stopped program threads in
7192 the debugger while other threads continue to execute freely. This
7193 minimizes intrusion when debugging live systems, such as programs
7194 where some threads have real-time constraints or must continue to
7195 respond to external events. This is referred to as @dfn{non-stop} mode.
7196
7197 In non-stop mode, when a thread stops to report a debugging event,
7198 @emph{only} that thread is stopped; @value{GDBN} does not stop other
7199 threads as well, in contrast to the all-stop mode behavior. Additionally,
7200 execution commands such as @code{continue} and @code{step} apply by default
7201 only to the current thread in non-stop mode, rather than all threads as
7202 in all-stop mode. This allows you to control threads explicitly in
7203 ways that are not possible in all-stop mode --- for example, stepping
7204 one thread while allowing others to run freely, stepping
7205 one thread while holding all others stopped, or stepping several threads
7206 independently and simultaneously.
7207
7208 To enter non-stop mode, use this sequence of commands before you run
7209 or attach to your program:
7210
7211 @smallexample
7212 # If using the CLI, pagination breaks non-stop.
7213 set pagination off
7214
7215 # Finally, turn it on!
7216 set non-stop on
7217 @end smallexample
7218
7219 You can use these commands to manipulate the non-stop mode setting:
7220
7221 @table @code
7222 @kindex set non-stop
7223 @item set non-stop on
7224 Enable selection of non-stop mode.
7225 @item set non-stop off
7226 Disable selection of non-stop mode.
7227 @kindex show non-stop
7228 @item show non-stop
7229 Show the current non-stop enablement setting.
7230 @end table
7231
7232 Note these commands only reflect whether non-stop mode is enabled,
7233 not whether the currently-executing program is being run in non-stop mode.
7234 In particular, the @code{set non-stop} preference is only consulted when
7235 @value{GDBN} starts or connects to the target program, and it is generally
7236 not possible to switch modes once debugging has started. Furthermore,
7237 since not all targets support non-stop mode, even when you have enabled
7238 non-stop mode, @value{GDBN} may still fall back to all-stop operation by
7239 default.
7240
7241 In non-stop mode, all execution commands apply only to the current thread
7242 by default. That is, @code{continue} only continues one thread.
7243 To continue all threads, issue @code{continue -a} or @code{c -a}.
7244
7245 You can use @value{GDBN}'s background execution commands
7246 (@pxref{Background Execution}) to run some threads in the background
7247 while you continue to examine or step others from @value{GDBN}.
7248 The MI execution commands (@pxref{GDB/MI Program Execution}) are
7249 always executed asynchronously in non-stop mode.
7250
7251 Suspending execution is done with the @code{interrupt} command when
7252 running in the background, or @kbd{Ctrl-c} during foreground execution.
7253 In all-stop mode, this stops the whole process;
7254 but in non-stop mode the interrupt applies only to the current thread.
7255 To stop the whole program, use @code{interrupt -a}.
7256
7257 Other execution commands do not currently support the @code{-a} option.
7258
7259 In non-stop mode, when a thread stops, @value{GDBN} doesn't automatically make
7260 that thread current, as it does in all-stop mode. This is because the
7261 thread stop notifications are asynchronous with respect to @value{GDBN}'s
7262 command interpreter, and it would be confusing if @value{GDBN} unexpectedly
7263 changed to a different thread just as you entered a command to operate on the
7264 previously current thread.
7265
7266 @node Background Execution
7267 @subsection Background Execution
7268
7269 @cindex foreground execution
7270 @cindex background execution
7271 @cindex asynchronous execution
7272 @cindex execution, foreground, background and asynchronous
7273
7274 @value{GDBN}'s execution commands have two variants: the normal
7275 foreground (synchronous) behavior, and a background
7276 (asynchronous) behavior. In foreground execution, @value{GDBN} waits for
7277 the program to report that some thread has stopped before prompting for
7278 another command. In background execution, @value{GDBN} immediately gives
7279 a command prompt so that you can issue other commands while your program runs.
7280
7281 If the target doesn't support async mode, @value{GDBN} issues an error
7282 message if you attempt to use the background execution commands.
7283
7284 @cindex @code{&}, background execution of commands
7285 To specify background execution, add a @code{&} to the command. For example,
7286 the background form of the @code{continue} command is @code{continue&}, or
7287 just @code{c&}. The execution commands that accept background execution
7288 are:
7289
7290 @table @code
7291 @kindex run&
7292 @item run
7293 @xref{Starting, , Starting your Program}.
7294
7295 @item attach
7296 @kindex attach&
7297 @xref{Attach, , Debugging an Already-running Process}.
7298
7299 @item step
7300 @kindex step&
7301 @xref{Continuing and Stepping, step}.
7302
7303 @item stepi
7304 @kindex stepi&
7305 @xref{Continuing and Stepping, stepi}.
7306
7307 @item next
7308 @kindex next&
7309 @xref{Continuing and Stepping, next}.
7310
7311 @item nexti
7312 @kindex nexti&
7313 @xref{Continuing and Stepping, nexti}.
7314
7315 @item continue
7316 @kindex continue&
7317 @xref{Continuing and Stepping, continue}.
7318
7319 @item finish
7320 @kindex finish&
7321 @xref{Continuing and Stepping, finish}.
7322
7323 @item until
7324 @kindex until&
7325 @xref{Continuing and Stepping, until}.
7326
7327 @end table
7328
7329 Background execution is especially useful in conjunction with non-stop
7330 mode for debugging programs with multiple threads; see @ref{Non-Stop Mode}.
7331 However, you can also use these commands in the normal all-stop mode with
7332 the restriction that you cannot issue another execution command until the
7333 previous one finishes. Examples of commands that are valid in all-stop
7334 mode while the program is running include @code{help} and @code{info break}.
7335
7336 You can interrupt your program while it is running in the background by
7337 using the @code{interrupt} command.
7338
7339 @table @code
7340 @kindex interrupt
7341 @item interrupt
7342 @itemx interrupt -a
7343
7344 Suspend execution of the running program. In all-stop mode,
7345 @code{interrupt} stops the whole process, but in non-stop mode, it stops
7346 only the current thread. To stop the whole program in non-stop mode,
7347 use @code{interrupt -a}.
7348 @end table
7349
7350 @node Thread-Specific Breakpoints
7351 @subsection Thread-Specific Breakpoints
7352
7353 When your program has multiple threads (@pxref{Threads,, Debugging
7354 Programs with Multiple Threads}), you can choose whether to set
7355 breakpoints on all threads, or on a particular thread.
7356
7357 @table @code
7358 @cindex breakpoints and threads
7359 @cindex thread breakpoints
7360 @kindex break @dots{} thread @var{thread-id}
7361 @item break @var{locspec} thread @var{thread-id}
7362 @itemx break @var{locspec} thread @var{thread-id} if @dots{}
7363 @var{locspec} specifies a code location or locations in your program.
7364 @xref{Location Specifications}, for details.
7365
7366 Use the qualifier @samp{thread @var{thread-id}} with a breakpoint command
7367 to specify that you only want @value{GDBN} to stop the program when a
7368 particular thread reaches this breakpoint. The @var{thread-id} specifier
7369 is one of the thread identifiers assigned by @value{GDBN}, shown
7370 in the first column of the @samp{info threads} display.
7371
7372 If you do not specify @samp{thread @var{thread-id}} when you set a
7373 breakpoint, the breakpoint applies to @emph{all} threads of your
7374 program.
7375
7376 You can use the @code{thread} qualifier on conditional breakpoints as
7377 well; in this case, place @samp{thread @var{thread-id}} before or
7378 after the breakpoint condition, like this:
7379
7380 @smallexample
7381 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
7382 @end smallexample
7383
7384 @end table
7385
7386 Thread-specific breakpoints are automatically deleted when
7387 @value{GDBN} detects the corresponding thread is no longer in the
7388 thread list. For example:
7389
7390 @smallexample
7391 (@value{GDBP}) c
7392 Thread-specific breakpoint 3 deleted - thread 28 no longer in the thread list.
7393 @end smallexample
7394
7395 There are several ways for a thread to disappear, such as a regular
7396 thread exit, but also when you detach from the process with the
7397 @code{detach} command (@pxref{Attach, ,Debugging an Already-running
7398 Process}), or if @value{GDBN} loses the remote connection
7399 (@pxref{Remote Debugging}), etc. Note that with some targets,
7400 @value{GDBN} is only able to detect a thread has exited when the user
7401 explicitly asks for the thread list with the @code{info threads}
7402 command.
7403
7404 A breakpoint can't be both thread-specific and inferior-specific
7405 (@pxref{Inferior-Specific Breakpoints}), or task-specific (@pxref{Ada
7406 Tasks}); using more than one of the @code{thread}, @code{inferior}, or
7407 @code{task} keywords when creating a breakpoint will give an error.
7408
7409 @node Interrupted System Calls
7410 @subsection Interrupted System Calls
7411
7412 @cindex thread breakpoints and system calls
7413 @cindex system calls and thread breakpoints
7414 @cindex premature return from system calls
7415 There is an unfortunate side effect when using @value{GDBN} to debug
7416 multi-threaded programs. If one thread stops for a
7417 breakpoint, or for some other reason, and another thread is blocked in a
7418 system call, then the system call may return prematurely. This is a
7419 consequence of the interaction between multiple threads and the signals
7420 that @value{GDBN} uses to implement breakpoints and other events that
7421 stop execution.
7422
7423 To handle this problem, your program should check the return value of
7424 each system call and react appropriately. This is good programming
7425 style anyways.
7426
7427 For example, do not write code like this:
7428
7429 @smallexample
7430 sleep (10);
7431 @end smallexample
7432
7433 The call to @code{sleep} will return early if a different thread stops
7434 at a breakpoint or for some other reason.
7435
7436 Instead, write this:
7437
7438 @smallexample
7439 int unslept = 10;
7440 while (unslept > 0)
7441 unslept = sleep (unslept);
7442 @end smallexample
7443
7444 A system call is allowed to return early, so the system is still
7445 conforming to its specification. But @value{GDBN} does cause your
7446 multi-threaded program to behave differently than it would without
7447 @value{GDBN}.
7448
7449 Also, @value{GDBN} uses internal breakpoints in the thread library to
7450 monitor certain events such as thread creation and thread destruction.
7451 When such an event happens, a system call in another thread may return
7452 prematurely, even though your program does not appear to stop.
7453
7454 @node Observer Mode
7455 @subsection Observer Mode
7456
7457 If you want to build on non-stop mode and observe program behavior
7458 without any chance of disruption by @value{GDBN}, you can set
7459 variables to disable all of the debugger's attempts to modify state,
7460 whether by writing memory, inserting breakpoints, etc. These operate
7461 at a low level, intercepting operations from all commands.
7462
7463 When all of these are set to @code{off}, then @value{GDBN} is said to
7464 be @dfn{observer mode}. As a convenience, the variable
7465 @code{observer} can be set to disable these, plus enable non-stop
7466 mode.
7467
7468 Note that @value{GDBN} will not prevent you from making nonsensical
7469 combinations of these settings. For instance, if you have enabled
7470 @code{may-insert-breakpoints} but disabled @code{may-write-memory},
7471 then breakpoints that work by writing trap instructions into the code
7472 stream will still not be able to be placed.
7473
7474 @table @code
7475
7476 @kindex observer
7477 @item set observer on
7478 @itemx set observer off
7479 When set to @code{on}, this disables all the permission variables
7480 below (except for @code{insert-fast-tracepoints}), plus enables
7481 non-stop debugging. Setting this to @code{off} switches back to
7482 normal debugging, though remaining in non-stop mode.
7483
7484 @item show observer
7485 Show whether observer mode is on or off.
7486
7487 @kindex may-write-registers
7488 @item set may-write-registers on
7489 @itemx set may-write-registers off
7490 This controls whether @value{GDBN} will attempt to alter the values of
7491 registers, such as with assignment expressions in @code{print}, or the
7492 @code{jump} command. It defaults to @code{on}.
7493
7494 @item show may-write-registers
7495 Show the current permission to write registers.
7496
7497 @kindex may-write-memory
7498 @item set may-write-memory on
7499 @itemx set may-write-memory off
7500 This controls whether @value{GDBN} will attempt to alter the contents
7501 of memory, such as with assignment expressions in @code{print}. It
7502 defaults to @code{on}.
7503
7504 @item show may-write-memory
7505 Show the current permission to write memory.
7506
7507 @kindex may-insert-breakpoints
7508 @item set may-insert-breakpoints on
7509 @itemx set may-insert-breakpoints off
7510 This controls whether @value{GDBN} will attempt to insert breakpoints.
7511 This affects all breakpoints, including internal breakpoints defined
7512 by @value{GDBN}. It defaults to @code{on}.
7513
7514 @item show may-insert-breakpoints
7515 Show the current permission to insert breakpoints.
7516
7517 @kindex may-insert-tracepoints
7518 @item set may-insert-tracepoints on
7519 @itemx set may-insert-tracepoints off
7520 This controls whether @value{GDBN} will attempt to insert (regular)
7521 tracepoints at the beginning of a tracing experiment. It affects only
7522 non-fast tracepoints, fast tracepoints being under the control of
7523 @code{may-insert-fast-tracepoints}. It defaults to @code{on}.
7524
7525 @item show may-insert-tracepoints
7526 Show the current permission to insert tracepoints.
7527
7528 @kindex may-insert-fast-tracepoints
7529 @item set may-insert-fast-tracepoints on
7530 @itemx set may-insert-fast-tracepoints off
7531 This controls whether @value{GDBN} will attempt to insert fast
7532 tracepoints at the beginning of a tracing experiment. It affects only
7533 fast tracepoints, regular (non-fast) tracepoints being under the
7534 control of @code{may-insert-tracepoints}. It defaults to @code{on}.
7535
7536 @item show may-insert-fast-tracepoints
7537 Show the current permission to insert fast tracepoints.
7538
7539 @kindex may-interrupt
7540 @item set may-interrupt on
7541 @itemx set may-interrupt off
7542 This controls whether @value{GDBN} will attempt to interrupt or stop
7543 program execution. When this variable is @code{off}, the
7544 @code{interrupt} command will have no effect, nor will
7545 @kbd{Ctrl-c}. It defaults to @code{on}.
7546
7547 @item show may-interrupt
7548 Show the current permission to interrupt or stop the program.
7549
7550 @end table
7551
7552 @node Reverse Execution
7553 @chapter Running programs backward
7554 @cindex reverse execution
7555 @cindex running programs backward
7556
7557 When you are debugging a program, it is not unusual to realize that
7558 you have gone too far, and some event of interest has already happened.
7559 If the target environment supports it, @value{GDBN} can allow you to
7560 ``rewind'' the program by running it backward.
7561
7562 A target environment that supports reverse execution should be able
7563 to ``undo'' the changes in machine state that have taken place as the
7564 program was executing normally. Variables, registers etc.@: should
7565 revert to their previous values. Obviously this requires a great
7566 deal of sophistication on the part of the target environment; not
7567 all target environments can support reverse execution.
7568
7569 When a program is executed in reverse, the instructions that
7570 have most recently been executed are ``un-executed'', in reverse
7571 order. The program counter runs backward, following the previous
7572 thread of execution in reverse. As each instruction is ``un-executed'',
7573 the values of memory and/or registers that were changed by that
7574 instruction are reverted to their previous states. After executing
7575 a piece of source code in reverse, all side effects of that code
7576 should be ``undone'', and all variables should be returned to their
7577 prior values@footnote{
7578 Note that some side effects are easier to undo than others. For instance,
7579 memory and registers are relatively easy, but device I/O is hard. Some
7580 targets may be able undo things like device I/O, and some may not.
7581
7582 The contract between @value{GDBN} and the reverse executing target
7583 requires only that the target do something reasonable when
7584 @value{GDBN} tells it to execute backwards, and then report the
7585 results back to @value{GDBN}. Whatever the target reports back to
7586 @value{GDBN}, @value{GDBN} will report back to the user. @value{GDBN}
7587 assumes that the memory and registers that the target reports are in a
7588 consistent state, but @value{GDBN} accepts whatever it is given.
7589 }.
7590
7591 On some platforms, @value{GDBN} has built-in support for reverse
7592 execution, activated with the @code{record} or @code{record btrace}
7593 commands. @xref{Process Record and Replay}. Some remote targets,
7594 typically full system emulators, support reverse execution directly
7595 without requiring any special command.
7596
7597 If you are debugging in a target environment that supports
7598 reverse execution, @value{GDBN} provides the following commands.
7599
7600 @table @code
7601 @kindex reverse-continue
7602 @kindex rc @r{(@code{reverse-continue})}
7603 @item reverse-continue @r{[}@var{ignore-count}@r{]}
7604 @itemx rc @r{[}@var{ignore-count}@r{]}
7605 Beginning at the point where your program last stopped, start executing
7606 in reverse. Reverse execution will stop for breakpoints and synchronous
7607 exceptions (signals), just like normal execution. Behavior of
7608 asynchronous signals depends on the target environment.
7609
7610 @kindex reverse-step
7611 @kindex rs @r{(@code{step})}
7612 @item reverse-step @r{[}@var{count}@r{]}
7613 Run the program backward until control reaches the start of a
7614 different source line; then stop it, and return control to @value{GDBN}.
7615
7616 Like the @code{step} command, @code{reverse-step} will only stop
7617 at the beginning of a source line. It ``un-executes'' the previously
7618 executed source line. If the previous source line included calls to
7619 debuggable functions, @code{reverse-step} will step (backward) into
7620 the called function, stopping at the beginning of the @emph{last}
7621 statement in the called function (typically a return statement).
7622
7623 Also, as with the @code{step} command, if non-debuggable functions are
7624 called, @code{reverse-step} will run thru them backward without stopping.
7625
7626 @kindex reverse-stepi
7627 @kindex rsi @r{(@code{reverse-stepi})}
7628 @item reverse-stepi @r{[}@var{count}@r{]}
7629 Reverse-execute one machine instruction. Note that the instruction
7630 to be reverse-executed is @emph{not} the one pointed to by the program
7631 counter, but the instruction executed prior to that one. For instance,
7632 if the last instruction was a jump, @code{reverse-stepi} will take you
7633 back from the destination of the jump to the jump instruction itself.
7634
7635 @kindex reverse-next
7636 @kindex rn @r{(@code{reverse-next})}
7637 @item reverse-next @r{[}@var{count}@r{]}
7638 Run backward to the beginning of the previous line executed in
7639 the current (innermost) stack frame. If the line contains function
7640 calls, they will be ``un-executed'' without stopping. Starting from
7641 the first line of a function, @code{reverse-next} will take you back
7642 to the caller of that function, @emph{before} the function was called,
7643 just as the normal @code{next} command would take you from the last
7644 line of a function back to its return to its caller
7645 @footnote{Unless the code is too heavily optimized.}.
7646
7647 @kindex reverse-nexti
7648 @kindex rni @r{(@code{reverse-nexti})}
7649 @item reverse-nexti @r{[}@var{count}@r{]}
7650 Like @code{nexti}, @code{reverse-nexti} executes a single instruction
7651 in reverse, except that called functions are ``un-executed'' atomically.
7652 That is, if the previously executed instruction was a return from
7653 another function, @code{reverse-nexti} will continue to execute
7654 in reverse until the call to that function (from the current stack
7655 frame) is reached.
7656
7657 @kindex reverse-finish
7658 @item reverse-finish
7659 Just as the @code{finish} command takes you to the point where the
7660 current function returns, @code{reverse-finish} takes you to the point
7661 where it was called. Instead of ending up at the end of the current
7662 function invocation, you end up at the beginning.
7663
7664 @kindex set exec-direction
7665 @item set exec-direction
7666 Set the direction of target execution.
7667 @item set exec-direction reverse
7668 @cindex execute forward or backward in time
7669 @value{GDBN} will perform all execution commands in reverse, until the
7670 exec-direction mode is changed to ``forward''. Affected commands include
7671 @code{step, stepi, next, nexti, continue, and finish}. The @code{return}
7672 command cannot be used in reverse mode.
7673 @item set exec-direction forward
7674 @value{GDBN} will perform all execution commands in the normal fashion.
7675 This is the default.
7676 @end table
7677
7678
7679 @node Process Record and Replay
7680 @chapter Recording Inferior's Execution and Replaying It
7681 @cindex process record and replay
7682 @cindex recording inferior's execution and replaying it
7683
7684 On some platforms, @value{GDBN} provides a special @dfn{process record
7685 and replay} target that can record a log of the process execution, and
7686 replay it later with both forward and reverse execution commands.
7687
7688 @cindex replay mode
7689 When this target is in use, if the execution log includes the record
7690 for the next instruction, @value{GDBN} will debug in @dfn{replay
7691 mode}. In the replay mode, the inferior does not really execute code
7692 instructions. Instead, all the events that normally happen during
7693 code execution are taken from the execution log. While code is not
7694 really executed in replay mode, the values of registers (including the
7695 program counter register) and the memory of the inferior are still
7696 changed as they normally would. Their contents are taken from the
7697 execution log.
7698
7699 @cindex record mode
7700 If the record for the next instruction is not in the execution log,
7701 @value{GDBN} will debug in @dfn{record mode}. In this mode, the
7702 inferior executes normally, and @value{GDBN} records the execution log
7703 for future replay.
7704
7705 The process record and replay target supports reverse execution
7706 (@pxref{Reverse Execution}), even if the platform on which the
7707 inferior runs does not. However, the reverse execution is limited in
7708 this case by the range of the instructions recorded in the execution
7709 log. In other words, reverse execution on platforms that don't
7710 support it directly can only be done in the replay mode.
7711
7712 When debugging in the reverse direction, @value{GDBN} will work in
7713 replay mode as long as the execution log includes the record for the
7714 previous instruction; otherwise, it will work in record mode, if the
7715 platform supports reverse execution, or stop if not.
7716
7717 Currently, process record and replay is supported on ARM, Aarch64,
7718 Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running
7719 GNU/Linux. Process record and replay can be used both when native
7720 debugging, and when remote debugging via @code{gdbserver}.
7721
7722 For architecture environments that support process record and replay,
7723 @value{GDBN} provides the following commands:
7724
7725 @table @code
7726 @kindex target record
7727 @kindex target record-full
7728 @kindex target record-btrace
7729 @kindex record
7730 @kindex record full
7731 @kindex record btrace
7732 @kindex record btrace bts
7733 @kindex record btrace pt
7734 @kindex record bts
7735 @kindex record pt
7736 @kindex rec
7737 @kindex rec full
7738 @kindex rec btrace
7739 @kindex rec btrace bts
7740 @kindex rec btrace pt
7741 @kindex rec bts
7742 @kindex rec pt
7743 @item record @var{method}
7744 This command starts the process record and replay target. The
7745 recording method can be specified as parameter. Without a parameter
7746 the command uses the @code{full} recording method. The following
7747 recording methods are available:
7748
7749 @table @code
7750 @item full
7751 Full record/replay recording using @value{GDBN}'s software record and
7752 replay implementation. This method allows replaying and reverse
7753 execution.
7754
7755 @item btrace @var{format}
7756 Hardware-supported instruction recording, supported on Intel
7757 processors. This method does not record data. Further, the data is
7758 collected in a ring buffer so old data will be overwritten when the
7759 buffer is full. It allows limited reverse execution. Variables and
7760 registers are not available during reverse execution. In remote
7761 debugging, recording continues on disconnect. Recorded data can be
7762 inspected after reconnecting. The recording may be stopped using
7763 @code{record stop}.
7764
7765 The recording format can be specified as parameter. Without a parameter
7766 the command chooses the recording format. The following recording
7767 formats are available:
7768
7769 @table @code
7770 @item bts
7771 @cindex branch trace store
7772 Use the @dfn{Branch Trace Store} (@acronym{BTS}) recording format. In
7773 this format, the processor stores a from/to record for each executed
7774 branch in the btrace ring buffer.
7775
7776 @item pt
7777 @cindex Intel Processor Trace
7778 Use the @dfn{Intel Processor Trace} recording format. In this
7779 format, the processor stores the execution trace in a compressed form
7780 that is afterwards decoded by @value{GDBN}.
7781
7782 The trace can be recorded with very low overhead. The compressed
7783 trace format also allows small trace buffers to already contain a big
7784 number of instructions compared to @acronym{BTS}.
7785
7786 Decoding the recorded execution trace, on the other hand, is more
7787 expensive than decoding @acronym{BTS} trace. This is mostly due to the
7788 increased number of instructions to process. You should increase the
7789 buffer-size with care.
7790 @end table
7791
7792 Not all recording formats may be available on all processors.
7793 @end table
7794
7795 The process record and replay target can only debug a process that is
7796 already running. Therefore, you need first to start the process with
7797 the @kbd{run} or @kbd{start} commands, and then start the recording
7798 with the @kbd{record @var{method}} command.
7799
7800 @cindex displaced stepping, and process record and replay
7801 Displaced stepping (@pxref{Maintenance Commands,, displaced stepping})
7802 will be automatically disabled when process record and replay target
7803 is started. That's because the process record and replay target
7804 doesn't support displaced stepping.
7805
7806 @cindex non-stop mode, and process record and replay
7807 @cindex asynchronous execution, and process record and replay
7808 If the inferior is in the non-stop mode (@pxref{Non-Stop Mode}) or in
7809 the asynchronous execution mode (@pxref{Background Execution}), not
7810 all recording methods are available. The @code{full} recording method
7811 does not support these two modes.
7812
7813 @kindex record stop
7814 @kindex rec s
7815 @item record stop
7816 Stop the process record and replay target. When process record and
7817 replay target stops, the entire execution log will be deleted and the
7818 inferior will either be terminated, or will remain in its final state.
7819
7820 When you stop the process record and replay target in record mode (at
7821 the end of the execution log), the inferior will be stopped at the
7822 next instruction that would have been recorded. In other words, if
7823 you record for a while and then stop recording, the inferior process
7824 will be left in the same state as if the recording never happened.
7825
7826 On the other hand, if the process record and replay target is stopped
7827 while in replay mode (that is, not at the end of the execution log,
7828 but at some earlier point), the inferior process will become ``live''
7829 at that earlier state, and it will then be possible to continue the
7830 usual ``live'' debugging of the process from that state.
7831
7832 When the inferior process exits, or @value{GDBN} detaches from it,
7833 process record and replay target will automatically stop itself.
7834
7835 @kindex record goto
7836 @item record goto
7837 Go to a specific location in the execution log. There are several
7838 ways to specify the location to go to:
7839
7840 @table @code
7841 @item record goto begin
7842 @itemx record goto start
7843 Go to the beginning of the execution log.
7844
7845 @item record goto end
7846 Go to the end of the execution log.
7847
7848 @item record goto @var{n}
7849 Go to instruction number @var{n} in the execution log.
7850 @end table
7851
7852 @kindex record save
7853 @item record save @var{filename}
7854 Save the execution log to a file @file{@var{filename}}.
7855 Default filename is @file{gdb_record.@var{process_id}}, where
7856 @var{process_id} is the process ID of the inferior.
7857
7858 This command may not be available for all recording methods.
7859
7860 @kindex record restore
7861 @item record restore @var{filename}
7862 Restore the execution log from a file @file{@var{filename}}.
7863 File must have been created with @code{record save}.
7864
7865 @kindex set record full
7866 @item set record full insn-number-max @var{limit}
7867 @itemx set record full insn-number-max unlimited
7868 Set the limit of instructions to be recorded for the @code{full}
7869 recording method. Default value is 200000.
7870
7871 If @var{limit} is a positive number, then @value{GDBN} will start
7872 deleting instructions from the log once the number of the record
7873 instructions becomes greater than @var{limit}. For every new recorded
7874 instruction, @value{GDBN} will delete the earliest recorded
7875 instruction to keep the number of recorded instructions at the limit.
7876 (Since deleting recorded instructions loses information, @value{GDBN}
7877 lets you control what happens when the limit is reached, by means of
7878 the @code{stop-at-limit} option, described below.)
7879
7880 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will never
7881 delete recorded instructions from the execution log. The number of
7882 recorded instructions is limited only by the available memory.
7883
7884 @kindex show record full
7885 @item show record full insn-number-max
7886 Show the limit of instructions to be recorded with the @code{full}
7887 recording method.
7888
7889 @item set record full stop-at-limit
7890 Control the behavior of the @code{full} recording method when the
7891 number of recorded instructions reaches the limit. If ON (the
7892 default), @value{GDBN} will stop when the limit is reached for the
7893 first time and ask you whether you want to stop the inferior or
7894 continue running it and recording the execution log. If you decide
7895 to continue recording, each new recorded instruction will cause the
7896 oldest one to be deleted.
7897
7898 If this option is OFF, @value{GDBN} will automatically delete the
7899 oldest record to make room for each new one, without asking.
7900
7901 @item show record full stop-at-limit
7902 Show the current setting of @code{stop-at-limit}.
7903
7904 @item set record full memory-query
7905 Control the behavior when @value{GDBN} is unable to record memory
7906 changes caused by an instruction for the @code{full} recording method.
7907 If ON, @value{GDBN} will query whether to stop the inferior in that
7908 case.
7909
7910 If this option is OFF (the default), @value{GDBN} will automatically
7911 ignore the effect of such instructions on memory. Later, when
7912 @value{GDBN} replays this execution log, it will mark the log of this
7913 instruction as not accessible, and it will not affect the replay
7914 results.
7915
7916 @item show record full memory-query
7917 Show the current setting of @code{memory-query}.
7918
7919 @kindex set record btrace
7920 The @code{btrace} record target does not trace data. As a
7921 convenience, when replaying, @value{GDBN} reads read-only memory off
7922 the live program directly, assuming that the addresses of the
7923 read-only areas don't change. This for example makes it possible to
7924 disassemble code while replaying, but not to print variables.
7925 In some cases, being able to inspect variables might be useful.
7926 You can use the following command for that:
7927
7928 @item set record btrace replay-memory-access
7929 Control the behavior of the @code{btrace} recording method when
7930 accessing memory during replay. If @code{read-only} (the default),
7931 @value{GDBN} will only allow accesses to read-only memory.
7932 If @code{read-write}, @value{GDBN} will allow accesses to read-only
7933 and to read-write memory. Beware that the accessed memory corresponds
7934 to the live target and not necessarily to the current replay
7935 position.
7936
7937 @item set record btrace cpu @var{identifier}
7938 Set the processor to be used for enabling workarounds for processor
7939 errata when decoding the trace.
7940
7941 Processor errata are defects in processor operation, caused by its
7942 design or manufacture. They can cause a trace not to match the
7943 specification. This, in turn, may cause trace decode to fail.
7944 @value{GDBN} can detect erroneous trace packets and correct them, thus
7945 avoiding the decoding failures. These corrections are known as
7946 @dfn{errata workarounds}, and are enabled based on the processor on
7947 which the trace was recorded.
7948
7949 By default, @value{GDBN} attempts to detect the processor
7950 automatically, and apply the necessary workarounds for it. However,
7951 you may need to specify the processor if @value{GDBN} does not yet
7952 support it. This command allows you to do that, and also allows to
7953 disable the workarounds.
7954
7955 The argument @var{identifier} identifies the @sc{cpu} and is of the
7956 form: @code{@var{vendor}:@var{processor identifier}}. In addition,
7957 there are two special identifiers, @code{none} and @code{auto}
7958 (default).
7959
7960 The following vendor identifiers and corresponding processor
7961 identifiers are currently supported:
7962
7963 @multitable @columnfractions .1 .9
7964
7965 @item @code{intel}
7966 @tab @var{family}/@var{model}[/@var{stepping}]
7967
7968 @end multitable
7969
7970 On GNU/Linux systems, the processor @var{family}, @var{model}, and
7971 @var{stepping} can be obtained from @code{/proc/cpuinfo}.
7972
7973 If @var{identifier} is @code{auto}, enable errata workarounds for the
7974 processor on which the trace was recorded. If @var{identifier} is
7975 @code{none}, errata workarounds are disabled.
7976
7977 For example, when using an old @value{GDBN} on a new system, decode
7978 may fail because @value{GDBN} does not support the new processor. It
7979 often suffices to specify an older processor that @value{GDBN}
7980 supports.
7981
7982 @smallexample
7983 (@value{GDBP}) info record
7984 Active record target: record-btrace
7985 Recording format: Intel Processor Trace.
7986 Buffer size: 16kB.
7987 Failed to configure the Intel Processor Trace decoder: unknown cpu.
7988 (@value{GDBP}) set record btrace cpu intel:6/158
7989 (@value{GDBP}) info record
7990 Active record target: record-btrace
7991 Recording format: Intel Processor Trace.
7992 Buffer size: 16kB.
7993 Recorded 84872 instructions in 3189 functions (0 gaps) for thread 1 (...).
7994 @end smallexample
7995
7996 @kindex show record btrace
7997 @item show record btrace replay-memory-access
7998 Show the current setting of @code{replay-memory-access}.
7999
8000 @item show record btrace cpu
8001 Show the processor to be used for enabling trace decode errata
8002 workarounds.
8003
8004 @kindex set record btrace bts
8005 @item set record btrace bts buffer-size @var{size}
8006 @itemx set record btrace bts buffer-size unlimited
8007 Set the requested ring buffer size for branch tracing in @acronym{BTS}
8008 format. Default is 64KB.
8009
8010 If @var{size} is a positive number, then @value{GDBN} will try to
8011 allocate a buffer of at least @var{size} bytes for each new thread
8012 that uses the btrace recording method and the @acronym{BTS} format.
8013 The actually obtained buffer size may differ from the requested
8014 @var{size}. Use the @code{info record} command to see the actual
8015 buffer size for each thread that uses the btrace recording method and
8016 the @acronym{BTS} format.
8017
8018 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
8019 allocate a buffer of 4MB.
8020
8021 Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
8022 also need longer to process the branch trace data before it can be used.
8023
8024 @item show record btrace bts buffer-size @var{size}
8025 Show the current setting of the requested ring buffer size for branch
8026 tracing in @acronym{BTS} format.
8027
8028 @kindex set record btrace pt
8029 @item set record btrace pt buffer-size @var{size}
8030 @itemx set record btrace pt buffer-size unlimited
8031 Set the requested ring buffer size for branch tracing in Intel
8032 Processor Trace format. Default is 16KB.
8033
8034 If @var{size} is a positive number, then @value{GDBN} will try to
8035 allocate a buffer of at least @var{size} bytes for each new thread
8036 that uses the btrace recording method and the Intel Processor Trace
8037 format. The actually obtained buffer size may differ from the
8038 requested @var{size}. Use the @code{info record} command to see the
8039 actual buffer size for each thread.
8040
8041 If @var{limit} is @code{unlimited} or zero, @value{GDBN} will try to
8042 allocate a buffer of 4MB.
8043
8044 Bigger buffers mean longer traces. On the other hand, @value{GDBN} will
8045 also need longer to process the branch trace data before it can be used.
8046
8047 @item show record btrace pt buffer-size @var{size}
8048 Show the current setting of the requested ring buffer size for branch
8049 tracing in Intel Processor Trace format.
8050
8051 @kindex info record
8052 @item info record
8053 Show various statistics about the recording depending on the recording
8054 method:
8055
8056 @table @code
8057 @item full
8058 For the @code{full} recording method, it shows the state of process
8059 record and its in-memory execution log buffer, including:
8060
8061 @itemize @bullet
8062 @item
8063 Whether in record mode or replay mode.
8064 @item
8065 Lowest recorded instruction number (counting from when the current execution log started recording instructions).
8066 @item
8067 Highest recorded instruction number.
8068 @item
8069 Current instruction about to be replayed (if in replay mode).
8070 @item
8071 Number of instructions contained in the execution log.
8072 @item
8073 Maximum number of instructions that may be contained in the execution log.
8074 @end itemize
8075
8076 @item btrace
8077 For the @code{btrace} recording method, it shows:
8078
8079 @itemize @bullet
8080 @item
8081 Recording format.
8082 @item
8083 Number of instructions that have been recorded.
8084 @item
8085 Number of blocks of sequential control-flow formed by the recorded
8086 instructions.
8087 @item
8088 Whether in record mode or replay mode.
8089 @end itemize
8090
8091 For the @code{bts} recording format, it also shows:
8092 @itemize @bullet
8093 @item
8094 Size of the perf ring buffer.
8095 @end itemize
8096
8097 For the @code{pt} recording format, it also shows:
8098 @itemize @bullet
8099 @item
8100 Size of the perf ring buffer.
8101 @end itemize
8102 @end table
8103
8104 @kindex record delete
8105 @kindex rec del
8106 @item record delete
8107 When record target runs in replay mode (``in the past''), delete the
8108 subsequent execution log and begin to record a new execution log starting
8109 from the current address. This means you will abandon the previously
8110 recorded ``future'' and begin recording a new ``future''.
8111
8112 @kindex record instruction-history
8113 @kindex rec instruction-history
8114 @item record instruction-history
8115 Disassembles instructions from the recorded execution log. By
8116 default, ten instructions are disassembled. This can be changed using
8117 the @code{set record instruction-history-size} command. Instructions
8118 are printed in execution order.
8119
8120 It can also print mixed source+disassembly if you specify the the
8121 @code{/m} or @code{/s} modifier, and print the raw instructions in hex
8122 as well as in symbolic form by specifying the @code{/r} or @code{/b}
8123 modifier. The behaviour of the @code{/m}, @code{/s}, @code{/r}, and
8124 @code{/b} modifiers are the same as for the @kbd{disassemble} command
8125 (@pxref{disassemble,,@kbd{disassemble}}).
8126
8127 The current position marker is printed for the instruction at the
8128 current program counter value. This instruction can appear multiple
8129 times in the trace and the current position marker will be printed
8130 every time. To omit the current position marker, specify the
8131 @code{/p} modifier.
8132
8133 To better align the printed instructions when the trace contains
8134 instructions from more than one function, the function name may be
8135 omitted by specifying the @code{/f} modifier.
8136
8137 Speculatively executed instructions are prefixed with @samp{?}. This
8138 feature is not available for all recording formats.
8139
8140 There are several ways to specify what part of the execution log to
8141 disassemble:
8142
8143 @table @code
8144 @item record instruction-history @var{insn}
8145 Disassembles ten instructions starting from instruction number
8146 @var{insn}.
8147
8148 @item record instruction-history @var{insn}, +/-@var{n}
8149 Disassembles @var{n} instructions around instruction number
8150 @var{insn}. If @var{n} is preceded with @code{+}, disassembles
8151 @var{n} instructions after instruction number @var{insn}. If
8152 @var{n} is preceded with @code{-}, disassembles @var{n}
8153 instructions before instruction number @var{insn}.
8154
8155 @item record instruction-history
8156 Disassembles ten more instructions after the last disassembly.
8157
8158 @item record instruction-history -
8159 Disassembles ten more instructions before the last disassembly.
8160
8161 @item record instruction-history @var{begin}, @var{end}
8162 Disassembles instructions beginning with instruction number
8163 @var{begin} until instruction number @var{end}. The instruction
8164 number @var{end} is included.
8165 @end table
8166
8167 This command may not be available for all recording methods.
8168
8169 @kindex set record
8170 @item set record instruction-history-size @var{size}
8171 @itemx set record instruction-history-size unlimited
8172 Define how many instructions to disassemble in the @code{record
8173 instruction-history} command. The default value is 10.
8174 A @var{size} of @code{unlimited} means unlimited instructions.
8175
8176 @kindex show record
8177 @item show record instruction-history-size
8178 Show how many instructions to disassemble in the @code{record
8179 instruction-history} command.
8180
8181 @kindex record function-call-history
8182 @kindex rec function-call-history
8183 @item record function-call-history
8184 Prints the execution history at function granularity. For each sequence
8185 of instructions that belong to the same function, it prints the name of
8186 that function, the source lines for this instruction sequence (if the
8187 @code{/l} modifier is specified), and the instructions numbers that form
8188 the sequence (if the @code{/i} modifier is specified). The function names
8189 are indented to reflect the call stack depth if the @code{/c} modifier is
8190 specified. The @code{/l}, @code{/i}, and @code{/c} modifiers can be given
8191 together.
8192
8193 @smallexample
8194 (@value{GDBP}) @b{list 1, 10}
8195 1 void foo (void)
8196 2 @{
8197 3 @}
8198 4
8199 5 void bar (void)
8200 6 @{
8201 7 ...
8202 8 foo ();
8203 9 ...
8204 10 @}
8205 (@value{GDBP}) @b{record function-call-history /ilc}
8206 1 bar inst 1,4 at foo.c:6,8
8207 2 foo inst 5,10 at foo.c:2,3
8208 3 bar inst 11,13 at foo.c:9,10
8209 @end smallexample
8210
8211 By default, ten functions are printed. This can be changed using the
8212 @code{set record function-call-history-size} command. Functions are
8213 printed in execution order. There are several ways to specify what
8214 to print:
8215
8216 @table @code
8217 @item record function-call-history @var{func}
8218 Prints ten functions starting from function number @var{func}.
8219
8220 @item record function-call-history @var{func}, +/-@var{n}
8221 Prints @var{n} functions around function number @var{func}. If
8222 @var{n} is preceded with @code{+}, prints @var{n} functions after
8223 function number @var{func}. If @var{n} is preceded with @code{-},
8224 prints @var{n} functions before function number @var{func}.
8225
8226 @item record function-call-history
8227 Prints ten more functions after the last ten-function print.
8228
8229 @item record function-call-history -
8230 Prints ten more functions before the last ten-function print.
8231
8232 @item record function-call-history @var{begin}, @var{end}
8233 Prints functions beginning with function number @var{begin} until
8234 function number @var{end}. The function number @var{end} is included.
8235 @end table
8236
8237 This command may not be available for all recording methods.
8238
8239 @item set record function-call-history-size @var{size}
8240 @itemx set record function-call-history-size unlimited
8241 Define how many functions to print in the
8242 @code{record function-call-history} command. The default value is 10.
8243 A size of @code{unlimited} means unlimited functions.
8244
8245 @item show record function-call-history-size
8246 Show how many functions to print in the
8247 @code{record function-call-history} command.
8248 @end table
8249
8250
8251 @node Stack
8252 @chapter Examining the Stack
8253
8254 When your program has stopped, the first thing you need to know is where it
8255 stopped and how it got there.
8256
8257 @cindex call stack
8258 Each time your program performs a function call, information about the call
8259 is generated.
8260 That information includes the location of the call in your program,
8261 the arguments of the call,
8262 and the local variables of the function being called.
8263 The information is saved in a block of data called a @dfn{stack frame}.
8264 The stack frames are allocated in a region of memory called the @dfn{call
8265 stack}.
8266
8267 When your program stops, the @value{GDBN} commands for examining the
8268 stack allow you to see all of this information.
8269
8270 @cindex selected frame
8271 One of the stack frames is @dfn{selected} by @value{GDBN} and many
8272 @value{GDBN} commands refer implicitly to the selected frame. In
8273 particular, whenever you ask @value{GDBN} for the value of a variable in
8274 your program, the value is found in the selected frame. There are
8275 special @value{GDBN} commands to select whichever frame you are
8276 interested in. @xref{Selection, ,Selecting a Frame}.
8277
8278 When your program stops, @value{GDBN} automatically selects the
8279 currently executing frame and describes it briefly, similar to the
8280 @code{frame} command (@pxref{Frame Info, ,Information about a Frame}).
8281
8282 @menu
8283 * Frames:: Stack frames
8284 * Backtrace:: Backtraces
8285 * Selection:: Selecting a frame
8286 * Frame Info:: Information on a frame
8287 * Frame Apply:: Applying a command to several frames
8288 * Frame Filter Management:: Managing frame filters
8289
8290 @end menu
8291
8292 @node Frames
8293 @section Stack Frames
8294
8295 @cindex frame, definition
8296 @cindex stack frame
8297 The call stack is divided up into contiguous pieces called @dfn{stack
8298 frames}, or @dfn{frames} for short; each frame is the data associated
8299 with one call to one function. The frame contains the arguments given
8300 to the function, the function's local variables, and the address at
8301 which the function is executing.
8302
8303 @cindex initial frame
8304 @cindex outermost frame
8305 @cindex innermost frame
8306 When your program is started, the stack has only one frame, that of the
8307 function @code{main}. This is called the @dfn{initial} frame or the
8308 @dfn{outermost} frame. Each time a function is called, a new frame is
8309 made. Each time a function returns, the frame for that function invocation
8310 is eliminated. If a function is recursive, there can be many frames for
8311 the same function. The frame for the function in which execution is
8312 actually occurring is called the @dfn{innermost} frame. This is the most
8313 recently created of all the stack frames that still exist.
8314
8315 @cindex frame pointer
8316 Inside your program, stack frames are identified by their addresses. A
8317 stack frame consists of many bytes, each of which has its own address; each
8318 kind of computer has a convention for choosing one byte whose
8319 address serves as the address of the frame. Usually this address is kept
8320 in a register called the @dfn{frame pointer register}
8321 (@pxref{Registers, $fp}) while execution is going on in that frame.
8322
8323 @cindex frame level
8324 @cindex frame number
8325 @value{GDBN} labels each existing stack frame with a @dfn{level}, a
8326 number that is zero for the innermost frame, one for the frame that
8327 called it, and so on upward. These level numbers give you a way of
8328 designating stack frames in @value{GDBN} commands. The terms
8329 @dfn{frame number} and @dfn{frame level} can be used interchangeably to
8330 describe this number.
8331
8332 @c The -fomit-frame-pointer below perennially causes hbox overflow
8333 @c underflow problems.
8334 @cindex frameless execution
8335 Some compilers provide a way to compile functions so that they operate
8336 without stack frames. (For example, the @value{NGCC} option
8337 @smallexample
8338 @samp{-fomit-frame-pointer}
8339 @end smallexample
8340 generates functions without a frame.)
8341 This is occasionally done with heavily used library functions to save
8342 the frame setup time. @value{GDBN} has limited facilities for dealing
8343 with these function invocations. If the innermost function invocation
8344 has no stack frame, @value{GDBN} nevertheless regards it as though
8345 it had a separate frame, which is numbered zero as usual, allowing
8346 correct tracing of the function call chain. However, @value{GDBN} has
8347 no provision for frameless functions elsewhere in the stack.
8348
8349 @node Backtrace
8350 @section Backtraces
8351
8352 @cindex traceback
8353 @cindex call stack traces
8354 A backtrace is a summary of how your program got where it is. It shows one
8355 line per frame, for many frames, starting with the currently executing
8356 frame (frame zero), followed by its caller (frame one), and on up the
8357 stack.
8358
8359 @anchor{backtrace-command}
8360 @kindex backtrace
8361 @kindex bt @r{(@code{backtrace})}
8362 To print a backtrace of the entire stack, use the @code{backtrace}
8363 command, or its alias @code{bt}. This command will print one line per
8364 frame for frames in the stack. By default, all stack frames are
8365 printed. You can stop the backtrace at any time by typing the system
8366 interrupt character, normally @kbd{Ctrl-c}.
8367
8368 @table @code
8369 @item backtrace [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
8370 @itemx bt [@var{option}]@dots{} [@var{qualifier}]@dots{} [@var{count}]
8371 Print the backtrace of the entire stack.
8372
8373 The optional @var{count} can be one of the following:
8374
8375 @table @code
8376 @item @var{n}
8377 @itemx @var{n}
8378 Print only the innermost @var{n} frames, where @var{n} is a positive
8379 number.
8380
8381 @item -@var{n}
8382 @itemx -@var{n}
8383 Print only the outermost @var{n} frames, where @var{n} is a positive
8384 number.
8385 @end table
8386
8387 Options:
8388
8389 @table @code
8390 @item -full
8391 Print the values of the local variables also. This can be combined
8392 with the optional @var{count} to limit the number of frames shown.
8393
8394 @item -no-filters
8395 Do not run Python frame filters on this backtrace. @xref{Frame
8396 Filter API}, for more information. Additionally use @ref{disable
8397 frame-filter all} to turn off all frame filters. This is only
8398 relevant when @value{GDBN} has been configured with @code{Python}
8399 support.
8400
8401 @item -hide
8402 A Python frame filter might decide to ``elide'' some frames. Normally
8403 such elided frames are still printed, but they are indented relative
8404 to the filtered frames that cause them to be elided. The @code{-hide}
8405 option causes elided frames to not be printed at all.
8406 @end table
8407
8408 The @code{backtrace} command also supports a number of options that
8409 allow overriding relevant global print settings as set by @code{set
8410 backtrace} and @code{set print} subcommands:
8411
8412 @table @code
8413 @item -past-main [@code{on}|@code{off}]
8414 Set whether backtraces should continue past @code{main}. Related setting:
8415 @ref{set backtrace past-main}.
8416
8417 @item -past-entry [@code{on}|@code{off}]
8418 Set whether backtraces should continue past the entry point of a program.
8419 Related setting: @ref{set backtrace past-entry}.
8420
8421 @item -entry-values @code{no}|@code{only}|@code{preferred}|@code{if-needed}|@code{both}|@code{compact}|@code{default}
8422 Set printing of function arguments at function entry.
8423 Related setting: @ref{set print entry-values}.
8424
8425 @item -frame-arguments @code{all}|@code{scalars}|@code{none}
8426 Set printing of non-scalar frame arguments.
8427 Related setting: @ref{set print frame-arguments}.
8428
8429 @item -raw-frame-arguments [@code{on}|@code{off}]
8430 Set whether to print frame arguments in raw form.
8431 Related setting: @ref{set print raw-frame-arguments}.
8432
8433 @item -frame-info @code{auto}|@code{source-line}|@code{location}|@code{source-and-location}|@code{location-and-address}|@code{short-location}
8434 Set printing of frame information.
8435 Related setting: @ref{set print frame-info}.
8436 @end table
8437
8438 The optional @var{qualifier} is maintained for backward compatibility.
8439 It can be one of the following:
8440
8441 @table @code
8442 @item full
8443 Equivalent to the @code{-full} option.
8444
8445 @item no-filters
8446 Equivalent to the @code{-no-filters} option.
8447
8448 @item hide
8449 Equivalent to the @code{-hide} option.
8450 @end table
8451
8452 @end table
8453
8454 @kindex where
8455 @kindex info stack
8456 The names @code{where} and @code{info stack} (abbreviated @code{info s})
8457 are additional aliases for @code{backtrace}.
8458
8459 @cindex multiple threads, backtrace
8460 In a multi-threaded program, @value{GDBN} by default shows the
8461 backtrace only for the current thread. To display the backtrace for
8462 several or all of the threads, use the command @code{thread apply}
8463 (@pxref{Threads, thread apply}). For example, if you type @kbd{thread
8464 apply all backtrace}, @value{GDBN} will display the backtrace for all
8465 the threads; this is handy when you debug a core dump of a
8466 multi-threaded program.
8467
8468 Each line in the backtrace shows the frame number and the function name.
8469 The program counter value is also shown---unless you use @code{set
8470 print address off}. The backtrace also shows the source file name and
8471 line number, as well as the arguments to the function. The program
8472 counter value is omitted if it is at the beginning of the code for that
8473 line number.
8474
8475 Here is an example of a backtrace. It was made with the command
8476 @samp{bt 3}, so it shows the innermost three frames.
8477
8478 @smallexample
8479 @group
8480 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
8481 at builtin.c:993
8482 #1 0x6e38 in expand_macro (sym=0x2b600, data=...) at macro.c:242
8483 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
8484 at macro.c:71
8485 (More stack frames follow...)
8486 @end group
8487 @end smallexample
8488
8489 @noindent
8490 The display for frame zero does not begin with a program counter
8491 value, indicating that your program has stopped at the beginning of the
8492 code for line @code{993} of @code{builtin.c}.
8493
8494 @noindent
8495 The value of parameter @code{data} in frame 1 has been replaced by
8496 @code{@dots{}}. By default, @value{GDBN} prints the value of a parameter
8497 only if it is a scalar (integer, pointer, enumeration, etc). See command
8498 @kbd{set print frame-arguments} in @ref{Print Settings} for more details
8499 on how to configure the way function parameter values are printed.
8500 The command @kbd{set print frame-info} (@pxref{Print Settings}) controls
8501 what frame information is printed.
8502
8503 @cindex optimized out, in backtrace
8504 @cindex function call arguments, optimized out
8505 If your program was compiled with optimizations, some compilers will
8506 optimize away arguments passed to functions if those arguments are
8507 never used after the call. Such optimizations generate code that
8508 passes arguments through registers, but doesn't store those arguments
8509 in the stack frame. @value{GDBN} has no way of displaying such
8510 arguments in stack frames other than the innermost one. Here's what
8511 such a backtrace might look like:
8512
8513 @smallexample
8514 @group
8515 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
8516 at builtin.c:993
8517 #1 0x6e38 in expand_macro (sym=<optimized out>) at macro.c:242
8518 #2 0x6840 in expand_token (obs=0x0, t=<optimized out>, td=0xf7fffb08)
8519 at macro.c:71
8520 (More stack frames follow...)
8521 @end group
8522 @end smallexample
8523
8524 @noindent
8525 The values of arguments that were not saved in their stack frames are
8526 shown as @samp{<optimized out>}.
8527
8528 If you need to display the values of such optimized-out arguments,
8529 either deduce that from other variables whose values depend on the one
8530 you are interested in, or recompile without optimizations.
8531
8532 @cindex backtrace beyond @code{main} function
8533 @cindex program entry point
8534 @cindex startup code, and backtrace
8535 Most programs have a standard user entry point---a place where system
8536 libraries and startup code transition into user code. For C this is
8537 @code{main}@footnote{
8538 Note that embedded programs (the so-called ``free-standing''
8539 environment) are not required to have a @code{main} function as the
8540 entry point. They could even have multiple entry points.}.
8541 When @value{GDBN} finds the entry function in a backtrace
8542 it will terminate the backtrace, to avoid tracing into highly
8543 system-specific (and generally uninteresting) code.
8544
8545 If you need to examine the startup code, or limit the number of levels
8546 in a backtrace, you can change this behavior:
8547
8548 @table @code
8549 @item set backtrace past-main
8550 @itemx set backtrace past-main on
8551 @anchor{set backtrace past-main}
8552 @kindex set backtrace
8553 Backtraces will continue past the user entry point.
8554
8555 @item set backtrace past-main off
8556 Backtraces will stop when they encounter the user entry point. This is the
8557 default.
8558
8559 @item show backtrace past-main
8560 @kindex show backtrace
8561 Display the current user entry point backtrace policy.
8562
8563 @item set backtrace past-entry
8564 @itemx set backtrace past-entry on
8565 @anchor{set backtrace past-entry}
8566 Backtraces will continue past the internal entry point of an application.
8567 This entry point is encoded by the linker when the application is built,
8568 and is likely before the user entry point @code{main} (or equivalent) is called.
8569
8570 @item set backtrace past-entry off
8571 Backtraces will stop when they encounter the internal entry point of an
8572 application. This is the default.
8573
8574 @item show backtrace past-entry
8575 Display the current internal entry point backtrace policy.
8576
8577 @item set backtrace limit @var{n}
8578 @itemx set backtrace limit 0
8579 @itemx set backtrace limit unlimited
8580 @anchor{set backtrace limit}
8581 @cindex backtrace limit
8582 Limit the backtrace to @var{n} levels. A value of @code{unlimited}
8583 or zero means unlimited levels.
8584
8585 @item show backtrace limit
8586 Display the current limit on backtrace levels.
8587 @end table
8588
8589 You can control how file names are displayed.
8590
8591 @table @code
8592 @item set filename-display
8593 @itemx set filename-display relative
8594 @cindex filename-display
8595 Display file names relative to the compilation directory. This is the default.
8596
8597 @item set filename-display basename
8598 Display only basename of a filename.
8599
8600 @item set filename-display absolute
8601 Display an absolute filename.
8602
8603 @item show filename-display
8604 Show the current way to display filenames.
8605 @end table
8606
8607 @node Selection
8608 @section Selecting a Frame
8609
8610 Most commands for examining the stack and other data in your program work on
8611 whichever stack frame is selected at the moment. Here are the commands for
8612 selecting a stack frame; all of them finish by printing a brief description
8613 of the stack frame just selected.
8614
8615 @table @code
8616 @kindex frame@r{, selecting}
8617 @kindex f @r{(@code{frame})}
8618 @item frame @r{[} @var{frame-selection-spec} @r{]}
8619 @item f @r{[} @var{frame-selection-spec} @r{]}
8620 The @command{frame} command allows different stack frames to be
8621 selected. The @var{frame-selection-spec} can be any of the following:
8622
8623 @table @code
8624 @kindex frame level
8625 @item @var{num}
8626 @item level @var{num}
8627 Select frame level @var{num}. Recall that frame zero is the innermost
8628 (currently executing) frame, frame one is the frame that called the
8629 innermost one, and so on. The highest level frame is usually the one
8630 for @code{main}.
8631
8632 As this is the most common method of navigating the frame stack, the
8633 string @command{level} can be omitted. For example, the following two
8634 commands are equivalent:
8635
8636 @smallexample
8637 (@value{GDBP}) frame 3
8638 (@value{GDBP}) frame level 3
8639 @end smallexample
8640
8641 @kindex frame address
8642 @item address @var{stack-address}
8643 Select the frame with stack address @var{stack-address}. The
8644 @var{stack-address} for a frame can be seen in the output of
8645 @command{info frame}, for example:
8646
8647 @smallexample
8648 (@value{GDBP}) info frame
8649 Stack level 1, frame at 0x7fffffffda30:
8650 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
8651 tail call frame, caller of frame at 0x7fffffffda30
8652 source language c++.
8653 Arglist at unknown address.
8654 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
8655 @end smallexample
8656
8657 The @var{stack-address} for this frame is @code{0x7fffffffda30} as
8658 indicated by the line:
8659
8660 @smallexample
8661 Stack level 1, frame at 0x7fffffffda30:
8662 @end smallexample
8663
8664 @kindex frame function
8665 @item function @var{function-name}
8666 Select the stack frame for function @var{function-name}. If there are
8667 multiple stack frames for function @var{function-name} then the inner
8668 most stack frame is selected.
8669
8670 @kindex frame view
8671 @item view @var{stack-address} @r{[} @var{pc-addr} @r{]}
8672 View a frame that is not part of @value{GDBN}'s backtrace. The frame
8673 viewed has stack address @var{stack-addr}, and optionally, a program
8674 counter address of @var{pc-addr}.
8675
8676 This is useful mainly if the chaining of stack frames has been
8677 damaged by a bug, making it impossible for @value{GDBN} to assign
8678 numbers properly to all frames. In addition, this can be useful
8679 when your program has multiple stacks and switches between them.
8680
8681 When viewing a frame outside the current backtrace using
8682 @command{frame view} then you can always return to the original
8683 stack using one of the previous stack frame selection instructions,
8684 for example @command{frame level 0}.
8685
8686 @end table
8687
8688 @kindex up
8689 @item up @var{n}
8690 Move @var{n} frames up the stack; @var{n} defaults to 1. For positive
8691 numbers @var{n}, this advances toward the outermost frame, to higher
8692 frame numbers, to frames that have existed longer.
8693
8694 @kindex down
8695 @kindex do @r{(@code{down})}
8696 @item down @var{n}
8697 Move @var{n} frames down the stack; @var{n} defaults to 1. For
8698 positive numbers @var{n}, this advances toward the innermost frame, to
8699 lower frame numbers, to frames that were created more recently.
8700 You may abbreviate @code{down} as @code{do}.
8701 @end table
8702
8703 All of these commands end by printing two lines of output describing the
8704 frame. The first line shows the frame number, the function name, the
8705 arguments, and the source file and line number of execution in that
8706 frame. The second line shows the text of that source line.
8707
8708 @need 1000
8709 For example:
8710
8711 @smallexample
8712 @group
8713 (@value{GDBP}) up
8714 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
8715 at env.c:10
8716 10 read_input_file (argv[i]);
8717 @end group
8718 @end smallexample
8719
8720 After such a printout, the @code{list} command with no arguments
8721 prints ten lines centered on the point of execution in the frame.
8722 You can also edit the program at the point of execution with your favorite
8723 editing program by typing @code{edit}.
8724 @xref{List, ,Printing Source Lines},
8725 for details.
8726
8727 @table @code
8728 @kindex select-frame
8729 @item select-frame @r{[} @var{frame-selection-spec} @r{]}
8730 The @code{select-frame} command is a variant of @code{frame} that does
8731 not display the new frame after selecting it. This command is
8732 intended primarily for use in @value{GDBN} command scripts, where the
8733 output might be unnecessary and distracting. The
8734 @var{frame-selection-spec} is as for the @command{frame} command
8735 described in @ref{Selection, ,Selecting a Frame}.
8736
8737 @kindex down-silently
8738 @kindex up-silently
8739 @item up-silently @var{n}
8740 @itemx down-silently @var{n}
8741 These two commands are variants of @code{up} and @code{down},
8742 respectively; they differ in that they do their work silently, without
8743 causing display of the new frame. They are intended primarily for use
8744 in @value{GDBN} command scripts, where the output might be unnecessary and
8745 distracting.
8746 @end table
8747
8748 @node Frame Info
8749 @section Information About a Frame
8750
8751 There are several other commands to print information about the selected
8752 stack frame.
8753
8754 @table @code
8755 @item frame
8756 @itemx f
8757 When used without any argument, this command does not change which
8758 frame is selected, but prints a brief description of the currently
8759 selected stack frame. It can be abbreviated @code{f}. With an
8760 argument, this command is used to select a stack frame.
8761 @xref{Selection, ,Selecting a Frame}.
8762
8763 @kindex info frame
8764 @kindex info f @r{(@code{info frame})}
8765 @item info frame
8766 @itemx info f
8767 This command prints a verbose description of the selected stack frame,
8768 including:
8769
8770 @itemize @bullet
8771 @item
8772 the address of the frame
8773 @item
8774 the address of the next frame down (called by this frame)
8775 @item
8776 the address of the next frame up (caller of this frame)
8777 @item
8778 the language in which the source code corresponding to this frame is written
8779 @item
8780 the address of the frame's arguments
8781 @item
8782 the address of the frame's local variables
8783 @item
8784 the program counter saved in it (the address of execution in the caller frame)
8785 @item
8786 which registers were saved in the frame
8787 @end itemize
8788
8789 @noindent The verbose description is useful when
8790 something has gone wrong that has made the stack format fail to fit
8791 the usual conventions.
8792
8793 @item info frame @r{[} @var{frame-selection-spec} @r{]}
8794 @itemx info f @r{[} @var{frame-selection-spec} @r{]}
8795 Print a verbose description of the frame selected by
8796 @var{frame-selection-spec}. The @var{frame-selection-spec} is the
8797 same as for the @command{frame} command (@pxref{Selection, ,Selecting
8798 a Frame}). The selected frame remains unchanged by this command.
8799
8800 @kindex info args
8801 @item info args [-q]
8802 Print the arguments of the selected frame, each on a separate line.
8803
8804 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8805 printing header information and messages explaining why no argument
8806 have been printed.
8807
8808 @item info args [-q] [-t @var{type_regexp}] [@var{regexp}]
8809 Like @kbd{info args}, but only print the arguments selected
8810 with the provided regexp(s).
8811
8812 If @var{regexp} is provided, print only the arguments whose names
8813 match the regular expression @var{regexp}.
8814
8815 If @var{type_regexp} is provided, print only the arguments whose
8816 types, as printed by the @code{whatis} command, match
8817 the regular expression @var{type_regexp}.
8818 If @var{type_regexp} contains space(s), it should be enclosed in
8819 quote characters. If needed, use backslash to escape the meaning
8820 of special characters or quotes.
8821
8822 If both @var{regexp} and @var{type_regexp} are provided, an argument
8823 is printed only if its name matches @var{regexp} and its type matches
8824 @var{type_regexp}.
8825
8826 @item info locals [-q]
8827 @kindex info locals
8828 Print the local variables of the selected frame, each on a separate
8829 line. These are all variables (declared either static or automatic)
8830 accessible at the point of execution of the selected frame.
8831
8832 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
8833 printing header information and messages explaining why no local variables
8834 have been printed.
8835
8836 @item info locals [-q] [-t @var{type_regexp}] [@var{regexp}]
8837 Like @kbd{info locals}, but only print the local variables selected
8838 with the provided regexp(s).
8839
8840 If @var{regexp} is provided, print only the local variables whose names
8841 match the regular expression @var{regexp}.
8842
8843 If @var{type_regexp} is provided, print only the local variables whose
8844 types, as printed by the @code{whatis} command, match
8845 the regular expression @var{type_regexp}.
8846 If @var{type_regexp} contains space(s), it should be enclosed in
8847 quote characters. If needed, use backslash to escape the meaning
8848 of special characters or quotes.
8849
8850 If both @var{regexp} and @var{type_regexp} are provided, a local variable
8851 is printed only if its name matches @var{regexp} and its type matches
8852 @var{type_regexp}.
8853
8854 The command @kbd{info locals -q -t @var{type_regexp}} can usefully be
8855 combined with the commands @kbd{frame apply} and @kbd{thread apply}.
8856 For example, your program might use Resource Acquisition Is
8857 Initialization types (RAII) such as @code{lock_something_t}: each
8858 local variable of type @code{lock_something_t} automatically places a
8859 lock that is destroyed when the variable goes out of scope. You can
8860 then list all acquired locks in your program by doing
8861 @smallexample
8862 thread apply all -s frame apply all -s info locals -q -t lock_something_t
8863 @end smallexample
8864 @noindent
8865 or the equivalent shorter form
8866 @smallexample
8867 tfaas i lo -q -t lock_something_t
8868 @end smallexample
8869
8870 @end table
8871
8872 @node Frame Apply
8873 @section Applying a Command to Several Frames.
8874 @kindex frame apply
8875 @cindex apply command to several frames
8876 @table @code
8877 @item frame apply [all | @var{count} | @var{-count} | level @var{level}@dots{}] [@var{option}]@dots{} @var{command}
8878 The @code{frame apply} command allows you to apply the named
8879 @var{command} to one or more frames.
8880
8881 @table @code
8882 @item @code{all}
8883 Specify @code{all} to apply @var{command} to all frames.
8884
8885 @item @var{count}
8886 Use @var{count} to apply @var{command} to the innermost @var{count}
8887 frames, where @var{count} is a positive number.
8888
8889 @item @var{-count}
8890 Use @var{-count} to apply @var{command} to the outermost @var{count}
8891 frames, where @var{count} is a positive number.
8892
8893 @item @code{level}
8894 Use @code{level} to apply @var{command} to the set of frames identified
8895 by the @var{level} list. @var{level} is a frame level or a range of frame
8896 levels as @var{level1}-@var{level2}. The frame level is the number shown
8897 in the first field of the @samp{backtrace} command output.
8898 E.g., @samp{2-4 6-8 3} indicates to apply @var{command} for the frames
8899 at levels 2, 3, 4, 6, 7, 8, and then again on frame at level 3.
8900
8901 @end table
8902
8903 Note that the frames on which @code{frame apply} applies a command are
8904 also influenced by the @code{set backtrace} settings such as @code{set
8905 backtrace past-main} and @code{set backtrace limit N}.
8906 @xref{Backtrace,,Backtraces}.
8907
8908 The @code{frame apply} command also supports a number of options that
8909 allow overriding relevant @code{set backtrace} settings:
8910
8911 @table @code
8912 @item -past-main [@code{on}|@code{off}]
8913 Whether backtraces should continue past @code{main}.
8914 Related setting: @ref{set backtrace past-main}.
8915
8916 @item -past-entry [@code{on}|@code{off}]
8917 Whether backtraces should continue past the entry point of a program.
8918 Related setting: @ref{set backtrace past-entry}.
8919 @end table
8920
8921 By default, @value{GDBN} displays some frame information before the
8922 output produced by @var{command}, and an error raised during the
8923 execution of a @var{command} will abort @code{frame apply}. The
8924 following options can be used to fine-tune these behaviors:
8925
8926 @table @code
8927 @item -c
8928 The flag @code{-c}, which stands for @samp{continue}, causes any
8929 errors in @var{command} to be displayed, and the execution of
8930 @code{frame apply} then continues.
8931 @item -s
8932 The flag @code{-s}, which stands for @samp{silent}, causes any errors
8933 or empty output produced by a @var{command} to be silently ignored.
8934 That is, the execution continues, but the frame information and errors
8935 are not printed.
8936 @item -q
8937 The flag @code{-q} (@samp{quiet}) disables printing the frame
8938 information.
8939 @end table
8940
8941 The following example shows how the flags @code{-c} and @code{-s} are
8942 working when applying the command @code{p j} to all frames, where
8943 variable @code{j} can only be successfully printed in the outermost
8944 @code{#1 main} frame.
8945
8946 @smallexample
8947 @group
8948 (@value{GDBP}) frame apply all p j
8949 #0 some_function (i=5) at fun.c:4
8950 No symbol "j" in current context.
8951 (@value{GDBP}) frame apply all -c p j
8952 #0 some_function (i=5) at fun.c:4
8953 No symbol "j" in current context.
8954 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8955 $1 = 5
8956 (@value{GDBP}) frame apply all -s p j
8957 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8958 $2 = 5
8959 (@value{GDBP})
8960 @end group
8961 @end smallexample
8962
8963 By default, @samp{frame apply}, prints the frame location
8964 information before the command output:
8965
8966 @smallexample
8967 @group
8968 (@value{GDBP}) frame apply all p $sp
8969 #0 some_function (i=5) at fun.c:4
8970 $4 = (void *) 0xffffd1e0
8971 #1 0x565555fb in main (argc=1, argv=0xffffd2c4) at fun.c:11
8972 $5 = (void *) 0xffffd1f0
8973 (@value{GDBP})
8974 @end group
8975 @end smallexample
8976
8977 If the flag @code{-q} is given, no frame information is printed:
8978 @smallexample
8979 @group
8980 (@value{GDBP}) frame apply all -q p $sp
8981 $12 = (void *) 0xffffd1e0
8982 $13 = (void *) 0xffffd1f0
8983 (@value{GDBP})
8984 @end group
8985 @end smallexample
8986
8987 @end table
8988
8989 @table @code
8990
8991 @kindex faas
8992 @cindex apply a command to all frames (ignoring errors and empty output)
8993 @item faas @var{command}
8994 Shortcut for @code{frame apply all -s @var{command}}.
8995 Applies @var{command} on all frames, ignoring errors and empty output.
8996
8997 It can for example be used to print a local variable or a function
8998 argument without knowing the frame where this variable or argument
8999 is, using:
9000 @smallexample
9001 (@value{GDBP}) faas p some_local_var_i_do_not_remember_where_it_is
9002 @end smallexample
9003
9004 The @code{faas} command accepts the same options as the @code{frame
9005 apply} command. @xref{Frame Apply,,frame apply}.
9006
9007 Note that the command @code{tfaas @var{command}} applies @var{command}
9008 on all frames of all threads. See @xref{Threads,,Threads}.
9009 @end table
9010
9011
9012 @node Frame Filter Management
9013 @section Management of Frame Filters.
9014 @cindex managing frame filters
9015
9016 Frame filters are Python based utilities to manage and decorate the
9017 output of frames. @xref{Frame Filter API}, for further information.
9018
9019 Managing frame filters is performed by several commands available
9020 within @value{GDBN}, detailed here.
9021
9022 @table @code
9023 @kindex info frame-filter
9024 @item info frame-filter
9025 Print a list of installed frame filters from all dictionaries, showing
9026 their name, priority and enabled status.
9027
9028 @kindex disable frame-filter
9029 @anchor{disable frame-filter all}
9030 @item disable frame-filter @var{filter-dictionary} @var{filter-name}
9031 Disable a frame filter in the dictionary matching
9032 @var{filter-dictionary} and @var{filter-name}. The
9033 @var{filter-dictionary} may be @code{all}, @code{global},
9034 @code{progspace}, or the name of the object file where the frame filter
9035 dictionary resides. When @code{all} is specified, all frame filters
9036 across all dictionaries are disabled. The @var{filter-name} is the name
9037 of the frame filter and is used when @code{all} is not the option for
9038 @var{filter-dictionary}. A disabled frame-filter is not deleted, it
9039 may be enabled again later.
9040
9041 @kindex enable frame-filter
9042 @item enable frame-filter @var{filter-dictionary} @var{filter-name}
9043 Enable a frame filter in the dictionary matching
9044 @var{filter-dictionary} and @var{filter-name}. The
9045 @var{filter-dictionary} may be @code{all}, @code{global},
9046 @code{progspace} or the name of the object file where the frame filter
9047 dictionary resides. When @code{all} is specified, all frame filters across
9048 all dictionaries are enabled. The @var{filter-name} is the name of the frame
9049 filter and is used when @code{all} is not the option for
9050 @var{filter-dictionary}.
9051
9052 Example:
9053
9054 @smallexample
9055 (@value{GDBP}) info frame-filter
9056
9057 global frame-filters:
9058 Priority Enabled Name
9059 1000 No PrimaryFunctionFilter
9060 100 Yes Reverse
9061
9062 progspace /build/test frame-filters:
9063 Priority Enabled Name
9064 100 Yes ProgspaceFilter
9065
9066 objfile /build/test frame-filters:
9067 Priority Enabled Name
9068 999 Yes BuildProgramFilter
9069
9070 (@value{GDBP}) disable frame-filter /build/test BuildProgramFilter
9071 (@value{GDBP}) info frame-filter
9072
9073 global frame-filters:
9074 Priority Enabled Name
9075 1000 No PrimaryFunctionFilter
9076 100 Yes Reverse
9077
9078 progspace /build/test frame-filters:
9079 Priority Enabled Name
9080 100 Yes ProgspaceFilter
9081
9082 objfile /build/test frame-filters:
9083 Priority Enabled Name
9084 999 No BuildProgramFilter
9085
9086 (@value{GDBP}) enable frame-filter global PrimaryFunctionFilter
9087 (@value{GDBP}) info frame-filter
9088
9089 global frame-filters:
9090 Priority Enabled Name
9091 1000 Yes PrimaryFunctionFilter
9092 100 Yes Reverse
9093
9094 progspace /build/test frame-filters:
9095 Priority Enabled Name
9096 100 Yes ProgspaceFilter
9097
9098 objfile /build/test frame-filters:
9099 Priority Enabled Name
9100 999 No BuildProgramFilter
9101 @end smallexample
9102
9103 @kindex set frame-filter priority
9104 @item set frame-filter priority @var{filter-dictionary} @var{filter-name} @var{priority}
9105 Set the @var{priority} of a frame filter in the dictionary matching
9106 @var{filter-dictionary}, and the frame filter name matching
9107 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
9108 @code{progspace} or the name of the object file where the frame filter
9109 dictionary resides. The @var{priority} is an integer.
9110
9111 @kindex show frame-filter priority
9112 @item show frame-filter priority @var{filter-dictionary} @var{filter-name}
9113 Show the @var{priority} of a frame filter in the dictionary matching
9114 @var{filter-dictionary}, and the frame filter name matching
9115 @var{filter-name}. The @var{filter-dictionary} may be @code{global},
9116 @code{progspace} or the name of the object file where the frame filter
9117 dictionary resides.
9118
9119 Example:
9120
9121 @smallexample
9122 (@value{GDBP}) info frame-filter
9123
9124 global frame-filters:
9125 Priority Enabled Name
9126 1000 Yes PrimaryFunctionFilter
9127 100 Yes Reverse
9128
9129 progspace /build/test frame-filters:
9130 Priority Enabled Name
9131 100 Yes ProgspaceFilter
9132
9133 objfile /build/test frame-filters:
9134 Priority Enabled Name
9135 999 No BuildProgramFilter
9136
9137 (@value{GDBP}) set frame-filter priority global Reverse 50
9138 (@value{GDBP}) info frame-filter
9139
9140 global frame-filters:
9141 Priority Enabled Name
9142 1000 Yes PrimaryFunctionFilter
9143 50 Yes Reverse
9144
9145 progspace /build/test frame-filters:
9146 Priority Enabled Name
9147 100 Yes ProgspaceFilter
9148
9149 objfile /build/test frame-filters:
9150 Priority Enabled Name
9151 999 No BuildProgramFilter
9152 @end smallexample
9153 @end table
9154
9155 @node Source
9156 @chapter Examining Source Files
9157
9158 @value{GDBN} can print parts of your program's source, since the debugging
9159 information recorded in the program tells @value{GDBN} what source files were
9160 used to build it. When your program stops, @value{GDBN} spontaneously prints
9161 the line where it stopped. Likewise, when you select a stack frame
9162 (@pxref{Selection, ,Selecting a Frame}), @value{GDBN} prints the line where
9163 execution in that frame has stopped. You can print other portions of
9164 source files by explicit command.
9165
9166 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
9167 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
9168 @value{GDBN} under @sc{gnu} Emacs}.
9169
9170 @menu
9171 * List:: Printing source lines
9172 * Location Specifications:: How to specify code locations
9173 * Edit:: Editing source files
9174 * Search:: Searching source files
9175 * Source Path:: Specifying source directories
9176 * Machine Code:: Source and machine code
9177 * Disable Reading Source:: Disable Reading Source Code
9178 @end menu
9179
9180 @node List
9181 @section Printing Source Lines
9182
9183 @kindex list
9184 @kindex l @r{(@code{list})}
9185 To print lines from a source file, use the @code{list} command
9186 (abbreviated @code{l}). By default, ten lines are printed.
9187 There are several ways to specify what part of the file you want to
9188 print; see @ref{Location Specifications}, for the full list.
9189
9190 Here are the forms of the @code{list} command most commonly used:
9191
9192 @table @code
9193 @item list @var{linenum}
9194 Print lines centered around line number @var{linenum} in the
9195 current source file.
9196
9197 @item list @var{function}
9198 Print lines centered around the beginning of function
9199 @var{function}.
9200
9201 @item list
9202 Print more lines. If the last lines printed were printed with a
9203 @code{list} command, this prints lines following the last lines
9204 printed; however, if the last line printed was a solitary line printed
9205 as part of displaying a stack frame (@pxref{Stack, ,Examining the
9206 Stack}), this prints lines centered around that line. If no
9207 @code{list} command has been used and no solitary line was printed,
9208 it prints the lines around the function @code{main}.
9209
9210 @item list +
9211 Same as using with no arguments.
9212
9213 @item list -
9214 Print lines just before the lines last printed.
9215
9216 @item list .
9217 Print the lines surrounding the point of execution within the
9218 currently selected frame. If the inferior is not running, print lines
9219 around the start of the main function instead.
9220 @end table
9221
9222 @cindex @code{list}, how many lines to display
9223 By default, @value{GDBN} prints ten source lines with any of these forms of
9224 the @code{list} command. You can change this using @code{set listsize}:
9225
9226 @table @code
9227 @kindex set listsize
9228 @item set listsize @var{count}
9229 @itemx set listsize unlimited
9230 Make the @code{list} command display @var{count} source lines (unless
9231 the @code{list} argument explicitly specifies some other number).
9232 Setting @var{count} to @code{unlimited} or 0 means there's no limit.
9233
9234 @kindex show listsize
9235 @item show listsize
9236 Display the number of lines that @code{list} prints.
9237 @end table
9238
9239 Repeating a @code{list} command with @key{RET} discards the argument,
9240 so it is equivalent to typing just @code{list}. This is more useful
9241 than listing the same lines again. An exception is made for an
9242 argument of @samp{-}; that argument is preserved in repetition so that
9243 each repetition moves up in the source file.
9244
9245 In general, the @code{list} command expects you to supply zero, one or
9246 two location specs. These location specs are interpreted to resolve
9247 to source code lines; there are several ways of writing them
9248 (@pxref{Location Specifications}), but the effect is always to resolve
9249 to some source lines to display.
9250
9251 Here is a complete description of the possible arguments for @code{list}:
9252
9253 @table @code
9254 @item list @var{locspec}
9255 Print lines centered around the line or lines of all the code
9256 locations that result from resolving @var{locspec}.
9257
9258 @item list @var{first},@var{last}
9259 Print lines from @var{first} to @var{last}. Both arguments are
9260 location specs. When a @code{list} command has two location specs,
9261 and the source file of the second location spec is omitted, this
9262 refers to the same source file as the first location spec. If either
9263 @var{first} or @var{last} resolve to more than one source line in the
9264 program, then the list command shows the list of resolved source
9265 lines and does not proceed with the source code listing.
9266
9267 @item list ,@var{last}
9268 Print lines ending with @var{last}.
9269
9270 Likewise, if @var{last} resolves to more than one source line in the
9271 program, then the list command prints the list of resolved source
9272 lines and does not proceed with the source code listing.
9273
9274 @item list @var{first},
9275 Print lines starting with @var{first}.
9276
9277 @item list +
9278 Print lines just after the lines last printed.
9279
9280 @item list -
9281 Print lines just before the lines last printed.
9282
9283 @item list
9284 As described in the preceding table.
9285 @end table
9286
9287 @node Location Specifications
9288 @section Location Specifications
9289 @cindex specifying location
9290 @cindex locspec
9291 @cindex source location
9292 @cindex code location
9293
9294 @cindex location spec
9295 Several @value{GDBN} commands accept arguments that specify a location
9296 or locations of your program's code. Many times locations are
9297 specified using a source line number, but they can also be specified
9298 by a function name, an address, a label, etc. The different
9299 forms of specifying a location that @value{GDBN} recognizes are
9300 collectively known as forms of @dfn{location specification}, or
9301 @dfn{location spec}. This section documents the forms of specifying
9302 locations that @value{GDBN} recognizes.
9303
9304 @cindex location resolution
9305 @cindex resolution of location spec
9306 When you specify a location, @value{GDBN} needs to find the place in
9307 your program, known as @dfn{code location}, that corresponds to the
9308 given location spec. We call this process of finding actual code
9309 locations corresponding to a location spec @dfn{location resolution}.
9310
9311 A concrete code location in your program is uniquely identifiable by a
9312 set of several attributes: its source line number, the name of its
9313 source file, the fully-qualified and prototyped function in which it
9314 is defined, and an instruction address. Because each inferior has its
9315 own address space, the inferior number is also a necessary part of
9316 these attributes.
9317
9318 By contrast, location specs you type will many times omit some of
9319 these attributes. For example, it is customary to specify just the
9320 source line number to mean a line in the current source file, or
9321 specify just the basename of the file, omitting its directories. In
9322 other words, a location spec is usually incomplete, a kind of
9323 blueprint, and @value{GDBN} needs to complete the missing attributes
9324 by using the implied defaults, and by considering the source code and
9325 the debug information available to it. This is what location
9326 resolution is about.
9327
9328 The resolution of an incomplete location spec can produce more than a
9329 single code location, if the spec doesn't allow distinguishing between
9330 them. Here are some examples of situations that result in a location
9331 spec matching multiple code locations in your program:
9332
9333 @itemize @bullet
9334 @item
9335 The location spec specifies a function name, and there are several
9336 functions in the program which have that name. (To distinguish
9337 between them, you can specify a fully-qualified and prototyped
9338 function name, such as @code{A::func(int)} instead of just
9339 @code{func}.)
9340
9341 @item
9342 The location spec specifies a source file name, and there are several
9343 source files in the program that share the same name, for example
9344 several files with the same basename in different subdirectories. (To
9345 distinguish between them, specify enough leading directories with the
9346 file name.)
9347
9348 @item
9349 For a C@t{++} constructor, the @value{NGCC} compiler generates several
9350 instances of the function body, used in different cases, but their
9351 source-level names are identical.
9352
9353 @item
9354 For a C@t{++} template function, a given line in the function can
9355 correspond to any number of instantiations.
9356
9357 @item
9358 For an inlined function, a given source line can correspond to several
9359 actual code locations with that function's inlined code.
9360 @end itemize
9361
9362 Resolution of a location spec can also fail to produce a complete code
9363 location, or even fail to produce any code location. Here are some
9364 examples of such situations:
9365
9366 @itemize @bullet
9367 @item
9368 Some parts of the program lack detailed enough debug info, so the
9369 resolved code location lacks some attributes, like source file name
9370 and line number, leaving just the instruction address and perhaps also
9371 a function name. Such an incomplete code location is only usable in
9372 contexts that work with addresses and/or function names. Some
9373 commands can only work with complete code locations.
9374
9375 @item
9376 The location spec specifies a function name, and there are no
9377 functions in the program by that name, or they only exist in a
9378 yet-unloaded shared library.
9379
9380 @item
9381 The location spec specifies a source file name, and there are no
9382 source files in the program by that name, or they only exist in a
9383 yet-unloaded shared library.
9384
9385 @item
9386 The location spec specifies both a source file name and a source line
9387 number, and even though there are source files in the program that
9388 match the file name, none of those files has the specified line
9389 number.
9390 @end itemize
9391
9392 Locations may be specified using three different formats: linespec
9393 locations, explicit locations, or address locations. The following
9394 subsections describe these formats.
9395
9396 @menu
9397 * Linespec Locations:: Linespec locations
9398 * Explicit Locations:: Explicit locations
9399 * Address Locations:: Address locations
9400 @end menu
9401
9402 @node Linespec Locations
9403 @subsection Linespec Locations
9404 @cindex linespec locations
9405
9406 A @dfn{linespec} is a colon-separated list of source location parameters such
9407 as file name, function name, etc. Here are all the different ways of
9408 specifying a linespec:
9409
9410 @table @code
9411 @item @var{linenum}
9412 Specifies the line number @var{linenum} of the current source file.
9413
9414 @item -@var{offset}
9415 @itemx +@var{offset}
9416 Specifies the line @var{offset} lines before or after the @dfn{current
9417 line}. For the @code{list} command, the current line is the last one
9418 printed; for the breakpoint commands, this is the line at which
9419 execution stopped in the currently selected @dfn{stack frame}
9420 (@pxref{Frames, ,Frames}, for a description of stack frames.) When
9421 used as the second of the two linespecs in a @code{list} command,
9422 this specifies the line @var{offset} lines up or down from the first
9423 linespec.
9424
9425 @item @var{filename}:@var{linenum}
9426 Specifies the line @var{linenum} in the source file @var{filename}.
9427 If @var{filename} is a relative file name, then it will match any
9428 source file name with the same trailing components. For example, if
9429 @var{filename} is @samp{gcc/expr.c}, then it will match source file
9430 name of @file{/build/trunk/gcc/expr.c}, but not
9431 @file{/build/trunk/libcpp/expr.c} or @file{/build/trunk/gcc/x-expr.c}.
9432
9433 @item @var{function}
9434 Specifies the line that begins the body of the function @var{function}.
9435 For example, in C, this is the line with the open brace.
9436
9437 By default, in C@t{++} and Ada, @var{function} is interpreted as
9438 specifying all functions named @var{function} in all scopes. For
9439 C@t{++}, this means in all namespaces and classes. For Ada, this
9440 means in all packages.
9441
9442 For example, assuming a program with C@t{++} symbols named
9443 @code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
9444 func}} and @w{@kbd{break B::func}} set a breakpoint on both symbols.
9445
9446 Commands that accept a linespec let you override this with the
9447 @code{-qualified} option. For example, @w{@kbd{break -qualified
9448 func}} sets a breakpoint on a free-function named @code{func} ignoring
9449 any C@t{++} class methods and namespace functions called @code{func}.
9450
9451 @xref{Explicit Locations}.
9452
9453 @item @var{function}:@var{label}
9454 Specifies the line where @var{label} appears in @var{function}.
9455
9456 @item @var{filename}:@var{function}
9457 Specifies the line that begins the body of the function @var{function}
9458 in the file @var{filename}. You only need the file name with a
9459 function name to avoid ambiguity when there are identically named
9460 functions in different source files.
9461
9462 @item @var{label}
9463 Specifies the line at which the label named @var{label} appears
9464 in the function corresponding to the currently selected stack frame.
9465 If there is no current selected stack frame (for instance, if the inferior
9466 is not running), then @value{GDBN} will not search for a label.
9467
9468 @cindex breakpoint at static probe point
9469 @item -pstap|-probe-stap @r{[}@var{objfile}:@r{[}@var{provider}:@r{]}@r{]}@var{name}
9470 The @sc{gnu}/Linux tool @code{SystemTap} provides a way for
9471 applications to embed static probes. @xref{Static Probe Points}, for more
9472 information on finding and using static probes. This form of linespec
9473 specifies the location of such a static probe.
9474
9475 If @var{objfile} is given, only probes coming from that shared library
9476 or executable matching @var{objfile} as a regular expression are considered.
9477 If @var{provider} is given, then only probes from that provider are considered.
9478 If several probes match the spec, @value{GDBN} will insert a breakpoint at
9479 each one of those probes.
9480 @end table
9481
9482 @node Explicit Locations
9483 @subsection Explicit Locations
9484 @cindex explicit locations
9485
9486 @dfn{Explicit locations} allow the user to directly specify the source
9487 location's parameters using option-value pairs.
9488
9489 Explicit locations are useful when several functions, labels, or
9490 file names have the same name (base name for files) in the program's
9491 sources. In these cases, explicit locations point to the source
9492 line you meant more accurately and unambiguously. Also, using
9493 explicit locations might be faster in large programs.
9494
9495 For example, the linespec @samp{foo:bar} may refer to a function @code{bar}
9496 defined in the file named @file{foo} or the label @code{bar} in a function
9497 named @code{foo}. @value{GDBN} must search either the file system or
9498 the symbol table to know.
9499
9500 The list of valid explicit location options is summarized in the
9501 following table:
9502
9503 @table @code
9504 @item -source @var{filename}
9505 The value specifies the source file name. To differentiate between
9506 files with the same base name, prepend as many directories as is necessary
9507 to uniquely identify the desired file, e.g., @file{foo/bar/baz.c}. Otherwise
9508 @value{GDBN} will use the first file it finds with the given base
9509 name. This option requires the use of either @code{-function} or @code{-line}.
9510
9511 @item -function @var{function}
9512 The value specifies the name of a function. Operations
9513 on function locations unmodified by other options (such as @code{-label}
9514 or @code{-line}) refer to the line that begins the body of the function.
9515 In C, for example, this is the line with the open brace.
9516
9517 By default, in C@t{++} and Ada, @var{function} is interpreted as
9518 specifying all functions named @var{function} in all scopes. For
9519 C@t{++}, this means in all namespaces and classes. For Ada, this
9520 means in all packages.
9521
9522 For example, assuming a program with C@t{++} symbols named
9523 @code{A::B::func} and @code{B::func}, both commands @w{@kbd{break
9524 -function func}} and @w{@kbd{break -function B::func}} set a
9525 breakpoint on both symbols.
9526
9527 You can use the @kbd{-qualified} flag to override this (see below).
9528
9529 @item -qualified
9530
9531 This flag makes @value{GDBN} interpret a function name specified with
9532 @kbd{-function} as a complete fully-qualified name.
9533
9534 For example, assuming a C@t{++} program with symbols named
9535 @code{A::B::func} and @code{B::func}, the @w{@kbd{break -qualified
9536 -function B::func}} command sets a breakpoint on @code{B::func}, only.
9537
9538 (Note: the @kbd{-qualified} option can precede a linespec as well
9539 (@pxref{Linespec Locations}), so the particular example above could be
9540 simplified as @w{@kbd{break -qualified B::func}}.)
9541
9542 @item -label @var{label}
9543 The value specifies the name of a label. When the function
9544 name is not specified, the label is searched in the function of the currently
9545 selected stack frame.
9546
9547 @item -line @var{number}
9548 The value specifies a line offset for the location. The offset may either
9549 be absolute (@code{-line 3}) or relative (@code{-line +3}), depending on
9550 the command. When specified without any other options, the line offset is
9551 relative to the current line.
9552 @end table
9553
9554 Explicit location options may be abbreviated by omitting any non-unique
9555 trailing characters from the option name, e.g., @w{@kbd{break -s main.c -li 3}}.
9556
9557 @node Address Locations
9558 @subsection Address Locations
9559 @cindex address locations
9560
9561 @dfn{Address locations} indicate a specific program address. They have
9562 the generalized form *@var{address}.
9563
9564 For line-oriented commands, such as @code{list} and @code{edit}, this
9565 specifies a source line that contains @var{address}. For @code{break} and
9566 other breakpoint-oriented commands, this can be used to set breakpoints in
9567 parts of your program which do not have debugging information or
9568 source files.
9569
9570 Here @var{address} may be any expression valid in the current working
9571 language (@pxref{Languages, working language}) that specifies a code
9572 address. In addition, as a convenience, @value{GDBN} extends the
9573 semantics of expressions used in locations to cover several situations
9574 that frequently occur during debugging. Here are the various forms
9575 of @var{address}:
9576
9577 @table @code
9578 @item @var{expression}
9579 Any expression valid in the current working language.
9580
9581 @item @var{funcaddr}
9582 An address of a function or procedure derived from its name. In C,
9583 C@t{++}, Objective-C, Fortran, minimal, and assembly, this is
9584 simply the function's name @var{function} (and actually a special case
9585 of a valid expression). In Pascal and Modula-2, this is
9586 @code{&@var{function}}. In Ada, this is @code{@var{function}'Address}
9587 (although the Pascal form also works).
9588
9589 This form specifies the address of the function's first instruction,
9590 before the stack frame and arguments have been set up.
9591
9592 @item '@var{filename}':@var{funcaddr}
9593 Like @var{funcaddr} above, but also specifies the name of the source
9594 file explicitly. This is useful if the name of the function does not
9595 specify the function unambiguously, e.g., if there are several
9596 functions with identical names in different source files.
9597 @end table
9598
9599 @node Edit
9600 @section Editing Source Files
9601 @cindex editing source files
9602
9603 @kindex edit
9604 @kindex e @r{(@code{edit})}
9605 To edit the lines in a source file, use the @code{edit} command.
9606 The editing program of your choice
9607 is invoked with the current line set to
9608 the active line in the program.
9609 Alternatively, there are several ways to specify what part of the file you
9610 want to print if you want to see other parts of the program:
9611
9612 @table @code
9613 @item edit @var{locspec}
9614 Edit the source file of the code location that results from resolving
9615 @code{locspec}. Editing starts at the source file and source line
9616 @code{locspec} resolves to.
9617 @xref{Location Specifications}, for all the possible forms of the
9618 @var{locspec} argument.
9619
9620 If @code{locspec} resolves to more than one source line in your
9621 program, then the command prints the list of resolved source lines and
9622 does not proceed with the editing.
9623
9624 Here are the forms of the @code{edit} command most commonly used:
9625
9626 @table @code
9627 @item edit @var{number}
9628 Edit the current source file with @var{number} as the active line number.
9629
9630 @item edit @var{function}
9631 Edit the file containing @var{function} at the beginning of its definition.
9632 @end table
9633
9634 @end table
9635
9636 @subsection Choosing your Editor
9637 You can customize @value{GDBN} to use any editor you want
9638 @footnote{
9639 The only restriction is that your editor (say @code{ex}), recognizes the
9640 following command-line syntax:
9641 @smallexample
9642 ex +@var{number} file
9643 @end smallexample
9644 The optional numeric value +@var{number} specifies the number of the line in
9645 the file where to start editing.}.
9646 By default, it is @file{@value{EDITOR}}, but you can change this
9647 by setting the environment variable @env{EDITOR} before using
9648 @value{GDBN}. For example, to configure @value{GDBN} to use the
9649 @code{vi} editor, you could use these commands with the @code{sh} shell:
9650 @smallexample
9651 EDITOR=/usr/bin/vi
9652 export EDITOR
9653 gdb @dots{}
9654 @end smallexample
9655 or in the @code{csh} shell,
9656 @smallexample
9657 setenv EDITOR /usr/bin/vi
9658 gdb @dots{}
9659 @end smallexample
9660
9661 @node Search
9662 @section Searching Source Files
9663 @cindex searching source files
9664
9665 There are two commands for searching through the current source file for a
9666 regular expression.
9667
9668 @table @code
9669 @kindex search
9670 @kindex forward-search
9671 @kindex fo @r{(@code{forward-search})}
9672 @item forward-search @var{regexp}
9673 @itemx search @var{regexp}
9674 The command @samp{forward-search @var{regexp}} checks each line,
9675 starting with the one following the last line listed, for a match for
9676 @var{regexp}. It lists the line that is found. You can use the
9677 synonym @samp{search @var{regexp}} or abbreviate the command name as
9678 @code{fo}.
9679
9680 @kindex reverse-search
9681 @item reverse-search @var{regexp}
9682 The command @samp{reverse-search @var{regexp}} checks each line, starting
9683 with the one before the last line listed and going backward, for a match
9684 for @var{regexp}. It lists the line that is found. You can abbreviate
9685 this command as @code{rev}.
9686 @end table
9687
9688 @node Source Path
9689 @section Specifying Source Directories
9690
9691 @cindex source path
9692 @cindex directories for source files
9693 Executable programs sometimes do not record the directories of the source
9694 files from which they were compiled, just the names. Even when they do,
9695 the directories could be moved between the compilation and your debugging
9696 session. @value{GDBN} has a list of directories to search for source files;
9697 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
9698 it tries all the directories in the list, in the order they are present
9699 in the list, until it finds a file with the desired name.
9700
9701 For example, suppose an executable references the file
9702 @file{/usr/src/foo-1.0/lib/foo.c}, does not record a compilation
9703 directory, and the @dfn{source path} is @file{/mnt/cross}.
9704 @value{GDBN} would look for the source file in the following
9705 locations:
9706
9707 @enumerate
9708
9709 @item @file{/usr/src/foo-1.0/lib/foo.c}
9710 @item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9711 @item @file{/mnt/cross/foo.c}
9712
9713 @end enumerate
9714
9715 If the source file is not present at any of the above locations then
9716 an error is printed. @value{GDBN} does not look up the parts of the
9717 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
9718 Likewise, the subdirectories of the source path are not searched: if
9719 the source path is @file{/mnt/cross}, and the binary refers to
9720 @file{foo.c}, @value{GDBN} would not find it under
9721 @file{/mnt/cross/usr/src/foo-1.0/lib}.
9722
9723 Plain file names, relative file names with leading directories, file
9724 names containing dots, etc.@: are all treated as described above,
9725 except that non-absolute file names are not looked up literally. If
9726 the @dfn{source path} is @file{/mnt/cross}, the source file is
9727 recorded as @file{../lib/foo.c}, and no compilation directory is
9728 recorded, then @value{GDBN} will search in the following locations:
9729
9730 @enumerate
9731
9732 @item @file{/mnt/cross/../lib/foo.c}
9733 @item @file{/mnt/cross/foo.c}
9734
9735 @end enumerate
9736
9737 @kindex cdir
9738 @kindex cwd
9739 @vindex $cdir@r{, convenience variable}
9740 @vindex $cwd@r{, convenience variable}
9741 @cindex compilation directory
9742 @cindex current directory
9743 @cindex working directory
9744 @cindex directory, current
9745 @cindex directory, compilation
9746 The @dfn{source path} will always include two special entries
9747 @samp{$cdir} and @samp{$cwd}, these refer to the compilation directory
9748 (if one is recorded) and the current working directory respectively.
9749
9750 @samp{$cdir} causes @value{GDBN} to search within the compilation
9751 directory, if one is recorded in the debug information. If no
9752 compilation directory is recorded in the debug information then
9753 @samp{$cdir} is ignored.
9754
9755 @samp{$cwd} is not the same as @samp{.}---the former tracks the
9756 current working directory as it changes during your @value{GDBN}
9757 session, while the latter is immediately expanded to the current
9758 directory at the time you add an entry to the source path.
9759
9760 If a compilation directory is recorded in the debug information, and
9761 @value{GDBN} has not found the source file after the first search
9762 using @dfn{source path}, then @value{GDBN} will combine the
9763 compilation directory and the filename, and then search for the source
9764 file again using the @dfn{source path}.
9765
9766 For example, if the executable records the source file as
9767 @file{/usr/src/foo-1.0/lib/foo.c}, the compilation directory is
9768 recorded as @file{/project/build}, and the @dfn{source path} is
9769 @file{/mnt/cross:$cdir:$cwd} while the current working directory of
9770 the @value{GDBN} session is @file{/home/user}, then @value{GDBN} will
9771 search for the source file in the following locations:
9772
9773 @enumerate
9774
9775 @item @file{/usr/src/foo-1.0/lib/foo.c}
9776 @item @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c}
9777 @item @file{/project/build/usr/src/foo-1.0/lib/foo.c}
9778 @item @file{/home/user/usr/src/foo-1.0/lib/foo.c}
9779 @item @file{/mnt/cross/project/build/usr/src/foo-1.0/lib/foo.c}
9780 @item @file{/project/build/project/build/usr/src/foo-1.0/lib/foo.c}
9781 @item @file{/home/user/project/build/usr/src/foo-1.0/lib/foo.c}
9782 @item @file{/mnt/cross/foo.c}
9783 @item @file{/project/build/foo.c}
9784 @item @file{/home/user/foo.c}
9785
9786 @end enumerate
9787
9788 If the file name in the previous example had been recorded in the
9789 executable as a relative path rather than an absolute path, then the
9790 first look up would not have occurred, but all of the remaining steps
9791 would be similar.
9792
9793 When searching for source files on MS-DOS and MS-Windows, where
9794 absolute paths start with a drive letter (e.g.@:
9795 @file{C:/project/foo.c}), @value{GDBN} will remove the drive letter
9796 from the file name before appending it to a search directory from
9797 @dfn{source path}; for instance if the executable references the
9798 source file @file{C:/project/foo.c} and @dfn{source path} is set to
9799 @file{D:/mnt/cross}, then @value{GDBN} will search in the following
9800 locations for the source file:
9801
9802 @enumerate
9803
9804 @item @file{C:/project/foo.c}
9805 @item @file{D:/mnt/cross/project/foo.c}
9806 @item @file{D:/mnt/cross/foo.c}
9807
9808 @end enumerate
9809
9810 Note that the executable search path is @emph{not} used to locate the
9811 source files.
9812
9813 Whenever you reset or rearrange the source path, @value{GDBN} clears out
9814 any information it has cached about where source files are found and where
9815 each line is in the file.
9816
9817 @kindex directory
9818 @kindex dir
9819 When you start @value{GDBN}, its source path includes only @samp{$cdir}
9820 and @samp{$cwd}, in that order.
9821 To add other directories, use the @code{directory} command.
9822
9823 The search path is used to find both program source files and @value{GDBN}
9824 script files (read using the @samp{-command} option and @samp{source} command).
9825
9826 In addition to the source path, @value{GDBN} provides a set of commands
9827 that manage a list of source path substitution rules. A @dfn{substitution
9828 rule} specifies how to rewrite source directories stored in the program's
9829 debug information in case the sources were moved to a different
9830 directory between compilation and debugging. A rule is made of
9831 two strings, the first specifying what needs to be rewritten in
9832 the path, and the second specifying how it should be rewritten.
9833 In @ref{set substitute-path}, we name these two parts @var{from} and
9834 @var{to} respectively. @value{GDBN} does a simple string replacement
9835 of @var{from} with @var{to} at the start of the directory part of the
9836 source file name, and uses that result instead of the original file
9837 name to look up the sources.
9838
9839 Using the previous example, suppose the @file{foo-1.0} tree has been
9840 moved from @file{/usr/src} to @file{/mnt/cross}, then you can tell
9841 @value{GDBN} to replace @file{/usr/src} in all source path names with
9842 @file{/mnt/cross}. The first lookup will then be
9843 @file{/mnt/cross/foo-1.0/lib/foo.c} in place of the original location
9844 of @file{/usr/src/foo-1.0/lib/foo.c}. To define a source path
9845 substitution rule, use the @code{set substitute-path} command
9846 (@pxref{set substitute-path}).
9847
9848 To avoid unexpected substitution results, a rule is applied only if the
9849 @var{from} part of the directory name ends at a directory separator.
9850 For instance, a rule substituting @file{/usr/source} into
9851 @file{/mnt/cross} will be applied to @file{/usr/source/foo-1.0} but
9852 not to @file{/usr/sourceware/foo-2.0}. And because the substitution
9853 is applied only at the beginning of the directory name, this rule will
9854 not be applied to @file{/root/usr/source/baz.c} either.
9855
9856 In many cases, you can achieve the same result using the @code{directory}
9857 command. However, @code{set substitute-path} can be more efficient in
9858 the case where the sources are organized in a complex tree with multiple
9859 subdirectories. With the @code{directory} command, you need to add each
9860 subdirectory of your project. If you moved the entire tree while
9861 preserving its internal organization, then @code{set substitute-path}
9862 allows you to direct the debugger to all the sources with one single
9863 command.
9864
9865 @code{set substitute-path} is also more than just a shortcut command.
9866 The source path is only used if the file at the original location no
9867 longer exists. On the other hand, @code{set substitute-path} modifies
9868 the debugger behavior to look at the rewritten location instead. So, if
9869 for any reason a source file that is not relevant to your executable is
9870 located at the original location, a substitution rule is the only
9871 method available to point @value{GDBN} at the new location.
9872
9873 @cindex @samp{--with-relocated-sources}
9874 @cindex default source path substitution
9875 You can configure a default source path substitution rule by
9876 configuring @value{GDBN} with the
9877 @samp{--with-relocated-sources=@var{dir}} option. The @var{dir}
9878 should be the name of a directory under @value{GDBN}'s configured
9879 prefix (set with @samp{--prefix} or @samp{--exec-prefix}), and
9880 directory names in debug information under @var{dir} will be adjusted
9881 automatically if the installed @value{GDBN} is moved to a new
9882 location. This is useful if @value{GDBN}, libraries or executables
9883 with debug information and corresponding source code are being moved
9884 together.
9885
9886 @table @code
9887 @item directory @var{dirname} @dots{}
9888 @item dir @var{dirname} @dots{}
9889 Add directory @var{dirname} to the front of the source path. Several
9890 directory names may be given to this command, separated by @samp{:}
9891 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
9892 part of absolute file names) or
9893 whitespace. You may specify a directory that is already in the source
9894 path; this moves it forward, so @value{GDBN} searches it sooner.
9895
9896 The special strings @samp{$cdir} (to refer to the compilation
9897 directory, if one is recorded), and @samp{$cwd} (to refer to the
9898 current working directory) can also be included in the list of
9899 directories @var{dirname}. Though these will already be in the source
9900 path they will be moved forward in the list so @value{GDBN} searches
9901 them sooner.
9902
9903 @item directory
9904 Reset the source path to its default value (@samp{$cdir:$cwd} on Unix systems). This requires confirmation.
9905
9906 @c RET-repeat for @code{directory} is explicitly disabled, but since
9907 @c repeating it would be a no-op we do not say that. (thanks to RMS)
9908
9909 @item set directories @var{path-list}
9910 @kindex set directories
9911 Set the source path to @var{path-list}.
9912 @samp{$cdir:$cwd} are added if missing.
9913
9914 @item show directories
9915 @kindex show directories
9916 Print the source path: show which directories it contains.
9917
9918 @anchor{set substitute-path}
9919 @item set substitute-path @var{from} @var{to}
9920 @kindex set substitute-path
9921 Define a source path substitution rule, and add it at the end of the
9922 current list of existing substitution rules. If a rule with the same
9923 @var{from} was already defined, then the old rule is also deleted.
9924
9925 For example, if the file @file{/foo/bar/baz.c} was moved to
9926 @file{/mnt/cross/baz.c}, then the command
9927
9928 @smallexample
9929 (@value{GDBP}) set substitute-path /foo/bar /mnt/cross
9930 @end smallexample
9931
9932 @noindent
9933 will tell @value{GDBN} to replace @samp{/foo/bar} with
9934 @samp{/mnt/cross}, which will allow @value{GDBN} to find the file
9935 @file{baz.c} even though it was moved.
9936
9937 In the case when more than one substitution rule have been defined,
9938 the rules are evaluated one by one in the order where they have been
9939 defined. The first one matching, if any, is selected to perform
9940 the substitution.
9941
9942 For instance, if we had entered the following commands:
9943
9944 @smallexample
9945 (@value{GDBP}) set substitute-path /usr/src/include /mnt/include
9946 (@value{GDBP}) set substitute-path /usr/src /mnt/src
9947 @end smallexample
9948
9949 @noindent
9950 @value{GDBN} would then rewrite @file{/usr/src/include/defs.h} into
9951 @file{/mnt/include/defs.h} by using the first rule. However, it would
9952 use the second rule to rewrite @file{/usr/src/lib/foo.c} into
9953 @file{/mnt/src/lib/foo.c}.
9954
9955
9956 @item unset substitute-path [path]
9957 @kindex unset substitute-path
9958 If a path is specified, search the current list of substitution rules
9959 for a rule that would rewrite that path. Delete that rule if found.
9960 A warning is emitted by the debugger if no rule could be found.
9961
9962 If no path is specified, then all substitution rules are deleted.
9963
9964 @item show substitute-path [path]
9965 @kindex show substitute-path
9966 If a path is specified, then print the source path substitution rule
9967 which would rewrite that path, if any.
9968
9969 If no path is specified, then print all existing source path substitution
9970 rules.
9971
9972 @end table
9973
9974 If your source path is cluttered with directories that are no longer of
9975 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
9976 versions of source. You can correct the situation as follows:
9977
9978 @enumerate
9979 @item
9980 Use @code{directory} with no argument to reset the source path to its default value.
9981
9982 @item
9983 Use @code{directory} with suitable arguments to reinstall the
9984 directories you want in the source path. You can add all the
9985 directories in one command.
9986 @end enumerate
9987
9988 @node Machine Code
9989 @section Source and Machine Code
9990 @cindex source line and its code address
9991
9992 You can use the command @code{info line} to map source lines to program
9993 addresses (and vice versa), and the command @code{disassemble} to display
9994 a range of addresses as machine instructions. You can use the command
9995 @code{set disassemble-next-line} to set whether to disassemble next
9996 source line when execution stops. When run under @sc{gnu} Emacs
9997 mode, the @code{info line} command causes the arrow to point to the
9998 line specified. Also, @code{info line} prints addresses in symbolic form as
9999 well as hex.
10000
10001 @table @code
10002 @kindex info line
10003 @item info line
10004 @itemx info line @var{locspec}
10005 Print the starting and ending addresses of the compiled code for the
10006 source lines of the code locations that result from resolving
10007 @var{locspec}. @xref{Location Specifications}, for the various forms
10008 of @var{locspec}.
10009 With no @var{locspec}, information about the current source line is
10010 printed.
10011 @end table
10012
10013 For example, we can use @code{info line} to discover the location of
10014 the object code for the first line of function
10015 @code{m4_changequote}:
10016
10017 @smallexample
10018 (@value{GDBP}) info line m4_changequote
10019 Line 895 of "builtin.c" starts at pc 0x634c <m4_changequote> and \
10020 ends at 0x6350 <m4_changequote+4>.
10021 @end smallexample
10022
10023 @noindent
10024 @cindex code address and its source line
10025 We can also inquire, using @code{*@var{addr}} as the form for
10026 @var{locspec}, what source line covers a particular address
10027 @var{addr}:
10028 @smallexample
10029 (@value{GDBP}) info line *0x63ff
10030 Line 926 of "builtin.c" starts at pc 0x63e4 <m4_changequote+152> and \
10031 ends at 0x6404 <m4_changequote+184>.
10032 @end smallexample
10033
10034 @cindex @code{$_} and @code{info line}
10035 @cindex @code{x} command, default address
10036 @kindex x@r{(examine), and} info line
10037 After @code{info line}, the default address for the @code{x} command
10038 is changed to the starting address of the line, so that @samp{x/i} is
10039 sufficient to begin examining the machine code (@pxref{Memory,
10040 ,Examining Memory}). Also, this address is saved as the value of the
10041 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
10042 Variables}).
10043
10044 @cindex info line, repeated calls
10045 After @code{info line}, using @code{info line} again without
10046 specifying a location will display information about the next source
10047 line.
10048
10049 @anchor{disassemble}
10050 @table @code
10051 @kindex disassemble
10052 @cindex assembly instructions
10053 @cindex instructions, assembly
10054 @cindex machine instructions
10055 @cindex listing machine instructions
10056 @item disassemble
10057 @itemx disassemble /m
10058 @itemx disassemble /s
10059 @itemx disassemble /r
10060 @itemx disassemble /b
10061 This specialized command dumps a range of memory as machine
10062 instructions. It can also print mixed source+disassembly by specifying
10063 the @code{/m} or @code{/s} modifier and print the raw instructions in
10064 hex as well as in symbolic form by specifying the @code{/r} or @code{/b}
10065 modifier.
10066
10067 Only one of @code{/m} and @code{/s} can be used, attempting to use
10068 both flag will give an error.
10069
10070 Only one of @code{/r} and @code{/b} can be used, attempting to use
10071 both flag will give an error.
10072
10073 The default memory range is the function surrounding the program
10074 counter of the selected frame. A single argument to this command is a
10075 program counter value; @value{GDBN} dumps the function surrounding
10076 this value. When two arguments are given, they should be separated by
10077 a comma, possibly surrounded by whitespace. The arguments specify a
10078 range of addresses to dump, in one of two forms:
10079
10080 @table @code
10081 @item @var{start},@var{end}
10082 the addresses from @var{start} (inclusive) to @var{end} (exclusive)
10083 @item @var{start},+@var{length}
10084 the addresses from @var{start} (inclusive) to
10085 @code{@var{start}+@var{length}} (exclusive).
10086 @end table
10087
10088 @noindent
10089 When 2 arguments are specified, the name of the function is also
10090 printed (since there could be several functions in the given range).
10091
10092 The argument(s) can be any expression yielding a numeric value, such as
10093 @samp{0x32c4}, @samp{&main+10} or @samp{$pc - 8}.
10094
10095 If the range of memory being disassembled contains current program counter,
10096 the instruction at that location is shown with a @code{=>} marker.
10097 @end table
10098
10099 The following example shows the disassembly of a range of addresses of
10100 HP PA-RISC 2.0 code:
10101
10102 @smallexample
10103 (@value{GDBP}) disas 0x32c4, 0x32e4
10104 Dump of assembler code from 0x32c4 to 0x32e4:
10105 0x32c4 <main+204>: addil 0,dp
10106 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
10107 0x32cc <main+212>: ldil 0x3000,r31
10108 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
10109 0x32d4 <main+220>: ldo 0(r31),rp
10110 0x32d8 <main+224>: addil -0x800,dp
10111 0x32dc <main+228>: ldo 0x588(r1),r26
10112 0x32e0 <main+232>: ldil 0x3000,r31
10113 End of assembler dump.
10114 @end smallexample
10115
10116 The following two examples are for RISC-V, and demonstrates the
10117 difference between the @code{/r} and @code{/b} modifiers. First with
10118 @code{/b}, the bytes of the instruction are printed, in hex, in memory
10119 order:
10120
10121 @smallexample
10122 (@value{GDBP}) disassemble /b 0x00010150,0x0001015c
10123 Dump of assembler code from 0x10150 to 0x1015c:
10124 0x00010150 <call_me+4>: 22 dc sw s0,56(sp)
10125 0x00010152 <call_me+6>: 80 00 addi s0,sp,64
10126 0x00010154 <call_me+8>: 23 26 a4 fe sw a0,-20(s0)
10127 0x00010158 <call_me+12>: 23 24 b4 fe sw a1,-24(s0)
10128 End of assembler dump.
10129 @end smallexample
10130
10131 In contrast, with @code{/r} the bytes of the instruction are displayed
10132 in the instruction order, for RISC-V this means that the bytes have been
10133 swapped to little-endian order:
10134
10135 @smallexample
10136 (@value{GDBP}) disassemble /r 0x00010150,0x0001015c
10137 Dump of assembler code from 0x10150 to 0x1015c:
10138 0x00010150 <call_me+4>: dc22 sw s0,56(sp)
10139 0x00010152 <call_me+6>: 0080 addi s0,sp,64
10140 0x00010154 <call_me+8>: fea42623 sw a0,-20(s0)
10141 0x00010158 <call_me+12>: feb42423 sw a1,-24(s0)
10142 End of assembler dump.
10143 @end smallexample
10144
10145 Here is an example showing mixed source+assembly for Intel x86
10146 with @code{/m} or @code{/s}, when the program is stopped just after
10147 function prologue in a non-optimized function with no inline code.
10148
10149 @smallexample
10150 (@value{GDBP}) disas /m main
10151 Dump of assembler code for function main:
10152 5 @{
10153 0x08048330 <+0>: push %ebp
10154 0x08048331 <+1>: mov %esp,%ebp
10155 0x08048333 <+3>: sub $0x8,%esp
10156 0x08048336 <+6>: and $0xfffffff0,%esp
10157 0x08048339 <+9>: sub $0x10,%esp
10158
10159 6 printf ("Hello.\n");
10160 => 0x0804833c <+12>: movl $0x8048440,(%esp)
10161 0x08048343 <+19>: call 0x8048284 <puts@@plt>
10162
10163 7 return 0;
10164 8 @}
10165 0x08048348 <+24>: mov $0x0,%eax
10166 0x0804834d <+29>: leave
10167 0x0804834e <+30>: ret
10168
10169 End of assembler dump.
10170 @end smallexample
10171
10172 The @code{/m} option is deprecated as its output is not useful when
10173 there is either inlined code or re-ordered code.
10174 The @code{/s} option is the preferred choice.
10175 Here is an example for AMD x86-64 showing the difference between
10176 @code{/m} output and @code{/s} output.
10177 This example has one inline function defined in a header file,
10178 and the code is compiled with @samp{-O2} optimization.
10179 Note how the @code{/m} output is missing the disassembly of
10180 several instructions that are present in the @code{/s} output.
10181
10182 @file{foo.h}:
10183
10184 @smallexample
10185 int
10186 foo (int a)
10187 @{
10188 if (a < 0)
10189 return a * 2;
10190 if (a == 0)
10191 return 1;
10192 return a + 10;
10193 @}
10194 @end smallexample
10195
10196 @file{foo.c}:
10197
10198 @smallexample
10199 #include "foo.h"
10200 volatile int x, y;
10201 int
10202 main ()
10203 @{
10204 x = foo (y);
10205 return 0;
10206 @}
10207 @end smallexample
10208
10209 @smallexample
10210 (@value{GDBP}) disas /m main
10211 Dump of assembler code for function main:
10212 5 @{
10213
10214 6 x = foo (y);
10215 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
10216 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
10217
10218 7 return 0;
10219 8 @}
10220 0x000000000040041d <+29>: xor %eax,%eax
10221 0x000000000040041f <+31>: retq
10222 0x0000000000400420 <+32>: add %eax,%eax
10223 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
10224
10225 End of assembler dump.
10226 (@value{GDBP}) disas /s main
10227 Dump of assembler code for function main:
10228 foo.c:
10229 5 @{
10230 6 x = foo (y);
10231 0x0000000000400400 <+0>: mov 0x200c2e(%rip),%eax # 0x601034 <y>
10232
10233 foo.h:
10234 4 if (a < 0)
10235 0x0000000000400406 <+6>: test %eax,%eax
10236 0x0000000000400408 <+8>: js 0x400420 <main+32>
10237
10238 6 if (a == 0)
10239 7 return 1;
10240 8 return a + 10;
10241 0x000000000040040a <+10>: lea 0xa(%rax),%edx
10242 0x000000000040040d <+13>: test %eax,%eax
10243 0x000000000040040f <+15>: mov $0x1,%eax
10244 0x0000000000400414 <+20>: cmovne %edx,%eax
10245
10246 foo.c:
10247 6 x = foo (y);
10248 0x0000000000400417 <+23>: mov %eax,0x200c13(%rip) # 0x601030 <x>
10249
10250 7 return 0;
10251 8 @}
10252 0x000000000040041d <+29>: xor %eax,%eax
10253 0x000000000040041f <+31>: retq
10254
10255 foo.h:
10256 5 return a * 2;
10257 0x0000000000400420 <+32>: add %eax,%eax
10258 0x0000000000400422 <+34>: jmp 0x400417 <main+23>
10259 End of assembler dump.
10260 @end smallexample
10261
10262 Here is another example showing raw instructions in hex for AMD x86-64,
10263
10264 @smallexample
10265 (@value{GDBP}) disas /r 0x400281,+10
10266 Dump of assembler code from 0x400281 to 0x40028b:
10267 0x0000000000400281: 38 36 cmp %dh,(%rsi)
10268 0x0000000000400283: 2d 36 34 2e 73 sub $0x732e3436,%eax
10269 0x0000000000400288: 6f outsl %ds:(%rsi),(%dx)
10270 0x0000000000400289: 2e 32 00 xor %cs:(%rax),%al
10271 End of assembler dump.
10272 @end smallexample
10273
10274 Note that the @samp{disassemble} command's address arguments are
10275 specified using expressions in your programming language
10276 (@pxref{Expressions, ,Expressions}), not location specs
10277 (@pxref{Location Specifications}). So, for example, if you want to
10278 disassemble function @code{bar} in file @file{foo.c}, you must type
10279 @samp{disassemble 'foo.c'::bar} and not @samp{disassemble foo.c:bar}.
10280
10281 Some architectures have more than one commonly-used set of instruction
10282 mnemonics or other syntax.
10283
10284 For programs that were dynamically linked and use shared libraries,
10285 instructions that call functions or branch to locations in the shared
10286 libraries might show a seemingly bogus location---it's actually a
10287 location of the relocation table. On some architectures, @value{GDBN}
10288 might be able to resolve these to actual function names.
10289
10290 @table @code
10291 @kindex set disassembler-options
10292 @cindex disassembler options
10293 @item set disassembler-options @var{option1}[,@var{option2}@dots{}]
10294 This command controls the passing of target specific information to
10295 the disassembler. For a list of valid options, please refer to the
10296 @code{-M}/@code{--disassembler-options} section of the @samp{objdump}
10297 manual and/or the output of @kbd{objdump --help}
10298 (@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}).
10299 The default value is the empty string.
10300
10301 If it is necessary to specify more than one disassembler option, then
10302 multiple options can be placed together into a comma separated list.
10303 Currently this command is only supported on targets ARC, ARM, MIPS,
10304 PowerPC and S/390.
10305
10306 @kindex show disassembler-options
10307 @item show disassembler-options
10308 Show the current setting of the disassembler options.
10309 @end table
10310
10311 @table @code
10312 @kindex set disassembly-flavor
10313 @cindex Intel disassembly flavor
10314 @cindex AT&T disassembly flavor
10315 @item set disassembly-flavor @var{instruction-set}
10316 Select the instruction set to use when disassembling the
10317 program via the @code{disassemble} or @code{x/i} commands.
10318
10319 Currently this command is only defined for the Intel x86 family. You
10320 can set @var{instruction-set} to either @code{intel} or @code{att}.
10321 The default is @code{att}, the AT&T flavor used by default by Unix
10322 assemblers for x86-based targets.
10323
10324 @kindex show disassembly-flavor
10325 @item show disassembly-flavor
10326 Show the current setting of the disassembly flavor.
10327 @end table
10328
10329 @table @code
10330 @kindex set disassemble-next-line
10331 @kindex show disassemble-next-line
10332 @item set disassemble-next-line
10333 @itemx show disassemble-next-line
10334 Control whether or not @value{GDBN} will disassemble the next source
10335 line or instruction when execution stops. If ON, @value{GDBN} will
10336 display disassembly of the next source line when execution of the
10337 program being debugged stops. This is @emph{in addition} to
10338 displaying the source line itself, which @value{GDBN} always does if
10339 possible. If the next source line cannot be displayed for some reason
10340 (e.g., if @value{GDBN} cannot find the source file, or there's no line
10341 info in the debug info), @value{GDBN} will display disassembly of the
10342 next @emph{instruction} instead of showing the next source line. If
10343 AUTO, @value{GDBN} will display disassembly of next instruction only
10344 if the source line cannot be displayed. This setting causes
10345 @value{GDBN} to display some feedback when you step through a function
10346 with no line info or whose source file is unavailable. The default is
10347 OFF, which means never display the disassembly of the next line or
10348 instruction.
10349 @end table
10350
10351 @node Disable Reading Source
10352 @section Disable Reading Source Code
10353 @cindex source code, disable access
10354
10355 In some cases it can be desirable to prevent @value{GDBN} from
10356 accessing source code files. One case where this might be desirable
10357 is if the source code files are located over a slow network
10358 connection.
10359
10360 The following command can be used to control whether @value{GDBN}
10361 should access source code files or not:
10362
10363 @table @code
10364 @kindex set source open
10365 @kindex show source open
10366 @item set source open @r{[}on@r{|}off@r{]}
10367 @itemx show source open
10368 When this option is @code{on}, which is the default, @value{GDBN} will
10369 access source code files when needed, for example to print source
10370 lines when @value{GDBN} stops, or in response to the @code{list}
10371 command.
10372
10373 When this option is @code{off}, @value{GDBN} will not access source
10374 code files.
10375 @end table
10376
10377 @node Data
10378 @chapter Examining Data
10379
10380 @cindex printing data
10381 @cindex examining data
10382 @kindex print
10383 @kindex inspect
10384 The usual way to examine data in your program is with the @code{print}
10385 command (abbreviated @code{p}), or its synonym @code{inspect}. It
10386 evaluates and prints the value of an expression of the language your
10387 program is written in (@pxref{Languages, ,Using @value{GDBN} with
10388 Different Languages}). It may also print the expression using a
10389 Python-based pretty-printer (@pxref{Pretty Printing}).
10390
10391 @table @code
10392 @item print [[@var{options}] --] @var{expr}
10393 @itemx print [[@var{options}] --] /@var{f} @var{expr}
10394 @var{expr} is an expression (in the source language). By default the
10395 value of @var{expr} is printed in a format appropriate to its data type;
10396 you can choose a different format by specifying @samp{/@var{f}}, where
10397 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
10398 Formats}.
10399
10400 @anchor{print options}
10401 The @code{print} command supports a number of options that allow
10402 overriding relevant global print settings as set by @code{set print}
10403 subcommands:
10404
10405 @table @code
10406 @item -address [@code{on}|@code{off}]
10407 Set printing of addresses.
10408 Related setting: @ref{set print address}.
10409
10410 @item -array [@code{on}|@code{off}]
10411 Pretty formatting of arrays.
10412 Related setting: @ref{set print array}.
10413
10414 @item -array-indexes [@code{on}|@code{off}]
10415 Set printing of array indexes.
10416 Related setting: @ref{set print array-indexes}.
10417
10418 @item -characters @var{number-of-characters}|@code{elements}|@code{unlimited}
10419 Set limit on string characters to print. The value @code{elements}
10420 causes the limit on array elements to print to be used. The value
10421 @code{unlimited} causes there to be no limit. Related setting:
10422 @ref{set print characters}.
10423
10424 @item -elements @var{number-of-elements}|@code{unlimited}
10425 Set limit on array elements and optionally string characters to print.
10426 See @ref{set print characters}, and the @code{-characters} option above
10427 for when this option applies to strings. The value @code{unlimited}
10428 causes there to be no limit. @xref{set print elements}, for a related
10429 CLI command.
10430
10431 @item -max-depth @var{depth}|@code{unlimited}
10432 Set the threshold after which nested structures are replaced with
10433 ellipsis. Related setting: @ref{set print max-depth}.
10434
10435 @item -nibbles [@code{on}|@code{off}]
10436 Set whether to print binary values in groups of four bits, known
10437 as ``nibbles''. @xref{set print nibbles}.
10438
10439 @item -memory-tag-violations [@code{on}|@code{off}]
10440 Set printing of additional information about memory tag violations.
10441 @xref{set print memory-tag-violations}.
10442
10443 @item -null-stop [@code{on}|@code{off}]
10444 Set printing of char arrays to stop at first null char. Related
10445 setting: @ref{set print null-stop}.
10446
10447 @item -object [@code{on}|@code{off}]
10448 Set printing C@t{++} virtual function tables. Related setting:
10449 @ref{set print object}.
10450
10451 @item -pretty [@code{on}|@code{off}]
10452 Set pretty formatting of structures. Related setting: @ref{set print
10453 pretty}.
10454
10455 @item -raw-values [@code{on}|@code{off}]
10456 Set whether to print values in raw form, bypassing any
10457 pretty-printers for that value. Related setting: @ref{set print
10458 raw-values}.
10459
10460 @item -repeats @var{number-of-repeats}|@code{unlimited}
10461 Set threshold for repeated print elements. @code{unlimited} causes
10462 all elements to be individually printed. Related setting: @ref{set
10463 print repeats}.
10464
10465 @item -static-members [@code{on}|@code{off}]
10466 Set printing C@t{++} static members. Related setting: @ref{set print
10467 static-members}.
10468
10469 @item -symbol [@code{on}|@code{off}]
10470 Set printing of symbol names when printing pointers. Related setting:
10471 @ref{set print symbol}.
10472
10473 @item -union [@code{on}|@code{off}]
10474 Set printing of unions interior to structures. Related setting:
10475 @ref{set print union}.
10476
10477 @item -vtbl [@code{on}|@code{off}]
10478 Set printing of C++ virtual function tables. Related setting:
10479 @ref{set print vtbl}.
10480 @end table
10481
10482 Because the @code{print} command accepts arbitrary expressions which
10483 may look like options (including abbreviations), if you specify any
10484 command option, then you must use a double dash (@code{--}) to mark
10485 the end of option processing.
10486
10487 For example, this prints the value of the @code{-p} expression:
10488
10489 @smallexample
10490 (@value{GDBP}) print -p
10491 @end smallexample
10492
10493 While this repeats the last value in the value history (see below)
10494 with the @code{-pretty} option in effect:
10495
10496 @smallexample
10497 (@value{GDBP}) print -p --
10498 @end smallexample
10499
10500 Here is an example including both on option and an expression:
10501
10502 @smallexample
10503 @group
10504 (@value{GDBP}) print -pretty -- *myptr
10505 $1 = @{
10506 next = 0x0,
10507 flags = @{
10508 sweet = 1,
10509 sour = 1
10510 @},
10511 meat = 0x54 "Pork"
10512 @}
10513 @end group
10514 @end smallexample
10515
10516 @item print [@var{options}]
10517 @itemx print [@var{options}] /@var{f}
10518 @cindex reprint the last value
10519 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
10520 @dfn{value history}; @pxref{Value History, ,Value History}). This allows you to
10521 conveniently inspect the same value in an alternative format.
10522 @end table
10523
10524 If the architecture supports memory tagging, the @code{print} command will
10525 display pointer/memory tag mismatches if what is being printed is a pointer
10526 or reference type. @xref{Memory Tagging}.
10527
10528 A more low-level way of examining data is with the @code{x} command.
10529 It examines data in memory at a specified address and prints it in a
10530 specified format. @xref{Memory, ,Examining Memory}.
10531
10532 If you are interested in information about types, or about how the
10533 fields of a struct or a class are declared, use the @code{ptype @var{expr}}
10534 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
10535 Table}.
10536
10537 @cindex exploring hierarchical data structures
10538 @kindex explore
10539 Another way of examining values of expressions and type information is
10540 through the Python extension command @code{explore} (available only if
10541 the @value{GDBN} build is configured with @code{--with-python}). It
10542 offers an interactive way to start at the highest level (or, the most
10543 abstract level) of the data type of an expression (or, the data type
10544 itself) and explore all the way down to leaf scalar values/fields
10545 embedded in the higher level data types.
10546
10547 @table @code
10548 @item explore @var{arg}
10549 @var{arg} is either an expression (in the source language), or a type
10550 visible in the current context of the program being debugged.
10551 @end table
10552
10553 The working of the @code{explore} command can be illustrated with an
10554 example. If a data type @code{struct ComplexStruct} is defined in your
10555 C program as
10556
10557 @smallexample
10558 struct SimpleStruct
10559 @{
10560 int i;
10561 double d;
10562 @};
10563
10564 struct ComplexStruct
10565 @{
10566 struct SimpleStruct *ss_p;
10567 int arr[10];
10568 @};
10569 @end smallexample
10570
10571 @noindent
10572 followed by variable declarations as
10573
10574 @smallexample
10575 struct SimpleStruct ss = @{ 10, 1.11 @};
10576 struct ComplexStruct cs = @{ &ss, @{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 @} @};
10577 @end smallexample
10578
10579 @noindent
10580 then, the value of the variable @code{cs} can be explored using the
10581 @code{explore} command as follows.
10582
10583 @smallexample
10584 (@value{GDBP}) explore cs
10585 The value of `cs' is a struct/class of type `struct ComplexStruct' with
10586 the following fields:
10587
10588 ss_p = <Enter 0 to explore this field of type `struct SimpleStruct *'>
10589 arr = <Enter 1 to explore this field of type `int [10]'>
10590
10591 Enter the field number of choice:
10592 @end smallexample
10593
10594 @noindent
10595 Since the fields of @code{cs} are not scalar values, you are being
10596 prompted to chose the field you want to explore. Let's say you choose
10597 the field @code{ss_p} by entering @code{0}. Then, since this field is a
10598 pointer, you will be asked if it is pointing to a single value. From
10599 the declaration of @code{cs} above, it is indeed pointing to a single
10600 value, hence you enter @code{y}. If you enter @code{n}, then you will
10601 be asked if it were pointing to an array of values, in which case this
10602 field will be explored as if it were an array.
10603
10604 @smallexample
10605 `cs.ss_p' is a pointer to a value of type `struct SimpleStruct'
10606 Continue exploring it as a pointer to a single value [y/n]: y
10607 The value of `*(cs.ss_p)' is a struct/class of type `struct
10608 SimpleStruct' with the following fields:
10609
10610 i = 10 .. (Value of type `int')
10611 d = 1.1100000000000001 .. (Value of type `double')
10612
10613 Press enter to return to parent value:
10614 @end smallexample
10615
10616 @noindent
10617 If the field @code{arr} of @code{cs} was chosen for exploration by
10618 entering @code{1} earlier, then since it is as array, you will be
10619 prompted to enter the index of the element in the array that you want
10620 to explore.
10621
10622 @smallexample
10623 `cs.arr' is an array of `int'.
10624 Enter the index of the element you want to explore in `cs.arr': 5
10625
10626 `(cs.arr)[5]' is a scalar value of type `int'.
10627
10628 (cs.arr)[5] = 4
10629
10630 Press enter to return to parent value:
10631 @end smallexample
10632
10633 In general, at any stage of exploration, you can go deeper towards the
10634 leaf values by responding to the prompts appropriately, or hit the
10635 return key to return to the enclosing data structure (the @i{higher}
10636 level data structure).
10637
10638 Similar to exploring values, you can use the @code{explore} command to
10639 explore types. Instead of specifying a value (which is typically a
10640 variable name or an expression valid in the current context of the
10641 program being debugged), you specify a type name. If you consider the
10642 same example as above, your can explore the type
10643 @code{struct ComplexStruct} by passing the argument
10644 @code{struct ComplexStruct} to the @code{explore} command.
10645
10646 @smallexample
10647 (@value{GDBP}) explore struct ComplexStruct
10648 @end smallexample
10649
10650 @noindent
10651 By responding to the prompts appropriately in the subsequent interactive
10652 session, you can explore the type @code{struct ComplexStruct} in a
10653 manner similar to how the value @code{cs} was explored in the above
10654 example.
10655
10656 The @code{explore} command also has two sub-commands,
10657 @code{explore value} and @code{explore type}. The former sub-command is
10658 a way to explicitly specify that value exploration of the argument is
10659 being invoked, while the latter is a way to explicitly specify that type
10660 exploration of the argument is being invoked.
10661
10662 @table @code
10663 @item explore value @var{expr}
10664 @cindex explore value
10665 This sub-command of @code{explore} explores the value of the
10666 expression @var{expr} (if @var{expr} is an expression valid in the
10667 current context of the program being debugged). The behavior of this
10668 command is identical to that of the behavior of the @code{explore}
10669 command being passed the argument @var{expr}.
10670
10671 @item explore type @var{arg}
10672 @cindex explore type
10673 This sub-command of @code{explore} explores the type of @var{arg} (if
10674 @var{arg} is a type visible in the current context of program being
10675 debugged), or the type of the value/expression @var{arg} (if @var{arg}
10676 is an expression valid in the current context of the program being
10677 debugged). If @var{arg} is a type, then the behavior of this command is
10678 identical to that of the @code{explore} command being passed the
10679 argument @var{arg}. If @var{arg} is an expression, then the behavior of
10680 this command will be identical to that of the @code{explore} command
10681 being passed the type of @var{arg} as the argument.
10682 @end table
10683
10684 @menu
10685 * Expressions:: Expressions
10686 * Ambiguous Expressions:: Ambiguous Expressions
10687 * Variables:: Program variables
10688 * Arrays:: Artificial arrays
10689 * Output Formats:: Output formats
10690 * Memory:: Examining memory
10691 * Memory Tagging:: Memory Tagging
10692 * Auto Display:: Automatic display
10693 * Print Settings:: Print settings
10694 * Pretty Printing:: Python pretty printing
10695 * Value History:: Value history
10696 * Convenience Vars:: Convenience variables
10697 * Convenience Funs:: Convenience functions
10698 * Registers:: Registers
10699 * Floating Point Hardware:: Floating point hardware
10700 * Vector Unit:: Vector Unit
10701 * OS Information:: Auxiliary data provided by operating system
10702 * Memory Region Attributes:: Memory region attributes
10703 * Dump/Restore Files:: Copy between memory and a file
10704 * Core File Generation:: Cause a program dump its core
10705 * Character Sets:: Debugging programs that use a different
10706 character set than GDB does
10707 * Caching Target Data:: Data caching for targets
10708 * Searching Memory:: Searching memory for a sequence of bytes
10709 * Value Sizes:: Managing memory allocated for values
10710 @end menu
10711
10712 @node Expressions
10713 @section Expressions
10714
10715 @cindex expressions
10716 @code{print} and many other @value{GDBN} commands accept an expression and
10717 compute its value. Any kind of constant, variable or operator defined
10718 by the programming language you are using is valid in an expression in
10719 @value{GDBN}. This includes conditional expressions, function calls,
10720 casts, and string constants. It also includes preprocessor macros, if
10721 you compiled your program to include this information; see
10722 @ref{Compilation}.
10723
10724 @cindex arrays in expressions
10725 @value{GDBN} supports array constants in expressions input by
10726 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
10727 you can use the command @code{print @{1, 2, 3@}} to create an array
10728 of three integers. If you pass an array to a function or assign it
10729 to a program variable, @value{GDBN} copies the array to memory that
10730 is @code{malloc}ed in the target program.
10731
10732 Because C is so widespread, most of the expressions shown in examples in
10733 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
10734 Languages}, for information on how to use expressions in other
10735 languages.
10736
10737 In this section, we discuss operators that you can use in @value{GDBN}
10738 expressions regardless of your programming language.
10739
10740 @cindex casts, in expressions
10741 Casts are supported in all languages, not just in C, because it is so
10742 useful to cast a number into a pointer in order to examine a structure
10743 at that address in memory.
10744 @c FIXME: casts supported---Mod2 true?
10745
10746 @value{GDBN} supports these operators, in addition to those common
10747 to programming languages:
10748
10749 @table @code
10750 @item @@
10751 @samp{@@} is a binary operator for treating parts of memory as arrays.
10752 @xref{Arrays, ,Artificial Arrays}, for more information.
10753
10754 @item ::
10755 @samp{::} allows you to specify a variable in terms of the file or
10756 function where it is defined. @xref{Variables, ,Program Variables}.
10757
10758 @cindex @{@var{type}@}
10759 @cindex type casting memory
10760 @cindex memory, viewing as typed object
10761 @cindex casts, to view memory
10762 @item @{@var{type}@} @var{addr}
10763 Refers to an object of type @var{type} stored at address @var{addr} in
10764 memory. The address @var{addr} may be any expression whose value is
10765 an integer or pointer (but parentheses are required around binary
10766 operators, just as in a cast). This construct is allowed regardless
10767 of what kind of data is normally supposed to reside at @var{addr}.
10768 @end table
10769
10770 @node Ambiguous Expressions
10771 @section Ambiguous Expressions
10772 @cindex ambiguous expressions
10773
10774 Expressions can sometimes contain some ambiguous elements. For instance,
10775 some programming languages (notably Ada, C@t{++} and Objective-C) permit
10776 a single function name to be defined several times, for application in
10777 different contexts. This is called @dfn{overloading}. Another example
10778 involving Ada is generics. A @dfn{generic package} is similar to C@t{++}
10779 templates and is typically instantiated several times, resulting in
10780 the same function name being defined in different contexts.
10781
10782 In some cases and depending on the language, it is possible to adjust
10783 the expression to remove the ambiguity. For instance in C@t{++}, you
10784 can specify the signature of the function you want to break on, as in
10785 @kbd{break @var{function}(@var{types})}. In Ada, using the fully
10786 qualified name of your function often makes the expression unambiguous
10787 as well.
10788
10789 When an ambiguity that needs to be resolved is detected, the debugger
10790 has the capability to display a menu of numbered choices for each
10791 possibility, and then waits for the selection with the prompt @samp{>}.
10792 The first option is always @samp{[0] cancel}, and typing @kbd{0 @key{RET}}
10793 aborts the current command. If the command in which the expression was
10794 used allows more than one choice to be selected, the next option in the
10795 menu is @samp{[1] all}, and typing @kbd{1 @key{RET}} selects all possible
10796 choices.
10797
10798 For example, the following session excerpt shows an attempt to set a
10799 breakpoint at the overloaded symbol @code{String::after}.
10800 We choose three particular definitions of that function name:
10801
10802 @c FIXME! This is likely to change to show arg type lists, at least
10803 @smallexample
10804 @group
10805 (@value{GDBP}) b String::after
10806 [0] cancel
10807 [1] all
10808 [2] file:String.cc; line number:867
10809 [3] file:String.cc; line number:860
10810 [4] file:String.cc; line number:875
10811 [5] file:String.cc; line number:853
10812 [6] file:String.cc; line number:846
10813 [7] file:String.cc; line number:735
10814 > 2 4 6
10815 Breakpoint 1 at 0xb26c: file String.cc, line 867.
10816 Breakpoint 2 at 0xb344: file String.cc, line 875.
10817 Breakpoint 3 at 0xafcc: file String.cc, line 846.
10818 Multiple breakpoints were set.
10819 Use the "delete" command to delete unwanted
10820 breakpoints.
10821 (@value{GDBP})
10822 @end group
10823 @end smallexample
10824
10825 @table @code
10826 @kindex set multiple-symbols
10827 @item set multiple-symbols @var{mode}
10828 @cindex multiple-symbols menu
10829
10830 This option allows you to adjust the debugger behavior when an expression
10831 is ambiguous.
10832
10833 By default, @var{mode} is set to @code{all}. If the command with which
10834 the expression is used allows more than one choice, then @value{GDBN}
10835 automatically selects all possible choices. For instance, inserting
10836 a breakpoint on a function using an ambiguous name results in a breakpoint
10837 inserted on each possible match. However, if a unique choice must be made,
10838 then @value{GDBN} uses the menu to help you disambiguate the expression.
10839 For instance, printing the address of an overloaded function will result
10840 in the use of the menu.
10841
10842 When @var{mode} is set to @code{ask}, the debugger always uses the menu
10843 when an ambiguity is detected.
10844
10845 Finally, when @var{mode} is set to @code{cancel}, the debugger reports
10846 an error due to the ambiguity and the command is aborted.
10847
10848 @kindex show multiple-symbols
10849 @item show multiple-symbols
10850 Show the current value of the @code{multiple-symbols} setting.
10851 @end table
10852
10853 @node Variables
10854 @section Program Variables
10855
10856 The most common kind of expression to use is the name of a variable
10857 in your program.
10858
10859 Variables in expressions are understood in the selected stack frame
10860 (@pxref{Selection, ,Selecting a Frame}); they must be either:
10861
10862 @itemize @bullet
10863 @item
10864 global (or file-static)
10865 @end itemize
10866
10867 @noindent or
10868
10869 @itemize @bullet
10870 @item
10871 visible according to the scope rules of the
10872 programming language from the point of execution in that frame
10873 @end itemize
10874
10875 @noindent This means that in the function
10876
10877 @smallexample
10878 foo (a)
10879 int a;
10880 @{
10881 bar (a);
10882 @{
10883 int b = test ();
10884 bar (b);
10885 @}
10886 @}
10887 @end smallexample
10888
10889 @noindent
10890 you can examine and use the variable @code{a} whenever your program is
10891 executing within the function @code{foo}, but you can only use or
10892 examine the variable @code{b} while your program is executing inside
10893 the block where @code{b} is declared.
10894
10895 @cindex variable name conflict
10896 There is an exception: you can refer to a variable or function whose
10897 scope is a single source file even if the current execution point is not
10898 in this file. But it is possible to have more than one such variable or
10899 function with the same name (in different source files). If that
10900 happens, referring to that name has unpredictable effects. If you wish,
10901 you can specify a static variable in a particular function or file by
10902 using the colon-colon (@code{::}) notation:
10903
10904 @cindex colon-colon, context for variables/functions
10905 @ifnotinfo
10906 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
10907 @cindex @code{::}, context for variables/functions
10908 @end ifnotinfo
10909 @smallexample
10910 @var{file}::@var{variable}
10911 @var{function}::@var{variable}
10912 @end smallexample
10913
10914 @noindent
10915 Here @var{file} or @var{function} is the name of the context for the
10916 static @var{variable}. In the case of file names, you can use quotes to
10917 make sure @value{GDBN} parses the file name as a single word---for example,
10918 to print a global value of @code{x} defined in @file{f2.c}:
10919
10920 @smallexample
10921 (@value{GDBP}) p 'f2.c'::x
10922 @end smallexample
10923
10924 The @code{::} notation is normally used for referring to
10925 static variables, since you typically disambiguate uses of local variables
10926 in functions by selecting the appropriate frame and using the
10927 simple name of the variable. However, you may also use this notation
10928 to refer to local variables in frames enclosing the selected frame:
10929
10930 @smallexample
10931 void
10932 foo (int a)
10933 @{
10934 if (a < 10)
10935 bar (a);
10936 else
10937 process (a); /* Stop here */
10938 @}
10939
10940 int
10941 bar (int a)
10942 @{
10943 foo (a + 5);
10944 @}
10945 @end smallexample
10946
10947 @noindent
10948 For example, if there is a breakpoint at the commented line,
10949 here is what you might see
10950 when the program stops after executing the call @code{bar(0)}:
10951
10952 @smallexample
10953 (@value{GDBP}) p a
10954 $1 = 10
10955 (@value{GDBP}) p bar::a
10956 $2 = 5
10957 (@value{GDBP}) up 2
10958 #2 0x080483d0 in foo (a=5) at foobar.c:12
10959 (@value{GDBP}) p a
10960 $3 = 5
10961 (@value{GDBP}) p bar::a
10962 $4 = 0
10963 @end smallexample
10964
10965 @cindex C@t{++} scope resolution
10966 These uses of @samp{::} are very rarely in conflict with the very
10967 similar use of the same notation in C@t{++}. When they are in
10968 conflict, the C@t{++} meaning takes precedence; however, this can be
10969 overridden by quoting the file or function name with single quotes.
10970
10971 For example, suppose the program is stopped in a method of a class
10972 that has a field named @code{includefile}, and there is also an
10973 include file named @file{includefile} that defines a variable,
10974 @code{some_global}.
10975
10976 @smallexample
10977 (@value{GDBP}) p includefile
10978 $1 = 23
10979 (@value{GDBP}) p includefile::some_global
10980 A syntax error in expression, near `'.
10981 (@value{GDBP}) p 'includefile'::some_global
10982 $2 = 27
10983 @end smallexample
10984
10985 @cindex wrong values
10986 @cindex variable values, wrong
10987 @cindex function entry/exit, wrong values of variables
10988 @cindex optimized code, wrong values of variables
10989 @quotation
10990 @emph{Warning:} Occasionally, a local variable may appear to have the
10991 wrong value at certain points in a function---just after entry to a new
10992 scope, and just before exit.
10993 @end quotation
10994 You may see this problem when you are stepping by machine instructions.
10995 This is because, on most machines, it takes more than one instruction to
10996 set up a stack frame (including local variable definitions); if you are
10997 stepping by machine instructions, variables may appear to have the wrong
10998 values until the stack frame is completely built. On exit, it usually
10999 also takes more than one machine instruction to destroy a stack frame;
11000 after you begin stepping through that group of instructions, local
11001 variable definitions may be gone.
11002
11003 This may also happen when the compiler does significant optimizations.
11004 To be sure of always seeing accurate values, turn off all optimization
11005 when compiling.
11006
11007 @cindex ``No symbol "foo" in current context''
11008 Another possible effect of compiler optimizations is to optimize
11009 unused variables out of existence, or assign variables to registers (as
11010 opposed to memory addresses). Depending on the support for such cases
11011 offered by the debug info format used by the compiler, @value{GDBN}
11012 might not be able to display values for such local variables. If that
11013 happens, @value{GDBN} will print a message like this:
11014
11015 @smallexample
11016 No symbol "foo" in current context.
11017 @end smallexample
11018
11019 To solve such problems, either recompile without optimizations, or use a
11020 different debug info format, if the compiler supports several such
11021 formats. @xref{Compilation}, for more information on choosing compiler
11022 options. @xref{C, ,C and C@t{++}}, for more information about debug
11023 info formats that are best suited to C@t{++} programs.
11024
11025 If you ask to print an object whose contents are unknown to
11026 @value{GDBN}, e.g., because its data type is not completely specified
11027 by the debug information, @value{GDBN} will say @samp{<incomplete
11028 type>}. @xref{Symbols, incomplete type}, for more about this.
11029
11030 @cindex no debug info variables
11031 If you try to examine or use the value of a (global) variable for
11032 which @value{GDBN} has no type information, e.g., because the program
11033 includes no debug information, @value{GDBN} displays an error message.
11034 @xref{Symbols, unknown type}, for more about unknown types. If you
11035 cast the variable to its declared type, @value{GDBN} gets the
11036 variable's value using the cast-to type as the variable's type. For
11037 example, in a C program:
11038
11039 @smallexample
11040 (@value{GDBP}) p var
11041 'var' has unknown type; cast it to its declared type
11042 (@value{GDBP}) p (float) var
11043 $1 = 3.14
11044 @end smallexample
11045
11046 If you append @kbd{@@entry} string to a function parameter name you get its
11047 value at the time the function got called. If the value is not available an
11048 error message is printed. Entry values are available only with some compilers.
11049 Entry values are normally also printed at the function parameter list according
11050 to @ref{set print entry-values}.
11051
11052 @smallexample
11053 Breakpoint 1, d (i=30) at gdb.base/entry-value.c:29
11054 29 i++;
11055 (@value{GDBP}) next
11056 30 e (i);
11057 (@value{GDBP}) print i
11058 $1 = 31
11059 (@value{GDBP}) print i@@entry
11060 $2 = 30
11061 @end smallexample
11062
11063 Strings are identified as arrays of @code{char} values without specified
11064 signedness. Arrays of either @code{signed char} or @code{unsigned char} get
11065 printed as arrays of 1 byte sized integers. @code{-fsigned-char} or
11066 @code{-funsigned-char} @value{NGCC} options have no effect as @value{GDBN}
11067 defines literal string type @code{"char"} as @code{char} without a sign.
11068 For program code
11069
11070 @smallexample
11071 char var0[] = "A";
11072 signed char var1[] = "A";
11073 @end smallexample
11074
11075 You get during debugging
11076 @smallexample
11077 (@value{GDBP}) print var0
11078 $1 = "A"
11079 (@value{GDBP}) print var1
11080 $2 = @{65 'A', 0 '\0'@}
11081 @end smallexample
11082
11083 @node Arrays
11084 @section Artificial Arrays
11085
11086 @cindex artificial array
11087 @cindex arrays
11088 @kindex @@@r{, referencing memory as an array}
11089 It is often useful to print out several successive objects of the
11090 same type in memory; a section of an array, or an array of
11091 dynamically determined size for which only a pointer exists in the
11092 program.
11093
11094 You can do this by referring to a contiguous span of memory as an
11095 @dfn{artificial array}, using the binary operator @samp{@@}. The left
11096 operand of @samp{@@} should be the first element of the desired array
11097 and be an individual object. The right operand should be the desired length
11098 of the array. The result is an array value whose elements are all of
11099 the type of the left argument. The first element is actually the left
11100 argument; the second element comes from bytes of memory immediately
11101 following those that hold the first element, and so on. Here is an
11102 example. If a program says
11103
11104 @smallexample
11105 int *array = (int *) malloc (len * sizeof (int));
11106 @end smallexample
11107
11108 @noindent
11109 you can print the contents of @code{array} with
11110
11111 @smallexample
11112 p *array@@len
11113 @end smallexample
11114
11115 The left operand of @samp{@@} must reside in memory. Array values made
11116 with @samp{@@} in this way behave just like other arrays in terms of
11117 subscripting, and are coerced to pointers when used in expressions.
11118 Artificial arrays most often appear in expressions via the value history
11119 (@pxref{Value History, ,Value History}), after printing one out.
11120
11121 Another way to create an artificial array is to use a cast.
11122 This re-interprets a value as if it were an array.
11123 The value need not be in memory:
11124 @smallexample
11125 (@value{GDBP}) p/x (short[2])0x12345678
11126 $1 = @{0x1234, 0x5678@}
11127 @end smallexample
11128
11129 As a convenience, if you leave the array length out (as in
11130 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
11131 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
11132 @smallexample
11133 (@value{GDBP}) p/x (short[])0x12345678
11134 $2 = @{0x1234, 0x5678@}
11135 @end smallexample
11136
11137 Sometimes the artificial array mechanism is not quite enough; in
11138 moderately complex data structures, the elements of interest may not
11139 actually be adjacent---for example, if you are interested in the values
11140 of pointers in an array. One useful work-around in this situation is
11141 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
11142 Variables}) as a counter in an expression that prints the first
11143 interesting value, and then repeat that expression via @key{RET}. For
11144 instance, suppose you have an array @code{dtab} of pointers to
11145 structures, and you are interested in the values of a field @code{fv}
11146 in each structure. Here is an example of what you might type:
11147
11148 @smallexample
11149 set $i = 0
11150 p dtab[$i++]->fv
11151 @key{RET}
11152 @key{RET}
11153 @dots{}
11154 @end smallexample
11155
11156 @node Output Formats
11157 @section Output Formats
11158
11159 @cindex formatted output
11160 @cindex output formats
11161 By default, @value{GDBN} prints a value according to its data type. Sometimes
11162 this is not what you want. For example, you might want to print a number
11163 in hex, or a pointer in decimal. Or you might want to view data in memory
11164 at a certain address as a character string or as an instruction. To do
11165 these things, specify an @dfn{output format} when you print a value.
11166
11167 The simplest use of output formats is to say how to print a value
11168 already computed. This is done by starting the arguments of the
11169 @code{print} command with a slash and a format letter. The format
11170 letters supported are:
11171
11172 @table @code
11173 @item x
11174 Print the binary representation of the value in hexadecimal.
11175
11176 @item d
11177 Print the binary representation of the value in decimal.
11178
11179 @item u
11180 Print the binary representation of the value as an decimal, as if it
11181 were unsigned.
11182
11183 @item o
11184 Print the binary representation of the value in octal.
11185
11186 @item t
11187 Print the binary representation of the value in binary. The letter
11188 @samp{t} stands for ``two''. @footnote{@samp{b} cannot be used
11189 because these format letters are also used with the @code{x} command,
11190 where @samp{b} stands for ``byte''; see @ref{Memory,,Examining
11191 Memory}.}
11192
11193 @item a
11194 @cindex unknown address, locating
11195 @cindex locate address
11196 Print as an address, both absolute in hexadecimal and as an offset from
11197 the nearest preceding symbol. You can use this format used to discover
11198 where (in what function) an unknown address is located:
11199
11200 @smallexample
11201 (@value{GDBP}) p/a 0x54320
11202 $3 = 0x54320 <_initialize_vx+396>
11203 @end smallexample
11204
11205 @noindent
11206 The command @code{info symbol 0x54320} yields similar results.
11207 @xref{Symbols, info symbol}.
11208
11209 @item c
11210 Cast the value to an integer (unlike other formats, this does not just
11211 reinterpret the underlying bits) and print it as a character constant.
11212 This prints both the numerical value and its character representation.
11213 The character representation is replaced with the octal escape
11214 @samp{\nnn} for characters outside the 7-bit @sc{ascii} range.
11215
11216 Without this format, @value{GDBN} displays @code{char},
11217 @w{@code{unsigned char}}, and @w{@code{signed char}} data as character
11218 constants. Single-byte members of vectors are displayed as integer
11219 data.
11220
11221 @item f
11222 Regard the bits of the value as a floating point number and print
11223 using typical floating point syntax.
11224
11225 @item s
11226 @cindex printing strings
11227 @cindex printing byte arrays
11228 Regard as a string, if possible. With this format, pointers to single-byte
11229 data are displayed as null-terminated strings and arrays of single-byte data
11230 are displayed as fixed-length strings. Other values are displayed in their
11231 natural types.
11232
11233 Without this format, @value{GDBN} displays pointers to and arrays of
11234 @code{char}, @w{@code{unsigned char}}, and @w{@code{signed char}} as
11235 strings. Single-byte members of a vector are displayed as an integer
11236 array.
11237
11238 @item z
11239 Like @samp{x} formatting, the value is treated as an integer and
11240 printed as hexadecimal, but leading zeros are printed to pad the value
11241 to the size of the integer type.
11242
11243 @item r
11244 @cindex raw printing
11245 Print using the @samp{raw} formatting. By default, @value{GDBN} will
11246 use a Python-based pretty-printer, if one is available (@pxref{Pretty
11247 Printing}). This typically results in a higher-level display of the
11248 value's contents. The @samp{r} format bypasses any Python
11249 pretty-printer which might exist.
11250 @end table
11251
11252 For example, to print the program counter in hex (@pxref{Registers}), type
11253
11254 @smallexample
11255 p/x $pc
11256 @end smallexample
11257
11258 @noindent
11259 Note that no space is required before the slash; this is because command
11260 names in @value{GDBN} cannot contain a slash.
11261
11262 To reprint the last value in the value history with a different format,
11263 you can use the @code{print} command with just a format and no
11264 expression. For example, @samp{p/x} reprints the last value in hex.
11265
11266 @node Memory
11267 @section Examining Memory
11268
11269 You can use the command @code{x} (for ``examine'') to examine memory in
11270 any of several formats, independently of your program's data types.
11271
11272 @cindex examining memory
11273 @table @code
11274 @kindex x @r{(examine memory)}
11275 @item x/@var{nfu} @var{addr}
11276 @itemx x @var{addr}
11277 @itemx x
11278 Use the @code{x} command to examine memory.
11279 @end table
11280
11281 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
11282 much memory to display and how to format it; @var{addr} is an
11283 expression giving the address where you want to start displaying memory.
11284 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
11285 Several commands set convenient defaults for @var{addr}.
11286
11287 @table @r
11288 @item @var{n}, the repeat count
11289 The repeat count is a decimal integer; the default is 1. It specifies
11290 how much memory (counting by units @var{u}) to display. If a negative
11291 number is specified, memory is examined backward from @var{addr}.
11292 @c This really is **decimal**; unaffected by 'set radix' as of GDB
11293 @c 4.1.2.
11294
11295 @item @var{f}, the display format
11296 The display format is one of the formats used by @code{print}
11297 (@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
11298 @samp{f}, @samp{s}), @samp{i} (for machine instructions) and
11299 @samp{m} (for displaying memory tags).
11300 The default is @samp{x} (hexadecimal) initially. The default changes
11301 each time you use either @code{x} or @code{print}.
11302
11303 @item @var{u}, the unit size
11304 The unit size is any of
11305
11306 @table @code
11307 @item b
11308 Bytes.
11309 @item h
11310 Halfwords (two bytes).
11311 @item w
11312 Words (four bytes). This is the initial default.
11313 @item g
11314 Giant words (eight bytes).
11315 @end table
11316
11317 Each time you specify a unit size with @code{x}, that size becomes the
11318 default unit the next time you use @code{x}. For the @samp{i} format,
11319 the unit size is ignored and is normally not written. For the @samp{s} format,
11320 the unit size defaults to @samp{b}, unless it is explicitly given.
11321 Use @kbd{x /hs} to display 16-bit char strings and @kbd{x /ws} to display
11322 32-bit strings. The next use of @kbd{x /s} will again display 8-bit strings.
11323 Note that the results depend on the programming language of the
11324 current compilation unit. If the language is C, the @samp{s}
11325 modifier will use the UTF-16 encoding while @samp{w} will use
11326 UTF-32. The encoding is set by the programming language and cannot
11327 be altered.
11328
11329 @item @var{addr}, starting display address
11330 @var{addr} is the address where you want @value{GDBN} to begin displaying
11331 memory. The expression need not have a pointer value (though it may);
11332 it is always interpreted as an integer address of a byte of memory.
11333 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
11334 @var{addr} is usually just after the last address examined---but several
11335 other commands also set the default address: @code{info breakpoints} (to
11336 the address of the last breakpoint listed), @code{info line} (to the
11337 starting address of a line), and @code{print} (if you use it to display
11338 a value from memory).
11339 @end table
11340
11341 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
11342 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
11343 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
11344 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
11345 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
11346
11347 You can also specify a negative repeat count to examine memory backward
11348 from the given address. For example, @samp{x/-3uh 0x54320} prints three
11349 halfwords (@code{h}) at @code{0x5431a}, @code{0x5431c}, and @code{0x5431e}.
11350
11351 Since the letters indicating unit sizes are all distinct from the
11352 letters specifying output formats, you do not have to remember whether
11353 unit size or format comes first; either order works. The output
11354 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
11355 (However, the count @var{n} must come first; @samp{wx4} does not work.)
11356
11357 Even though the unit size @var{u} is ignored for the formats @samp{s}
11358 and @samp{i}, you might still want to use a count @var{n}; for example,
11359 @samp{3i} specifies that you want to see three machine instructions,
11360 including any operands. For convenience, especially when used with
11361 the @code{display} command, the @samp{i} format also prints branch delay
11362 slot instructions, if any, beyond the count specified, which immediately
11363 follow the last instruction that is within the count. The command
11364 @code{disassemble} gives an alternative way of inspecting machine
11365 instructions; see @ref{Machine Code,,Source and Machine Code}.
11366
11367 If a negative repeat count is specified for the formats @samp{s} or @samp{i},
11368 the command displays null-terminated strings or instructions before the given
11369 address as many as the absolute value of the given number. For the @samp{i}
11370 format, we use line number information in the debug info to accurately locate
11371 instruction boundaries while disassembling backward. If line info is not
11372 available, the command stops examining memory with an error message.
11373
11374 All the defaults for the arguments to @code{x} are designed to make it
11375 easy to continue scanning memory with minimal specifications each time
11376 you use @code{x}. For example, after you have inspected three machine
11377 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
11378 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
11379 the repeat count @var{n} is used again; the other arguments default as
11380 for successive uses of @code{x}.
11381
11382 When examining machine instructions, the instruction at current program
11383 counter is shown with a @code{=>} marker. For example:
11384
11385 @smallexample
11386 (@value{GDBP}) x/5i $pc-6
11387 0x804837f <main+11>: mov %esp,%ebp
11388 0x8048381 <main+13>: push %ecx
11389 0x8048382 <main+14>: sub $0x4,%esp
11390 => 0x8048385 <main+17>: movl $0x8048460,(%esp)
11391 0x804838c <main+24>: call 0x80482d4 <puts@@plt>
11392 @end smallexample
11393
11394 If the architecture supports memory tagging, the tags can be displayed by
11395 using @samp{m}. @xref{Memory Tagging}.
11396
11397 The information will be displayed once per granule size
11398 (the amount of bytes a particular memory tag covers). For example, AArch64
11399 has a granule size of 16 bytes, so it will display a tag every 16 bytes.
11400
11401 Due to the way @value{GDBN} prints information with the @code{x} command (not
11402 aligned to a particular boundary), the tag information will refer to the
11403 initial address displayed on a particular line. If a memory tag boundary
11404 is crossed in the middle of a line displayed by the @code{x} command, it
11405 will be displayed on the next line.
11406
11407 The @samp{m} format doesn't affect any other specified formats that were
11408 passed to the @code{x} command.
11409
11410 @cindex @code{$_}, @code{$__}, and value history
11411 The addresses and contents printed by the @code{x} command are not saved
11412 in the value history because there is often too much of them and they
11413 would get in the way. Instead, @value{GDBN} makes these values available for
11414 subsequent use in expressions as values of the convenience variables
11415 @code{$_} and @code{$__}. After an @code{x} command, the last address
11416 examined is available for use in expressions in the convenience variable
11417 @code{$_}. The contents of that address, as examined, are available in
11418 the convenience variable @code{$__}.
11419
11420 If the @code{x} command has a repeat count, the address and contents saved
11421 are from the last memory unit printed; this is not the same as the last
11422 address printed if several units were printed on the last line of output.
11423
11424 @anchor{addressable memory unit}
11425 @cindex addressable memory unit
11426 Most targets have an addressable memory unit size of 8 bits. This means
11427 that to each memory address are associated 8 bits of data. Some
11428 targets, however, have other addressable memory unit sizes.
11429 Within @value{GDBN} and this document, the term
11430 @dfn{addressable memory unit} (or @dfn{memory unit} for short) is used
11431 when explicitly referring to a chunk of data of that size. The word
11432 @dfn{byte} is used to refer to a chunk of data of 8 bits, regardless of
11433 the addressable memory unit size of the target. For most systems,
11434 addressable memory unit is a synonym of byte.
11435
11436 @cindex remote memory comparison
11437 @cindex target memory comparison
11438 @cindex verify remote memory image
11439 @cindex verify target memory image
11440 When you are debugging a program running on a remote target machine
11441 (@pxref{Remote Debugging}), you may wish to verify the program's image
11442 in the remote machine's memory against the executable file you
11443 downloaded to the target. Or, on any target, you may want to check
11444 whether the program has corrupted its own read-only sections. The
11445 @code{compare-sections} command is provided for such situations.
11446
11447 @table @code
11448 @kindex compare-sections
11449 @item compare-sections @r{[}@var{section-name}@r{|}@code{-r}@r{]}
11450 Compare the data of a loadable section @var{section-name} in the
11451 executable file of the program being debugged with the same section in
11452 the target machine's memory, and report any mismatches. With no
11453 arguments, compares all loadable sections. With an argument of
11454 @code{-r}, compares all loadable read-only sections.
11455
11456 Note: for remote targets, this command can be accelerated if the
11457 target supports computing the CRC checksum of a block of memory
11458 (@pxref{qCRC packet}).
11459 @end table
11460
11461 @node Memory Tagging
11462 @section Memory Tagging
11463
11464 Memory tagging is a memory protection technology that uses a pair of tags to
11465 validate memory accesses through pointers. The tags are integer values
11466 usually comprised of a few bits, depending on the architecture.
11467
11468 There are two types of tags that are used in this setup: logical and
11469 allocation. A logical tag is stored in the pointers themselves, usually at the
11470 higher bits of the pointers. An allocation tag is the tag associated
11471 with particular ranges of memory in the physical address space, against which
11472 the logical tags from pointers are compared.
11473
11474 The pointer tag (logical tag) must match the memory tag (allocation tag)
11475 for the memory access to be valid. If the logical tag does not match the
11476 allocation tag, that will raise a memory violation.
11477
11478 Allocation tags cover multiple contiguous bytes of physical memory. This
11479 range of bytes is called a memory tag granule and is architecture-specific.
11480 For example, AArch64 has a tag granule of 16 bytes, meaning each allocation
11481 tag spans 16 bytes of memory.
11482
11483 If the underlying architecture supports memory tagging, like AArch64 MTE
11484 or SPARC ADI do, @value{GDBN} can make use of it to validate pointers
11485 against memory allocation tags.
11486
11487 The @code{print} (@pxref{Data}) and @code{x} (@pxref{Memory}) commands will
11488 display tag information when appropriate, and a command prefix of
11489 @code{memory-tag} gives access to the various memory tagging commands.
11490
11491 The @code{memory-tag} commands are the following:
11492
11493 @table @code
11494 @kindex memory-tag print-logical-tag
11495 @item memory-tag print-logical-tag @var{pointer_expression}
11496 Print the logical tag stored in @var{pointer_expression}.
11497 @kindex memory-tag with-logical-tag
11498 @item memory-tag with-logical-tag @var{pointer_expression} @var{tag_bytes}
11499 Print the pointer given by @var{pointer_expression}, augmented with a logical
11500 tag of @var{tag_bytes}.
11501 @kindex memory-tag print-allocation-tag
11502 @item memory-tag print-allocation-tag @var{address_expression}
11503 Print the allocation tag associated with the memory address given by
11504 @var{address_expression}.
11505 @kindex memory-tag setatag
11506 @item memory-tag setatag @var{starting_address} @var{length} @var{tag_bytes}
11507 Set the allocation tag(s) for memory range @r{[}@var{starting_address},
11508 @var{starting_address} + @var{length}@r{)} to @var{tag_bytes}.
11509 @kindex memory-tag check
11510 @item memory-tag check @var{pointer_expression}
11511 Check if the logical tag in the pointer given by @var{pointer_expression}
11512 matches the allocation tag for the memory referenced by the pointer.
11513
11514 This essentially emulates the hardware validation that is done when tagged
11515 memory is accessed through a pointer, but does not cause a memory fault as
11516 it would during hardware validation.
11517
11518 It can be used to inspect potential memory tagging violations in the running
11519 process, before any faults get triggered.
11520 @end table
11521
11522 @node Auto Display
11523 @section Automatic Display
11524 @cindex automatic display
11525 @cindex display of expressions
11526
11527 If you find that you want to print the value of an expression frequently
11528 (to see how it changes), you might want to add it to the @dfn{automatic
11529 display list} so that @value{GDBN} prints its value each time your program stops.
11530 Each expression added to the list is given a number to identify it;
11531 to remove an expression from the list, you specify that number.
11532 The automatic display looks like this:
11533
11534 @smallexample
11535 2: foo = 38
11536 3: bar[5] = (struct hack *) 0x3804
11537 @end smallexample
11538
11539 @noindent
11540 This display shows item numbers, expressions and their current values. As with
11541 displays you request manually using @code{x} or @code{print}, you can
11542 specify the output format you prefer; in fact, @code{display} decides
11543 whether to use @code{print} or @code{x} depending your format
11544 specification---it uses @code{x} if you specify either the @samp{i}
11545 or @samp{s} format, or a unit size; otherwise it uses @code{print}.
11546
11547 @table @code
11548 @kindex display
11549 @item display @var{expr}
11550 Add the expression @var{expr} to the list of expressions to display
11551 each time your program stops. @xref{Expressions, ,Expressions}.
11552
11553 @code{display} does not repeat if you press @key{RET} again after using it.
11554
11555 @item display/@var{fmt} @var{expr}
11556 For @var{fmt} specifying only a display format and not a size or
11557 count, add the expression @var{expr} to the auto-display list but
11558 arrange to display it each time in the specified format @var{fmt}.
11559 @xref{Output Formats,,Output Formats}.
11560
11561 @item display/@var{fmt} @var{addr}
11562 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
11563 number of units, add the expression @var{addr} as a memory address to
11564 be examined each time your program stops. Examining means in effect
11565 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining Memory}.
11566 @end table
11567
11568 For example, @samp{display/i $pc} can be helpful, to see the machine
11569 instruction about to be executed each time execution stops (@samp{$pc}
11570 is a common name for the program counter; @pxref{Registers, ,Registers}).
11571
11572 @table @code
11573 @kindex delete display
11574 @kindex undisplay
11575 @item undisplay @var{dnums}@dots{}
11576 @itemx delete display @var{dnums}@dots{}
11577 Remove items from the list of expressions to display. Specify the
11578 numbers of the displays that you want affected with the command
11579 argument @var{dnums}. It can be a single display number, one of the
11580 numbers shown in the first field of the @samp{info display} display;
11581 or it could be a range of display numbers, as in @code{2-4}.
11582
11583 @code{undisplay} does not repeat if you press @key{RET} after using it.
11584 (Otherwise you would just get the error @samp{No display number @dots{}}.)
11585
11586 @kindex disable display
11587 @item disable display @var{dnums}@dots{}
11588 Disable the display of item numbers @var{dnums}. A disabled display
11589 item is not printed automatically, but is not forgotten. It may be
11590 enabled again later. Specify the numbers of the displays that you
11591 want affected with the command argument @var{dnums}. It can be a
11592 single display number, one of the numbers shown in the first field of
11593 the @samp{info display} display; or it could be a range of display
11594 numbers, as in @code{2-4}.
11595
11596 @kindex enable display
11597 @item enable display @var{dnums}@dots{}
11598 Enable display of item numbers @var{dnums}. It becomes effective once
11599 again in auto display of its expression, until you specify otherwise.
11600 Specify the numbers of the displays that you want affected with the
11601 command argument @var{dnums}. It can be a single display number, one
11602 of the numbers shown in the first field of the @samp{info display}
11603 display; or it could be a range of display numbers, as in @code{2-4}.
11604
11605 @item display
11606 Display the current values of the expressions on the list, just as is
11607 done when your program stops.
11608
11609 @kindex info display
11610 @item info display
11611 Print the list of expressions previously set up to display
11612 automatically, each one with its item number, but without showing the
11613 values. This includes disabled expressions, which are marked as such.
11614 It also includes expressions which would not be displayed right now
11615 because they refer to automatic variables not currently available.
11616 @end table
11617
11618 @cindex display disabled out of scope
11619 If a display expression refers to local variables, then it does not make
11620 sense outside the lexical context for which it was set up. Such an
11621 expression is disabled when execution enters a context where one of its
11622 variables is not defined. For example, if you give the command
11623 @code{display last_char} while inside a function with an argument
11624 @code{last_char}, @value{GDBN} displays this argument while your program
11625 continues to stop inside that function. When it stops elsewhere---where
11626 there is no variable @code{last_char}---the display is disabled
11627 automatically. The next time your program stops where @code{last_char}
11628 is meaningful, you can enable the display expression once again.
11629
11630 @node Print Settings
11631 @section Print Settings
11632
11633 @cindex format options
11634 @cindex print settings
11635 @value{GDBN} provides the following ways to control how arrays, structures,
11636 and symbols are printed.
11637
11638 @noindent
11639 These settings are useful for debugging programs in any language:
11640
11641 @table @code
11642 @kindex set print
11643 @anchor{set print address}
11644 @item set print address
11645 @itemx set print address on
11646 @cindex print/don't print memory addresses
11647 @value{GDBN} prints memory addresses showing the location of stack
11648 traces, structure values, pointer values, breakpoints, and so forth,
11649 even when it also displays the contents of those addresses. The default
11650 is @code{on}. For example, this is what a stack frame display looks like with
11651 @code{set print address on}:
11652
11653 @smallexample
11654 @group
11655 (@value{GDBP}) f
11656 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
11657 at input.c:530
11658 530 if (lquote != def_lquote)
11659 @end group
11660 @end smallexample
11661
11662 @item set print address off
11663 Do not print addresses when displaying their contents. For example,
11664 this is the same stack frame displayed with @code{set print address off}:
11665
11666 @smallexample
11667 @group
11668 (@value{GDBP}) set print addr off
11669 (@value{GDBP}) f
11670 #0 set_quotes (lq="<<", rq=">>") at input.c:530
11671 530 if (lquote != def_lquote)
11672 @end group
11673 @end smallexample
11674
11675 You can use @samp{set print address off} to eliminate all machine
11676 dependent displays from the @value{GDBN} interface. For example, with
11677 @code{print address off}, you should get the same text for backtraces on
11678 all machines---whether or not they involve pointer arguments.
11679
11680 @kindex show print
11681 @item show print address
11682 Show whether or not addresses are to be printed.
11683 @end table
11684
11685 When @value{GDBN} prints a symbolic address, it normally prints the
11686 closest earlier symbol plus an offset. If that symbol does not uniquely
11687 identify the address (for example, it is a name whose scope is a single
11688 source file), you may need to clarify. One way to do this is with
11689 @code{info line}, for example @samp{info line *0x4537}. Alternately,
11690 you can set @value{GDBN} to print the source file and line number when
11691 it prints a symbolic address:
11692
11693 @table @code
11694 @item set print symbol-filename on
11695 @cindex source file and line of a symbol
11696 @cindex symbol, source file and line
11697 Tell @value{GDBN} to print the source file name and line number of a
11698 symbol in the symbolic form of an address.
11699
11700 @item set print symbol-filename off
11701 Do not print source file name and line number of a symbol. This is the
11702 default.
11703
11704 @item show print symbol-filename
11705 Show whether or not @value{GDBN} will print the source file name and
11706 line number of a symbol in the symbolic form of an address.
11707 @end table
11708
11709 Another situation where it is helpful to show symbol filenames and line
11710 numbers is when disassembling code; @value{GDBN} shows you the line
11711 number and source file that corresponds to each instruction.
11712
11713 Also, you may wish to see the symbolic form only if the address being
11714 printed is reasonably close to the closest earlier symbol:
11715
11716 @table @code
11717 @item set print max-symbolic-offset @var{max-offset}
11718 @itemx set print max-symbolic-offset unlimited
11719 @cindex maximum value for offset of closest symbol
11720 Tell @value{GDBN} to only display the symbolic form of an address if the
11721 offset between the closest earlier symbol and the address is less than
11722 @var{max-offset}. The default is @code{unlimited}, which tells @value{GDBN}
11723 to always print the symbolic form of an address if any symbol precedes
11724 it. Zero is equivalent to @code{unlimited}.
11725
11726 @item show print max-symbolic-offset
11727 Ask how large the maximum offset is that @value{GDBN} prints in a
11728 symbolic address.
11729 @end table
11730
11731 @cindex wild pointer, interpreting
11732 @cindex pointer, finding referent
11733 If you have a pointer and you are not sure where it points, try
11734 @samp{set print symbol-filename on}. Then you can determine the name
11735 and source file location of the variable where it points, using
11736 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
11737 For example, here @value{GDBN} shows that a variable @code{ptt} points
11738 at another variable @code{t}, defined in @file{hi2.c}:
11739
11740 @smallexample
11741 (@value{GDBP}) set print symbol-filename on
11742 (@value{GDBP}) p/a ptt
11743 $4 = 0xe008 <t in hi2.c>
11744 @end smallexample
11745
11746 @quotation
11747 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
11748 does not show the symbol name and filename of the referent, even with
11749 the appropriate @code{set print} options turned on.
11750 @end quotation
11751
11752 You can also enable @samp{/a}-like formatting all the time using
11753 @samp{set print symbol on}:
11754
11755 @anchor{set print symbol}
11756 @table @code
11757 @item set print symbol on
11758 Tell @value{GDBN} to print the symbol corresponding to an address, if
11759 one exists.
11760
11761 @item set print symbol off
11762 Tell @value{GDBN} not to print the symbol corresponding to an
11763 address. In this mode, @value{GDBN} will still print the symbol
11764 corresponding to pointers to functions. This is the default.
11765
11766 @item show print symbol
11767 Show whether @value{GDBN} will display the symbol corresponding to an
11768 address.
11769 @end table
11770
11771 Other settings control how different kinds of objects are printed:
11772
11773 @table @code
11774 @anchor{set print array}
11775 @item set print array
11776 @itemx set print array on
11777 @cindex pretty print arrays
11778 Pretty print arrays. This format is more convenient to read,
11779 but uses more space. The default is off.
11780
11781 @item set print array off
11782 Return to compressed format for arrays.
11783
11784 @item show print array
11785 Show whether compressed or pretty format is selected for displaying
11786 arrays.
11787
11788 @cindex print array indexes
11789 @anchor{set print array-indexes}
11790 @item set print array-indexes
11791 @itemx set print array-indexes on
11792 Print the index of each element when displaying arrays. May be more
11793 convenient to locate a given element in the array or quickly find the
11794 index of a given element in that printed array. The default is off.
11795
11796 @item set print array-indexes off
11797 Stop printing element indexes when displaying arrays.
11798
11799 @item show print array-indexes
11800 Show whether the index of each element is printed when displaying
11801 arrays.
11802
11803 @anchor{set print nibbles}
11804 @item set print nibbles
11805 @itemx set print nibbles on
11806 @cindex print binary values in groups of four bits
11807 Print binary values in groups of four bits, known as @dfn{nibbles},
11808 when using the print command of @value{GDBN} with the option @samp{/t}.
11809 For example, this is what it looks like with @code{set print nibbles on}:
11810
11811 @smallexample
11812 @group
11813 (@value{GDBP}) print val_flags
11814 $1 = 1230
11815 (@value{GDBP}) print/t val_flags
11816 $2 = 0100 1100 1110
11817 @end group
11818 @end smallexample
11819
11820 @item set print nibbles off
11821 Don't printing binary values in groups. This is the default.
11822
11823 @item show print nibbles
11824 Show whether to print binary values in groups of four bits.
11825
11826 @anchor{set print characters}
11827 @item set print characters @var{number-of-characters}
11828 @itemx set print characters elements
11829 @itemx set print characters unlimited
11830 @cindex number of string characters to print
11831 @cindex limit on number of printed string characters
11832 Set a limit on how many characters of a string @value{GDBN} will print.
11833 If @value{GDBN} is printing a large string, it stops printing after it
11834 has printed the number of characters set by the @code{set print
11835 characters} command. This equally applies to multi-byte and wide
11836 character strings, that is for strings whose character type is
11837 @code{wchar_t}, @code{char16_t}, or @code{char32_t} it is the number of
11838 actual characters rather than underlying bytes the encoding uses that
11839 this setting controls.
11840 Setting @var{number-of-characters} to @code{elements} means that the
11841 limit on the number of characters to print follows one for array
11842 elements; see @ref{set print elements}.
11843 Setting @var{number-of-characters} to @code{unlimited} means that the
11844 number of characters to print is unlimited.
11845 When @value{GDBN} starts, this limit is set to @code{elements}.
11846
11847 @item show print characters
11848 Display the number of characters of a large string that @value{GDBN}
11849 will print.
11850
11851 @anchor{set print elements}
11852 @item set print elements @var{number-of-elements}
11853 @itemx set print elements unlimited
11854 @cindex number of array elements to print
11855 @cindex limit on number of printed array elements
11856 Set a limit on how many elements of an array @value{GDBN} will print.
11857 If @value{GDBN} is printing a large array, it stops printing after it has
11858 printed the number of elements set by the @code{set print elements} command.
11859 By default this limit also applies to the display of strings; see
11860 @ref{set print characters}.
11861 When @value{GDBN} starts, this limit is set to 200.
11862 Setting @var{number-of-elements} to @code{unlimited} or zero means
11863 that the number of elements to print is unlimited.
11864
11865 When printing very large arrays, whose size is greater than
11866 @code{max-value-size} (@pxref{set max-value-size,,max-value-size}),
11867 if the @code{print elements} is set such that the size of the elements
11868 being printed is less than or equal to @code{max-value-size}, then
11869 @value{GDBN} will print the array (up to the @code{print elements} limit),
11870 and only @code{max-value-size} worth of data will be added into the value
11871 history (@pxref{Value History, ,Value History}).
11872
11873 @item show print elements
11874 Display the number of elements of a large array that @value{GDBN} will print.
11875
11876 @anchor{set print frame-arguments}
11877 @item set print frame-arguments @var{value}
11878 @kindex set print frame-arguments
11879 @cindex printing frame argument values
11880 @cindex print all frame argument values
11881 @cindex print frame argument values for scalars only
11882 @cindex do not print frame arguments
11883 This command allows to control how the values of arguments are printed
11884 when the debugger prints a frame (@pxref{Frames}). The possible
11885 values are:
11886
11887 @table @code
11888 @item all
11889 The values of all arguments are printed.
11890
11891 @item scalars
11892 Print the value of an argument only if it is a scalar. The value of more
11893 complex arguments such as arrays, structures, unions, etc, is replaced
11894 by @code{@dots{}}. This is the default. Here is an example where
11895 only scalar arguments are shown:
11896
11897 @smallexample
11898 #1 0x08048361 in call_me (i=3, s=@dots{}, ss=0xbf8d508c, u=@dots{}, e=green)
11899 at frame-args.c:23
11900 @end smallexample
11901
11902 @item none
11903 None of the argument values are printed. Instead, the value of each argument
11904 is replaced by @code{@dots{}}. In this case, the example above now becomes:
11905
11906 @smallexample
11907 #1 0x08048361 in call_me (i=@dots{}, s=@dots{}, ss=@dots{}, u=@dots{}, e=@dots{})
11908 at frame-args.c:23
11909 @end smallexample
11910
11911 @item presence
11912 Only the presence of arguments is indicated by @code{@dots{}}.
11913 The @code{@dots{}} are not printed for function without any arguments.
11914 None of the argument names and values are printed.
11915 In this case, the example above now becomes:
11916
11917 @smallexample
11918 #1 0x08048361 in call_me (@dots{}) at frame-args.c:23
11919 @end smallexample
11920
11921 @end table
11922
11923 By default, only scalar arguments are printed. This command can be used
11924 to configure the debugger to print the value of all arguments, regardless
11925 of their type. However, it is often advantageous to not print the value
11926 of more complex parameters. For instance, it reduces the amount of
11927 information printed in each frame, making the backtrace more readable.
11928 Also, it improves performance when displaying Ada frames, because
11929 the computation of large arguments can sometimes be CPU-intensive,
11930 especially in large applications. Setting @code{print frame-arguments}
11931 to @code{scalars} (the default), @code{none} or @code{presence} avoids
11932 this computation, thus speeding up the display of each Ada frame.
11933
11934 @item show print frame-arguments
11935 Show how the value of arguments should be displayed when printing a frame.
11936
11937 @anchor{set print raw-frame-arguments}
11938 @item set print raw-frame-arguments on
11939 Print frame arguments in raw, non pretty-printed, form.
11940
11941 @item set print raw-frame-arguments off
11942 Print frame arguments in pretty-printed form, if there is a pretty-printer
11943 for the value (@pxref{Pretty Printing}),
11944 otherwise print the value in raw form.
11945 This is the default.
11946
11947 @item show print raw-frame-arguments
11948 Show whether to print frame arguments in raw form.
11949
11950 @anchor{set print entry-values}
11951 @item set print entry-values @var{value}
11952 @kindex set print entry-values
11953 Set printing of frame argument values at function entry. In some cases
11954 @value{GDBN} can determine the value of function argument which was passed by
11955 the function caller, even if the value was modified inside the called function
11956 and therefore is different. With optimized code, the current value could be
11957 unavailable, but the entry value may still be known.
11958
11959 The default value is @code{default} (see below for its description). Older
11960 @value{GDBN} behaved as with the setting @code{no}. Compilers not supporting
11961 this feature will behave in the @code{default} setting the same way as with the
11962 @code{no} setting.
11963
11964 This functionality is currently supported only by DWARF 2 debugging format and
11965 the compiler has to produce @samp{DW_TAG_call_site} tags. With
11966 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
11967 this information.
11968
11969 The @var{value} parameter can be one of the following:
11970
11971 @table @code
11972 @item no
11973 Print only actual parameter values, never print values from function entry
11974 point.
11975 @smallexample
11976 #0 equal (val=5)
11977 #0 different (val=6)
11978 #0 lost (val=<optimized out>)
11979 #0 born (val=10)
11980 #0 invalid (val=<optimized out>)
11981 @end smallexample
11982
11983 @item only
11984 Print only parameter values from function entry point. The actual parameter
11985 values are never printed.
11986 @smallexample
11987 #0 equal (val@@entry=5)
11988 #0 different (val@@entry=5)
11989 #0 lost (val@@entry=5)
11990 #0 born (val@@entry=<optimized out>)
11991 #0 invalid (val@@entry=<optimized out>)
11992 @end smallexample
11993
11994 @item preferred
11995 Print only parameter values from function entry point. If value from function
11996 entry point is not known while the actual value is known, print the actual
11997 value for such parameter.
11998 @smallexample
11999 #0 equal (val@@entry=5)
12000 #0 different (val@@entry=5)
12001 #0 lost (val@@entry=5)
12002 #0 born (val=10)
12003 #0 invalid (val@@entry=<optimized out>)
12004 @end smallexample
12005
12006 @item if-needed
12007 Print actual parameter values. If actual parameter value is not known while
12008 value from function entry point is known, print the entry point value for such
12009 parameter.
12010 @smallexample
12011 #0 equal (val=5)
12012 #0 different (val=6)
12013 #0 lost (val@@entry=5)
12014 #0 born (val=10)
12015 #0 invalid (val=<optimized out>)
12016 @end smallexample
12017
12018 @item both
12019 Always print both the actual parameter value and its value from function entry
12020 point, even if values of one or both are not available due to compiler
12021 optimizations.
12022 @smallexample
12023 #0 equal (val=5, val@@entry=5)
12024 #0 different (val=6, val@@entry=5)
12025 #0 lost (val=<optimized out>, val@@entry=5)
12026 #0 born (val=10, val@@entry=<optimized out>)
12027 #0 invalid (val=<optimized out>, val@@entry=<optimized out>)
12028 @end smallexample
12029
12030 @item compact
12031 Print the actual parameter value if it is known and also its value from
12032 function entry point if it is known. If neither is known, print for the actual
12033 value @code{<optimized out>}. If not in MI mode (@pxref{GDB/MI}) and if both
12034 values are known and identical, print the shortened
12035 @code{param=param@@entry=VALUE} notation.
12036 @smallexample
12037 #0 equal (val=val@@entry=5)
12038 #0 different (val=6, val@@entry=5)
12039 #0 lost (val@@entry=5)
12040 #0 born (val=10)
12041 #0 invalid (val=<optimized out>)
12042 @end smallexample
12043
12044 @item default
12045 Always print the actual parameter value. Print also its value from function
12046 entry point, but only if it is known. If not in MI mode (@pxref{GDB/MI}) and
12047 if both values are known and identical, print the shortened
12048 @code{param=param@@entry=VALUE} notation.
12049 @smallexample
12050 #0 equal (val=val@@entry=5)
12051 #0 different (val=6, val@@entry=5)
12052 #0 lost (val=<optimized out>, val@@entry=5)
12053 #0 born (val=10)
12054 #0 invalid (val=<optimized out>)
12055 @end smallexample
12056 @end table
12057
12058 For analysis messages on possible failures of frame argument values at function
12059 entry resolution see @ref{set debug entry-values}.
12060
12061 @item show print entry-values
12062 Show the method being used for printing of frame argument values at function
12063 entry.
12064
12065 @anchor{set print frame-info}
12066 @item set print frame-info @var{value}
12067 @kindex set print frame-info
12068 @cindex printing frame information
12069 @cindex frame information, printing
12070 This command allows to control the information printed when
12071 the debugger prints a frame. See @ref{Frames}, @ref{Backtrace},
12072 for a general explanation about frames and frame information.
12073 Note that some other settings (such as @code{set print frame-arguments}
12074 and @code{set print address}) are also influencing if and how some frame
12075 information is displayed. In particular, the frame program counter is never
12076 printed if @code{set print address} is off.
12077
12078 The possible values for @code{set print frame-info} are:
12079 @table @code
12080 @item short-location
12081 Print the frame level, the program counter (if not at the
12082 beginning of the location source line), the function, the function
12083 arguments.
12084 @item location
12085 Same as @code{short-location} but also print the source file and source line
12086 number.
12087 @item location-and-address
12088 Same as @code{location} but print the program counter even if located at the
12089 beginning of the location source line.
12090 @item source-line
12091 Print the program counter (if not at the beginning of the location
12092 source line), the line number and the source line.
12093 @item source-and-location
12094 Print what @code{location} and @code{source-line} are printing.
12095 @item auto
12096 The information printed for a frame is decided automatically
12097 by the @value{GDBN} command that prints a frame.
12098 For example, @code{frame} prints the information printed by
12099 @code{source-and-location} while @code{stepi} will switch between
12100 @code{source-line} and @code{source-and-location} depending on the program
12101 counter.
12102 The default value is @code{auto}.
12103 @end table
12104
12105 @anchor{set print repeats}
12106 @item set print repeats @var{number-of-repeats}
12107 @itemx set print repeats unlimited
12108 @cindex repeated array elements
12109 Set the threshold for suppressing display of repeated array
12110 elements. When the number of consecutive identical elements of an
12111 array exceeds the threshold, @value{GDBN} prints the string
12112 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
12113 identical repetitions, instead of displaying the identical elements
12114 themselves. Setting the threshold to @code{unlimited} or zero will
12115 cause all elements to be individually printed. The default threshold
12116 is 10.
12117
12118 @item show print repeats
12119 Display the current threshold for printing repeated identical
12120 elements.
12121
12122 @anchor{set print max-depth}
12123 @item set print max-depth @var{depth}
12124 @item set print max-depth unlimited
12125 @cindex printing nested structures
12126 Set the threshold after which nested structures are replaced with
12127 ellipsis, this can make visualising deeply nested structures easier.
12128
12129 For example, given this C code
12130
12131 @smallexample
12132 typedef struct s1 @{ int a; @} s1;
12133 typedef struct s2 @{ s1 b; @} s2;
12134 typedef struct s3 @{ s2 c; @} s3;
12135 typedef struct s4 @{ s3 d; @} s4;
12136
12137 s4 var = @{ @{ @{ @{ 3 @} @} @} @};
12138 @end smallexample
12139
12140 The following table shows how different values of @var{depth} will
12141 effect how @code{var} is printed by @value{GDBN}:
12142
12143 @multitable @columnfractions .3 .7
12144 @headitem @var{depth} setting @tab Result of @samp{p var}
12145 @item unlimited
12146 @tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
12147 @item @code{0}
12148 @tab @code{$1 = @{...@}}
12149 @item @code{1}
12150 @tab @code{$1 = @{d = @{...@}@}}
12151 @item @code{2}
12152 @tab @code{$1 = @{d = @{c = @{...@}@}@}}
12153 @item @code{3}
12154 @tab @code{$1 = @{d = @{c = @{b = @{...@}@}@}@}}
12155 @item @code{4}
12156 @tab @code{$1 = @{d = @{c = @{b = @{a = 3@}@}@}@}}
12157 @end multitable
12158
12159 To see the contents of structures that have been hidden the user can
12160 either increase the print max-depth, or they can print the elements of
12161 the structure that are visible, for example
12162
12163 @smallexample
12164 (@value{GDBP}) set print max-depth 2
12165 (@value{GDBP}) p var
12166 $1 = @{d = @{c = @{...@}@}@}
12167 (@value{GDBP}) p var.d
12168 $2 = @{c = @{b = @{...@}@}@}
12169 (@value{GDBP}) p var.d.c
12170 $3 = @{b = @{a = 3@}@}
12171 @end smallexample
12172
12173 The pattern used to replace nested structures varies based on
12174 language, for most languages @code{@{...@}} is used, but Fortran uses
12175 @code{(...)}.
12176
12177 @item show print max-depth
12178 Display the current threshold after which nested structures are
12179 replaces with ellipsis.
12180
12181 @anchor{set print memory-tag-violations}
12182 @cindex printing memory tag violation information
12183 @item set print memory-tag-violations
12184 @itemx set print memory-tag-violations on
12185 Cause @value{GDBN} to display additional information about memory tag violations
12186 when printing pointers and addresses.
12187
12188 @item set print memory-tag-violations off
12189 Stop printing memory tag violation information.
12190
12191 @item show print memory-tag-violations
12192 Show whether memory tag violation information is displayed when printing
12193 pointers and addresses.
12194
12195 @anchor{set print null-stop}
12196 @item set print null-stop
12197 @cindex @sc{null} elements in arrays
12198 Cause @value{GDBN} to stop printing the characters of an array when the first
12199 @sc{null} is encountered. This is useful when large arrays actually
12200 contain only short strings.
12201 The default is off.
12202
12203 @item show print null-stop
12204 Show whether @value{GDBN} stops printing an array on the first
12205 @sc{null} character.
12206
12207 @anchor{set print pretty}
12208 @item set print pretty on
12209 @cindex print structures in indented form
12210 @cindex indentation in structure display
12211 Cause @value{GDBN} to print structures in an indented format with one member
12212 per line, like this:
12213
12214 @smallexample
12215 @group
12216 $1 = @{
12217 next = 0x0,
12218 flags = @{
12219 sweet = 1,
12220 sour = 1
12221 @},
12222 meat = 0x54 "Pork"
12223 @}
12224 @end group
12225 @end smallexample
12226
12227 @item set print pretty off
12228 Cause @value{GDBN} to print structures in a compact format, like this:
12229
12230 @smallexample
12231 @group
12232 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
12233 meat = 0x54 "Pork"@}
12234 @end group
12235 @end smallexample
12236
12237 @noindent
12238 This is the default format.
12239
12240 @item show print pretty
12241 Show which format @value{GDBN} is using to print structures.
12242
12243 @anchor{set print raw-values}
12244 @item set print raw-values on
12245 Print values in raw form, without applying the pretty
12246 printers for the value.
12247
12248 @item set print raw-values off
12249 Print values in pretty-printed form, if there is a pretty-printer
12250 for the value (@pxref{Pretty Printing}),
12251 otherwise print the value in raw form.
12252
12253 The default setting is ``off''.
12254
12255 @item show print raw-values
12256 Show whether to print values in raw form.
12257
12258 @item set print sevenbit-strings on
12259 @cindex eight-bit characters in strings
12260 @cindex octal escapes in strings
12261 Print using only seven-bit characters; if this option is set,
12262 @value{GDBN} displays any eight-bit characters (in strings or
12263 character values) using the notation @code{\}@var{nnn}. This setting is
12264 best if you are working in English (@sc{ascii}) and you use the
12265 high-order bit of characters as a marker or ``meta'' bit.
12266
12267 @item set print sevenbit-strings off
12268 Print full eight-bit characters. This allows the use of more
12269 international character sets, and is the default.
12270
12271 @item show print sevenbit-strings
12272 Show whether or not @value{GDBN} is printing only seven-bit characters.
12273
12274 @anchor{set print union}
12275 @item set print union on
12276 @cindex unions in structures, printing
12277 Tell @value{GDBN} to print unions which are contained in structures
12278 and other unions. This is the default setting.
12279
12280 @item set print union off
12281 Tell @value{GDBN} not to print unions which are contained in
12282 structures and other unions. @value{GDBN} will print @code{"@{...@}"}
12283 instead.
12284
12285 @item show print union
12286 Ask @value{GDBN} whether or not it will print unions which are contained in
12287 structures and other unions.
12288
12289 For example, given the declarations
12290
12291 @smallexample
12292 typedef enum @{Tree, Bug@} Species;
12293 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
12294 typedef enum @{Caterpillar, Cocoon, Butterfly@}
12295 Bug_forms;
12296
12297 struct thing @{
12298 Species it;
12299 union @{
12300 Tree_forms tree;
12301 Bug_forms bug;
12302 @} form;
12303 @};
12304
12305 struct thing foo = @{Tree, @{Acorn@}@};
12306 @end smallexample
12307
12308 @noindent
12309 with @code{set print union on} in effect @samp{p foo} would print
12310
12311 @smallexample
12312 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
12313 @end smallexample
12314
12315 @noindent
12316 and with @code{set print union off} in effect it would print
12317
12318 @smallexample
12319 $1 = @{it = Tree, form = @{...@}@}
12320 @end smallexample
12321
12322 @noindent
12323 @code{set print union} affects programs written in C-like languages
12324 and in Pascal.
12325 @end table
12326
12327 @need 1000
12328 @noindent
12329 These settings are of interest when debugging C@t{++} programs:
12330
12331 @table @code
12332 @cindex demangling C@t{++} names
12333 @item set print demangle
12334 @itemx set print demangle on
12335 Print C@t{++} names in their source form rather than in the encoded
12336 (``mangled'') form passed to the assembler and linker for type-safe
12337 linkage. The default is on.
12338
12339 @item show print demangle
12340 Show whether C@t{++} names are printed in mangled or demangled form.
12341
12342 @item set print asm-demangle
12343 @itemx set print asm-demangle on
12344 Print C@t{++} names in their source form rather than their mangled form, even
12345 in assembler code printouts such as instruction disassemblies.
12346 The default is off.
12347
12348 @item show print asm-demangle
12349 Show whether C@t{++} names in assembly listings are printed in mangled
12350 or demangled form.
12351
12352 @cindex C@t{++} symbol decoding style
12353 @cindex symbol decoding style, C@t{++}
12354 @kindex set demangle-style
12355 @item set demangle-style @var{style}
12356 Choose among several encoding schemes used by different compilers to represent
12357 C@t{++} names. If you omit @var{style}, you will see a list of possible
12358 formats. The default value is @var{auto}, which lets @value{GDBN} choose a
12359 decoding style by inspecting your program.
12360
12361 @item show demangle-style
12362 Display the encoding style currently in use for decoding C@t{++} symbols.
12363
12364 @anchor{set print object}
12365 @item set print object
12366 @itemx set print object on
12367 @cindex derived type of an object, printing
12368 @cindex display derived types
12369 When displaying a pointer to an object, identify the @emph{actual}
12370 (derived) type of the object rather than the @emph{declared} type, using
12371 the virtual function table. Note that the virtual function table is
12372 required---this feature can only work for objects that have run-time
12373 type identification; a single virtual method in the object's declared
12374 type is sufficient. Note that this setting is also taken into account when
12375 working with variable objects via MI (@pxref{GDB/MI}).
12376
12377 @item set print object off
12378 Display only the declared type of objects, without reference to the
12379 virtual function table. This is the default setting.
12380
12381 @item show print object
12382 Show whether actual, or declared, object types are displayed.
12383
12384 @anchor{set print static-members}
12385 @item set print static-members
12386 @itemx set print static-members on
12387 @cindex static members of C@t{++} objects
12388 Print static members when displaying a C@t{++} object. The default is on.
12389
12390 @item set print static-members off
12391 Do not print static members when displaying a C@t{++} object.
12392
12393 @item show print static-members
12394 Show whether C@t{++} static members are printed or not.
12395
12396 @item set print pascal_static-members
12397 @itemx set print pascal_static-members on
12398 @cindex static members of Pascal objects
12399 @cindex Pascal objects, static members display
12400 Print static members when displaying a Pascal object. The default is on.
12401
12402 @item set print pascal_static-members off
12403 Do not print static members when displaying a Pascal object.
12404
12405 @item show print pascal_static-members
12406 Show whether Pascal static members are printed or not.
12407
12408 @c These don't work with HP ANSI C++ yet.
12409 @anchor{set print vtbl}
12410 @item set print vtbl
12411 @itemx set print vtbl on
12412 @cindex pretty print C@t{++} virtual function tables
12413 @cindex virtual functions (C@t{++}) display
12414 @cindex VTBL display
12415 Pretty print C@t{++} virtual function tables. The default is off.
12416 (The @code{vtbl} commands do not work on programs compiled with the HP
12417 ANSI C@t{++} compiler (@code{aCC}).)
12418
12419 @item set print vtbl off
12420 Do not pretty print C@t{++} virtual function tables.
12421
12422 @item show print vtbl
12423 Show whether C@t{++} virtual function tables are pretty printed, or not.
12424 @end table
12425
12426 @node Pretty Printing
12427 @section Pretty Printing
12428
12429 @value{GDBN} provides a mechanism to allow pretty-printing of values using
12430 Python code. It greatly simplifies the display of complex objects. This
12431 mechanism works for both MI and the CLI.
12432
12433 @menu
12434 * Pretty-Printer Introduction:: Introduction to pretty-printers
12435 * Pretty-Printer Example:: An example pretty-printer
12436 * Pretty-Printer Commands:: Pretty-printer commands
12437 @end menu
12438
12439 @node Pretty-Printer Introduction
12440 @subsection Pretty-Printer Introduction
12441
12442 When @value{GDBN} prints a value, it first sees if there is a pretty-printer
12443 registered for the value. If there is then @value{GDBN} invokes the
12444 pretty-printer to print the value. Otherwise the value is printed normally.
12445
12446 Pretty-printers are normally named. This makes them easy to manage.
12447 The @samp{info pretty-printer} command will list all the installed
12448 pretty-printers with their names.
12449 If a pretty-printer can handle multiple data types, then its
12450 @dfn{subprinters} are the printers for the individual data types.
12451 Each such subprinter has its own name.
12452 The format of the name is @var{printer-name};@var{subprinter-name}.
12453
12454 Pretty-printers are installed by @dfn{registering} them with @value{GDBN}.
12455 Typically they are automatically loaded and registered when the corresponding
12456 debug information is loaded, thus making them available without having to
12457 do anything special.
12458
12459 There are three places where a pretty-printer can be registered.
12460
12461 @itemize @bullet
12462 @item
12463 Pretty-printers registered globally are available when debugging
12464 all inferiors.
12465
12466 @item
12467 Pretty-printers registered with a program space are available only
12468 when debugging that program.
12469 @xref{Progspaces In Python}, for more details on program spaces in Python.
12470
12471 @item
12472 Pretty-printers registered with an objfile are loaded and unloaded
12473 with the corresponding objfile (e.g., shared library).
12474 @xref{Objfiles In Python}, for more details on objfiles in Python.
12475 @end itemize
12476
12477 @xref{Selecting Pretty-Printers}, for further information on how
12478 pretty-printers are selected,
12479
12480 @xref{Writing a Pretty-Printer}, for implementing pretty printers
12481 for new types.
12482
12483 @node Pretty-Printer Example
12484 @subsection Pretty-Printer Example
12485
12486 Here is how a C@t{++} @code{std::string} looks without a pretty-printer:
12487
12488 @smallexample
12489 (@value{GDBP}) print s
12490 $1 = @{
12491 static npos = 4294967295,
12492 _M_dataplus = @{
12493 <std::allocator<char>> = @{
12494 <__gnu_cxx::new_allocator<char>> = @{
12495 <No data fields>@}, <No data fields>
12496 @},
12497 members of std::basic_string<char, std::char_traits<char>,
12498 std::allocator<char> >::_Alloc_hider:
12499 _M_p = 0x804a014 "abcd"
12500 @}
12501 @}
12502 @end smallexample
12503
12504 With a pretty-printer for @code{std::string} only the contents are printed:
12505
12506 @smallexample
12507 (@value{GDBP}) print s
12508 $2 = "abcd"
12509 @end smallexample
12510
12511 @node Pretty-Printer Commands
12512 @subsection Pretty-Printer Commands
12513 @cindex pretty-printer commands
12514
12515 @table @code
12516 @kindex info pretty-printer
12517 @item info pretty-printer [@var{object-regexp} [@var{name-regexp}]]
12518 Print the list of installed pretty-printers.
12519 This includes disabled pretty-printers, which are marked as such.
12520
12521 @var{object-regexp} is a regular expression matching the objects
12522 whose pretty-printers to list.
12523 Objects can be @code{global}, the program space's file
12524 (@pxref{Progspaces In Python}),
12525 and the object files within that program space (@pxref{Objfiles In Python}).
12526 @xref{Selecting Pretty-Printers}, for details on how @value{GDBN}
12527 looks up a printer from these three objects.
12528
12529 @var{name-regexp} is a regular expression matching the name of the printers
12530 to list.
12531
12532 @kindex disable pretty-printer
12533 @item disable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
12534 Disable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
12535 A disabled pretty-printer is not forgotten, it may be enabled again later.
12536
12537 @kindex enable pretty-printer
12538 @item enable pretty-printer [@var{object-regexp} [@var{name-regexp}]]
12539 Enable pretty-printers matching @var{object-regexp} and @var{name-regexp}.
12540 @end table
12541
12542 Example:
12543
12544 Suppose we have three pretty-printers installed: one from library1.so
12545 named @code{foo} that prints objects of type @code{foo}, and
12546 another from library2.so named @code{bar} that prints two types of objects,
12547 @code{bar1} and @code{bar2}.
12548
12549 @smallexample
12550 @group
12551 (@value{GDBP}) info pretty-printer
12552 library1.so:
12553 foo
12554 library2.so:
12555 bar
12556 bar1
12557 bar2
12558 @end group
12559 @group
12560 (@value{GDBP}) info pretty-printer library2
12561 library2.so:
12562 bar
12563 bar1
12564 bar2
12565 @end group
12566 @group
12567 (@value{GDBP}) disable pretty-printer library1
12568 1 printer disabled
12569 2 of 3 printers enabled
12570 (@value{GDBP}) info pretty-printer
12571 library1.so:
12572 foo [disabled]
12573 library2.so:
12574 bar
12575 bar1
12576 bar2
12577 @end group
12578 @group
12579 (@value{GDBP}) disable pretty-printer library2 bar;bar1
12580 1 printer disabled
12581 1 of 3 printers enabled
12582 (@value{GDBP}) info pretty-printer library2
12583 library2.so:
12584 bar
12585 bar1 [disabled]
12586 bar2
12587 @end group
12588 @group
12589 (@value{GDBP}) disable pretty-printer library2 bar
12590 1 printer disabled
12591 0 of 3 printers enabled
12592 (@value{GDBP}) info pretty-printer
12593 library1.so:
12594 foo [disabled]
12595 library2.so:
12596 bar [disabled]
12597 bar1 [disabled]
12598 bar2
12599 @end group
12600 @end smallexample
12601
12602 Note that for @code{bar} the entire printer can be disabled,
12603 as can each individual subprinter.
12604
12605 Printing values and frame arguments is done by default using
12606 the enabled pretty printers.
12607
12608 The print option @code{-raw-values} and @value{GDBN} setting
12609 @code{set print raw-values} (@pxref{set print raw-values}) can be
12610 used to print values without applying the enabled pretty printers.
12611
12612 Similarly, the backtrace option @code{-raw-frame-arguments} and
12613 @value{GDBN} setting @code{set print raw-frame-arguments}
12614 (@pxref{set print raw-frame-arguments}) can be used to ignore the
12615 enabled pretty printers when printing frame argument values.
12616
12617 @node Value History
12618 @section Value History
12619
12620 @cindex value history
12621 @cindex history of values printed by @value{GDBN}
12622 Values printed by the @code{print} command are saved in the @value{GDBN}
12623 @dfn{value history}. This allows you to refer to them in other expressions.
12624 Values are kept until the symbol table is re-read or discarded
12625 (for example with the @code{file} or @code{symbol-file} commands).
12626 When the symbol table changes, the value history is discarded,
12627 since the values may contain pointers back to the types defined in the
12628 symbol table.
12629
12630 @cindex @code{$}
12631 @cindex @code{$$}
12632 @cindex history number
12633 The values printed are given @dfn{history numbers} by which you can
12634 refer to them. These are successive integers starting with one.
12635 @code{print} shows you the history number assigned to a value by
12636 printing @samp{$@var{num} = } before the value; here @var{num} is the
12637 history number.
12638
12639 To refer to any previous value, use @samp{$} followed by the value's
12640 history number. The way @code{print} labels its output is designed to
12641 remind you of this. Just @code{$} refers to the most recent value in
12642 the history, and @code{$$} refers to the value before that.
12643 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
12644 is the value just prior to @code{$$}, @code{$$1} is equivalent to
12645 @code{$$}, and @code{$$0} is equivalent to @code{$}.
12646
12647 For example, suppose you have just printed a pointer to a structure and
12648 want to see the contents of the structure. It suffices to type
12649
12650 @smallexample
12651 p *$
12652 @end smallexample
12653
12654 If you have a chain of structures where the component @code{next} points
12655 to the next one, you can print the contents of the next one with this:
12656
12657 @smallexample
12658 p *$.next
12659 @end smallexample
12660
12661 @noindent
12662 You can print successive links in the chain by repeating this
12663 command---which you can do by just typing @key{RET}.
12664
12665 Note that the history records values, not expressions. If the value of
12666 @code{x} is 4 and you type these commands:
12667
12668 @smallexample
12669 print x
12670 set x=5
12671 @end smallexample
12672
12673 @noindent
12674 then the value recorded in the value history by the @code{print} command
12675 remains 4 even though the value of @code{x} has changed.
12676
12677 @table @code
12678 @kindex show values
12679 @item show values
12680 Print the last ten values in the value history, with their item numbers.
12681 This is like @samp{p@ $$9} repeated ten times, except that @code{show
12682 values} does not change the history.
12683
12684 @item show values @var{n}
12685 Print ten history values centered on history item number @var{n}.
12686
12687 @item show values +
12688 Print ten history values just after the values last printed. If no more
12689 values are available, @code{show values +} produces no display.
12690 @end table
12691
12692 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
12693 same effect as @samp{show values +}.
12694
12695 @node Convenience Vars
12696 @section Convenience Variables
12697
12698 @cindex convenience variables
12699 @cindex user-defined variables
12700 @value{GDBN} provides @dfn{convenience variables} that you can use within
12701 @value{GDBN} to hold on to a value and refer to it later. These variables
12702 exist entirely within @value{GDBN}; they are not part of your program, and
12703 setting a convenience variable has no direct effect on further execution
12704 of your program. That is why you can use them freely.
12705
12706 Convenience variables are prefixed with @samp{$}. Any name preceded by
12707 @samp{$} can be used for a convenience variable, unless it is one of
12708 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
12709 (Value history references, in contrast, are @emph{numbers} preceded
12710 by @samp{$}. @xref{Value History, ,Value History}.)
12711
12712 You can save a value in a convenience variable with an assignment
12713 expression, just as you would set a variable in your program.
12714 For example:
12715
12716 @smallexample
12717 set $foo = *object_ptr
12718 @end smallexample
12719
12720 @noindent
12721 would save in @code{$foo} the value contained in the object pointed to by
12722 @code{object_ptr}.
12723
12724 Using a convenience variable for the first time creates it, but its
12725 value is @code{void} until you assign a new value. You can alter the
12726 value with another assignment at any time.
12727
12728 Convenience variables have no fixed types. You can assign a convenience
12729 variable any type of value, including structures and arrays, even if
12730 that variable already has a value of a different type. The convenience
12731 variable, when used as an expression, has the type of its current value.
12732
12733 @table @code
12734 @kindex show convenience
12735 @cindex show all user variables and functions
12736 @item show convenience
12737 Print a list of convenience variables used so far, and their values,
12738 as well as a list of the convenience functions.
12739 Abbreviated @code{show conv}.
12740
12741 @kindex init-if-undefined
12742 @cindex convenience variables, initializing
12743 @item init-if-undefined $@var{variable} = @var{expression}
12744 Set a convenience variable if it has not already been set. This is useful
12745 for user-defined commands that keep some state. It is similar, in concept,
12746 to using local static variables with initializers in C (except that
12747 convenience variables are global). It can also be used to allow users to
12748 override default values used in a command script.
12749
12750 If the variable is already defined then the expression is not evaluated so
12751 any side-effects do not occur.
12752 @end table
12753
12754 One of the ways to use a convenience variable is as a counter to be
12755 incremented or a pointer to be advanced. For example, to print
12756 a field from successive elements of an array of structures:
12757
12758 @smallexample
12759 set $i = 0
12760 print bar[$i++]->contents
12761 @end smallexample
12762
12763 @noindent
12764 Repeat that command by typing @key{RET}.
12765
12766 Some convenience variables are created automatically by @value{GDBN} and given
12767 values likely to be useful.
12768
12769 @table @code
12770 @vindex $_@r{, convenience variable}
12771 @item $_
12772 The variable @code{$_} is automatically set by the @code{x} command to
12773 the last address examined (@pxref{Memory, ,Examining Memory}). Other
12774 commands which provide a default address for @code{x} to examine also
12775 set @code{$_} to that address; these commands include @code{info line}
12776 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
12777 except when set by the @code{x} command, in which case it is a pointer
12778 to the type of @code{$__}.
12779
12780 @vindex $__@r{, convenience variable}
12781 @item $__
12782 The variable @code{$__} is automatically set by the @code{x} command
12783 to the value found in the last address examined. Its type is chosen
12784 to match the format in which the data was printed.
12785
12786 @item $_exitcode
12787 @vindex $_exitcode@r{, convenience variable}
12788 When the program being debugged terminates normally, @value{GDBN}
12789 automatically sets this variable to the exit code of the program, and
12790 resets @code{$_exitsignal} to @code{void}.
12791
12792 @item $_exitsignal
12793 @vindex $_exitsignal@r{, convenience variable}
12794 When the program being debugged dies due to an uncaught signal,
12795 @value{GDBN} automatically sets this variable to that signal's number,
12796 and resets @code{$_exitcode} to @code{void}.
12797
12798 To distinguish between whether the program being debugged has exited
12799 (i.e., @code{$_exitcode} is not @code{void}) or signalled (i.e.,
12800 @code{$_exitsignal} is not @code{void}), the convenience function
12801 @code{$_isvoid} can be used (@pxref{Convenience Funs,, Convenience
12802 Functions}). For example, considering the following source code:
12803
12804 @smallexample
12805 #include <signal.h>
12806
12807 int
12808 main (int argc, char *argv[])
12809 @{
12810 raise (SIGALRM);
12811 return 0;
12812 @}
12813 @end smallexample
12814
12815 A valid way of telling whether the program being debugged has exited
12816 or signalled would be:
12817
12818 @smallexample
12819 (@value{GDBP}) define has_exited_or_signalled
12820 Type commands for definition of ``has_exited_or_signalled''.
12821 End with a line saying just ``end''.
12822 >if $_isvoid ($_exitsignal)
12823 >echo The program has exited\n
12824 >else
12825 >echo The program has signalled\n
12826 >end
12827 >end
12828 (@value{GDBP}) run
12829 Starting program:
12830
12831 Program terminated with signal SIGALRM, Alarm clock.
12832 The program no longer exists.
12833 (@value{GDBP}) has_exited_or_signalled
12834 The program has signalled
12835 @end smallexample
12836
12837 As can be seen, @value{GDBN} correctly informs that the program being
12838 debugged has signalled, since it calls @code{raise} and raises a
12839 @code{SIGALRM} signal. If the program being debugged had not called
12840 @code{raise}, then @value{GDBN} would report a normal exit:
12841
12842 @smallexample
12843 (@value{GDBP}) has_exited_or_signalled
12844 The program has exited
12845 @end smallexample
12846
12847 @item $_exception
12848 The variable @code{$_exception} is set to the exception object being
12849 thrown at an exception-related catchpoint. @xref{Set Catchpoints}.
12850
12851 @item $_ada_exception
12852 The variable @code{$_ada_exception} is set to the address of the
12853 exception being caught or thrown at an Ada exception-related
12854 catchpoint. @xref{Set Catchpoints}.
12855
12856 @item $_probe_argc
12857 @itemx $_probe_arg0@dots{}$_probe_arg11
12858 Arguments to a static probe. @xref{Static Probe Points}.
12859
12860 @item $_sdata
12861 @vindex $_sdata@r{, inspect, convenience variable}
12862 The variable @code{$_sdata} contains extra collected static tracepoint
12863 data. @xref{Tracepoint Actions,,Tracepoint Action Lists}. Note that
12864 @code{$_sdata} could be empty, if not inspecting a trace buffer, or
12865 if extra static tracepoint data has not been collected.
12866
12867 @item $_siginfo
12868 @vindex $_siginfo@r{, convenience variable}
12869 The variable @code{$_siginfo} contains extra signal information
12870 (@pxref{extra signal information}). Note that @code{$_siginfo}
12871 could be empty, if the application has not yet received any signals.
12872 For example, it will be empty before you execute the @code{run} command.
12873
12874 @item $_tlb
12875 @vindex $_tlb@r{, convenience variable}
12876 The variable @code{$_tlb} is automatically set when debugging
12877 applications running on MS-Windows in native mode or connected to
12878 gdbserver that supports the @code{qGetTIBAddr} request.
12879 @xref{General Query Packets}.
12880 This variable contains the address of the thread information block.
12881
12882 @item $_inferior
12883 The number of the current inferior. @xref{Inferiors Connections and
12884 Programs, ,Debugging Multiple Inferiors Connections and Programs}.
12885
12886 @item $_thread
12887 The thread number of the current thread. @xref{thread numbers}.
12888
12889 @item $_gthread
12890 The global number of the current thread. @xref{global thread numbers}.
12891
12892 @item $_inferior_thread_count
12893 The number of live threads in the current inferior. @xref{Threads}.
12894
12895 @item $_gdb_major
12896 @itemx $_gdb_minor
12897 @vindex $_gdb_major@r{, convenience variable}
12898 @vindex $_gdb_minor@r{, convenience variable}
12899 The major and minor version numbers of the running @value{GDBN}.
12900 Development snapshots and pretest versions have their minor version
12901 incremented by one; thus, @value{GDBN} pretest 9.11.90 will produce
12902 the value 12 for @code{$_gdb_minor}. These variables allow you to
12903 write scripts that work with different versions of @value{GDBN}
12904 without errors caused by features unavailable in some of those
12905 versions.
12906
12907 @item $_shell_exitcode
12908 @itemx $_shell_exitsignal
12909 @vindex $_shell_exitcode@r{, convenience variable}
12910 @vindex $_shell_exitsignal@r{, convenience variable}
12911 @cindex shell command, exit code
12912 @cindex shell command, exit signal
12913 @cindex exit status of shell commands
12914 @value{GDBN} commands such as @code{shell} and @code{|} are launching
12915 shell commands. When a launched command terminates, @value{GDBN}
12916 automatically maintains the variables @code{$_shell_exitcode}
12917 and @code{$_shell_exitsignal} according to the exit status of the last
12918 launched command. These variables are set and used similarly to
12919 the variables @code{$_exitcode} and @code{$_exitsignal}.
12920
12921 @end table
12922
12923 @node Convenience Funs
12924 @section Convenience Functions
12925
12926 @cindex convenience functions
12927 @value{GDBN} also supplies some @dfn{convenience functions}. These
12928 have a syntax similar to convenience variables. A convenience
12929 function can be used in an expression just like an ordinary function;
12930 however, a convenience function is implemented internally to
12931 @value{GDBN}.
12932
12933 These functions do not require @value{GDBN} to be configured with
12934 @code{Python} support, which means that they are always available.
12935
12936 @table @code
12937
12938 @findex $_isvoid@r{, convenience function}
12939 @item $_isvoid (@var{expr})
12940 Return one if the expression @var{expr} is @code{void}. Otherwise it
12941 returns zero.
12942
12943 A @code{void} expression is an expression where the type of the result
12944 is @code{void}. For example, you can examine a convenience variable
12945 (see @ref{Convenience Vars,, Convenience Variables}) to check whether
12946 it is @code{void}:
12947
12948 @smallexample
12949 (@value{GDBP}) print $_exitcode
12950 $1 = void
12951 (@value{GDBP}) print $_isvoid ($_exitcode)
12952 $2 = 1
12953 (@value{GDBP}) run
12954 Starting program: ./a.out
12955 [Inferior 1 (process 29572) exited normally]
12956 (@value{GDBP}) print $_exitcode
12957 $3 = 0
12958 (@value{GDBP}) print $_isvoid ($_exitcode)
12959 $4 = 0
12960 @end smallexample
12961
12962 In the example above, we used @code{$_isvoid} to check whether
12963 @code{$_exitcode} is @code{void} before and after the execution of the
12964 program being debugged. Before the execution there is no exit code to
12965 be examined, therefore @code{$_exitcode} is @code{void}. After the
12966 execution the program being debugged returned zero, therefore
12967 @code{$_exitcode} is zero, which means that it is not @code{void}
12968 anymore.
12969
12970 The @code{void} expression can also be a call of a function from the
12971 program being debugged. For example, given the following function:
12972
12973 @smallexample
12974 void
12975 foo (void)
12976 @{
12977 @}
12978 @end smallexample
12979
12980 The result of calling it inside @value{GDBN} is @code{void}:
12981
12982 @smallexample
12983 (@value{GDBP}) print foo ()
12984 $1 = void
12985 (@value{GDBP}) print $_isvoid (foo ())
12986 $2 = 1
12987 (@value{GDBP}) set $v = foo ()
12988 (@value{GDBP}) print $v
12989 $3 = void
12990 (@value{GDBP}) print $_isvoid ($v)
12991 $4 = 1
12992 @end smallexample
12993
12994 @findex $_gdb_setting_str@r{, convenience function}
12995 @item $_gdb_setting_str (@var{setting})
12996 Return the value of the @value{GDBN} @var{setting} as a string.
12997 @var{setting} is any setting that can be used in a @code{set} or
12998 @code{show} command (@pxref{Controlling GDB}).
12999
13000 @smallexample
13001 (@value{GDBP}) show print frame-arguments
13002 Printing of non-scalar frame arguments is "scalars".
13003 (@value{GDBP}) p $_gdb_setting_str("print frame-arguments")
13004 $1 = "scalars"
13005 (@value{GDBP}) p $_gdb_setting_str("height")
13006 $2 = "30"
13007 (@value{GDBP})
13008 @end smallexample
13009
13010 @findex $_gdb_setting@r{, convenience function}
13011 @item $_gdb_setting (@var{setting})
13012 Return the value of the @value{GDBN} @var{setting}.
13013 The type of the returned value depends on the setting.
13014
13015 The value type for boolean and auto boolean settings is @code{int}.
13016 The boolean values @code{off} and @code{on} are converted to
13017 the integer values @code{0} and @code{1}. The value @code{auto} is
13018 converted to the value @code{-1}.
13019
13020 The value type for integer settings is either @code{unsigned int}
13021 or @code{int}, depending on the setting.
13022
13023 Some integer settings accept an @code{unlimited} value.
13024 Depending on the setting, the @code{set} command also accepts
13025 the value @code{0} or the value @code{@minus{}1} as a synonym for
13026 @code{unlimited}.
13027 For example, @code{set height unlimited} is equivalent to
13028 @code{set height 0}.
13029
13030 Some other settings that accept the @code{unlimited} value
13031 use the value @code{0} to literally mean zero.
13032 For example, @code{set history size 0} indicates to not
13033 record any @value{GDBN} commands in the command history.
13034 For such settings, @code{@minus{}1} is the synonym
13035 for @code{unlimited}.
13036
13037 See the documentation of the corresponding @code{set} command for
13038 the numerical value equivalent to @code{unlimited}.
13039
13040 The @code{$_gdb_setting} function converts the unlimited value
13041 to a @code{0} or a @code{@minus{}1} value according to what the
13042 @code{set} command uses.
13043
13044 @smallexample
13045 @group
13046 (@value{GDBP}) p $_gdb_setting_str("height")
13047 $1 = "30"
13048 (@value{GDBP}) p $_gdb_setting("height")
13049 $2 = 30
13050 (@value{GDBP}) set height unlimited
13051 (@value{GDBP}) p $_gdb_setting_str("height")
13052 $3 = "unlimited"
13053 (@value{GDBP}) p $_gdb_setting("height")
13054 $4 = 0
13055 @end group
13056 @group
13057 (@value{GDBP}) p $_gdb_setting_str("history size")
13058 $5 = "unlimited"
13059 (@value{GDBP}) p $_gdb_setting("history size")
13060 $6 = -1
13061 (@value{GDBP}) p $_gdb_setting_str("disassemble-next-line")
13062 $7 = "auto"
13063 (@value{GDBP}) p $_gdb_setting("disassemble-next-line")
13064 $8 = -1
13065 (@value{GDBP})
13066 @end group
13067 @end smallexample
13068
13069 Other setting types (enum, filename, optional filename, string, string noescape)
13070 are returned as string values.
13071
13072
13073 @findex $_gdb_maint_setting_str@r{, convenience function}
13074 @item $_gdb_maint_setting_str (@var{setting})
13075 Like the @code{$_gdb_setting_str} function, but works with
13076 @code{maintenance set} variables.
13077
13078 @findex $_gdb_maint_setting@r{, convenience function}
13079 @item $_gdb_maint_setting (@var{setting})
13080 Like the @code{$_gdb_setting} function, but works with
13081 @code{maintenance set} variables.
13082
13083 @anchor{$_shell convenience function}
13084 @findex $_shell@r{, convenience function}
13085 @item $_shell (@var{command-string})
13086
13087 Invoke a shell to execute @var{command-string}. @var{command-string}
13088 must be a string. The shell runs on the host machine, the machine
13089 @value{GDBN} is running on. Returns the command's exit status. On
13090 Unix systems, a command which exits with a zero exit status has
13091 succeeded, and non-zero exit status indicates failure. When a command
13092 terminates on a fatal signal whose number is @var{N}, @value{GDBN}
13093 uses the value 128+@var{N} as the exit status, as is standard in Unix
13094 shells. Note that @var{N} is a host signal number, not a target
13095 signal number. If you're native debugging, they will be the same, but
13096 if cross debugging, the host vs target signal numbers may be
13097 completely unrelated. Please consult your host operating system's
13098 documentation for the mapping between host signal numbers and signal
13099 names. The shell to run is determined in the same way as for the
13100 @code{shell} command. @xref{Shell Commands, ,Shell Commands}.
13101
13102 @smallexample
13103 (@value{GDBP}) print $_shell("true")
13104 $1 = 0
13105 (@value{GDBP}) print $_shell("false")
13106 $2 = 1
13107 (@value{GDBP}) p $_shell("echo hello")
13108 hello
13109 $3 = 0
13110 (@value{GDBP}) p $_shell("foobar")
13111 bash: line 1: foobar: command not found
13112 $4 = 127
13113 @end smallexample
13114
13115 This may also be useful in breakpoint conditions. For example:
13116
13117 @smallexample
13118 (@value{GDBP}) break function if $_shell("some command") == 0
13119 @end smallexample
13120
13121 In this scenario, you'll want to make sure that the shell command you
13122 run in the breakpoint condition takes the least amount of time
13123 possible. For example, avoid running a command that may block
13124 indefinitely, or that sleeps for a while before exiting. Prefer a
13125 command or script which analyzes some state and exits immediately.
13126 This is important because the debugged program stops for the
13127 breakpoint every time, and then @value{GDBN} evaluates the breakpoint
13128 condition. If the condition is false, the program is re-resumed
13129 transparently, without informing you of the stop. A quick shell
13130 command thus avoids significantly slowing down the debugged program
13131 unnecessarily.
13132
13133 Note: unlike the @code{shell} command, the @code{$_shell} convenience
13134 function does not affect the @code{$_shell_exitcode} and
13135 @code{$_shell_exitsignal} convenience variables.
13136
13137 @end table
13138
13139 The following functions require @value{GDBN} to be configured with
13140 @code{Python} support.
13141
13142 @table @code
13143
13144 @findex $_memeq@r{, convenience function}
13145 @item $_memeq(@var{buf1}, @var{buf2}, @var{length})
13146 Returns one if the @var{length} bytes at the addresses given by
13147 @var{buf1} and @var{buf2} are equal.
13148 Otherwise it returns zero.
13149
13150 @findex $_regex@r{, convenience function}
13151 @item $_regex(@var{str}, @var{regex})
13152 Returns one if the string @var{str} matches the regular expression
13153 @var{regex}. Otherwise it returns zero.
13154 The syntax of the regular expression is that specified by @code{Python}'s
13155 regular expression support.
13156
13157 @findex $_streq@r{, convenience function}
13158 @item $_streq(@var{str1}, @var{str2})
13159 Returns one if the strings @var{str1} and @var{str2} are equal.
13160 Otherwise it returns zero.
13161
13162 @findex $_strlen@r{, convenience function}
13163 @item $_strlen(@var{str})
13164 Returns the length of string @var{str}.
13165
13166 @findex $_caller_is@r{, convenience function}
13167 @item $_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
13168 Returns one if the calling function's name is equal to @var{name}.
13169 Otherwise it returns zero.
13170
13171 If the optional argument @var{number_of_frames} is provided,
13172 it is the number of frames up in the stack to look.
13173 The default is 1.
13174
13175 Example:
13176
13177 @smallexample
13178 (@value{GDBP}) backtrace
13179 #0 bottom_func ()
13180 at testsuite/gdb.python/py-caller-is.c:21
13181 #1 0x00000000004005a0 in middle_func ()
13182 at testsuite/gdb.python/py-caller-is.c:27
13183 #2 0x00000000004005ab in top_func ()
13184 at testsuite/gdb.python/py-caller-is.c:33
13185 #3 0x00000000004005b6 in main ()
13186 at testsuite/gdb.python/py-caller-is.c:39
13187 (@value{GDBP}) print $_caller_is ("middle_func")
13188 $1 = 1
13189 (@value{GDBP}) print $_caller_is ("top_func", 2)
13190 $1 = 1
13191 @end smallexample
13192
13193 @findex $_caller_matches@r{, convenience function}
13194 @item $_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
13195 Returns one if the calling function's name matches the regular expression
13196 @var{regexp}. Otherwise it returns zero.
13197
13198 If the optional argument @var{number_of_frames} is provided,
13199 it is the number of frames up in the stack to look.
13200 The default is 1.
13201
13202 @findex $_any_caller_is@r{, convenience function}
13203 @item $_any_caller_is(@var{name}@r{[}, @var{number_of_frames}@r{]})
13204 Returns one if any calling function's name is equal to @var{name}.
13205 Otherwise it returns zero.
13206
13207 If the optional argument @var{number_of_frames} is provided,
13208 it is the number of frames up in the stack to look.
13209 The default is 1.
13210
13211 This function differs from @code{$_caller_is} in that this function
13212 checks all stack frames from the immediate caller to the frame specified
13213 by @var{number_of_frames}, whereas @code{$_caller_is} only checks the
13214 frame specified by @var{number_of_frames}.
13215
13216 @findex $_any_caller_matches@r{, convenience function}
13217 @item $_any_caller_matches(@var{regexp}@r{[}, @var{number_of_frames}@r{]})
13218 Returns one if any calling function's name matches the regular expression
13219 @var{regexp}. Otherwise it returns zero.
13220
13221 If the optional argument @var{number_of_frames} is provided,
13222 it is the number of frames up in the stack to look.
13223 The default is 1.
13224
13225 This function differs from @code{$_caller_matches} in that this function
13226 checks all stack frames from the immediate caller to the frame specified
13227 by @var{number_of_frames}, whereas @code{$_caller_matches} only checks the
13228 frame specified by @var{number_of_frames}.
13229
13230 @findex $_as_string@r{, convenience function}
13231 @item $_as_string(@var{value})
13232 This convenience function is considered deprecated, and could be
13233 removed from future versions of @value{GDBN}. Use the @samp{%V} format
13234 specifier instead (@pxref{%V Format Specifier}).
13235
13236 Return the string representation of @var{value}.
13237
13238 This function is useful to obtain the textual label (enumerator) of an
13239 enumeration value. For example, assuming the variable @var{node} is of
13240 an enumerated type:
13241
13242 @smallexample
13243 (@value{GDBP}) printf "Visiting node of type %s\n", $_as_string(node)
13244 Visiting node of type NODE_INTEGER
13245 @end smallexample
13246
13247 @findex $_cimag@r{, convenience function}
13248 @findex $_creal@r{, convenience function}
13249 @item $_cimag(@var{value})
13250 @itemx $_creal(@var{value})
13251 Return the imaginary (@code{$_cimag}) or real (@code{$_creal}) part of
13252 the complex number @var{value}.
13253
13254 The type of the imaginary or real part depends on the type of the
13255 complex number, e.g., using @code{$_cimag} on a @code{float complex}
13256 will return an imaginary part of type @code{float}.
13257
13258 @end table
13259
13260 @value{GDBN} provides the ability to list and get help on
13261 convenience functions.
13262
13263 @table @code
13264 @item help function
13265 @kindex help function
13266 @cindex show all convenience functions
13267 Print a list of all convenience functions.
13268 @end table
13269
13270 @node Registers
13271 @section Registers
13272
13273 @cindex registers
13274 You can refer to machine register contents, in expressions, as variables
13275 with names starting with @samp{$}. The names of registers are different
13276 for each machine; use @code{info registers} to see the names used on
13277 your machine.
13278
13279 @table @code
13280 @kindex info registers
13281 @item info registers
13282 Print the names and values of all registers except floating-point
13283 and vector registers (in the selected stack frame).
13284
13285 @kindex info all-registers
13286 @cindex floating point registers
13287 @item info all-registers
13288 Print the names and values of all registers, including floating-point
13289 and vector registers (in the selected stack frame).
13290
13291 @anchor{info_registers_reggroup}
13292 @item info registers @var{reggroup} @dots{}
13293 Print the name and value of the registers in each of the specified
13294 @var{reggroup}s. The @var{reggroup} can be any of those returned by
13295 @code{maint print reggroups} (@pxref{Maintenance Commands}).
13296
13297 @item info registers @var{regname} @dots{}
13298 Print the @dfn{relativized} value of each specified register @var{regname}.
13299 As discussed in detail below, register values are normally relative to
13300 the selected stack frame. The @var{regname} may be any register name valid on
13301 the machine you are using, with or without the initial @samp{$}.
13302 @end table
13303
13304 @anchor{standard registers}
13305 @cindex stack pointer register
13306 @cindex program counter register
13307 @cindex process status register
13308 @cindex frame pointer register
13309 @cindex standard registers
13310 @value{GDBN} has four ``standard'' register names that are available (in
13311 expressions) on most machines---whenever they do not conflict with an
13312 architecture's canonical mnemonics for registers. The register names
13313 @code{$pc} and @code{$sp} are used for the program counter register and
13314 the stack pointer. @code{$fp} is used for a register that contains a
13315 pointer to the current stack frame, and @code{$ps} is used for a
13316 register that contains the processor status. For example,
13317 you could print the program counter in hex with
13318
13319 @smallexample
13320 p/x $pc
13321 @end smallexample
13322
13323 @noindent
13324 or print the instruction to be executed next with
13325
13326 @smallexample
13327 x/i $pc
13328 @end smallexample
13329
13330 @noindent
13331 or add four to the stack pointer@footnote{This is a way of removing
13332 one word from the stack, on machines where stacks grow downward in
13333 memory (most machines, nowadays). This assumes that the innermost
13334 stack frame is selected; setting @code{$sp} is not allowed when other
13335 stack frames are selected. To pop entire frames off the stack,
13336 regardless of machine architecture, use @code{return};
13337 see @ref{Returning, ,Returning from a Function}.} with
13338
13339 @smallexample
13340 set $sp += 4
13341 @end smallexample
13342
13343 Whenever possible, these four standard register names are available on
13344 your machine even though the machine has different canonical mnemonics,
13345 so long as there is no conflict. The @code{info registers} command
13346 shows the canonical names. For example, on the SPARC, @code{info
13347 registers} displays the processor status register as @code{$psr} but you
13348 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
13349 is an alias for the @sc{eflags} register.
13350
13351 @value{GDBN} always considers the contents of an ordinary register as an
13352 integer when the register is examined in this way. Some machines have
13353 special registers which can hold nothing but floating point; these
13354 registers are considered to have floating point values. There is no way
13355 to refer to the contents of an ordinary register as floating point value
13356 (although you can @emph{print} it as a floating point value with
13357 @samp{print/f $@var{regname}}).
13358
13359 Some registers have distinct ``raw'' and ``virtual'' data formats. This
13360 means that the data format in which the register contents are saved by
13361 the operating system is not the same one that your program normally
13362 sees. For example, the registers of the 68881 floating point
13363 coprocessor are always saved in ``extended'' (raw) format, but all C
13364 programs expect to work with ``double'' (virtual) format. In such
13365 cases, @value{GDBN} normally works with the virtual format only (the format
13366 that makes sense for your program), but the @code{info registers} command
13367 prints the data in both formats.
13368
13369 @cindex SSE registers (x86)
13370 @cindex MMX registers (x86)
13371 Some machines have special registers whose contents can be interpreted
13372 in several different ways. For example, modern x86-based machines
13373 have SSE and MMX registers that can hold several values packed
13374 together in several different formats. @value{GDBN} refers to such
13375 registers in @code{struct} notation:
13376
13377 @smallexample
13378 (@value{GDBP}) print $xmm1
13379 $1 = @{
13380 v4_float = @{0, 3.43859137e-038, 1.54142831e-044, 1.821688e-044@},
13381 v2_double = @{9.92129282474342e-303, 2.7585945287983262e-313@},
13382 v16_int8 = "\000\000\000\000\3706;\001\v\000\000\000\r\000\000",
13383 v8_int16 = @{0, 0, 14072, 315, 11, 0, 13, 0@},
13384 v4_int32 = @{0, 20657912, 11, 13@},
13385 v2_int64 = @{88725056443645952, 55834574859@},
13386 uint128 = 0x0000000d0000000b013b36f800000000
13387 @}
13388 @end smallexample
13389
13390 @noindent
13391 To set values of such registers, you need to tell @value{GDBN} which
13392 view of the register you wish to change, as if you were assigning
13393 value to a @code{struct} member:
13394
13395 @smallexample
13396 (@value{GDBP}) set $xmm1.uint128 = 0x000000000000000000000000FFFFFFFF
13397 @end smallexample
13398
13399 Normally, register values are relative to the selected stack frame
13400 (@pxref{Selection, ,Selecting a Frame}). This means that you get the
13401 value that the register would contain if all stack frames farther in
13402 were exited and their saved registers restored. In order to see the
13403 true contents of hardware registers, you must select the innermost
13404 frame (with @samp{frame 0}).
13405
13406 @cindex caller-saved registers
13407 @cindex call-clobbered registers
13408 @cindex volatile registers
13409 @cindex <not saved> values
13410 Usually ABIs reserve some registers as not needed to be saved by the
13411 callee (a.k.a.: ``caller-saved'', ``call-clobbered'' or ``volatile''
13412 registers). It may therefore not be possible for @value{GDBN} to know
13413 the value a register had before the call (in other words, in the outer
13414 frame), if the register value has since been changed by the callee.
13415 @value{GDBN} tries to deduce where the inner frame saved
13416 (``callee-saved'') registers, from the debug info, unwind info, or the
13417 machine code generated by your compiler. If some register is not
13418 saved, and @value{GDBN} knows the register is ``caller-saved'' (via
13419 its own knowledge of the ABI, or because the debug/unwind info
13420 explicitly says the register's value is undefined), @value{GDBN}
13421 displays @w{@samp{<not saved>}} as the register's value. With targets
13422 that @value{GDBN} has no knowledge of the register saving convention,
13423 if a register was not saved by the callee, then its value and location
13424 in the outer frame are assumed to be the same of the inner frame.
13425 This is usually harmless, because if the register is call-clobbered,
13426 the caller either does not care what is in the register after the
13427 call, or has code to restore the value that it does care about. Note,
13428 however, that if you change such a register in the outer frame, you
13429 may also be affecting the inner frame. Also, the more ``outer'' the
13430 frame is you're looking at, the more likely a call-clobbered
13431 register's value is to be wrong, in the sense that it doesn't actually
13432 represent the value the register had just before the call.
13433
13434 @node Floating Point Hardware
13435 @section Floating Point Hardware
13436 @cindex floating point
13437
13438 Depending on the configuration, @value{GDBN} may be able to give
13439 you more information about the status of the floating point hardware.
13440
13441 @table @code
13442 @kindex info float
13443 @item info float
13444 Display hardware-dependent information about the floating
13445 point unit. The exact contents and layout vary depending on the
13446 floating point chip. Currently, @samp{info float} is supported on
13447 the ARM and x86 machines.
13448 @end table
13449
13450 @node Vector Unit
13451 @section Vector Unit
13452 @cindex vector unit
13453
13454 Depending on the configuration, @value{GDBN} may be able to give you
13455 more information about the status of the vector unit.
13456
13457 @table @code
13458 @kindex info vector
13459 @item info vector
13460 Display information about the vector unit. The exact contents and
13461 layout vary depending on the hardware.
13462 @end table
13463
13464 @node OS Information
13465 @section Operating System Auxiliary Information
13466 @cindex OS information
13467
13468 @value{GDBN} provides interfaces to useful OS facilities that can help
13469 you debug your program.
13470
13471 @cindex auxiliary vector
13472 @cindex vector, auxiliary
13473 Some operating systems supply an @dfn{auxiliary vector} to programs at
13474 startup. This is akin to the arguments and environment that you
13475 specify for a program, but contains a system-dependent variety of
13476 binary values that tell system libraries important details about the
13477 hardware, operating system, and process. Each value's purpose is
13478 identified by an integer tag; the meanings are well-known but system-specific.
13479 Depending on the configuration and operating system facilities,
13480 @value{GDBN} may be able to show you this information. For remote
13481 targets, this functionality may further depend on the remote stub's
13482 support of the @samp{qXfer:auxv:read} packet, see
13483 @ref{qXfer auxiliary vector read}.
13484
13485 @table @code
13486 @kindex info auxv
13487 @item info auxv
13488 Display the auxiliary vector of the inferior, which can be either a
13489 live process or a core dump file. @value{GDBN} prints each tag value
13490 numerically, and also shows names and text descriptions for recognized
13491 tags. Some values in the vector are numbers, some bit masks, and some
13492 pointers to strings or other data. @value{GDBN} displays each value in the
13493 most appropriate form for a recognized tag, and in hexadecimal for
13494 an unrecognized tag.
13495 @end table
13496
13497 On some targets, @value{GDBN} can access operating system-specific
13498 information and show it to you. The types of information available
13499 will differ depending on the type of operating system running on the
13500 target. The mechanism used to fetch the data is described in
13501 @ref{Operating System Information}. For remote targets, this
13502 functionality depends on the remote stub's support of the
13503 @samp{qXfer:osdata:read} packet, see @ref{qXfer osdata read}.
13504
13505 @table @code
13506 @kindex info os
13507 @item info os @var{infotype}
13508
13509 Display OS information of the requested type.
13510
13511 On @sc{gnu}/Linux, the following values of @var{infotype} are valid:
13512
13513 @anchor{linux info os infotypes}
13514 @table @code
13515 @kindex info os cpus
13516 @item cpus
13517 Display the list of all CPUs/cores. For each CPU/core, @value{GDBN} prints
13518 the available fields from /proc/cpuinfo. For each supported architecture
13519 different fields are available. Two common entries are processor which gives
13520 CPU number and bogomips; a system constant that is calculated during
13521 kernel initialization.
13522
13523 @kindex info os files
13524 @item files
13525 Display the list of open file descriptors on the target. For each
13526 file descriptor, @value{GDBN} prints the identifier of the process
13527 owning the descriptor, the command of the owning process, the value
13528 of the descriptor, and the target of the descriptor.
13529
13530 @kindex info os modules
13531 @item modules
13532 Display the list of all loaded kernel modules on the target. For each
13533 module, @value{GDBN} prints the module name, the size of the module in
13534 bytes, the number of times the module is used, the dependencies of the
13535 module, the status of the module, and the address of the loaded module
13536 in memory.
13537
13538 @kindex info os msg
13539 @item msg
13540 Display the list of all System V message queues on the target. For each
13541 message queue, @value{GDBN} prints the message queue key, the message
13542 queue identifier, the access permissions, the current number of bytes
13543 on the queue, the current number of messages on the queue, the processes
13544 that last sent and received a message on the queue, the user and group
13545 of the owner and creator of the message queue, the times at which a
13546 message was last sent and received on the queue, and the time at which
13547 the message queue was last changed.
13548
13549 @kindex info os processes
13550 @item processes
13551 Display the list of processes on the target. For each process,
13552 @value{GDBN} prints the process identifier, the name of the user, the
13553 command corresponding to the process, and the list of processor cores
13554 that the process is currently running on. (To understand what these
13555 properties mean, for this and the following info types, please consult
13556 the general @sc{gnu}/Linux documentation.)
13557
13558 @kindex info os procgroups
13559 @item procgroups
13560 Display the list of process groups on the target. For each process,
13561 @value{GDBN} prints the identifier of the process group that it belongs
13562 to, the command corresponding to the process group leader, the process
13563 identifier, and the command line of the process. The list is sorted
13564 first by the process group identifier, then by the process identifier,
13565 so that processes belonging to the same process group are grouped together
13566 and the process group leader is listed first.
13567
13568 @kindex info os semaphores
13569 @item semaphores
13570 Display the list of all System V semaphore sets on the target. For each
13571 semaphore set, @value{GDBN} prints the semaphore set key, the semaphore
13572 set identifier, the access permissions, the number of semaphores in the
13573 set, the user and group of the owner and creator of the semaphore set,
13574 and the times at which the semaphore set was operated upon and changed.
13575
13576 @kindex info os shm
13577 @item shm
13578 Display the list of all System V shared-memory regions on the target.
13579 For each shared-memory region, @value{GDBN} prints the region key,
13580 the shared-memory identifier, the access permissions, the size of the
13581 region, the process that created the region, the process that last
13582 attached to or detached from the region, the current number of live
13583 attaches to the region, and the times at which the region was last
13584 attached to, detach from, and changed.
13585
13586 @kindex info os sockets
13587 @item sockets
13588 Display the list of Internet-domain sockets on the target. For each
13589 socket, @value{GDBN} prints the address and port of the local and
13590 remote endpoints, the current state of the connection, the creator of
13591 the socket, the IP address family of the socket, and the type of the
13592 connection.
13593
13594 @kindex info os threads
13595 @item threads
13596 Display the list of threads running on the target. For each thread,
13597 @value{GDBN} prints the identifier of the process that the thread
13598 belongs to, the command of the process, the thread identifier, and the
13599 processor core that it is currently running on. The main thread of a
13600 process is not listed.
13601 @end table
13602
13603 @item info os
13604 If @var{infotype} is omitted, then list the possible values for
13605 @var{infotype} and the kind of OS information available for each
13606 @var{infotype}. If the target does not return a list of possible
13607 types, this command will report an error.
13608 @end table
13609
13610 @node Memory Region Attributes
13611 @section Memory Region Attributes
13612 @cindex memory region attributes
13613
13614 @dfn{Memory region attributes} allow you to describe special handling
13615 required by regions of your target's memory. @value{GDBN} uses
13616 attributes to determine whether to allow certain types of memory
13617 accesses; whether to use specific width accesses; and whether to cache
13618 target memory. By default the description of memory regions is
13619 fetched from the target (if the current target supports this), but the
13620 user can override the fetched regions.
13621
13622 Defined memory regions can be individually enabled and disabled. When a
13623 memory region is disabled, @value{GDBN} uses the default attributes when
13624 accessing memory in that region. Similarly, if no memory regions have
13625 been defined, @value{GDBN} uses the default attributes when accessing
13626 all memory.
13627
13628 When a memory region is defined, it is given a number to identify it;
13629 to enable, disable, or remove a memory region, you specify that number.
13630
13631 @table @code
13632 @kindex mem
13633 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
13634 Define a memory region bounded by @var{lower} and @var{upper} with
13635 attributes @var{attributes}@dots{}, and add it to the list of regions
13636 monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
13637 case: it is treated as the target's maximum memory address.
13638 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
13639
13640 @item mem auto
13641 Discard any user changes to the memory regions and use target-supplied
13642 regions, if available, or no regions if the target does not support.
13643
13644 @kindex delete mem
13645 @item delete mem @var{nums}@dots{}
13646 Remove memory regions @var{nums}@dots{} from the list of regions
13647 monitored by @value{GDBN}.
13648
13649 @kindex disable mem
13650 @item disable mem @var{nums}@dots{}
13651 Disable monitoring of memory regions @var{nums}@dots{}.
13652 A disabled memory region is not forgotten.
13653 It may be enabled again later.
13654
13655 @kindex enable mem
13656 @item enable mem @var{nums}@dots{}
13657 Enable monitoring of memory regions @var{nums}@dots{}.
13658
13659 @kindex info mem
13660 @item info mem
13661 Print a table of all defined memory regions, with the following columns
13662 for each region:
13663
13664 @table @emph
13665 @item Memory Region Number
13666 @item Enabled or Disabled.
13667 Enabled memory regions are marked with @samp{y}.
13668 Disabled memory regions are marked with @samp{n}.
13669
13670 @item Lo Address
13671 The address defining the inclusive lower bound of the memory region.
13672
13673 @item Hi Address
13674 The address defining the exclusive upper bound of the memory region.
13675
13676 @item Attributes
13677 The list of attributes set for this memory region.
13678 @end table
13679 @end table
13680
13681
13682 @subsection Attributes
13683
13684 @subsubsection Memory Access Mode
13685 The access mode attributes set whether @value{GDBN} may make read or
13686 write accesses to a memory region.
13687
13688 While these attributes prevent @value{GDBN} from performing invalid
13689 memory accesses, they do nothing to prevent the target system, I/O DMA,
13690 etc.@: from accessing memory.
13691
13692 @table @code
13693 @item ro
13694 Memory is read only.
13695 @item wo
13696 Memory is write only.
13697 @item rw
13698 Memory is read/write. This is the default.
13699 @end table
13700
13701 @subsubsection Memory Access Size
13702 The access size attribute tells @value{GDBN} to use specific sized
13703 accesses in the memory region. Often memory mapped device registers
13704 require specific sized accesses. If no access size attribute is
13705 specified, @value{GDBN} may use accesses of any size.
13706
13707 @table @code
13708 @item 8
13709 Use 8 bit memory accesses.
13710 @item 16
13711 Use 16 bit memory accesses.
13712 @item 32
13713 Use 32 bit memory accesses.
13714 @item 64
13715 Use 64 bit memory accesses.
13716 @end table
13717
13718 @c @subsubsection Hardware/Software Breakpoints
13719 @c The hardware/software breakpoint attributes set whether @value{GDBN}
13720 @c will use hardware or software breakpoints for the internal breakpoints
13721 @c used by the step, next, finish, until, etc. commands.
13722 @c
13723 @c @table @code
13724 @c @item hwbreak
13725 @c Always use hardware breakpoints
13726 @c @item swbreak (default)
13727 @c @end table
13728
13729 @subsubsection Data Cache
13730 The data cache attributes set whether @value{GDBN} will cache target
13731 memory. While this generally improves performance by reducing debug
13732 protocol overhead, it can lead to incorrect results because @value{GDBN}
13733 does not know about volatile variables or memory mapped device
13734 registers.
13735
13736 @table @code
13737 @item cache
13738 Enable @value{GDBN} to cache target memory.
13739 @item nocache
13740 Disable @value{GDBN} from caching target memory. This is the default.
13741 @end table
13742
13743 @subsection Memory Access Checking
13744 @value{GDBN} can be instructed to refuse accesses to memory that is
13745 not explicitly described. This can be useful if accessing such
13746 regions has undesired effects for a specific target, or to provide
13747 better error checking. The following commands control this behaviour.
13748
13749 @table @code
13750 @kindex set mem inaccessible-by-default
13751 @item set mem inaccessible-by-default [on|off]
13752 If @code{on} is specified, make @value{GDBN} treat memory not
13753 explicitly described by the memory ranges as non-existent and refuse accesses
13754 to such memory. The checks are only performed if there's at least one
13755 memory range defined. If @code{off} is specified, make @value{GDBN}
13756 treat the memory not explicitly described by the memory ranges as RAM.
13757 The default value is @code{on}.
13758 @kindex show mem inaccessible-by-default
13759 @item show mem inaccessible-by-default
13760 Show the current handling of accesses to unknown memory.
13761 @end table
13762
13763
13764 @c @subsubsection Memory Write Verification
13765 @c The memory write verification attributes set whether @value{GDBN}
13766 @c will re-reads data after each write to verify the write was successful.
13767 @c
13768 @c @table @code
13769 @c @item verify
13770 @c @item noverify (default)
13771 @c @end table
13772
13773 @node Dump/Restore Files
13774 @section Copy Between Memory and a File
13775 @cindex dump/restore files
13776 @cindex append data to a file
13777 @cindex dump data to a file
13778 @cindex restore data from a file
13779
13780 You can use the commands @code{dump}, @code{append}, and
13781 @code{restore} to copy data between target memory and a file. The
13782 @code{dump} and @code{append} commands write data to a file, and the
13783 @code{restore} command reads data from a file back into the inferior's
13784 memory. Files may be in binary, Motorola S-record, Intel hex,
13785 Tektronix Hex, or Verilog Hex format; however, @value{GDBN} can only
13786 append to binary files, and cannot read from Verilog Hex files.
13787
13788 @table @code
13789
13790 @kindex dump
13791 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
13792 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
13793 Dump the contents of memory from @var{start_addr} to @var{end_addr},
13794 or the value of @var{expr}, to @var{filename} in the given format.
13795
13796 The @var{format} parameter may be any one of:
13797 @table @code
13798 @item binary
13799 Raw binary form.
13800 @item ihex
13801 Intel hex format.
13802 @item srec
13803 Motorola S-record format.
13804 @item tekhex
13805 Tektronix Hex format.
13806 @item verilog
13807 Verilog Hex format.
13808 @end table
13809
13810 @value{GDBN} uses the same definitions of these formats as the
13811 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
13812 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
13813 form.
13814
13815 @kindex append
13816 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
13817 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
13818 Append the contents of memory from @var{start_addr} to @var{end_addr},
13819 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
13820 (@value{GDBN} can only append data to files in raw binary form.)
13821
13822 @kindex restore
13823 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
13824 Restore the contents of file @var{filename} into memory. The
13825 @code{restore} command can automatically recognize any known @sc{bfd}
13826 file format, except for raw binary. To restore a raw binary file you
13827 must specify the optional keyword @code{binary} after the filename.
13828
13829 If @var{bias} is non-zero, its value will be added to the addresses
13830 contained in the file. Binary files always start at address zero, so
13831 they will be restored at address @var{bias}. Other bfd files have
13832 a built-in location; they will be restored at offset @var{bias}
13833 from that location.
13834
13835 If @var{start} and/or @var{end} are non-zero, then only data between
13836 file offset @var{start} and file offset @var{end} will be restored.
13837 These offsets are relative to the addresses in the file, before
13838 the @var{bias} argument is applied.
13839
13840 @end table
13841
13842 @node Core File Generation
13843 @section How to Produce a Core File from Your Program
13844 @cindex dump core from inferior
13845
13846 A @dfn{core file} or @dfn{core dump} is a file that records the memory
13847 image of a running process and its process status (register values
13848 etc.). Its primary use is post-mortem debugging of a program that
13849 crashed while it ran outside a debugger. A program that crashes
13850 automatically produces a core file, unless this feature is disabled by
13851 the user. @xref{Files}, for information on invoking @value{GDBN} in
13852 the post-mortem debugging mode.
13853
13854 Occasionally, you may wish to produce a core file of the program you
13855 are debugging in order to preserve a snapshot of its state.
13856 @value{GDBN} has a special command for that.
13857
13858 @table @code
13859 @kindex gcore
13860 @kindex generate-core-file
13861 @item generate-core-file [@var{file}]
13862 @itemx gcore [@var{file}]
13863 Produce a core dump of the inferior process. The optional argument
13864 @var{file} specifies the file name where to put the core dump. If not
13865 specified, the file name defaults to @file{core.@var{pid}}, where
13866 @var{pid} is the inferior process ID.
13867
13868 Note that this command is implemented only for some systems (as of
13869 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390).
13870
13871 On @sc{gnu}/Linux, this command can take into account the value of the
13872 file @file{/proc/@var{pid}/coredump_filter} when generating the core
13873 dump (@pxref{set use-coredump-filter}), and by default honors the
13874 @code{VM_DONTDUMP} flag for mappings where it is present in the file
13875 @file{/proc/@var{pid}/smaps} (@pxref{set dump-excluded-mappings}).
13876
13877 @kindex set use-coredump-filter
13878 @anchor{set use-coredump-filter}
13879 @item set use-coredump-filter on
13880 @itemx set use-coredump-filter off
13881 Enable or disable the use of the file
13882 @file{/proc/@var{pid}/coredump_filter} when generating core dump
13883 files. This file is used by the Linux kernel to decide what types of
13884 memory mappings will be dumped or ignored when generating a core dump
13885 file. @var{pid} is the process ID of a currently running process.
13886
13887 To make use of this feature, you have to write in the
13888 @file{/proc/@var{pid}/coredump_filter} file a value, in hexadecimal,
13889 which is a bit mask representing the memory mapping types. If a bit
13890 is set in the bit mask, then the memory mappings of the corresponding
13891 types will be dumped; otherwise, they will be ignored. This
13892 configuration is inherited by child processes. For more information
13893 about the bits that can be set in the
13894 @file{/proc/@var{pid}/coredump_filter} file, please refer to the
13895 manpage of @code{core(5)}.
13896
13897 By default, this option is @code{on}. If this option is turned
13898 @code{off}, @value{GDBN} does not read the @file{coredump_filter} file
13899 and instead uses the same default value as the Linux kernel in order
13900 to decide which pages will be dumped in the core dump file. This
13901 value is currently @code{0x33}, which means that bits @code{0}
13902 (anonymous private mappings), @code{1} (anonymous shared mappings),
13903 @code{4} (ELF headers) and @code{5} (private huge pages) are active.
13904 This will cause these memory mappings to be dumped automatically.
13905
13906 @kindex set dump-excluded-mappings
13907 @anchor{set dump-excluded-mappings}
13908 @item set dump-excluded-mappings on
13909 @itemx set dump-excluded-mappings off
13910 If @code{on} is specified, @value{GDBN} will dump memory mappings
13911 marked with the @code{VM_DONTDUMP} flag. This flag is represented in
13912 the file @file{/proc/@var{pid}/smaps} with the acronym @code{dd}.
13913
13914 The default value is @code{off}.
13915 @end table
13916
13917 @node Character Sets
13918 @section Character Sets
13919 @cindex character sets
13920 @cindex charset
13921 @cindex translating between character sets
13922 @cindex host character set
13923 @cindex target character set
13924
13925 If the program you are debugging uses a different character set to
13926 represent characters and strings than the one @value{GDBN} uses itself,
13927 @value{GDBN} can automatically translate between the character sets for
13928 you. The character set @value{GDBN} uses we call the @dfn{host
13929 character set}; the one the inferior program uses we call the
13930 @dfn{target character set}.
13931
13932 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
13933 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
13934 remote protocol (@pxref{Remote Debugging}) to debug a program
13935 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
13936 then the host character set is Latin-1, and the target character set is
13937 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
13938 target-charset EBCDIC-US}, then @value{GDBN} translates between
13939 @sc{ebcdic} and Latin 1 as you print character or string values, or use
13940 character and string literals in expressions.
13941
13942 @value{GDBN} has no way to automatically recognize which character set
13943 the inferior program uses; you must tell it, using the @code{set
13944 target-charset} command, described below.
13945
13946 Here are the commands for controlling @value{GDBN}'s character set
13947 support:
13948
13949 @table @code
13950 @item set target-charset @var{charset}
13951 @kindex set target-charset
13952 Set the current target character set to @var{charset}. To display the
13953 list of supported target character sets, type
13954 @kbd{@w{set target-charset @key{TAB}@key{TAB}}}.
13955
13956 @item set host-charset @var{charset}
13957 @kindex set host-charset
13958 Set the current host character set to @var{charset}.
13959
13960 By default, @value{GDBN} uses a host character set appropriate to the
13961 system it is running on; you can override that default using the
13962 @code{set host-charset} command. On some systems, @value{GDBN} cannot
13963 automatically determine the appropriate host character set. In this
13964 case, @value{GDBN} uses @samp{UTF-8}.
13965
13966 @value{GDBN} can only use certain character sets as its host character
13967 set. If you type @kbd{@w{set host-charset @key{TAB}@key{TAB}}},
13968 @value{GDBN} will list the host character sets it supports.
13969
13970 @item set charset @var{charset}
13971 @kindex set charset
13972 Set the current host and target character sets to @var{charset}. As
13973 above, if you type @kbd{@w{set charset @key{TAB}@key{TAB}}},
13974 @value{GDBN} will list the names of the character sets that can be used
13975 for both host and target.
13976
13977 @item show charset
13978 @kindex show charset
13979 Show the names of the current host and target character sets.
13980
13981 @item show host-charset
13982 @kindex show host-charset
13983 Show the name of the current host character set.
13984
13985 @item show target-charset
13986 @kindex show target-charset
13987 Show the name of the current target character set.
13988
13989 @item set target-wide-charset @var{charset}
13990 @kindex set target-wide-charset
13991 Set the current target's wide character set to @var{charset}. This is
13992 the character set used by the target's @code{wchar_t} type. To
13993 display the list of supported wide character sets, type
13994 @kbd{@w{set target-wide-charset @key{TAB}@key{TAB}}}.
13995
13996 @item show target-wide-charset
13997 @kindex show target-wide-charset
13998 Show the name of the current target's wide character set.
13999 @end table
14000
14001 Here is an example of @value{GDBN}'s character set support in action.
14002 Assume that the following source code has been placed in the file
14003 @file{charset-test.c}:
14004
14005 @smallexample
14006 #include <stdio.h>
14007
14008 char ascii_hello[]
14009 = @{72, 101, 108, 108, 111, 44, 32, 119,
14010 111, 114, 108, 100, 33, 10, 0@};
14011 char ibm1047_hello[]
14012 = @{200, 133, 147, 147, 150, 107, 64, 166,
14013 150, 153, 147, 132, 90, 37, 0@};
14014
14015 main ()
14016 @{
14017 printf ("Hello, world!\n");
14018 @}
14019 @end smallexample
14020
14021 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
14022 containing the string @samp{Hello, world!} followed by a newline,
14023 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
14024
14025 We compile the program, and invoke the debugger on it:
14026
14027 @smallexample
14028 $ gcc -g charset-test.c -o charset-test
14029 $ gdb -nw charset-test
14030 GNU gdb 2001-12-19-cvs
14031 Copyright 2001 Free Software Foundation, Inc.
14032 @dots{}
14033 (@value{GDBP})
14034 @end smallexample
14035
14036 We can use the @code{show charset} command to see what character sets
14037 @value{GDBN} is currently using to interpret and display characters and
14038 strings:
14039
14040 @smallexample
14041 (@value{GDBP}) show charset
14042 The current host and target character set is `ISO-8859-1'.
14043 (@value{GDBP})
14044 @end smallexample
14045
14046 For the sake of printing this manual, let's use @sc{ascii} as our
14047 initial character set:
14048 @smallexample
14049 (@value{GDBP}) set charset ASCII
14050 (@value{GDBP}) show charset
14051 The current host and target character set is `ASCII'.
14052 (@value{GDBP})
14053 @end smallexample
14054
14055 Let's assume that @sc{ascii} is indeed the correct character set for our
14056 host system --- in other words, let's assume that if @value{GDBN} prints
14057 characters using the @sc{ascii} character set, our terminal will display
14058 them properly. Since our current target character set is also
14059 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
14060
14061 @smallexample
14062 (@value{GDBP}) print ascii_hello
14063 $1 = 0x401698 "Hello, world!\n"
14064 (@value{GDBP}) print ascii_hello[0]
14065 $2 = 72 'H'
14066 (@value{GDBP})
14067 @end smallexample
14068
14069 @value{GDBN} uses the target character set for character and string
14070 literals you use in expressions:
14071
14072 @smallexample
14073 (@value{GDBP}) print '+'
14074 $3 = 43 '+'
14075 (@value{GDBP})
14076 @end smallexample
14077
14078 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
14079 character.
14080
14081 @value{GDBN} relies on the user to tell it which character set the
14082 target program uses. If we print @code{ibm1047_hello} while our target
14083 character set is still @sc{ascii}, we get jibberish:
14084
14085 @smallexample
14086 (@value{GDBP}) print ibm1047_hello
14087 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
14088 (@value{GDBP}) print ibm1047_hello[0]
14089 $5 = 200 '\310'
14090 (@value{GDBP})
14091 @end smallexample
14092
14093 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
14094 @value{GDBN} tells us the character sets it supports:
14095
14096 @smallexample
14097 (@value{GDBP}) set target-charset
14098 ASCII EBCDIC-US IBM1047 ISO-8859-1
14099 (@value{GDBP}) set target-charset
14100 @end smallexample
14101
14102 We can select @sc{ibm1047} as our target character set, and examine the
14103 program's strings again. Now the @sc{ascii} string is wrong, but
14104 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
14105 target character set, @sc{ibm1047}, to the host character set,
14106 @sc{ascii}, and they display correctly:
14107
14108 @smallexample
14109 (@value{GDBP}) set target-charset IBM1047
14110 (@value{GDBP}) show charset
14111 The current host character set is `ASCII'.
14112 The current target character set is `IBM1047'.
14113 (@value{GDBP}) print ascii_hello
14114 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
14115 (@value{GDBP}) print ascii_hello[0]
14116 $7 = 72 '\110'
14117 (@value{GDBP}) print ibm1047_hello
14118 $8 = 0x4016a8 "Hello, world!\n"
14119 (@value{GDBP}) print ibm1047_hello[0]
14120 $9 = 200 'H'
14121 (@value{GDBP})
14122 @end smallexample
14123
14124 As above, @value{GDBN} uses the target character set for character and
14125 string literals you use in expressions:
14126
14127 @smallexample
14128 (@value{GDBP}) print '+'
14129 $10 = 78 '+'
14130 (@value{GDBP})
14131 @end smallexample
14132
14133 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
14134 character.
14135
14136 @node Caching Target Data
14137 @section Caching Data of Targets
14138 @cindex caching data of targets
14139
14140 @value{GDBN} caches data exchanged between the debugger and a target.
14141 Each cache is associated with the address space of the inferior.
14142 @xref{Inferiors Connections and Programs}, about inferior and address space.
14143 Such caching generally improves performance in remote debugging
14144 (@pxref{Remote Debugging}), because it reduces the overhead of the
14145 remote protocol by bundling memory reads and writes into large chunks.
14146 Unfortunately, simply caching everything would lead to incorrect results,
14147 since @value{GDBN} does not necessarily know anything about volatile
14148 values, memory-mapped I/O addresses, etc. Furthermore, in non-stop mode
14149 (@pxref{Non-Stop Mode}) memory can be changed @emph{while} a gdb command
14150 is executing.
14151 Therefore, by default, @value{GDBN} only caches data
14152 known to be on the stack@footnote{In non-stop mode, it is moderately
14153 rare for a running thread to modify the stack of a stopped thread
14154 in a way that would interfere with a backtrace, and caching of
14155 stack reads provides a significant speed up of remote backtraces.} or
14156 in the code segment.
14157 Other regions of memory can be explicitly marked as
14158 cacheable; @pxref{Memory Region Attributes}.
14159
14160 @table @code
14161 @kindex set remotecache
14162 @item set remotecache on
14163 @itemx set remotecache off
14164 This option no longer does anything; it exists for compatibility
14165 with old scripts.
14166
14167 @kindex show remotecache
14168 @item show remotecache
14169 Show the current state of the obsolete remotecache flag.
14170
14171 @kindex set stack-cache
14172 @item set stack-cache on
14173 @itemx set stack-cache off
14174 Enable or disable caching of stack accesses. When @code{on}, use
14175 caching. By default, this option is @code{on}.
14176
14177 @kindex show stack-cache
14178 @item show stack-cache
14179 Show the current state of data caching for memory accesses.
14180
14181 @kindex set code-cache
14182 @item set code-cache on
14183 @itemx set code-cache off
14184 Enable or disable caching of code segment accesses. When @code{on},
14185 use caching. By default, this option is @code{on}. This improves
14186 performance of disassembly in remote debugging.
14187
14188 @kindex show code-cache
14189 @item show code-cache
14190 Show the current state of target memory cache for code segment
14191 accesses.
14192
14193 @kindex info dcache
14194 @item info dcache @r{[}line@r{]}
14195 Print the information about the performance of data cache of the
14196 current inferior's address space. The information displayed
14197 includes the dcache width and depth, and for each cache line, its
14198 number, address, and how many times it was referenced. This
14199 command is useful for debugging the data cache operation.
14200
14201 If a line number is specified, the contents of that line will be
14202 printed in hex.
14203
14204 @item set dcache size @var{size}
14205 @cindex dcache size
14206 @kindex set dcache size
14207 Set maximum number of entries in dcache (dcache depth above).
14208
14209 @item set dcache line-size @var{line-size}
14210 @cindex dcache line-size
14211 @kindex set dcache line-size
14212 Set number of bytes each dcache entry caches (dcache width above).
14213 Must be a power of 2.
14214
14215 @item show dcache size
14216 @kindex show dcache size
14217 Show maximum number of dcache entries. @xref{Caching Target Data, info dcache}.
14218
14219 @item show dcache line-size
14220 @kindex show dcache line-size
14221 Show default size of dcache lines.
14222
14223 @item maint flush dcache
14224 @cindex dcache, flushing
14225 @kindex maint flush dcache
14226 Flush the contents (if any) of the dcache. This maintainer command is
14227 useful when debugging the dcache implementation.
14228
14229 @end table
14230
14231 @node Searching Memory
14232 @section Search Memory
14233 @cindex searching memory
14234
14235 Memory can be searched for a particular sequence of bytes with the
14236 @code{find} command.
14237
14238 @table @code
14239 @kindex find
14240 @item find @r{[}/@var{sn}@r{]} @var{start_addr}, +@var{len}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
14241 @itemx find @r{[}/@var{sn}@r{]} @var{start_addr}, @var{end_addr}, @var{val1} @r{[}, @var{val2}, @dots{}@r{]}
14242 Search memory for the sequence of bytes specified by @var{val1}, @var{val2},
14243 etc. The search begins at address @var{start_addr} and continues for either
14244 @var{len} bytes or through to @var{end_addr} inclusive.
14245 @end table
14246
14247 @var{s} and @var{n} are optional parameters.
14248 They may be specified in either order, apart or together.
14249
14250 @table @r
14251 @item @var{s}, search query size
14252 The size of each search query value.
14253
14254 @table @code
14255 @item b
14256 bytes
14257 @item h
14258 halfwords (two bytes)
14259 @item w
14260 words (four bytes)
14261 @item g
14262 giant words (eight bytes)
14263 @end table
14264
14265 All values are interpreted in the current language.
14266 This means, for example, that if the current source language is C/C@t{++}
14267 then searching for the string ``hello'' includes the trailing '\0'.
14268 The null terminator can be removed from searching by using casts,
14269 e.g.: @samp{@{char[5]@}"hello"}.
14270
14271 If the value size is not specified, it is taken from the
14272 value's type in the current language.
14273 This is useful when one wants to specify the search
14274 pattern as a mixture of types.
14275 Note that this means, for example, that in the case of C-like languages
14276 a search for an untyped 0x42 will search for @samp{(int) 0x42}
14277 which is typically four bytes.
14278
14279 @item @var{n}, maximum number of finds
14280 The maximum number of matches to print. The default is to print all finds.
14281 @end table
14282
14283 You can use strings as search values. Quote them with double-quotes
14284 (@code{"}).
14285 The string value is copied into the search pattern byte by byte,
14286 regardless of the endianness of the target and the size specification.
14287
14288 The address of each match found is printed as well as a count of the
14289 number of matches found.
14290
14291 The address of the last value found is stored in convenience variable
14292 @samp{$_}.
14293 A count of the number of matches is stored in @samp{$numfound}.
14294
14295 For example, if stopped at the @code{printf} in this function:
14296
14297 @smallexample
14298 void
14299 hello ()
14300 @{
14301 static char hello[] = "hello-hello";
14302 static struct @{ char c; short s; int i; @}
14303 __attribute__ ((packed)) mixed
14304 = @{ 'c', 0x1234, 0x87654321 @};
14305 printf ("%s\n", hello);
14306 @}
14307 @end smallexample
14308
14309 @noindent
14310 you get during debugging:
14311
14312 @smallexample
14313 (@value{GDBP}) find &hello[0], +sizeof(hello), "hello"
14314 0x804956d <hello.1620+6>
14315 1 pattern found
14316 (@value{GDBP}) find &hello[0], +sizeof(hello), 'h', 'e', 'l', 'l', 'o'
14317 0x8049567 <hello.1620>
14318 0x804956d <hello.1620+6>
14319 2 patterns found.
14320 (@value{GDBP}) find &hello[0], +sizeof(hello), @{char[5]@}"hello"
14321 0x8049567 <hello.1620>
14322 0x804956d <hello.1620+6>
14323 2 patterns found.
14324 (@value{GDBP}) find /b1 &hello[0], +sizeof(hello), 'h', 0x65, 'l'
14325 0x8049567 <hello.1620>
14326 1 pattern found
14327 (@value{GDBP}) find &mixed, +sizeof(mixed), (char) 'c', (short) 0x1234, (int) 0x87654321
14328 0x8049560 <mixed.1625>
14329 1 pattern found
14330 (@value{GDBP}) print $numfound
14331 $1 = 1
14332 (@value{GDBP}) print $_
14333 $2 = (void *) 0x8049560
14334 @end smallexample
14335
14336 @node Value Sizes
14337 @section Value Sizes
14338
14339 Whenever @value{GDBN} prints a value memory will be allocated within
14340 @value{GDBN} to hold the contents of the value. It is possible in
14341 some languages with dynamic typing systems, that an invalid program
14342 may indicate a value that is incorrectly large, this in turn may cause
14343 @value{GDBN} to try and allocate an overly large amount of memory.
14344
14345 @table @code
14346 @anchor{set max-value-size}
14347 @kindex set max-value-size
14348 @item set max-value-size @var{bytes}
14349 @itemx set max-value-size unlimited
14350 Set the maximum size of memory that @value{GDBN} will allocate for the
14351 contents of a value to @var{bytes}, trying to display a value that
14352 requires more memory than that will result in an error.
14353
14354 Setting this variable does not effect values that have already been
14355 allocated within @value{GDBN}, only future allocations.
14356
14357 There's a minimum size that @code{max-value-size} can be set to in
14358 order that @value{GDBN} can still operate correctly, this minimum is
14359 currently 16 bytes.
14360
14361 The limit applies to the results of some subexpressions as well as to
14362 complete expressions. For example, an expression denoting a simple
14363 integer component, such as @code{x.y.z}, may fail if the size of
14364 @var{x.y} is dynamic and exceeds @var{bytes}. On the other hand,
14365 @value{GDBN} is sometimes clever; the expression @code{A[i]}, where
14366 @var{A} is an array variable with non-constant size, will generally
14367 succeed regardless of the bounds on @var{A}, as long as the component
14368 size is less than @var{bytes}.
14369
14370 The default value of @code{max-value-size} is currently 64k.
14371
14372 @kindex show max-value-size
14373 @item show max-value-size
14374 Show the maximum size of memory, in bytes, that @value{GDBN} will
14375 allocate for the contents of a value.
14376 @end table
14377
14378 @node Optimized Code
14379 @chapter Debugging Optimized Code
14380 @cindex optimized code, debugging
14381 @cindex debugging optimized code
14382
14383 Almost all compilers support optimization. With optimization
14384 disabled, the compiler generates assembly code that corresponds
14385 directly to your source code, in a simplistic way. As the compiler
14386 applies more powerful optimizations, the generated assembly code
14387 diverges from your original source code. With help from debugging
14388 information generated by the compiler, @value{GDBN} can map from
14389 the running program back to constructs from your original source.
14390
14391 @value{GDBN} is more accurate with optimization disabled. If you
14392 can recompile without optimization, it is easier to follow the
14393 progress of your program during debugging. But, there are many cases
14394 where you may need to debug an optimized version.
14395
14396 When you debug a program compiled with @samp{-g -O}, remember that the
14397 optimizer has rearranged your code; the debugger shows you what is
14398 really there. Do not be too surprised when the execution path does not
14399 exactly match your source file! An extreme example: if you define a
14400 variable, but never use it, @value{GDBN} never sees that
14401 variable---because the compiler optimizes it out of existence.
14402
14403 Some things do not work as well with @samp{-g -O} as with just
14404 @samp{-g}, particularly on machines with instruction scheduling. If in
14405 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
14406 please report it to us as a bug (including a test case!).
14407 @xref{Variables}, for more information about debugging optimized code.
14408
14409 @menu
14410 * Inline Functions:: How @value{GDBN} presents inlining
14411 * Tail Call Frames:: @value{GDBN} analysis of jumps to functions
14412 @end menu
14413
14414 @node Inline Functions
14415 @section Inline Functions
14416 @cindex inline functions, debugging
14417
14418 @dfn{Inlining} is an optimization that inserts a copy of the function
14419 body directly at each call site, instead of jumping to a shared
14420 routine. @value{GDBN} displays inlined functions just like
14421 non-inlined functions. They appear in backtraces. You can view their
14422 arguments and local variables, step into them with @code{step}, skip
14423 them with @code{next}, and escape from them with @code{finish}.
14424 You can check whether a function was inlined by using the
14425 @code{info frame} command.
14426
14427 For @value{GDBN} to support inlined functions, the compiler must
14428 record information about inlining in the debug information ---
14429 @value{NGCC} using the @sc{dwarf 2} format does this, and several
14430 other compilers do also. @value{GDBN} only supports inlined functions
14431 when using @sc{dwarf 2}. Versions of @value{NGCC} before 4.1
14432 do not emit two required attributes (@samp{DW_AT_call_file} and
14433 @samp{DW_AT_call_line}); @value{GDBN} does not display inlined
14434 function calls with earlier versions of @value{NGCC}. It instead
14435 displays the arguments and local variables of inlined functions as
14436 local variables in the caller.
14437
14438 The body of an inlined function is directly included at its call site;
14439 unlike a non-inlined function, there are no instructions devoted to
14440 the call. @value{GDBN} still pretends that the call site and the
14441 start of the inlined function are different instructions. Stepping to
14442 the call site shows the call site, and then stepping again shows
14443 the first line of the inlined function, even though no additional
14444 instructions are executed.
14445
14446 This makes source-level debugging much clearer; you can see both the
14447 context of the call and then the effect of the call. Only stepping by
14448 a single instruction using @code{stepi} or @code{nexti} does not do
14449 this; single instruction steps always show the inlined body.
14450
14451 There are some ways that @value{GDBN} does not pretend that inlined
14452 function calls are the same as normal calls:
14453
14454 @itemize @bullet
14455 @item
14456 Setting breakpoints at the call site of an inlined function may not
14457 work, because the call site does not contain any code. @value{GDBN}
14458 may incorrectly move the breakpoint to the next line of the enclosing
14459 function, after the call. This limitation will be removed in a future
14460 version of @value{GDBN}; until then, set a breakpoint on an earlier line
14461 or inside the inlined function instead.
14462
14463 @item
14464 @value{GDBN} cannot locate the return value of inlined calls after
14465 using the @code{finish} command. This is a limitation of compiler-generated
14466 debugging information; after @code{finish}, you can step to the next line
14467 and print a variable where your program stored the return value.
14468
14469 @end itemize
14470
14471 @node Tail Call Frames
14472 @section Tail Call Frames
14473 @cindex tail call frames, debugging
14474
14475 Function @code{B} can call function @code{C} in its very last statement. In
14476 unoptimized compilation the call of @code{C} is immediately followed by return
14477 instruction at the end of @code{B} code. Optimizing compiler may replace the
14478 call and return in function @code{B} into one jump to function @code{C}
14479 instead. Such use of a jump instruction is called @dfn{tail call}.
14480
14481 During execution of function @code{C}, there will be no indication in the
14482 function call stack frames that it was tail-called from @code{B}. If function
14483 @code{A} regularly calls function @code{B} which tail-calls function @code{C},
14484 then @value{GDBN} will see @code{A} as the caller of @code{C}. However, in
14485 some cases @value{GDBN} can determine that @code{C} was tail-called from
14486 @code{B}, and it will then create fictitious call frame for that, with the
14487 return address set up as if @code{B} called @code{C} normally.
14488
14489 This functionality is currently supported only by DWARF 2 debugging format and
14490 the compiler has to produce @samp{DW_TAG_call_site} tags. With
14491 @value{NGCC}, you need to specify @option{-O -g} during compilation, to get
14492 this information.
14493
14494 @kbd{info frame} command (@pxref{Frame Info}) will indicate the tail call frame
14495 kind by text @code{tail call frame} such as in this sample @value{GDBN} output:
14496
14497 @smallexample
14498 (@value{GDBP}) x/i $pc - 2
14499 0x40066b <b(int, double)+11>: jmp 0x400640 <c(int, double)>
14500 (@value{GDBP}) info frame
14501 Stack level 1, frame at 0x7fffffffda30:
14502 rip = 0x40066d in b (amd64-entry-value.cc:59); saved rip 0x4004c5
14503 tail call frame, caller of frame at 0x7fffffffda30
14504 source language c++.
14505 Arglist at unknown address.
14506 Locals at unknown address, Previous frame's sp is 0x7fffffffda30
14507 @end smallexample
14508
14509 The detection of all the possible code path executions can find them ambiguous.
14510 There is no execution history stored (possible @ref{Reverse Execution} is never
14511 used for this purpose) and the last known caller could have reached the known
14512 callee by multiple different jump sequences. In such case @value{GDBN} still
14513 tries to show at least all the unambiguous top tail callers and all the
14514 unambiguous bottom tail calees, if any.
14515
14516 @table @code
14517 @anchor{set debug entry-values}
14518 @item set debug entry-values
14519 @kindex set debug entry-values
14520 When set to on, enables printing of analysis messages for both frame argument
14521 values at function entry and tail calls. It will show all the possible valid
14522 tail calls code paths it has considered. It will also print the intersection
14523 of them with the final unambiguous (possibly partial or even empty) code path
14524 result.
14525
14526 @item show debug entry-values
14527 @kindex show debug entry-values
14528 Show the current state of analysis messages printing for both frame argument
14529 values at function entry and tail calls.
14530 @end table
14531
14532 The analysis messages for tail calls can for example show why the virtual tail
14533 call frame for function @code{c} has not been recognized (due to the indirect
14534 reference by variable @code{x}):
14535
14536 @smallexample
14537 static void __attribute__((noinline, noclone)) c (void);
14538 void (*x) (void) = c;
14539 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
14540 static void __attribute__((noinline, noclone)) c (void) @{ a (); @}
14541 int main (void) @{ x (); return 0; @}
14542
14543 Breakpoint 1, DW_OP_entry_value resolving cannot find
14544 DW_TAG_call_site 0x40039a in main
14545 a () at t.c:3
14546 3 static void __attribute__((noinline, noclone)) a (void) @{ x++; @}
14547 (@value{GDBP}) bt
14548 #0 a () at t.c:3
14549 #1 0x000000000040039a in main () at t.c:5
14550 @end smallexample
14551
14552 Another possibility is an ambiguous virtual tail call frames resolution:
14553
14554 @smallexample
14555 int i;
14556 static void __attribute__((noinline, noclone)) f (void) @{ i++; @}
14557 static void __attribute__((noinline, noclone)) e (void) @{ f (); @}
14558 static void __attribute__((noinline, noclone)) d (void) @{ f (); @}
14559 static void __attribute__((noinline, noclone)) c (void) @{ d (); @}
14560 static void __attribute__((noinline, noclone)) b (void)
14561 @{ if (i) c (); else e (); @}
14562 static void __attribute__((noinline, noclone)) a (void) @{ b (); @}
14563 int main (void) @{ a (); return 0; @}
14564
14565 tailcall: initial: 0x4004d2(a) 0x4004ce(b) 0x4004b2(c) 0x4004a2(d)
14566 tailcall: compare: 0x4004d2(a) 0x4004cc(b) 0x400492(e)
14567 tailcall: reduced: 0x4004d2(a) |
14568 (@value{GDBP}) bt
14569 #0 f () at t.c:2
14570 #1 0x00000000004004d2 in a () at t.c:8
14571 #2 0x0000000000400395 in main () at t.c:9
14572 @end smallexample
14573
14574 @set CALLSEQ1A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}c@value{ARROW}d@value{ARROW}f}
14575 @set CALLSEQ2A @code{main@value{ARROW}a@value{ARROW}b@value{ARROW}e@value{ARROW}f}
14576
14577 @c Convert CALLSEQ#A to CALLSEQ#B depending on HAVE_MAKEINFO_CLICK.
14578 @ifset HAVE_MAKEINFO_CLICK
14579 @set ARROW @click{}
14580 @set CALLSEQ1B @clicksequence{@value{CALLSEQ1A}}
14581 @set CALLSEQ2B @clicksequence{@value{CALLSEQ2A}}
14582 @end ifset
14583 @ifclear HAVE_MAKEINFO_CLICK
14584 @set ARROW ->
14585 @set CALLSEQ1B @value{CALLSEQ1A}
14586 @set CALLSEQ2B @value{CALLSEQ2A}
14587 @end ifclear
14588
14589 Frames #0 and #2 are real, #1 is a virtual tail call frame.
14590 The code can have possible execution paths @value{CALLSEQ1B} or
14591 @value{CALLSEQ2B}, @value{GDBN} cannot find which one from the inferior state.
14592
14593 @code{initial:} state shows some random possible calling sequence @value{GDBN}
14594 has found. It then finds another possible calling sequence - that one is
14595 prefixed by @code{compare:}. The non-ambiguous intersection of these two is
14596 printed as the @code{reduced:} calling sequence. That one could have many
14597 further @code{compare:} and @code{reduced:} statements as long as there remain
14598 any non-ambiguous sequence entries.
14599
14600 For the frame of function @code{b} in both cases there are different possible
14601 @code{$pc} values (@code{0x4004cc} or @code{0x4004ce}), therefore this frame is
14602 also ambiguous. The only non-ambiguous frame is the one for function @code{a},
14603 therefore this one is displayed to the user while the ambiguous frames are
14604 omitted.
14605
14606 There can be also reasons why printing of frame argument values at function
14607 entry may fail:
14608
14609 @smallexample
14610 int v;
14611 static void __attribute__((noinline, noclone)) c (int i) @{ v++; @}
14612 static void __attribute__((noinline, noclone)) a (int i);
14613 static void __attribute__((noinline, noclone)) b (int i) @{ a (i); @}
14614 static void __attribute__((noinline, noclone)) a (int i)
14615 @{ if (i) b (i - 1); else c (0); @}
14616 int main (void) @{ a (5); return 0; @}
14617
14618 (@value{GDBP}) bt
14619 #0 c (i=i@@entry=0) at t.c:2
14620 #1 0x0000000000400428 in a (DW_OP_entry_value resolving has found
14621 function "a" at 0x400420 can call itself via tail calls
14622 i=<optimized out>) at t.c:6
14623 #2 0x000000000040036e in main () at t.c:7
14624 @end smallexample
14625
14626 @value{GDBN} cannot find out from the inferior state if and how many times did
14627 function @code{a} call itself (via function @code{b}) as these calls would be
14628 tail calls. Such tail calls would modify the @code{i} variable, therefore
14629 @value{GDBN} cannot be sure the value it knows would be right - @value{GDBN}
14630 prints @code{<optimized out>} instead.
14631
14632 @node Macros
14633 @chapter C Preprocessor Macros
14634
14635 Some languages, such as C and C@t{++}, provide a way to define and invoke
14636 ``preprocessor macros'' which expand into strings of tokens.
14637 @value{GDBN} can evaluate expressions containing macro invocations, show
14638 the result of macro expansion, and show a macro's definition, including
14639 where it was defined.
14640
14641 You may need to compile your program specially to provide @value{GDBN}
14642 with information about preprocessor macros. Most compilers do not
14643 include macros in their debugging information, even when you compile
14644 with the @option{-g} flag. @xref{Compilation}.
14645
14646 A program may define a macro at one point, remove that definition later,
14647 and then provide a different definition after that. Thus, at different
14648 points in the program, a macro may have different definitions, or have
14649 no definition at all. If there is a current stack frame, @value{GDBN}
14650 uses the macros in scope at that frame's source code line. Otherwise,
14651 @value{GDBN} uses the macros in scope at the current listing location;
14652 see @ref{List}.
14653
14654 Whenever @value{GDBN} evaluates an expression, it always expands any
14655 macro invocations present in the expression. @value{GDBN} also provides
14656 the following commands for working with macros explicitly.
14657
14658 @table @code
14659
14660 @kindex macro expand
14661 @cindex macro expansion, showing the results of preprocessor
14662 @cindex preprocessor macro expansion, showing the results of
14663 @cindex expanding preprocessor macros
14664 @item macro expand @var{expression}
14665 @itemx macro exp @var{expression}
14666 Show the results of expanding all preprocessor macro invocations in
14667 @var{expression}. Since @value{GDBN} simply expands macros, but does
14668 not parse the result, @var{expression} need not be a valid expression;
14669 it can be any string of tokens.
14670
14671 @kindex macro exp1
14672 @item macro expand-once @var{expression}
14673 @itemx macro exp1 @var{expression}
14674 @cindex expand macro once
14675 @i{(This command is not yet implemented.)} Show the results of
14676 expanding those preprocessor macro invocations that appear explicitly in
14677 @var{expression}. Macro invocations appearing in that expansion are
14678 left unchanged. This command allows you to see the effect of a
14679 particular macro more clearly, without being confused by further
14680 expansions. Since @value{GDBN} simply expands macros, but does not
14681 parse the result, @var{expression} need not be a valid expression; it
14682 can be any string of tokens.
14683
14684 @kindex info macro
14685 @cindex macro definition, showing
14686 @cindex definition of a macro, showing
14687 @cindex macros, from debug info
14688 @item info macro [-a|-all] [--] @var{macro}
14689 Show the current definition or all definitions of the named @var{macro},
14690 and describe the source location or compiler command-line where that
14691 definition was established. The optional double dash is to signify the end of
14692 argument processing and the beginning of @var{macro} for non C-like macros where
14693 the macro may begin with a hyphen.
14694
14695 @kindex info macros
14696 @item info macros @var{locspec}
14697 Show all macro definitions that are in effect at the source line of
14698 the code location that results from resolving @var{locspec}, and
14699 describe the source location or compiler command-line where those
14700 definitions were established.
14701
14702 @kindex macro define
14703 @cindex user-defined macros
14704 @cindex defining macros interactively
14705 @cindex macros, user-defined
14706 @item macro define @var{macro} @var{replacement-list}
14707 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
14708 Introduce a definition for a preprocessor macro named @var{macro},
14709 invocations of which are replaced by the tokens given in
14710 @var{replacement-list}. The first form of this command defines an
14711 ``object-like'' macro, which takes no arguments; the second form
14712 defines a ``function-like'' macro, which takes the arguments given in
14713 @var{arglist}.
14714
14715 A definition introduced by this command is in scope in every
14716 expression evaluated in @value{GDBN}, until it is removed with the
14717 @code{macro undef} command, described below. The definition overrides
14718 all definitions for @var{macro} present in the program being debugged,
14719 as well as any previous user-supplied definition.
14720
14721 @kindex macro undef
14722 @item macro undef @var{macro}
14723 Remove any user-supplied definition for the macro named @var{macro}.
14724 This command only affects definitions provided with the @code{macro
14725 define} command, described above; it cannot remove definitions present
14726 in the program being debugged.
14727
14728 @kindex macro list
14729 @item macro list
14730 List all the macros defined using the @code{macro define} command.
14731 @end table
14732
14733 @cindex macros, example of debugging with
14734 Here is a transcript showing the above commands in action. First, we
14735 show our source files:
14736
14737 @smallexample
14738 $ cat sample.c
14739 #include <stdio.h>
14740 #include "sample.h"
14741
14742 #define M 42
14743 #define ADD(x) (M + x)
14744
14745 main ()
14746 @{
14747 #define N 28
14748 printf ("Hello, world!\n");
14749 #undef N
14750 printf ("We're so creative.\n");
14751 #define N 1729
14752 printf ("Goodbye, world!\n");
14753 @}
14754 $ cat sample.h
14755 #define Q <
14756 $
14757 @end smallexample
14758
14759 Now, we compile the program using the @sc{gnu} C compiler,
14760 @value{NGCC}. We pass the @option{-gdwarf-2}@footnote{This is the
14761 minimum. Recent versions of @value{NGCC} support @option{-gdwarf-3}
14762 and @option{-gdwarf-4}; we recommend always choosing the most recent
14763 version of DWARF.} @emph{and} @option{-g3} flags to ensure the compiler
14764 includes information about preprocessor macros in the debugging
14765 information.
14766
14767 @smallexample
14768 $ gcc -gdwarf-2 -g3 sample.c -o sample
14769 $
14770 @end smallexample
14771
14772 Now, we start @value{GDBN} on our sample program:
14773
14774 @smallexample
14775 $ gdb -nw sample
14776 GNU gdb 2002-05-06-cvs
14777 Copyright 2002 Free Software Foundation, Inc.
14778 GDB is free software, @dots{}
14779 (@value{GDBP})
14780 @end smallexample
14781
14782 We can expand macros and examine their definitions, even when the
14783 program is not running. @value{GDBN} uses the current listing position
14784 to decide which macro definitions are in scope:
14785
14786 @smallexample
14787 (@value{GDBP}) list main
14788 3
14789 4 #define M 42
14790 5 #define ADD(x) (M + x)
14791 6
14792 7 main ()
14793 8 @{
14794 9 #define N 28
14795 10 printf ("Hello, world!\n");
14796 11 #undef N
14797 12 printf ("We're so creative.\n");
14798 (@value{GDBP}) info macro ADD
14799 Defined at /home/jimb/gdb/macros/play/sample.c:5
14800 #define ADD(x) (M + x)
14801 (@value{GDBP}) info macro Q
14802 Defined at /home/jimb/gdb/macros/play/sample.h:1
14803 included at /home/jimb/gdb/macros/play/sample.c:2
14804 #define Q <
14805 (@value{GDBP}) macro expand ADD(1)
14806 expands to: (42 + 1)
14807 (@value{GDBP}) macro expand-once ADD(1)
14808 expands to: once (M + 1)
14809 (@value{GDBP})
14810 @end smallexample
14811
14812 In the example above, note that @code{macro expand-once} expands only
14813 the macro invocation explicit in the original text --- the invocation of
14814 @code{ADD} --- but does not expand the invocation of the macro @code{M},
14815 which was introduced by @code{ADD}.
14816
14817 Once the program is running, @value{GDBN} uses the macro definitions in
14818 force at the source line of the current stack frame:
14819
14820 @smallexample
14821 (@value{GDBP}) break main
14822 Breakpoint 1 at 0x8048370: file sample.c, line 10.
14823 (@value{GDBP}) run
14824 Starting program: /home/jimb/gdb/macros/play/sample
14825
14826 Breakpoint 1, main () at sample.c:10
14827 10 printf ("Hello, world!\n");
14828 (@value{GDBP})
14829 @end smallexample
14830
14831 At line 10, the definition of the macro @code{N} at line 9 is in force:
14832
14833 @smallexample
14834 (@value{GDBP}) info macro N
14835 Defined at /home/jimb/gdb/macros/play/sample.c:9
14836 #define N 28
14837 (@value{GDBP}) macro expand N Q M
14838 expands to: 28 < 42
14839 (@value{GDBP}) print N Q M
14840 $1 = 1
14841 (@value{GDBP})
14842 @end smallexample
14843
14844 As we step over directives that remove @code{N}'s definition, and then
14845 give it a new definition, @value{GDBN} finds the definition (or lack
14846 thereof) in force at each point:
14847
14848 @smallexample
14849 (@value{GDBP}) next
14850 Hello, world!
14851 12 printf ("We're so creative.\n");
14852 (@value{GDBP}) info macro N
14853 The symbol `N' has no definition as a C/C++ preprocessor macro
14854 at /home/jimb/gdb/macros/play/sample.c:12
14855 (@value{GDBP}) next
14856 We're so creative.
14857 14 printf ("Goodbye, world!\n");
14858 (@value{GDBP}) info macro N
14859 Defined at /home/jimb/gdb/macros/play/sample.c:13
14860 #define N 1729
14861 (@value{GDBP}) macro expand N Q M
14862 expands to: 1729 < 42
14863 (@value{GDBP}) print N Q M
14864 $2 = 0
14865 (@value{GDBP})
14866 @end smallexample
14867
14868 In addition to source files, macros can be defined on the compilation command
14869 line using the @option{-D@var{name}=@var{value}} syntax. For macros defined in
14870 such a way, @value{GDBN} displays the location of their definition as line zero
14871 of the source file submitted to the compiler.
14872
14873 @smallexample
14874 (@value{GDBP}) info macro __STDC__
14875 Defined at /home/jimb/gdb/macros/play/sample.c:0
14876 -D__STDC__=1
14877 (@value{GDBP})
14878 @end smallexample
14879
14880
14881 @node Tracepoints
14882 @chapter Tracepoints
14883 @c This chapter is based on the documentation written by Michael
14884 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
14885
14886 @cindex tracepoints
14887 In some applications, it is not feasible for the debugger to interrupt
14888 the program's execution long enough for the developer to learn
14889 anything helpful about its behavior. If the program's correctness
14890 depends on its real-time behavior, delays introduced by a debugger
14891 might cause the program to change its behavior drastically, or perhaps
14892 fail, even when the code itself is correct. It is useful to be able
14893 to observe the program's behavior without interrupting it.
14894
14895 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
14896 specify locations in the program, called @dfn{tracepoints}, and
14897 arbitrary expressions to evaluate when those tracepoints are reached.
14898 Later, using the @code{tfind} command, you can examine the values
14899 those expressions had when the program hit the tracepoints. The
14900 expressions may also denote objects in memory---structures or arrays,
14901 for example---whose values @value{GDBN} should record; while visiting
14902 a particular tracepoint, you may inspect those objects as if they were
14903 in memory at that moment. However, because @value{GDBN} records these
14904 values without interacting with you, it can do so quickly and
14905 unobtrusively, hopefully not disturbing the program's behavior.
14906
14907 The tracepoint facility is currently available only for remote
14908 targets. @xref{Targets}. In addition, your remote target must know
14909 how to collect trace data. This functionality is implemented in the
14910 remote stub; however, none of the stubs distributed with @value{GDBN}
14911 support tracepoints as of this writing. The format of the remote
14912 packets used to implement tracepoints are described in @ref{Tracepoint
14913 Packets}.
14914
14915 It is also possible to get trace data from a file, in a manner reminiscent
14916 of corefiles; you specify the filename, and use @code{tfind} to search
14917 through the file. @xref{Trace Files}, for more details.
14918
14919 This chapter describes the tracepoint commands and features.
14920
14921 @menu
14922 * Set Tracepoints::
14923 * Analyze Collected Data::
14924 * Tracepoint Variables::
14925 * Trace Files::
14926 @end menu
14927
14928 @node Set Tracepoints
14929 @section Commands to Set Tracepoints
14930
14931 Before running such a @dfn{trace experiment}, an arbitrary number of
14932 tracepoints can be set. A tracepoint is actually a special type of
14933 breakpoint (@pxref{Set Breaks}), so you can manipulate it using
14934 standard breakpoint commands. For instance, as with breakpoints,
14935 tracepoint numbers are successive integers starting from one, and many
14936 of the commands associated with tracepoints take the tracepoint number
14937 as their argument, to identify which tracepoint to work on.
14938
14939 For each tracepoint, you can specify, in advance, some arbitrary set
14940 of data that you want the target to collect in the trace buffer when
14941 it hits that tracepoint. The collected data can include registers,
14942 local variables, or global data. Later, you can use @value{GDBN}
14943 commands to examine the values these data had at the time the
14944 tracepoint was hit.
14945
14946 Tracepoints do not support every breakpoint feature. Ignore counts on
14947 tracepoints have no effect, and tracepoints cannot run @value{GDBN}
14948 commands when they are hit. Tracepoints may not be thread-specific
14949 either.
14950
14951 @cindex fast tracepoints
14952 Some targets may support @dfn{fast tracepoints}, which are inserted in
14953 a different way (such as with a jump instead of a trap), that is
14954 faster but possibly restricted in where they may be installed.
14955
14956 @cindex static tracepoints
14957 @cindex markers, static tracepoints
14958 @cindex probing markers, static tracepoints
14959 Regular and fast tracepoints are dynamic tracing facilities, meaning
14960 that they can be used to insert tracepoints at (almost) any location
14961 in the target. Some targets may also support controlling @dfn{static
14962 tracepoints} from @value{GDBN}. With static tracing, a set of
14963 instrumentation points, also known as @dfn{markers}, are embedded in
14964 the target program, and can be activated or deactivated by name or
14965 address. These are usually placed at locations which facilitate
14966 investigating what the target is actually doing. @value{GDBN}'s
14967 support for static tracing includes being able to list instrumentation
14968 points, and attach them with @value{GDBN} defined high level
14969 tracepoints that expose the whole range of convenience of
14970 @value{GDBN}'s tracepoints support. Namely, support for collecting
14971 registers values and values of global or local (to the instrumentation
14972 point) variables; tracepoint conditions and trace state variables.
14973 The act of installing a @value{GDBN} static tracepoint on an
14974 instrumentation point, or marker, is referred to as @dfn{probing} a
14975 static tracepoint marker.
14976
14977 @code{gdbserver} supports tracepoints on some target systems.
14978 @xref{Server,,Tracepoints support in @code{gdbserver}}.
14979
14980 This section describes commands to set tracepoints and associated
14981 conditions and actions.
14982
14983 @menu
14984 * Create and Delete Tracepoints::
14985 * Enable and Disable Tracepoints::
14986 * Tracepoint Passcounts::
14987 * Tracepoint Conditions::
14988 * Trace State Variables::
14989 * Tracepoint Actions::
14990 * Listing Tracepoints::
14991 * Listing Static Tracepoint Markers::
14992 * Starting and Stopping Trace Experiments::
14993 * Tracepoint Restrictions::
14994 @end menu
14995
14996 @node Create and Delete Tracepoints
14997 @subsection Create and Delete Tracepoints
14998
14999 @table @code
15000 @cindex set tracepoint
15001 @kindex trace
15002 @item trace @var{locspec}
15003 The @code{trace} command is very similar to the @code{break} command.
15004 Its argument @var{locspec} can be any valid location specification.
15005 @xref{Location Specifications}. The @code{trace} command defines a tracepoint,
15006 which is a point in the target program where the debugger will briefly stop,
15007 collect some data, and then allow the program to continue. Setting a tracepoint
15008 or changing its actions takes effect immediately if the remote stub
15009 supports the @samp{InstallInTrace} feature (@pxref{install tracepoint
15010 in tracing}).
15011 If remote stub doesn't support the @samp{InstallInTrace} feature, all
15012 these changes don't take effect until the next @code{tstart}
15013 command, and once a trace experiment is running, further changes will
15014 not have any effect until the next trace experiment starts. In addition,
15015 @value{GDBN} supports @dfn{pending tracepoints}---tracepoints whose
15016 address is not yet resolved. (This is similar to pending breakpoints.)
15017 Pending tracepoints are not downloaded to the target and not installed
15018 until they are resolved. The resolution of pending tracepoints requires
15019 @value{GDBN} support---when debugging with the remote target, and
15020 @value{GDBN} disconnects from the remote stub (@pxref{disconnected
15021 tracing}), pending tracepoints can not be resolved (and downloaded to
15022 the remote stub) while @value{GDBN} is disconnected.
15023
15024 Here are some examples of using the @code{trace} command:
15025
15026 @smallexample
15027 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
15028
15029 (@value{GDBP}) @b{trace +2} // 2 lines forward
15030
15031 (@value{GDBP}) @b{trace my_function} // first source line of function
15032
15033 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
15034
15035 (@value{GDBP}) @b{trace *0x2117c4} // an address
15036 @end smallexample
15037
15038 @noindent
15039 You can abbreviate @code{trace} as @code{tr}.
15040
15041 @item trace @var{locspec} if @var{cond}
15042 Set a tracepoint with condition @var{cond}; evaluate the expression
15043 @var{cond} each time the tracepoint is reached, and collect data only
15044 if the value is nonzero---that is, if @var{cond} evaluates as true.
15045 @xref{Tracepoint Conditions, ,Tracepoint Conditions}, for more
15046 information on tracepoint conditions.
15047
15048 @item ftrace @var{locspec} [ if @var{cond} ]
15049 @cindex set fast tracepoint
15050 @cindex fast tracepoints, setting
15051 @kindex ftrace
15052 The @code{ftrace} command sets a fast tracepoint. For targets that
15053 support them, fast tracepoints will use a more efficient but possibly
15054 less general technique to trigger data collection, such as a jump
15055 instruction instead of a trap, or some sort of hardware support. It
15056 may not be possible to create a fast tracepoint at the desired
15057 location, in which case the command will exit with an explanatory
15058 message.
15059
15060 @value{GDBN} handles arguments to @code{ftrace} exactly as for
15061 @code{trace}.
15062
15063 On 32-bit x86-architecture systems, fast tracepoints normally need to
15064 be placed at an instruction that is 5 bytes or longer, but can be
15065 placed at 4-byte instructions if the low 64K of memory of the target
15066 program is available to install trampolines. Some Unix-type systems,
15067 such as @sc{gnu}/Linux, exclude low addresses from the program's
15068 address space; but for instance with the Linux kernel it is possible
15069 to let @value{GDBN} use this area by doing a @command{sysctl} command
15070 to set the @code{mmap_min_addr} kernel parameter, as in
15071
15072 @example
15073 sudo sysctl -w vm.mmap_min_addr=32768
15074 @end example
15075
15076 @noindent
15077 which sets the low address to 32K, which leaves plenty of room for
15078 trampolines. The minimum address should be set to a page boundary.
15079
15080 @item strace [@var{locspec} | -m @var{marker}] [ if @var{cond} ]
15081 @cindex set static tracepoint
15082 @cindex static tracepoints, setting
15083 @cindex probe static tracepoint marker
15084 @kindex strace
15085 The @code{strace} command sets a static tracepoint. For targets that
15086 support it, setting a static tracepoint probes a static
15087 instrumentation point, or marker, found at the code locations that
15088 result from resolving @var{locspec}. It may not be possible to set a
15089 static tracepoint at the desired code location, in which case the
15090 command will exit with an explanatory message.
15091
15092 @value{GDBN} handles arguments to @code{strace} exactly as for
15093 @code{trace}, with the addition that the user can also specify
15094 @code{-m @var{marker}} instead of a location spec. This probes the marker
15095 identified by the @var{marker} string identifier. This identifier
15096 depends on the static tracepoint backend library your program is
15097 using. You can find all the marker identifiers in the @samp{ID} field
15098 of the @code{info static-tracepoint-markers} command output.
15099 @xref{Listing Static Tracepoint Markers,,Listing Static Tracepoint
15100 Markers}. For example, in the following small program using the UST
15101 tracing engine:
15102
15103 @smallexample
15104 main ()
15105 @{
15106 trace_mark(ust, bar33, "str %s", "FOOBAZ");
15107 @}
15108 @end smallexample
15109
15110 @noindent
15111 the marker id is composed of joining the first two arguments to the
15112 @code{trace_mark} call with a slash, which translates to:
15113
15114 @smallexample
15115 (@value{GDBP}) info static-tracepoint-markers
15116 Cnt Enb ID Address What
15117 1 n ust/bar33 0x0000000000400ddc in main at stexample.c:22
15118 Data: "str %s"
15119 [etc...]
15120 @end smallexample
15121
15122 @noindent
15123 so you may probe the marker above with:
15124
15125 @smallexample
15126 (@value{GDBP}) strace -m ust/bar33
15127 @end smallexample
15128
15129 Static tracepoints accept an extra collect action --- @code{collect
15130 $_sdata}. This collects arbitrary user data passed in the probe point
15131 call to the tracing library. In the UST example above, you'll see
15132 that the third argument to @code{trace_mark} is a printf-like format
15133 string. The user data is then the result of running that formatting
15134 string against the following arguments. Note that @code{info
15135 static-tracepoint-markers} command output lists that format string in
15136 the @samp{Data:} field.
15137
15138 You can inspect this data when analyzing the trace buffer, by printing
15139 the $_sdata variable like any other variable available to
15140 @value{GDBN}. @xref{Tracepoint Actions,,Tracepoint Action Lists}.
15141
15142 @vindex $tpnum
15143 @cindex last tracepoint number
15144 @cindex recent tracepoint number
15145 @cindex tracepoint number
15146 The convenience variable @code{$tpnum} records the tracepoint number
15147 of the most recently set tracepoint.
15148
15149 @kindex delete tracepoint
15150 @cindex tracepoint deletion
15151 @item delete tracepoint @r{[}@var{num}@r{]}
15152 Permanently delete one or more tracepoints. With no argument, the
15153 default is to delete all tracepoints. Note that the regular
15154 @code{delete} command can remove tracepoints also.
15155
15156 Examples:
15157
15158 @smallexample
15159 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
15160
15161 (@value{GDBP}) @b{delete trace} // remove all tracepoints
15162 @end smallexample
15163
15164 @noindent
15165 You can abbreviate this command as @code{del tr}.
15166 @end table
15167
15168 @node Enable and Disable Tracepoints
15169 @subsection Enable and Disable Tracepoints
15170
15171 These commands are deprecated; they are equivalent to plain @code{disable} and @code{enable}.
15172
15173 @table @code
15174 @kindex disable tracepoint
15175 @item disable tracepoint @r{[}@var{num}@r{]}
15176 Disable tracepoint @var{num}, or all tracepoints if no argument
15177 @var{num} is given. A disabled tracepoint will have no effect during
15178 a trace experiment, but it is not forgotten. You can re-enable
15179 a disabled tracepoint using the @code{enable tracepoint} command.
15180 If the command is issued during a trace experiment and the debug target
15181 has support for disabling tracepoints during a trace experiment, then the
15182 change will be effective immediately. Otherwise, it will be applied to the
15183 next trace experiment.
15184
15185 @kindex enable tracepoint
15186 @item enable tracepoint @r{[}@var{num}@r{]}
15187 Enable tracepoint @var{num}, or all tracepoints. If this command is
15188 issued during a trace experiment and the debug target supports enabling
15189 tracepoints during a trace experiment, then the enabled tracepoints will
15190 become effective immediately. Otherwise, they will become effective the
15191 next time a trace experiment is run.
15192 @end table
15193
15194 @node Tracepoint Passcounts
15195 @subsection Tracepoint Passcounts
15196
15197 @table @code
15198 @kindex passcount
15199 @cindex tracepoint pass count
15200 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
15201 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
15202 automatically stop a trace experiment. If a tracepoint's passcount is
15203 @var{n}, then the trace experiment will be automatically stopped on
15204 the @var{n}'th time that tracepoint is hit. If the tracepoint number
15205 @var{num} is not specified, the @code{passcount} command sets the
15206 passcount of the most recently defined tracepoint. If no passcount is
15207 given, the trace experiment will run until stopped explicitly by the
15208 user.
15209
15210 Examples:
15211
15212 @smallexample
15213 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
15214 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
15215
15216 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
15217 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
15218 (@value{GDBP}) @b{trace foo}
15219 (@value{GDBP}) @b{pass 3}
15220 (@value{GDBP}) @b{trace bar}
15221 (@value{GDBP}) @b{pass 2}
15222 (@value{GDBP}) @b{trace baz}
15223 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
15224 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
15225 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
15226 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
15227 @end smallexample
15228 @end table
15229
15230 @node Tracepoint Conditions
15231 @subsection Tracepoint Conditions
15232 @cindex conditional tracepoints
15233 @cindex tracepoint conditions
15234
15235 The simplest sort of tracepoint collects data every time your program
15236 reaches a specified place. You can also specify a @dfn{condition} for
15237 a tracepoint. A condition is just a Boolean expression in your
15238 programming language (@pxref{Expressions, ,Expressions}). A
15239 tracepoint with a condition evaluates the expression each time your
15240 program reaches it, and data collection happens only if the condition
15241 is true.
15242
15243 Tracepoint conditions can be specified when a tracepoint is set, by
15244 using @samp{if} in the arguments to the @code{trace} command.
15245 @xref{Create and Delete Tracepoints, ,Setting Tracepoints}. They can
15246 also be set or changed at any time with the @code{condition} command,
15247 just as with breakpoints.
15248
15249 Unlike breakpoint conditions, @value{GDBN} does not actually evaluate
15250 the conditional expression itself. Instead, @value{GDBN} encodes the
15251 expression into an agent expression (@pxref{Agent Expressions})
15252 suitable for execution on the target, independently of @value{GDBN}.
15253 Global variables become raw memory locations, locals become stack
15254 accesses, and so forth.
15255
15256 For instance, suppose you have a function that is usually called
15257 frequently, but should not be called after an error has occurred. You
15258 could use the following tracepoint command to collect data about calls
15259 of that function that happen while the error code is propagating
15260 through the program; an unconditional tracepoint could end up
15261 collecting thousands of useless trace frames that you would have to
15262 search through.
15263
15264 @smallexample
15265 (@value{GDBP}) @kbd{trace normal_operation if errcode > 0}
15266 @end smallexample
15267
15268 @node Trace State Variables
15269 @subsection Trace State Variables
15270 @cindex trace state variables
15271
15272 A @dfn{trace state variable} is a special type of variable that is
15273 created and managed by target-side code. The syntax is the same as
15274 that for GDB's convenience variables (a string prefixed with ``$''),
15275 but they are stored on the target. They must be created explicitly,
15276 using a @code{tvariable} command. They are always 64-bit signed
15277 integers.
15278
15279 Trace state variables are remembered by @value{GDBN}, and downloaded
15280 to the target along with tracepoint information when the trace
15281 experiment starts. There are no intrinsic limits on the number of
15282 trace state variables, beyond memory limitations of the target.
15283
15284 @cindex convenience variables, and trace state variables
15285 Although trace state variables are managed by the target, you can use
15286 them in print commands and expressions as if they were convenience
15287 variables; @value{GDBN} will get the current value from the target
15288 while the trace experiment is running. Trace state variables share
15289 the same namespace as other ``$'' variables, which means that you
15290 cannot have trace state variables with names like @code{$23} or
15291 @code{$pc}, nor can you have a trace state variable and a convenience
15292 variable with the same name.
15293
15294 @table @code
15295
15296 @item tvariable $@var{name} [ = @var{expression} ]
15297 @kindex tvariable
15298 The @code{tvariable} command creates a new trace state variable named
15299 @code{$@var{name}}, and optionally gives it an initial value of
15300 @var{expression}. The @var{expression} is evaluated when this command is
15301 entered; the result will be converted to an integer if possible,
15302 otherwise @value{GDBN} will report an error. A subsequent
15303 @code{tvariable} command specifying the same name does not create a
15304 variable, but instead assigns the supplied initial value to the
15305 existing variable of that name, overwriting any previous initial
15306 value. The default initial value is 0.
15307
15308 @item info tvariables
15309 @kindex info tvariables
15310 List all the trace state variables along with their initial values.
15311 Their current values may also be displayed, if the trace experiment is
15312 currently running.
15313
15314 @item delete tvariable @r{[} $@var{name} @dots{} @r{]}
15315 @kindex delete tvariable
15316 Delete the given trace state variables, or all of them if no arguments
15317 are specified.
15318
15319 @end table
15320
15321 @node Tracepoint Actions
15322 @subsection Tracepoint Action Lists
15323
15324 @table @code
15325 @kindex actions
15326 @cindex tracepoint actions
15327 @item actions @r{[}@var{num}@r{]}
15328 This command will prompt for a list of actions to be taken when the
15329 tracepoint is hit. If the tracepoint number @var{num} is not
15330 specified, this command sets the actions for the one that was most
15331 recently defined (so that you can define a tracepoint and then say
15332 @code{actions} without bothering about its number). You specify the
15333 actions themselves on the following lines, one action at a time, and
15334 terminate the actions list with a line containing just @code{end}. So
15335 far, the only defined actions are @code{collect}, @code{teval}, and
15336 @code{while-stepping}.
15337
15338 @code{actions} is actually equivalent to @code{commands} (@pxref{Break
15339 Commands, ,Breakpoint Command Lists}), except that only the defined
15340 actions are allowed; any other @value{GDBN} command is rejected.
15341
15342 @cindex remove actions from a tracepoint
15343 To remove all actions from a tracepoint, type @samp{actions @var{num}}
15344 and follow it immediately with @samp{end}.
15345
15346 @smallexample
15347 (@value{GDBP}) @b{collect @var{data}} // collect some data
15348
15349 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
15350
15351 (@value{GDBP}) @b{end} // signals the end of actions.
15352 @end smallexample
15353
15354 In the following example, the action list begins with @code{collect}
15355 commands indicating the things to be collected when the tracepoint is
15356 hit. Then, in order to single-step and collect additional data
15357 following the tracepoint, a @code{while-stepping} command is used,
15358 followed by the list of things to be collected after each step in a
15359 sequence of single steps. The @code{while-stepping} command is
15360 terminated by its own separate @code{end} command. Lastly, the action
15361 list is terminated by an @code{end} command.
15362
15363 @smallexample
15364 (@value{GDBP}) @b{trace foo}
15365 (@value{GDBP}) @b{actions}
15366 Enter actions for tracepoint 1, one per line:
15367 > collect bar,baz
15368 > collect $regs
15369 > while-stepping 12
15370 > collect $pc, arr[i]
15371 > end
15372 end
15373 @end smallexample
15374
15375 @kindex collect @r{(tracepoints)}
15376 @item collect@r{[}/@var{mods}@r{]} @var{expr1}, @var{expr2}, @dots{}
15377 Collect values of the given expressions when the tracepoint is hit.
15378 This command accepts a comma-separated list of any valid expressions.
15379 In addition to global, static, or local variables, the following
15380 special arguments are supported:
15381
15382 @table @code
15383 @item $regs
15384 Collect all registers.
15385
15386 @item $args
15387 Collect all function arguments.
15388
15389 @item $locals
15390 Collect all local variables.
15391
15392 @item $_ret
15393 Collect the return address. This is helpful if you want to see more
15394 of a backtrace.
15395
15396 @emph{Note:} The return address location can not always be reliably
15397 determined up front, and the wrong address / registers may end up
15398 collected instead. On some architectures the reliability is higher
15399 for tracepoints at function entry, while on others it's the opposite.
15400 When this happens, backtracing will stop because the return address is
15401 found unavailable (unless another collect rule happened to match it).
15402
15403 @item $_probe_argc
15404 Collects the number of arguments from the static probe at which the
15405 tracepoint is located.
15406 @xref{Static Probe Points}.
15407
15408 @item $_probe_arg@var{n}
15409 @var{n} is an integer between 0 and 11. Collects the @var{n}th argument
15410 from the static probe at which the tracepoint is located.
15411 @xref{Static Probe Points}.
15412
15413 @item $_sdata
15414 @vindex $_sdata@r{, collect}
15415 Collect static tracepoint marker specific data. Only available for
15416 static tracepoints. @xref{Tracepoint Actions,,Tracepoint Action
15417 Lists}. On the UST static tracepoints library backend, an
15418 instrumentation point resembles a @code{printf} function call. The
15419 tracing library is able to collect user specified data formatted to a
15420 character string using the format provided by the programmer that
15421 instrumented the program. Other backends have similar mechanisms.
15422 Here's an example of a UST marker call:
15423
15424 @smallexample
15425 const char master_name[] = "$your_name";
15426 trace_mark(channel1, marker1, "hello %s", master_name)
15427 @end smallexample
15428
15429 In this case, collecting @code{$_sdata} collects the string
15430 @samp{hello $yourname}. When analyzing the trace buffer, you can
15431 inspect @samp{$_sdata} like any other variable available to
15432 @value{GDBN}.
15433 @end table
15434
15435 You can give several consecutive @code{collect} commands, each one
15436 with a single argument, or one @code{collect} command with several
15437 arguments separated by commas; the effect is the same.
15438
15439 The optional @var{mods} changes the usual handling of the arguments.
15440 @code{s} requests that pointers to chars be handled as strings, in
15441 particular collecting the contents of the memory being pointed at, up
15442 to the first zero. The upper bound is by default the value of the
15443 @code{print characters} variable; if @code{s} is followed by a decimal
15444 number, that is the upper bound instead. So for instance
15445 @samp{collect/s25 mystr} collects as many as 25 characters at
15446 @samp{mystr}.
15447
15448 The command @code{info scope} (@pxref{Symbols, info scope}) is
15449 particularly useful for figuring out what data to collect.
15450
15451 @kindex teval @r{(tracepoints)}
15452 @item teval @var{expr1}, @var{expr2}, @dots{}
15453 Evaluate the given expressions when the tracepoint is hit. This
15454 command accepts a comma-separated list of expressions. The results
15455 are discarded, so this is mainly useful for assigning values to trace
15456 state variables (@pxref{Trace State Variables}) without adding those
15457 values to the trace buffer, as would be the case if the @code{collect}
15458 action were used.
15459
15460 @kindex while-stepping @r{(tracepoints)}
15461 @item while-stepping @var{n}
15462 Perform @var{n} single-step instruction traces after the tracepoint,
15463 collecting new data after each step. The @code{while-stepping}
15464 command is followed by the list of what to collect while stepping
15465 (followed by its own @code{end} command):
15466
15467 @smallexample
15468 > while-stepping 12
15469 > collect $regs, myglobal
15470 > end
15471 >
15472 @end smallexample
15473
15474 @noindent
15475 Note that @code{$pc} is not automatically collected by
15476 @code{while-stepping}; you need to explicitly collect that register if
15477 you need it. You may abbreviate @code{while-stepping} as @code{ws} or
15478 @code{stepping}.
15479
15480 @item set default-collect @var{expr1}, @var{expr2}, @dots{}
15481 @kindex set default-collect
15482 @cindex default collection action
15483 This variable is a list of expressions to collect at each tracepoint
15484 hit. It is effectively an additional @code{collect} action prepended
15485 to every tracepoint action list. The expressions are parsed
15486 individually for each tracepoint, so for instance a variable named
15487 @code{xyz} may be interpreted as a global for one tracepoint, and a
15488 local for another, as appropriate to the tracepoint's location.
15489
15490 @item show default-collect
15491 @kindex show default-collect
15492 Show the list of expressions that are collected by default at each
15493 tracepoint hit.
15494
15495 @end table
15496
15497 @node Listing Tracepoints
15498 @subsection Listing Tracepoints
15499
15500 @table @code
15501 @kindex info tracepoints @r{[}@var{n}@dots{}@r{]}
15502 @kindex info tp @r{[}@var{n}@dots{}@r{]}
15503 @cindex information about tracepoints
15504 @item info tracepoints @r{[}@var{num}@dots{}@r{]}
15505 Display information about the tracepoint @var{num}. If you don't
15506 specify a tracepoint number, displays information about all the
15507 tracepoints defined so far. The format is similar to that used for
15508 @code{info breakpoints}; in fact, @code{info tracepoints} is the same
15509 command, simply restricting itself to tracepoints.
15510
15511 A tracepoint's listing may include additional information specific to
15512 tracing:
15513
15514 @itemize @bullet
15515 @item
15516 its passcount as given by the @code{passcount @var{n}} command
15517
15518 @item
15519 the state about installed on target of each location
15520 @end itemize
15521
15522 @smallexample
15523 (@value{GDBP}) @b{info trace}
15524 Num Type Disp Enb Address What
15525 1 tracepoint keep y 0x0804ab57 in foo() at main.cxx:7
15526 while-stepping 20
15527 collect globfoo, $regs
15528 end
15529 collect globfoo2
15530 end
15531 pass count 1200
15532 2 tracepoint keep y <MULTIPLE>
15533 collect $eip
15534 2.1 y 0x0804859c in func4 at change-loc.h:35
15535 installed on target
15536 2.2 y 0xb7ffc480 in func4 at change-loc.h:35
15537 installed on target
15538 2.3 y <PENDING> set_tracepoint
15539 3 tracepoint keep y 0x080485b1 in foo at change-loc.c:29
15540 not installed on target
15541 (@value{GDBP})
15542 @end smallexample
15543
15544 @noindent
15545 This command can be abbreviated @code{info tp}.
15546 @end table
15547
15548 @node Listing Static Tracepoint Markers
15549 @subsection Listing Static Tracepoint Markers
15550
15551 @table @code
15552 @kindex info static-tracepoint-markers
15553 @cindex information about static tracepoint markers
15554 @item info static-tracepoint-markers
15555 Display information about all static tracepoint markers defined in the
15556 program.
15557
15558 For each marker, the following columns are printed:
15559
15560 @table @emph
15561 @item Count
15562 An incrementing counter, output to help readability. This is not a
15563 stable identifier.
15564 @item ID
15565 The marker ID, as reported by the target.
15566 @item Enabled or Disabled
15567 Probed markers are tagged with @samp{y}. @samp{n} identifies marks
15568 that are not enabled.
15569 @item Address
15570 Where the marker is in your program, as a memory address.
15571 @item What
15572 Where the marker is in the source for your program, as a file and line
15573 number. If the debug information included in the program does not
15574 allow @value{GDBN} to locate the source of the marker, this column
15575 will be left blank.
15576 @end table
15577
15578 @noindent
15579 In addition, the following information may be printed for each marker:
15580
15581 @table @emph
15582 @item Data
15583 User data passed to the tracing library by the marker call. In the
15584 UST backend, this is the format string passed as argument to the
15585 marker call.
15586 @item Static tracepoints probing the marker
15587 The list of static tracepoints attached to the marker.
15588 @end table
15589
15590 @smallexample
15591 (@value{GDBP}) info static-tracepoint-markers
15592 Cnt ID Enb Address What
15593 1 ust/bar2 y 0x0000000000400e1a in main at stexample.c:25
15594 Data: number1 %d number2 %d
15595 Probed by static tracepoints: #2
15596 2 ust/bar33 n 0x0000000000400c87 in main at stexample.c:24
15597 Data: str %s
15598 (@value{GDBP})
15599 @end smallexample
15600 @end table
15601
15602 @node Starting and Stopping Trace Experiments
15603 @subsection Starting and Stopping Trace Experiments
15604
15605 @table @code
15606 @kindex tstart [ @var{notes} ]
15607 @cindex start a new trace experiment
15608 @cindex collected data discarded
15609 @item tstart
15610 This command starts the trace experiment, and begins collecting data.
15611 It has the side effect of discarding all the data collected in the
15612 trace buffer during the previous trace experiment. If any arguments
15613 are supplied, they are taken as a note and stored with the trace
15614 experiment's state. The notes may be arbitrary text, and are
15615 especially useful with disconnected tracing in a multi-user context;
15616 the notes can explain what the trace is doing, supply user contact
15617 information, and so forth.
15618
15619 @kindex tstop [ @var{notes} ]
15620 @cindex stop a running trace experiment
15621 @item tstop
15622 This command stops the trace experiment. If any arguments are
15623 supplied, they are recorded with the experiment as a note. This is
15624 useful if you are stopping a trace started by someone else, for
15625 instance if the trace is interfering with the system's behavior and
15626 needs to be stopped quickly.
15627
15628 @strong{Note}: a trace experiment and data collection may stop
15629 automatically if any tracepoint's passcount is reached
15630 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
15631
15632 @kindex tstatus
15633 @cindex status of trace data collection
15634 @cindex trace experiment, status of
15635 @item tstatus
15636 This command displays the status of the current trace data
15637 collection.
15638 @end table
15639
15640 Here is an example of the commands we described so far:
15641
15642 @smallexample
15643 (@value{GDBP}) @b{trace gdb_c_test}
15644 (@value{GDBP}) @b{actions}
15645 Enter actions for tracepoint #1, one per line.
15646 > collect $regs,$locals,$args
15647 > while-stepping 11
15648 > collect $regs
15649 > end
15650 > end
15651 (@value{GDBP}) @b{tstart}
15652 [time passes @dots{}]
15653 (@value{GDBP}) @b{tstop}
15654 @end smallexample
15655
15656 @anchor{disconnected tracing}
15657 @cindex disconnected tracing
15658 You can choose to continue running the trace experiment even if
15659 @value{GDBN} disconnects from the target, voluntarily or
15660 involuntarily. For commands such as @code{detach}, the debugger will
15661 ask what you want to do with the trace. But for unexpected
15662 terminations (@value{GDBN} crash, network outage), it would be
15663 unfortunate to lose hard-won trace data, so the variable
15664 @code{disconnected-tracing} lets you decide whether the trace should
15665 continue running without @value{GDBN}.
15666
15667 @table @code
15668 @item set disconnected-tracing on
15669 @itemx set disconnected-tracing off
15670 @kindex set disconnected-tracing
15671 Choose whether a tracing run should continue to run if @value{GDBN}
15672 has disconnected from the target. Note that @code{detach} or
15673 @code{quit} will ask you directly what to do about a running trace no
15674 matter what this variable's setting, so the variable is mainly useful
15675 for handling unexpected situations, such as loss of the network.
15676
15677 @item show disconnected-tracing
15678 @kindex show disconnected-tracing
15679 Show the current choice for disconnected tracing.
15680
15681 @end table
15682
15683 When you reconnect to the target, the trace experiment may or may not
15684 still be running; it might have filled the trace buffer in the
15685 meantime, or stopped for one of the other reasons. If it is running,
15686 it will continue after reconnection.
15687
15688 Upon reconnection, the target will upload information about the
15689 tracepoints in effect. @value{GDBN} will then compare that
15690 information to the set of tracepoints currently defined, and attempt
15691 to match them up, allowing for the possibility that the numbers may
15692 have changed due to creation and deletion in the meantime. If one of
15693 the target's tracepoints does not match any in @value{GDBN}, the
15694 debugger will create a new tracepoint, so that you have a number with
15695 which to specify that tracepoint. This matching-up process is
15696 necessarily heuristic, and it may result in useless tracepoints being
15697 created; you may simply delete them if they are of no use.
15698
15699 @cindex circular trace buffer
15700 If your target agent supports a @dfn{circular trace buffer}, then you
15701 can run a trace experiment indefinitely without filling the trace
15702 buffer; when space runs out, the agent deletes already-collected trace
15703 frames, oldest first, until there is enough room to continue
15704 collecting. This is especially useful if your tracepoints are being
15705 hit too often, and your trace gets terminated prematurely because the
15706 buffer is full. To ask for a circular trace buffer, simply set
15707 @samp{circular-trace-buffer} to on. You can set this at any time,
15708 including during tracing; if the agent can do it, it will change
15709 buffer handling on the fly, otherwise it will not take effect until
15710 the next run.
15711
15712 @table @code
15713 @item set circular-trace-buffer on
15714 @itemx set circular-trace-buffer off
15715 @kindex set circular-trace-buffer
15716 Choose whether a tracing run should use a linear or circular buffer
15717 for trace data. A linear buffer will not lose any trace data, but may
15718 fill up prematurely, while a circular buffer will discard old trace
15719 data, but it will have always room for the latest tracepoint hits.
15720
15721 @item show circular-trace-buffer
15722 @kindex show circular-trace-buffer
15723 Show the current choice for the trace buffer. Note that this may not
15724 match the agent's current buffer handling, nor is it guaranteed to
15725 match the setting that might have been in effect during a past run,
15726 for instance if you are looking at frames from a trace file.
15727
15728 @end table
15729
15730 @table @code
15731 @item set trace-buffer-size @var{n}
15732 @itemx set trace-buffer-size unlimited
15733 @kindex set trace-buffer-size
15734 Request that the target use a trace buffer of @var{n} bytes. Not all
15735 targets will honor the request; they may have a compiled-in size for
15736 the trace buffer, or some other limitation. Set to a value of
15737 @code{unlimited} or @code{-1} to let the target use whatever size it
15738 likes. This is also the default.
15739
15740 @item show trace-buffer-size
15741 @kindex show trace-buffer-size
15742 Show the current requested size for the trace buffer. Note that this
15743 will only match the actual size if the target supports size-setting,
15744 and was able to handle the requested size. For instance, if the
15745 target can only change buffer size between runs, this variable will
15746 not reflect the change until the next run starts. Use @code{tstatus}
15747 to get a report of the actual buffer size.
15748 @end table
15749
15750 @table @code
15751 @item set trace-user @var{text}
15752 @kindex set trace-user
15753
15754 @item show trace-user
15755 @kindex show trace-user
15756
15757 @item set trace-notes @var{text}
15758 @kindex set trace-notes
15759 Set the trace run's notes.
15760
15761 @item show trace-notes
15762 @kindex show trace-notes
15763 Show the trace run's notes.
15764
15765 @item set trace-stop-notes @var{text}
15766 @kindex set trace-stop-notes
15767 Set the trace run's stop notes. The handling of the note is as for
15768 @code{tstop} arguments; the set command is convenient way to fix a
15769 stop note that is mistaken or incomplete.
15770
15771 @item show trace-stop-notes
15772 @kindex show trace-stop-notes
15773 Show the trace run's stop notes.
15774
15775 @end table
15776
15777 @node Tracepoint Restrictions
15778 @subsection Tracepoint Restrictions
15779
15780 @cindex tracepoint restrictions
15781 There are a number of restrictions on the use of tracepoints. As
15782 described above, tracepoint data gathering occurs on the target
15783 without interaction from @value{GDBN}. Thus the full capabilities of
15784 the debugger are not available during data gathering, and then at data
15785 examination time, you will be limited by only having what was
15786 collected. The following items describe some common problems, but it
15787 is not exhaustive, and you may run into additional difficulties not
15788 mentioned here.
15789
15790 @itemize @bullet
15791
15792 @item
15793 Tracepoint expressions are intended to gather objects (lvalues). Thus
15794 the full flexibility of GDB's expression evaluator is not available.
15795 You cannot call functions, cast objects to aggregate types, access
15796 convenience variables or modify values (except by assignment to trace
15797 state variables). Some language features may implicitly call
15798 functions (for instance Objective-C fields with accessors), and therefore
15799 cannot be collected either.
15800
15801 @item
15802 Collection of local variables, either individually or in bulk with
15803 @code{$locals} or @code{$args}, during @code{while-stepping} may
15804 behave erratically. The stepping action may enter a new scope (for
15805 instance by stepping into a function), or the location of the variable
15806 may change (for instance it is loaded into a register). The
15807 tracepoint data recorded uses the location information for the
15808 variables that is correct for the tracepoint location. When the
15809 tracepoint is created, it is not possible, in general, to determine
15810 where the steps of a @code{while-stepping} sequence will advance the
15811 program---particularly if a conditional branch is stepped.
15812
15813 @item
15814 Collection of an incompletely-initialized or partially-destroyed object
15815 may result in something that @value{GDBN} cannot display, or displays
15816 in a misleading way.
15817
15818 @item
15819 When @value{GDBN} displays a pointer to character it automatically
15820 dereferences the pointer to also display characters of the string
15821 being pointed to. However, collecting the pointer during tracing does
15822 not automatically collect the string. You need to explicitly
15823 dereference the pointer and provide size information if you want to
15824 collect not only the pointer, but the memory pointed to. For example,
15825 @code{*ptr@@50} can be used to collect the 50 element array pointed to
15826 by @code{ptr}.
15827
15828 @item
15829 It is not possible to collect a complete stack backtrace at a
15830 tracepoint. Instead, you may collect the registers and a few hundred
15831 bytes from the stack pointer with something like @code{*(unsigned char *)$esp@@300}
15832 (adjust to use the name of the actual stack pointer register on your
15833 target architecture, and the amount of stack you wish to capture).
15834 Then the @code{backtrace} command will show a partial backtrace when
15835 using a trace frame. The number of stack frames that can be examined
15836 depends on the sizes of the frames in the collected stack. Note that
15837 if you ask for a block so large that it goes past the bottom of the
15838 stack, the target agent may report an error trying to read from an
15839 invalid address.
15840
15841 @item
15842 If you do not collect registers at a tracepoint, @value{GDBN} can
15843 infer that the value of @code{$pc} must be the same as the address of
15844 the tracepoint and use that when you are looking at a trace frame
15845 for that tracepoint. However, this cannot work if the tracepoint has
15846 multiple locations (for instance if it was set in a function that was
15847 inlined), or if it has a @code{while-stepping} loop. In those cases
15848 @value{GDBN} will warn you that it can't infer @code{$pc}, and default
15849 it to zero.
15850
15851 @end itemize
15852
15853 @node Analyze Collected Data
15854 @section Using the Collected Data
15855
15856 After the tracepoint experiment ends, you use @value{GDBN} commands
15857 for examining the trace data. The basic idea is that each tracepoint
15858 collects a trace @dfn{snapshot} every time it is hit and another
15859 snapshot every time it single-steps. All these snapshots are
15860 consecutively numbered from zero and go into a buffer, and you can
15861 examine them later. The way you examine them is to @dfn{focus} on a
15862 specific trace snapshot. When the remote stub is focused on a trace
15863 snapshot, it will respond to all @value{GDBN} requests for memory and
15864 registers by reading from the buffer which belongs to that snapshot,
15865 rather than from @emph{real} memory or registers of the program being
15866 debugged. This means that @strong{all} @value{GDBN} commands
15867 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
15868 behave as if we were currently debugging the program state as it was
15869 when the tracepoint occurred. Any requests for data that are not in
15870 the buffer will fail.
15871
15872 @menu
15873 * tfind:: How to select a trace snapshot
15874 * tdump:: How to display all data for a snapshot
15875 * save tracepoints:: How to save tracepoints for a future run
15876 @end menu
15877
15878 @node tfind
15879 @subsection @code{tfind @var{n}}
15880
15881 @kindex tfind
15882 @cindex select trace snapshot
15883 @cindex find trace snapshot
15884 The basic command for selecting a trace snapshot from the buffer is
15885 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
15886 counting from zero. If no argument @var{n} is given, the next
15887 snapshot is selected.
15888
15889 Here are the various forms of using the @code{tfind} command.
15890
15891 @table @code
15892 @item tfind start
15893 Find the first snapshot in the buffer. This is a synonym for
15894 @code{tfind 0} (since 0 is the number of the first snapshot).
15895
15896 @item tfind none
15897 Stop debugging trace snapshots, resume @emph{live} debugging.
15898
15899 @item tfind end
15900 Same as @samp{tfind none}.
15901
15902 @item tfind
15903 No argument means find the next trace snapshot or find the first
15904 one if no trace snapshot is selected.
15905
15906 @item tfind -
15907 Find the previous trace snapshot before the current one. This permits
15908 retracing earlier steps.
15909
15910 @item tfind tracepoint @var{num}
15911 Find the next snapshot associated with tracepoint @var{num}. Search
15912 proceeds forward from the last examined trace snapshot. If no
15913 argument @var{num} is given, it means find the next snapshot collected
15914 for the same tracepoint as the current snapshot.
15915
15916 @item tfind pc @var{addr}
15917 Find the next snapshot associated with the value @var{addr} of the
15918 program counter. Search proceeds forward from the last examined trace
15919 snapshot. If no argument @var{addr} is given, it means find the next
15920 snapshot with the same value of PC as the current snapshot.
15921
15922 @item tfind outside @var{addr1}, @var{addr2}
15923 Find the next snapshot whose PC is outside the given range of
15924 addresses (exclusive).
15925
15926 @item tfind range @var{addr1}, @var{addr2}
15927 Find the next snapshot whose PC is between @var{addr1} and
15928 @var{addr2} (inclusive).
15929
15930 @item tfind line @r{[}@var{file}:@r{]}@var{n}
15931 Find the next snapshot associated with the source line @var{n}. If
15932 the optional argument @var{file} is given, refer to line @var{n} in
15933 that source file. Search proceeds forward from the last examined
15934 trace snapshot. If no argument @var{n} is given, it means find the
15935 next line other than the one currently being examined; thus saying
15936 @code{tfind line} repeatedly can appear to have the same effect as
15937 stepping from line to line in a @emph{live} debugging session.
15938 @end table
15939
15940 The default arguments for the @code{tfind} commands are specifically
15941 designed to make it easy to scan through the trace buffer. For
15942 instance, @code{tfind} with no argument selects the next trace
15943 snapshot, and @code{tfind -} with no argument selects the previous
15944 trace snapshot. So, by giving one @code{tfind} command, and then
15945 simply hitting @key{RET} repeatedly you can examine all the trace
15946 snapshots in order. Or, by saying @code{tfind -} and then hitting
15947 @key{RET} repeatedly you can examine the snapshots in reverse order.
15948 The @code{tfind line} command with no argument selects the snapshot
15949 for the next source line executed. The @code{tfind pc} command with
15950 no argument selects the next snapshot with the same program counter
15951 (PC) as the current frame. The @code{tfind tracepoint} command with
15952 no argument selects the next trace snapshot collected by the same
15953 tracepoint as the current one.
15954
15955 In addition to letting you scan through the trace buffer manually,
15956 these commands make it easy to construct @value{GDBN} scripts that
15957 scan through the trace buffer and print out whatever collected data
15958 you are interested in. Thus, if we want to examine the PC, FP, and SP
15959 registers from each trace frame in the buffer, we can say this:
15960
15961 @smallexample
15962 (@value{GDBP}) @b{tfind start}
15963 (@value{GDBP}) @b{while ($trace_frame != -1)}
15964 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
15965 $trace_frame, $pc, $sp, $fp
15966 > tfind
15967 > end
15968
15969 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
15970 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
15971 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
15972 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
15973 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
15974 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
15975 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
15976 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
15977 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
15978 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
15979 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
15980 @end smallexample
15981
15982 Or, if we want to examine the variable @code{X} at each source line in
15983 the buffer:
15984
15985 @smallexample
15986 (@value{GDBP}) @b{tfind start}
15987 (@value{GDBP}) @b{while ($trace_frame != -1)}
15988 > printf "Frame %d, X == %d\n", $trace_frame, X
15989 > tfind line
15990 > end
15991
15992 Frame 0, X = 1
15993 Frame 7, X = 2
15994 Frame 13, X = 255
15995 @end smallexample
15996
15997 @node tdump
15998 @subsection @code{tdump}
15999 @kindex tdump
16000 @cindex dump all data collected at tracepoint
16001 @cindex tracepoint data, display
16002
16003 This command takes no arguments. It prints all the data collected at
16004 the current trace snapshot.
16005
16006 @smallexample
16007 (@value{GDBP}) @b{trace 444}
16008 (@value{GDBP}) @b{actions}
16009 Enter actions for tracepoint #2, one per line:
16010 > collect $regs, $locals, $args, gdb_long_test
16011 > end
16012
16013 (@value{GDBP}) @b{tstart}
16014
16015 (@value{GDBP}) @b{tfind line 444}
16016 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
16017 at gdb_test.c:444
16018 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
16019
16020 (@value{GDBP}) @b{tdump}
16021 Data collected at tracepoint 2, trace frame 1:
16022 d0 0xc4aa0085 -995491707
16023 d1 0x18 24
16024 d2 0x80 128
16025 d3 0x33 51
16026 d4 0x71aea3d 119204413
16027 d5 0x22 34
16028 d6 0xe0 224
16029 d7 0x380035 3670069
16030 a0 0x19e24a 1696330
16031 a1 0x3000668 50333288
16032 a2 0x100 256
16033 a3 0x322000 3284992
16034 a4 0x3000698 50333336
16035 a5 0x1ad3cc 1758156
16036 fp 0x30bf3c 0x30bf3c
16037 sp 0x30bf34 0x30bf34
16038 ps 0x0 0
16039 pc 0x20b2c8 0x20b2c8
16040 fpcontrol 0x0 0
16041 fpstatus 0x0 0
16042 fpiaddr 0x0 0
16043 p = 0x20e5b4 "gdb-test"
16044 p1 = (void *) 0x11
16045 p2 = (void *) 0x22
16046 p3 = (void *) 0x33
16047 p4 = (void *) 0x44
16048 p5 = (void *) 0x55
16049 p6 = (void *) 0x66
16050 gdb_long_test = 17 '\021'
16051
16052 (@value{GDBP})
16053 @end smallexample
16054
16055 @code{tdump} works by scanning the tracepoint's current collection
16056 actions and printing the value of each expression listed. So
16057 @code{tdump} can fail, if after a run, you change the tracepoint's
16058 actions to mention variables that were not collected during the run.
16059
16060 Also, for tracepoints with @code{while-stepping} loops, @code{tdump}
16061 uses the collected value of @code{$pc} to distinguish between trace
16062 frames that were collected at the tracepoint hit, and frames that were
16063 collected while stepping. This allows it to correctly choose whether
16064 to display the basic list of collections, or the collections from the
16065 body of the while-stepping loop. However, if @code{$pc} was not collected,
16066 then @code{tdump} will always attempt to dump using the basic collection
16067 list, and may fail if a while-stepping frame does not include all the
16068 same data that is collected at the tracepoint hit.
16069 @c This is getting pretty arcane, example would be good.
16070
16071 @node save tracepoints
16072 @subsection @code{save tracepoints @var{filename}}
16073 @kindex save tracepoints
16074 @kindex save-tracepoints
16075 @cindex save tracepoints for future sessions
16076
16077 This command saves all current tracepoint definitions together with
16078 their actions and passcounts, into a file @file{@var{filename}}
16079 suitable for use in a later debugging session. To read the saved
16080 tracepoint definitions, use the @code{source} command (@pxref{Command
16081 Files}). The @w{@code{save-tracepoints}} command is a deprecated
16082 alias for @w{@code{save tracepoints}}
16083
16084 @node Tracepoint Variables
16085 @section Convenience Variables for Tracepoints
16086 @cindex tracepoint variables
16087 @cindex convenience variables for tracepoints
16088
16089 @table @code
16090 @vindex $trace_frame
16091 @item (int) $trace_frame
16092 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
16093 snapshot is selected.
16094
16095 @vindex $tracepoint
16096 @item (int) $tracepoint
16097 The tracepoint for the current trace snapshot.
16098
16099 @vindex $trace_line
16100 @item (int) $trace_line
16101 The line number for the current trace snapshot.
16102
16103 @vindex $trace_file
16104 @item (char []) $trace_file
16105 The source file for the current trace snapshot.
16106
16107 @vindex $trace_func
16108 @item (char []) $trace_func
16109 The name of the function containing @code{$tracepoint}.
16110 @end table
16111
16112 Note: @code{$trace_file} is not suitable for use in @code{printf},
16113 use @code{output} instead.
16114
16115 Here's a simple example of using these convenience variables for
16116 stepping through all the trace snapshots and printing some of their
16117 data. Note that these are not the same as trace state variables,
16118 which are managed by the target.
16119
16120 @smallexample
16121 (@value{GDBP}) @b{tfind start}
16122
16123 (@value{GDBP}) @b{while $trace_frame != -1}
16124 > output $trace_file
16125 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
16126 > tfind
16127 > end
16128 @end smallexample
16129
16130 @node Trace Files
16131 @section Using Trace Files
16132 @cindex trace files
16133
16134 In some situations, the target running a trace experiment may no
16135 longer be available; perhaps it crashed, or the hardware was needed
16136 for a different activity. To handle these cases, you can arrange to
16137 dump the trace data into a file, and later use that file as a source
16138 of trace data, via the @code{target tfile} command.
16139
16140 @table @code
16141
16142 @kindex tsave
16143 @item tsave [ -r ] @var{filename}
16144 @itemx tsave [-ctf] @var{dirname}
16145 Save the trace data to @var{filename}. By default, this command
16146 assumes that @var{filename} refers to the host filesystem, so if
16147 necessary @value{GDBN} will copy raw trace data up from the target and
16148 then save it. If the target supports it, you can also supply the
16149 optional argument @code{-r} (``remote'') to direct the target to save
16150 the data directly into @var{filename} in its own filesystem, which may be
16151 more efficient if the trace buffer is very large. (Note, however, that
16152 @code{target tfile} can only read from files accessible to the host.)
16153 By default, this command will save trace frame in tfile format.
16154 You can supply the optional argument @code{-ctf} to save data in CTF
16155 format. The @dfn{Common Trace Format} (CTF) is proposed as a trace format
16156 that can be shared by multiple debugging and tracing tools. Please go to
16157 @indicateurl{http://www.efficios.com/ctf} to get more information.
16158
16159 @kindex target tfile
16160 @kindex tfile
16161 @kindex target ctf
16162 @kindex ctf
16163 @item target tfile @var{filename}
16164 @itemx target ctf @var{dirname}
16165 Use the file named @var{filename} or directory named @var{dirname} as
16166 a source of trace data. Commands that examine data work as they do with
16167 a live target, but it is not possible to run any new trace experiments.
16168 @code{tstatus} will report the state of the trace run at the moment
16169 the data was saved, as well as the current trace frame you are examining.
16170 Both @var{filename} and @var{dirname} must be on a filesystem accessible to
16171 the host.
16172
16173 @smallexample
16174 (@value{GDBP}) target ctf ctf.ctf
16175 (@value{GDBP}) tfind
16176 Found trace frame 0, tracepoint 2
16177 39 ++a; /* set tracepoint 1 here */
16178 (@value{GDBP}) tdump
16179 Data collected at tracepoint 2, trace frame 0:
16180 i = 0
16181 a = 0
16182 b = 1 '\001'
16183 c = @{"123", "456", "789", "123", "456", "789"@}
16184 d = @{@{@{a = 1, b = 2@}, @{a = 3, b = 4@}@}, @{@{a = 5, b = 6@}, @{a = 7, b = 8@}@}@}
16185 (@value{GDBP}) p b
16186 $1 = 1
16187 @end smallexample
16188
16189 @end table
16190
16191 @node Overlays
16192 @chapter Debugging Programs That Use Overlays
16193 @cindex overlays
16194
16195 If your program is too large to fit completely in your target system's
16196 memory, you can sometimes use @dfn{overlays} to work around this
16197 problem. @value{GDBN} provides some support for debugging programs that
16198 use overlays.
16199
16200 @menu
16201 * How Overlays Work:: A general explanation of overlays.
16202 * Overlay Commands:: Managing overlays in @value{GDBN}.
16203 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
16204 mapped by asking the inferior.
16205 * Overlay Sample Program:: A sample program using overlays.
16206 @end menu
16207
16208 @node How Overlays Work
16209 @section How Overlays Work
16210 @cindex mapped overlays
16211 @cindex unmapped overlays
16212 @cindex load address, overlay's
16213 @cindex mapped address
16214 @cindex overlay area
16215
16216 Suppose you have a computer whose instruction address space is only 64
16217 kilobytes long, but which has much more memory which can be accessed by
16218 other means: special instructions, segment registers, or memory
16219 management hardware, for example. Suppose further that you want to
16220 adapt a program which is larger than 64 kilobytes to run on this system.
16221
16222 One solution is to identify modules of your program which are relatively
16223 independent, and need not call each other directly; call these modules
16224 @dfn{overlays}. Separate the overlays from the main program, and place
16225 their machine code in the larger memory. Place your main program in
16226 instruction memory, but leave at least enough space there to hold the
16227 largest overlay as well.
16228
16229 Now, to call a function located in an overlay, you must first copy that
16230 overlay's machine code from the large memory into the space set aside
16231 for it in the instruction memory, and then jump to its entry point
16232 there.
16233
16234 @c NB: In the below the mapped area's size is greater or equal to the
16235 @c size of all overlays. This is intentional to remind the developer
16236 @c that overlays don't necessarily need to be the same size.
16237
16238 @smallexample
16239 @group
16240 Data Instruction Larger
16241 Address Space Address Space Address Space
16242 +-----------+ +-----------+ +-----------+
16243 | | | | | |
16244 +-----------+ +-----------+ +-----------+<-- overlay 1
16245 | program | | main | .----| overlay 1 | load address
16246 | variables | | program | | +-----------+
16247 | and heap | | | | | |
16248 +-----------+ | | | +-----------+<-- overlay 2
16249 | | +-----------+ | | | load address
16250 +-----------+ | | | .-| overlay 2 |
16251 | | | | | |
16252 mapped --->+-----------+ | | +-----------+
16253 address | | | | | |
16254 | overlay | <-' | | |
16255 | area | <---' +-----------+<-- overlay 3
16256 | | <---. | | load address
16257 +-----------+ `--| overlay 3 |
16258 | | | |
16259 +-----------+ | |
16260 +-----------+
16261 | |
16262 +-----------+
16263
16264 @anchor{A code overlay}A code overlay
16265 @end group
16266 @end smallexample
16267
16268 The diagram (@pxref{A code overlay}) shows a system with separate data
16269 and instruction address spaces. To map an overlay, the program copies
16270 its code from the larger address space to the instruction address space.
16271 Since the overlays shown here all use the same mapped address, only one
16272 may be mapped at a time. For a system with a single address space for
16273 data and instructions, the diagram would be similar, except that the
16274 program variables and heap would share an address space with the main
16275 program and the overlay area.
16276
16277 An overlay loaded into instruction memory and ready for use is called a
16278 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
16279 instruction memory. An overlay not present (or only partially present)
16280 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
16281 is its address in the larger memory. The mapped address is also called
16282 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
16283 called the @dfn{load memory address}, or @dfn{LMA}.
16284
16285 Unfortunately, overlays are not a completely transparent way to adapt a
16286 program to limited instruction memory. They introduce a new set of
16287 global constraints you must keep in mind as you design your program:
16288
16289 @itemize @bullet
16290
16291 @item
16292 Before calling or returning to a function in an overlay, your program
16293 must make sure that overlay is actually mapped. Otherwise, the call or
16294 return will transfer control to the right address, but in the wrong
16295 overlay, and your program will probably crash.
16296
16297 @item
16298 If the process of mapping an overlay is expensive on your system, you
16299 will need to choose your overlays carefully to minimize their effect on
16300 your program's performance.
16301
16302 @item
16303 The executable file you load onto your system must contain each
16304 overlay's instructions, appearing at the overlay's load address, not its
16305 mapped address. However, each overlay's instructions must be relocated
16306 and its symbols defined as if the overlay were at its mapped address.
16307 You can use GNU linker scripts to specify different load and relocation
16308 addresses for pieces of your program; see @ref{Overlay Description,,,
16309 ld.info, Using ld: the GNU linker}.
16310
16311 @item
16312 The procedure for loading executable files onto your system must be able
16313 to load their contents into the larger address space as well as the
16314 instruction and data spaces.
16315
16316 @end itemize
16317
16318 The overlay system described above is rather simple, and could be
16319 improved in many ways:
16320
16321 @itemize @bullet
16322
16323 @item
16324 If your system has suitable bank switch registers or memory management
16325 hardware, you could use those facilities to make an overlay's load area
16326 contents simply appear at their mapped address in instruction space.
16327 This would probably be faster than copying the overlay to its mapped
16328 area in the usual way.
16329
16330 @item
16331 If your overlays are small enough, you could set aside more than one
16332 overlay area, and have more than one overlay mapped at a time.
16333
16334 @item
16335 You can use overlays to manage data, as well as instructions. In
16336 general, data overlays are even less transparent to your design than
16337 code overlays: whereas code overlays only require care when you call or
16338 return to functions, data overlays require care every time you access
16339 the data. Also, if you change the contents of a data overlay, you
16340 must copy its contents back out to its load address before you can copy a
16341 different data overlay into the same mapped area.
16342
16343 @end itemize
16344
16345
16346 @node Overlay Commands
16347 @section Overlay Commands
16348
16349 To use @value{GDBN}'s overlay support, each overlay in your program must
16350 correspond to a separate section of the executable file. The section's
16351 virtual memory address and load memory address must be the overlay's
16352 mapped and load addresses. Identifying overlays with sections allows
16353 @value{GDBN} to determine the appropriate address of a function or
16354 variable, depending on whether the overlay is mapped or not.
16355
16356 @value{GDBN}'s overlay commands all start with the word @code{overlay};
16357 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
16358
16359 @table @code
16360 @item overlay off
16361 @kindex overlay
16362 Disable @value{GDBN}'s overlay support. When overlay support is
16363 disabled, @value{GDBN} assumes that all functions and variables are
16364 always present at their mapped addresses. By default, @value{GDBN}'s
16365 overlay support is disabled.
16366
16367 @item overlay manual
16368 @cindex manual overlay debugging
16369 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
16370 relies on you to tell it which overlays are mapped, and which are not,
16371 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
16372 commands described below.
16373
16374 @item overlay map-overlay @var{overlay}
16375 @itemx overlay map @var{overlay}
16376 @cindex map an overlay
16377 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
16378 be the name of the object file section containing the overlay. When an
16379 overlay is mapped, @value{GDBN} assumes it can find the overlay's
16380 functions and variables at their mapped addresses. @value{GDBN} assumes
16381 that any other overlays whose mapped ranges overlap that of
16382 @var{overlay} are now unmapped.
16383
16384 @item overlay unmap-overlay @var{overlay}
16385 @itemx overlay unmap @var{overlay}
16386 @cindex unmap an overlay
16387 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
16388 must be the name of the object file section containing the overlay.
16389 When an overlay is unmapped, @value{GDBN} assumes it can find the
16390 overlay's functions and variables at their load addresses.
16391
16392 @item overlay auto
16393 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
16394 consults a data structure the overlay manager maintains in the inferior
16395 to see which overlays are mapped. For details, see @ref{Automatic
16396 Overlay Debugging}.
16397
16398 @item overlay load-target
16399 @itemx overlay load
16400 @cindex reloading the overlay table
16401 Re-read the overlay table from the inferior. Normally, @value{GDBN}
16402 re-reads the table @value{GDBN} automatically each time the inferior
16403 stops, so this command should only be necessary if you have changed the
16404 overlay mapping yourself using @value{GDBN}. This command is only
16405 useful when using automatic overlay debugging.
16406
16407 @item overlay list-overlays
16408 @itemx overlay list
16409 @cindex listing mapped overlays
16410 Display a list of the overlays currently mapped, along with their mapped
16411 addresses, load addresses, and sizes.
16412
16413 @end table
16414
16415 Normally, when @value{GDBN} prints a code address, it includes the name
16416 of the function the address falls in:
16417
16418 @smallexample
16419 (@value{GDBP}) print main
16420 $3 = @{int ()@} 0x11a0 <main>
16421 @end smallexample
16422 @noindent
16423 When overlay debugging is enabled, @value{GDBN} recognizes code in
16424 unmapped overlays, and prints the names of unmapped functions with
16425 asterisks around them. For example, if @code{foo} is a function in an
16426 unmapped overlay, @value{GDBN} prints it this way:
16427
16428 @smallexample
16429 (@value{GDBP}) overlay list
16430 No sections are mapped.
16431 (@value{GDBP}) print foo
16432 $5 = @{int (int)@} 0x100000 <*foo*>
16433 @end smallexample
16434 @noindent
16435 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
16436 name normally:
16437
16438 @smallexample
16439 (@value{GDBP}) overlay list
16440 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
16441 mapped at 0x1016 - 0x104a
16442 (@value{GDBP}) print foo
16443 $6 = @{int (int)@} 0x1016 <foo>
16444 @end smallexample
16445
16446 When overlay debugging is enabled, @value{GDBN} can find the correct
16447 address for functions and variables in an overlay, whether or not the
16448 overlay is mapped. This allows most @value{GDBN} commands, like
16449 @code{break} and @code{disassemble}, to work normally, even on unmapped
16450 code. However, @value{GDBN}'s breakpoint support has some limitations:
16451
16452 @itemize @bullet
16453 @item
16454 @cindex breakpoints in overlays
16455 @cindex overlays, setting breakpoints in
16456 You can set breakpoints in functions in unmapped overlays, as long as
16457 @value{GDBN} can write to the overlay at its load address.
16458 @item
16459 @value{GDBN} can not set hardware or simulator-based breakpoints in
16460 unmapped overlays. However, if you set a breakpoint at the end of your
16461 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
16462 you are using manual overlay management), @value{GDBN} will re-set its
16463 breakpoints properly.
16464 @end itemize
16465
16466
16467 @node Automatic Overlay Debugging
16468 @section Automatic Overlay Debugging
16469 @cindex automatic overlay debugging
16470
16471 @value{GDBN} can automatically track which overlays are mapped and which
16472 are not, given some simple co-operation from the overlay manager in the
16473 inferior. If you enable automatic overlay debugging with the
16474 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
16475 looks in the inferior's memory for certain variables describing the
16476 current state of the overlays.
16477
16478 Here are the variables your overlay manager must define to support
16479 @value{GDBN}'s automatic overlay debugging:
16480
16481 @table @asis
16482
16483 @item @code{_ovly_table}:
16484 This variable must be an array of the following structures:
16485
16486 @smallexample
16487 struct
16488 @{
16489 /* The overlay's mapped address. */
16490 unsigned long vma;
16491
16492 /* The size of the overlay, in bytes. */
16493 unsigned long size;
16494
16495 /* The overlay's load address. */
16496 unsigned long lma;
16497
16498 /* Non-zero if the overlay is currently mapped;
16499 zero otherwise. */
16500 unsigned long mapped;
16501 @}
16502 @end smallexample
16503
16504 @item @code{_novlys}:
16505 This variable must be a four-byte signed integer, holding the total
16506 number of elements in @code{_ovly_table}.
16507
16508 @end table
16509
16510 To decide whether a particular overlay is mapped or not, @value{GDBN}
16511 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
16512 @code{lma} members equal the VMA and LMA of the overlay's section in the
16513 executable file. When @value{GDBN} finds a matching entry, it consults
16514 the entry's @code{mapped} member to determine whether the overlay is
16515 currently mapped.
16516
16517 In addition, your overlay manager may define a function called
16518 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
16519 will silently set a breakpoint there. If the overlay manager then
16520 calls this function whenever it has changed the overlay table, this
16521 will enable @value{GDBN} to accurately keep track of which overlays
16522 are in program memory, and update any breakpoints that may be set
16523 in overlays. This will allow breakpoints to work even if the
16524 overlays are kept in ROM or other non-writable memory while they
16525 are not being executed.
16526
16527 @node Overlay Sample Program
16528 @section Overlay Sample Program
16529 @cindex overlay example program
16530
16531 When linking a program which uses overlays, you must place the overlays
16532 at their load addresses, while relocating them to run at their mapped
16533 addresses. To do this, you must write a linker script (@pxref{Overlay
16534 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
16535 since linker scripts are specific to a particular host system, target
16536 architecture, and target memory layout, this manual cannot provide
16537 portable sample code demonstrating @value{GDBN}'s overlay support.
16538
16539 However, the @value{GDBN} source distribution does contain an overlaid
16540 program, with linker scripts for a few systems, as part of its test
16541 suite. The program consists of the following files from
16542 @file{gdb/testsuite/gdb.base}:
16543
16544 @table @file
16545 @item overlays.c
16546 The main program file.
16547 @item ovlymgr.c
16548 A simple overlay manager, used by @file{overlays.c}.
16549 @item foo.c
16550 @itemx bar.c
16551 @itemx baz.c
16552 @itemx grbx.c
16553 Overlay modules, loaded and used by @file{overlays.c}.
16554 @item d10v.ld
16555 @itemx m32r.ld
16556 Linker scripts for linking the test program on the @code{d10v-elf}
16557 and @code{m32r-elf} targets.
16558 @end table
16559
16560 You can build the test program using the @code{d10v-elf} GCC
16561 cross-compiler like this:
16562
16563 @smallexample
16564 $ d10v-elf-gcc -g -c overlays.c
16565 $ d10v-elf-gcc -g -c ovlymgr.c
16566 $ d10v-elf-gcc -g -c foo.c
16567 $ d10v-elf-gcc -g -c bar.c
16568 $ d10v-elf-gcc -g -c baz.c
16569 $ d10v-elf-gcc -g -c grbx.c
16570 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
16571 baz.o grbx.o -Wl,-Td10v.ld -o overlays
16572 @end smallexample
16573
16574 The build process is identical for any other architecture, except that
16575 you must substitute the appropriate compiler and linker script for the
16576 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
16577
16578
16579 @node Languages
16580 @chapter Using @value{GDBN} with Different Languages
16581 @cindex languages
16582
16583 Although programming languages generally have common aspects, they are
16584 rarely expressed in the same manner. For instance, in ANSI C,
16585 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
16586 Modula-2, it is accomplished by @code{p^}. Values can also be
16587 represented (and displayed) differently. Hex numbers in C appear as
16588 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
16589
16590 @cindex working language
16591 Language-specific information is built into @value{GDBN} for some languages,
16592 allowing you to express operations like the above in your program's
16593 native language, and allowing @value{GDBN} to output values in a manner
16594 consistent with the syntax of your program's native language. The
16595 language you use to build expressions is called the @dfn{working
16596 language}.
16597
16598 @menu
16599 * Setting:: Switching between source languages
16600 * Show:: Displaying the language
16601 * Checks:: Type and range checks
16602 * Supported Languages:: Supported languages
16603 * Unsupported Languages:: Unsupported languages
16604 @end menu
16605
16606 @node Setting
16607 @section Switching Between Source Languages
16608
16609 There are two ways to control the working language---either have @value{GDBN}
16610 set it automatically, or select it manually yourself. You can use the
16611 @code{set language} command for either purpose. On startup, @value{GDBN}
16612 defaults to setting the language automatically. The working language is
16613 used to determine how expressions you type are interpreted, how values
16614 are printed, etc.
16615
16616 In addition to the working language, every source file that
16617 @value{GDBN} knows about has its own working language. For some object
16618 file formats, the compiler might indicate which language a particular
16619 source file is in. However, most of the time @value{GDBN} infers the
16620 language from the name of the file. The language of a source file
16621 controls whether C@t{++} names are demangled---this way @code{backtrace} can
16622 show each frame appropriately for its own language. There is no way to
16623 set the language of a source file from within @value{GDBN}, but you can
16624 set the language associated with a filename extension. @xref{Show, ,
16625 Displaying the Language}.
16626
16627 This is most commonly a problem when you use a program, such
16628 as @code{cfront} or @code{f2c}, that generates C but is written in
16629 another language. In that case, make the
16630 program use @code{#line} directives in its C output; that way
16631 @value{GDBN} will know the correct language of the source code of the original
16632 program, and will display that source code, not the generated C code.
16633
16634 @menu
16635 * Filenames:: Filename extensions and languages.
16636 * Manually:: Setting the working language manually
16637 * Automatically:: Having @value{GDBN} infer the source language
16638 @end menu
16639
16640 @node Filenames
16641 @subsection List of Filename Extensions and Languages
16642
16643 If a source file name ends in one of the following extensions, then
16644 @value{GDBN} infers that its language is the one indicated.
16645
16646 @table @file
16647 @item .ada
16648 @itemx .ads
16649 @itemx .adb
16650 @itemx .a
16651 Ada source file.
16652
16653 @item .c
16654 C source file
16655
16656 @item .C
16657 @itemx .cc
16658 @itemx .cp
16659 @itemx .cpp
16660 @itemx .cxx
16661 @itemx .c++
16662 C@t{++} source file
16663
16664 @item .d
16665 D source file
16666
16667 @item .m
16668 Objective-C source file
16669
16670 @item .f
16671 @itemx .F
16672 Fortran source file
16673
16674 @item .mod
16675 Modula-2 source file
16676
16677 @item .s
16678 @itemx .S
16679 Assembler source file. This actually behaves almost like C, but
16680 @value{GDBN} does not skip over function prologues when stepping.
16681 @end table
16682
16683 In addition, you may set the language associated with a filename
16684 extension. @xref{Show, , Displaying the Language}.
16685
16686 @node Manually
16687 @subsection Setting the Working Language
16688
16689 If you allow @value{GDBN} to set the language automatically,
16690 expressions are interpreted the same way in your debugging session and
16691 your program.
16692
16693 @kindex set language
16694 If you wish, you may set the language manually. To do this, issue the
16695 command @samp{set language @var{lang}}, where @var{lang} is the name of
16696 a language, such as
16697 @code{c} or @code{modula-2}.
16698 For a list of the supported languages, type @samp{set language}.
16699
16700 Setting the language manually prevents @value{GDBN} from updating the working
16701 language automatically. This can lead to confusion if you try
16702 to debug a program when the working language is not the same as the
16703 source language, when an expression is acceptable to both
16704 languages---but means different things. For instance, if the current
16705 source file were written in C, and @value{GDBN} was parsing Modula-2, a
16706 command such as:
16707
16708 @smallexample
16709 print a = b + c
16710 @end smallexample
16711
16712 @noindent
16713 might not have the effect you intended. In C, this means to add
16714 @code{b} and @code{c} and place the result in @code{a}. The result
16715 printed would be the value of @code{a}. In Modula-2, this means to compare
16716 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
16717
16718 @node Automatically
16719 @subsection Having @value{GDBN} Infer the Source Language
16720
16721 To have @value{GDBN} set the working language automatically, use
16722 @samp{set language local} or @samp{set language auto}. @value{GDBN}
16723 then infers the working language. That is, when your program stops in a
16724 frame (usually by encountering a breakpoint), @value{GDBN} sets the
16725 working language to the language recorded for the function in that
16726 frame. If the language for a frame is unknown (that is, if the function
16727 or block corresponding to the frame was defined in a source file that
16728 does not have a recognized extension), the current working language is
16729 not changed, and @value{GDBN} issues a warning.
16730
16731 This may not seem necessary for most programs, which are written
16732 entirely in one source language. However, program modules and libraries
16733 written in one source language can be used by a main program written in
16734 a different source language. Using @samp{set language auto} in this
16735 case frees you from having to set the working language manually.
16736
16737 @node Show
16738 @section Displaying the Language
16739
16740 The following commands help you find out which language is the
16741 working language, and also what language source files were written in.
16742
16743 @table @code
16744 @item show language
16745 @anchor{show language}
16746 @kindex show language
16747 Display the current working language. This is the
16748 language you can use with commands such as @code{print} to
16749 build and compute expressions that may involve variables in your program.
16750
16751 @item info frame
16752 @kindex info frame@r{, show the source language}
16753 Display the source language for this frame. This language becomes the
16754 working language if you use an identifier from this frame.
16755 @xref{Frame Info, ,Information about a Frame}, to identify the other
16756 information listed here.
16757
16758 @item info source
16759 @kindex info source@r{, show the source language}
16760 Display the source language of this source file.
16761 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
16762 information listed here.
16763 @end table
16764
16765 In unusual circumstances, you may have source files with extensions
16766 not in the standard list. You can then set the extension associated
16767 with a language explicitly:
16768
16769 @table @code
16770 @item set extension-language @var{ext} @var{language}
16771 @kindex set extension-language
16772 Tell @value{GDBN} that source files with extension @var{ext} are to be
16773 assumed as written in the source language @var{language}.
16774
16775 @item info extensions
16776 @kindex info extensions
16777 List all the filename extensions and the associated languages.
16778 @end table
16779
16780 @node Checks
16781 @section Type and Range Checking
16782
16783 Some languages are designed to guard you against making seemingly common
16784 errors through a series of compile- and run-time checks. These include
16785 checking the type of arguments to functions and operators and making
16786 sure mathematical overflows are caught at run time. Checks such as
16787 these help to ensure a program's correctness once it has been compiled
16788 by eliminating type mismatches and providing active checks for range
16789 errors when your program is running.
16790
16791 By default @value{GDBN} checks for these errors according to the
16792 rules of the current source language. Although @value{GDBN} does not check
16793 the statements in your program, it can check expressions entered directly
16794 into @value{GDBN} for evaluation via the @code{print} command, for example.
16795
16796 @menu
16797 * Type Checking:: An overview of type checking
16798 * Range Checking:: An overview of range checking
16799 @end menu
16800
16801 @cindex type checking
16802 @cindex checks, type
16803 @node Type Checking
16804 @subsection An Overview of Type Checking
16805
16806 Some languages, such as C and C@t{++}, are strongly typed, meaning that the
16807 arguments to operators and functions have to be of the correct type,
16808 otherwise an error occurs. These checks prevent type mismatch
16809 errors from ever causing any run-time problems. For example,
16810
16811 @smallexample
16812 int klass::my_method(char *b) @{ return b ? 1 : 2; @}
16813
16814 (@value{GDBP}) print obj.my_method (0)
16815 $1 = 2
16816 @exdent but
16817 (@value{GDBP}) print obj.my_method (0x1234)
16818 Cannot resolve method klass::my_method to any overloaded instance
16819 @end smallexample
16820
16821 The second example fails because in C@t{++} the integer constant
16822 @samp{0x1234} is not type-compatible with the pointer parameter type.
16823
16824 For the expressions you use in @value{GDBN} commands, you can tell
16825 @value{GDBN} to not enforce strict type checking or
16826 to treat any mismatches as errors and abandon the expression;
16827 When type checking is disabled, @value{GDBN} successfully evaluates
16828 expressions like the second example above.
16829
16830 Even if type checking is off, there may be other reasons
16831 related to type that prevent @value{GDBN} from evaluating an expression.
16832 For instance, @value{GDBN} does not know how to add an @code{int} and
16833 a @code{struct foo}. These particular type errors have nothing to do
16834 with the language in use and usually arise from expressions which make
16835 little sense to evaluate anyway.
16836
16837 @value{GDBN} provides some additional commands for controlling type checking:
16838
16839 @kindex set check type
16840 @kindex show check type
16841 @table @code
16842 @item set check type on
16843 @itemx set check type off
16844 Set strict type checking on or off. If any type mismatches occur in
16845 evaluating an expression while type checking is on, @value{GDBN} prints a
16846 message and aborts evaluation of the expression.
16847
16848 @item show check type
16849 Show the current setting of type checking and whether @value{GDBN}
16850 is enforcing strict type checking rules.
16851 @end table
16852
16853 @cindex range checking
16854 @cindex checks, range
16855 @node Range Checking
16856 @subsection An Overview of Range Checking
16857
16858 In some languages (such as Modula-2), it is an error to exceed the
16859 bounds of a type; this is enforced with run-time checks. Such range
16860 checking is meant to ensure program correctness by making sure
16861 computations do not overflow, or indices on an array element access do
16862 not exceed the bounds of the array.
16863
16864 For expressions you use in @value{GDBN} commands, you can tell
16865 @value{GDBN} to treat range errors in one of three ways: ignore them,
16866 always treat them as errors and abandon the expression, or issue
16867 warnings but evaluate the expression anyway.
16868
16869 A range error can result from numerical overflow, from exceeding an
16870 array index bound, or when you type a constant that is not a member
16871 of any type. Some languages, however, do not treat overflows as an
16872 error. In many implementations of C, mathematical overflow causes the
16873 result to ``wrap around'' to lower values---for example, if @var{m} is
16874 the largest integer value, and @var{s} is the smallest, then
16875
16876 @smallexample
16877 @var{m} + 1 @result{} @var{s}
16878 @end smallexample
16879
16880 This, too, is specific to individual languages, and in some cases
16881 specific to individual compilers or machines. @xref{Supported Languages, ,
16882 Supported Languages}, for further details on specific languages.
16883
16884 @value{GDBN} provides some additional commands for controlling the range checker:
16885
16886 @kindex set check range
16887 @kindex show check range
16888 @table @code
16889 @item set check range auto
16890 Set range checking on or off based on the current working language.
16891 @xref{Supported Languages, ,Supported Languages}, for the default settings for
16892 each language.
16893
16894 @item set check range on
16895 @itemx set check range off
16896 Set range checking on or off, overriding the default setting for the
16897 current working language. A warning is issued if the setting does not
16898 match the language default. If a range error occurs and range checking is on,
16899 then a message is printed and evaluation of the expression is aborted.
16900
16901 @item set check range warn
16902 Output messages when the @value{GDBN} range checker detects a range error,
16903 but attempt to evaluate the expression anyway. Evaluating the
16904 expression may still be impossible for other reasons, such as accessing
16905 memory that the process does not own (a typical example from many Unix
16906 systems).
16907
16908 @item show check range
16909 Show the current setting of the range checker, and whether or not it is
16910 being set automatically by @value{GDBN}.
16911 @end table
16912
16913 @node Supported Languages
16914 @section Supported Languages
16915
16916 @value{GDBN} supports C, C@t{++}, D, Go, Objective-C, Fortran,
16917 OpenCL C, Pascal, Rust, assembly, Modula-2, and Ada.
16918 @c This is false ...
16919 Some @value{GDBN} features may be used in expressions regardless of the
16920 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
16921 and the @samp{@{type@}addr} construct (@pxref{Expressions,
16922 ,Expressions}) can be used with the constructs of any supported
16923 language.
16924
16925 The following sections detail to what degree each source language is
16926 supported by @value{GDBN}. These sections are not meant to be language
16927 tutorials or references, but serve only as a reference guide to what the
16928 @value{GDBN} expression parser accepts, and what input and output
16929 formats should look like for different languages. There are many good
16930 books written on each of these languages; please look to these for a
16931 language reference or tutorial.
16932
16933 @menu
16934 * C:: C and C@t{++}
16935 * D:: D
16936 * Go:: Go
16937 * Objective-C:: Objective-C
16938 * OpenCL C:: OpenCL C
16939 * Fortran:: Fortran
16940 * Pascal:: Pascal
16941 * Rust:: Rust
16942 * Modula-2:: Modula-2
16943 * Ada:: Ada
16944 @end menu
16945
16946 @node C
16947 @subsection C and C@t{++}
16948
16949 @cindex C and C@t{++}
16950 @cindex expressions in C or C@t{++}
16951
16952 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
16953 to both languages. Whenever this is the case, we discuss those languages
16954 together.
16955
16956 @cindex C@t{++}
16957 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
16958 @cindex @sc{gnu} C@t{++}
16959 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
16960 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
16961 effectively, you must compile your C@t{++} programs with a supported
16962 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
16963 compiler (@code{aCC}).
16964
16965 @menu
16966 * C Operators:: C and C@t{++} operators
16967 * C Constants:: C and C@t{++} constants
16968 * C Plus Plus Expressions:: C@t{++} expressions
16969 * C Defaults:: Default settings for C and C@t{++}
16970 * C Checks:: C and C@t{++} type and range checks
16971 * Debugging C:: @value{GDBN} and C
16972 * Debugging C Plus Plus:: @value{GDBN} features for C@t{++}
16973 * Decimal Floating Point:: Numbers in Decimal Floating Point format
16974 @end menu
16975
16976 @node C Operators
16977 @subsubsection C and C@t{++} Operators
16978
16979 @cindex C and C@t{++} operators
16980
16981 Operators must be defined on values of specific types. For instance,
16982 @code{+} is defined on numbers, but not on structures. Operators are
16983 often defined on groups of types.
16984
16985 For the purposes of C and C@t{++}, the following definitions hold:
16986
16987 @itemize @bullet
16988
16989 @item
16990 @emph{Integral types} include @code{int} with any of its storage-class
16991 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
16992
16993 @item
16994 @emph{Floating-point types} include @code{float}, @code{double}, and
16995 @code{long double} (if supported by the target platform).
16996
16997 @item
16998 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
16999
17000 @item
17001 @emph{Scalar types} include all of the above.
17002
17003 @end itemize
17004
17005 @noindent
17006 The following operators are supported. They are listed here
17007 in order of increasing precedence:
17008
17009 @table @code
17010 @item ,
17011 The comma or sequencing operator. Expressions in a comma-separated list
17012 are evaluated from left to right, with the result of the entire
17013 expression being the last expression evaluated.
17014
17015 @item =
17016 Assignment. The value of an assignment expression is the value
17017 assigned. Defined on scalar types.
17018
17019 @item @var{op}=
17020 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
17021 and translated to @w{@code{@var{a} = @var{a op b}}}.
17022 @w{@code{@var{op}=}} and @code{=} have the same precedence. The operator
17023 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
17024 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
17025
17026 @item ?:
17027 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
17028 of as: if @var{a} then @var{b} else @var{c}. The argument @var{a}
17029 should be of an integral type.
17030
17031 @item ||
17032 Logical @sc{or}. Defined on integral types.
17033
17034 @item &&
17035 Logical @sc{and}. Defined on integral types.
17036
17037 @item |
17038 Bitwise @sc{or}. Defined on integral types.
17039
17040 @item ^
17041 Bitwise exclusive-@sc{or}. Defined on integral types.
17042
17043 @item &
17044 Bitwise @sc{and}. Defined on integral types.
17045
17046 @item ==@r{, }!=
17047 Equality and inequality. Defined on scalar types. The value of these
17048 expressions is 0 for false and non-zero for true.
17049
17050 @item <@r{, }>@r{, }<=@r{, }>=
17051 Less than, greater than, less than or equal, greater than or equal.
17052 Defined on scalar types. The value of these expressions is 0 for false
17053 and non-zero for true.
17054
17055 @item <<@r{, }>>
17056 left shift, and right shift. Defined on integral types.
17057
17058 @item @@
17059 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
17060
17061 @item +@r{, }-
17062 Addition and subtraction. Defined on integral types, floating-point types and
17063 pointer types.
17064
17065 @item *@r{, }/@r{, }%
17066 Multiplication, division, and modulus. Multiplication and division are
17067 defined on integral and floating-point types. Modulus is defined on
17068 integral types.
17069
17070 @item ++@r{, }--
17071 Increment and decrement. When appearing before a variable, the
17072 operation is performed before the variable is used in an expression;
17073 when appearing after it, the variable's value is used before the
17074 operation takes place.
17075
17076 @item *
17077 Pointer dereferencing. Defined on pointer types. Same precedence as
17078 @code{++}.
17079
17080 @item &
17081 Address operator. Defined on variables. Same precedence as @code{++}.
17082
17083 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
17084 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
17085 to examine the address
17086 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
17087 stored.
17088
17089 @item -
17090 Negative. Defined on integral and floating-point types. Same
17091 precedence as @code{++}.
17092
17093 @item !
17094 Logical negation. Defined on integral types. Same precedence as
17095 @code{++}.
17096
17097 @item ~
17098 Bitwise complement operator. Defined on integral types. Same precedence as
17099 @code{++}.
17100
17101
17102 @item .@r{, }->
17103 Structure member, and pointer-to-structure member. For convenience,
17104 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
17105 pointer based on the stored type information.
17106 Defined on @code{struct} and @code{union} data.
17107
17108 @item .*@r{, }->*
17109 Dereferences of pointers to members.
17110
17111 @item []
17112 Array indexing. @code{@var{a}[@var{i}]} is defined as
17113 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
17114
17115 @item ()
17116 Function parameter list. Same precedence as @code{->}.
17117
17118 @item ::
17119 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
17120 and @code{class} types.
17121
17122 @item ::
17123 Doubled colons also represent the @value{GDBN} scope operator
17124 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
17125 above.
17126 @end table
17127
17128 If an operator is redefined in the user code, @value{GDBN} usually
17129 attempts to invoke the redefined version instead of using the operator's
17130 predefined meaning.
17131
17132 @node C Constants
17133 @subsubsection C and C@t{++} Constants
17134
17135 @cindex C and C@t{++} constants
17136
17137 @value{GDBN} allows you to express the constants of C and C@t{++} in the
17138 following ways:
17139
17140 @itemize @bullet
17141 @item
17142 Integer constants are a sequence of digits. Octal constants are
17143 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
17144 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
17145 @samp{l}, specifying that the constant should be treated as a
17146 @code{long} value.
17147
17148 @item
17149 Floating point constants are a sequence of digits, followed by a decimal
17150 point, followed by a sequence of digits, and optionally followed by an
17151 exponent. An exponent is of the form:
17152 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
17153 sequence of digits. The @samp{+} is optional for positive exponents.
17154 A floating-point constant may also end with a letter @samp{f} or
17155 @samp{F}, specifying that the constant should be treated as being of
17156 the @code{float} (as opposed to the default @code{double}) type; or with
17157 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
17158 constant.
17159
17160 @item
17161 Enumerated constants consist of enumerated identifiers, or their
17162 integral equivalents.
17163
17164 @item
17165 Character constants are a single character surrounded by single quotes
17166 (@code{'}), or a number---the ordinal value of the corresponding character
17167 (usually its @sc{ascii} value). Within quotes, the single character may
17168 be represented by a letter or by @dfn{escape sequences}, which are of
17169 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
17170 of the character's ordinal value; or of the form @samp{\@var{x}}, where
17171 @samp{@var{x}} is a predefined special character---for example,
17172 @samp{\n} for newline.
17173
17174 Wide character constants can be written by prefixing a character
17175 constant with @samp{L}, as in C. For example, @samp{L'x'} is the wide
17176 form of @samp{x}. The target wide character set is used when
17177 computing the value of this constant (@pxref{Character Sets}).
17178
17179 @item
17180 String constants are a sequence of character constants surrounded by
17181 double quotes (@code{"}). Any valid character constant (as described
17182 above) may appear. Double quotes within the string must be preceded by
17183 a backslash, so for instance @samp{"a\"b'c"} is a string of five
17184 characters.
17185
17186 Wide string constants can be written by prefixing a string constant
17187 with @samp{L}, as in C. The target wide character set is used when
17188 computing the value of this constant (@pxref{Character Sets}).
17189
17190 @item
17191 Pointer constants are an integral value. You can also write pointers
17192 to constants using the C operator @samp{&}.
17193
17194 @item
17195 Array constants are comma-separated lists surrounded by braces @samp{@{}
17196 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
17197 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
17198 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
17199 @end itemize
17200
17201 @node C Plus Plus Expressions
17202 @subsubsection C@t{++} Expressions
17203
17204 @cindex expressions in C@t{++}
17205 @value{GDBN} expression handling can interpret most C@t{++} expressions.
17206
17207 @cindex debugging C@t{++} programs
17208 @cindex C@t{++} compilers
17209 @cindex debug formats and C@t{++}
17210 @cindex @value{NGCC} and C@t{++}
17211 @quotation
17212 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use
17213 the proper compiler and the proper debug format. Currently,
17214 @value{GDBN} works best when debugging C@t{++} code that is compiled
17215 with the most recent version of @value{NGCC} possible. The DWARF
17216 debugging format is preferred; @value{NGCC} defaults to this on most
17217 popular platforms. Other compilers and/or debug formats are likely to
17218 work badly or not at all when using @value{GDBN} to debug C@t{++}
17219 code. @xref{Compilation}.
17220 @end quotation
17221
17222 @enumerate
17223
17224 @cindex member functions
17225 @item
17226 Member function calls are allowed; you can use expressions like
17227
17228 @smallexample
17229 count = aml->GetOriginal(x, y)
17230 @end smallexample
17231
17232 @vindex this@r{, inside C@t{++} member functions}
17233 @cindex namespace in C@t{++}
17234 @item
17235 While a member function is active (in the selected stack frame), your
17236 expressions have the same namespace available as the member function;
17237 that is, @value{GDBN} allows implicit references to the class instance
17238 pointer @code{this} following the same rules as C@t{++}. @code{using}
17239 declarations in the current scope are also respected by @value{GDBN}.
17240
17241 @cindex call overloaded functions
17242 @cindex overloaded functions, calling
17243 @cindex type conversions in C@t{++}
17244 @item
17245 You can call overloaded functions; @value{GDBN} resolves the function
17246 call to the right definition, with some restrictions. @value{GDBN} does not
17247 perform overload resolution involving user-defined type conversions,
17248 calls to constructors, or instantiations of templates that do not exist
17249 in the program. It also cannot handle ellipsis argument lists or
17250 default arguments.
17251
17252 It does perform integral conversions and promotions, floating-point
17253 promotions, arithmetic conversions, pointer conversions, conversions of
17254 class objects to base classes, and standard conversions such as those of
17255 functions or arrays to pointers; it requires an exact match on the
17256 number of function arguments.
17257
17258 Overload resolution is always performed, unless you have specified
17259 @code{set overload-resolution off}. @xref{Debugging C Plus Plus,
17260 ,@value{GDBN} Features for C@t{++}}.
17261
17262 You must specify @code{set overload-resolution off} in order to use an
17263 explicit function signature to call an overloaded function, as in
17264 @smallexample
17265 p 'foo(char,int)'('x', 13)
17266 @end smallexample
17267
17268 The @value{GDBN} command-completion facility can simplify this;
17269 see @ref{Completion, ,Command Completion}.
17270
17271 @cindex reference declarations
17272 @item
17273 @value{GDBN} understands variables declared as C@t{++} lvalue or rvalue
17274 references; you can use them in expressions just as you do in C@t{++}
17275 source---they are automatically dereferenced.
17276
17277 In the parameter list shown when @value{GDBN} displays a frame, the values of
17278 reference variables are not displayed (unlike other variables); this
17279 avoids clutter, since references are often used for large structures.
17280 The @emph{address} of a reference variable is always shown, unless
17281 you have specified @samp{set print address off}.
17282
17283 @item
17284 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
17285 expressions can use it just as expressions in your program do. Since
17286 one scope may be defined in another, you can use @code{::} repeatedly if
17287 necessary, for example in an expression like
17288 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
17289 resolving name scope by reference to source files, in both C and C@t{++}
17290 debugging (@pxref{Variables, ,Program Variables}).
17291
17292 @item
17293 @value{GDBN} performs argument-dependent lookup, following the C@t{++}
17294 specification.
17295 @end enumerate
17296
17297 @node C Defaults
17298 @subsubsection C and C@t{++} Defaults
17299
17300 @cindex C and C@t{++} defaults
17301
17302 If you allow @value{GDBN} to set range checking automatically, it
17303 defaults to @code{off} whenever the working language changes to
17304 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
17305 selects the working language.
17306
17307 If you allow @value{GDBN} to set the language automatically, it
17308 recognizes source files whose names end with @file{.c}, @file{.C}, or
17309 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
17310 these files, it sets the working language to C or C@t{++}.
17311 @xref{Automatically, ,Having @value{GDBN} Infer the Source Language},
17312 for further details.
17313
17314 @node C Checks
17315 @subsubsection C and C@t{++} Type and Range Checks
17316
17317 @cindex C and C@t{++} checks
17318
17319 By default, when @value{GDBN} parses C or C@t{++} expressions, strict type
17320 checking is used. However, if you turn type checking off, @value{GDBN}
17321 will allow certain non-standard conversions, such as promoting integer
17322 constants to pointers.
17323
17324 Range checking, if turned on, is done on mathematical operations. Array
17325 indices are not checked, since they are often used to index a pointer
17326 that is not itself an array.
17327
17328 @node Debugging C
17329 @subsubsection @value{GDBN} and C
17330
17331 The @code{set print union} and @code{show print union} commands apply to
17332 the @code{union} type. When set to @samp{on}, any @code{union} that is
17333 inside a @code{struct} or @code{class} is also printed. Otherwise, it
17334 appears as @samp{@{...@}}.
17335
17336 The @code{@@} operator aids in the debugging of dynamic arrays, formed
17337 with pointers and a memory allocation function. @xref{Expressions,
17338 ,Expressions}.
17339
17340 @node Debugging C Plus Plus
17341 @subsubsection @value{GDBN} Features for C@t{++}
17342
17343 @cindex commands for C@t{++}
17344
17345 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
17346 designed specifically for use with C@t{++}. Here is a summary:
17347
17348 @table @code
17349 @cindex break in overloaded functions
17350 @item @r{breakpoint menus}
17351 When you want a breakpoint in a function whose name is overloaded,
17352 @value{GDBN} has the capability to display a menu of possible breakpoint
17353 locations to help you specify which function definition you want.
17354 @xref{Ambiguous Expressions,,Ambiguous Expressions}.
17355
17356 @cindex overloading in C@t{++}
17357 @item rbreak @var{regex}
17358 Setting breakpoints using regular expressions is helpful for setting
17359 breakpoints on overloaded functions that are not members of any special
17360 classes.
17361 @xref{Set Breaks, ,Setting Breakpoints}.
17362
17363 @cindex C@t{++} exception handling
17364 @item catch throw
17365 @itemx catch rethrow
17366 @itemx catch catch
17367 Debug C@t{++} exception handling using these commands. @xref{Set
17368 Catchpoints, , Setting Catchpoints}.
17369
17370 @cindex inheritance
17371 @item ptype @var{typename}
17372 Print inheritance relationships as well as other information for type
17373 @var{typename}.
17374 @xref{Symbols, ,Examining the Symbol Table}.
17375
17376 @item info vtbl @var{expression}.
17377 The @code{info vtbl} command can be used to display the virtual
17378 method tables of the object computed by @var{expression}. This shows
17379 one entry per virtual table; there may be multiple virtual tables when
17380 multiple inheritance is in use.
17381
17382 @cindex C@t{++} demangling
17383 @item demangle @var{name}
17384 Demangle @var{name}.
17385 @xref{Symbols}, for a more complete description of the @code{demangle} command.
17386
17387 @cindex C@t{++} symbol display
17388 @item set print demangle
17389 @itemx show print demangle
17390 @itemx set print asm-demangle
17391 @itemx show print asm-demangle
17392 Control whether C@t{++} symbols display in their source form, both when
17393 displaying code as C@t{++} source and when displaying disassemblies.
17394 @xref{Print Settings, ,Print Settings}.
17395
17396 @item set print object
17397 @itemx show print object
17398 Choose whether to print derived (actual) or declared types of objects.
17399 @xref{Print Settings, ,Print Settings}.
17400
17401 @item set print vtbl
17402 @itemx show print vtbl
17403 Control the format for printing virtual function tables.
17404 @xref{Print Settings, ,Print Settings}.
17405 (The @code{vtbl} commands do not work on programs compiled with the HP
17406 ANSI C@t{++} compiler (@code{aCC}).)
17407
17408 @kindex set overload-resolution
17409 @cindex overloaded functions, overload resolution
17410 @item set overload-resolution on
17411 Enable overload resolution for C@t{++} expression evaluation. The default
17412 is on. For overloaded functions, @value{GDBN} evaluates the arguments
17413 and searches for a function whose signature matches the argument types,
17414 using the standard C@t{++} conversion rules (see @ref{C Plus Plus
17415 Expressions, ,C@t{++} Expressions}, for details).
17416 If it cannot find a match, it emits a message.
17417
17418 @item set overload-resolution off
17419 Disable overload resolution for C@t{++} expression evaluation. For
17420 overloaded functions that are not class member functions, @value{GDBN}
17421 chooses the first function of the specified name that it finds in the
17422 symbol table, whether or not its arguments are of the correct type. For
17423 overloaded functions that are class member functions, @value{GDBN}
17424 searches for a function whose signature @emph{exactly} matches the
17425 argument types.
17426
17427 @kindex show overload-resolution
17428 @item show overload-resolution
17429 Show the current setting of overload resolution.
17430
17431 @item @r{Overloaded symbol names}
17432 You can specify a particular definition of an overloaded symbol, using
17433 the same notation that is used to declare such symbols in C@t{++}: type
17434 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
17435 also use the @value{GDBN} command-line word completion facilities to list the
17436 available choices, or to finish the type list for you.
17437 @xref{Completion,, Command Completion}, for details on how to do this.
17438
17439 @item @r{Breakpoints in template functions}
17440
17441 Similar to how overloaded symbols are handled, @value{GDBN} will ignore
17442 template parameter lists when it encounters a symbol which includes a
17443 C@t{++} template. This permits setting breakpoints on families of template functions
17444 or functions whose parameters include template types.
17445
17446 The @kbd{-qualified} flag may be used to override this behavior, causing
17447 @value{GDBN} to search for a specific function or type.
17448
17449 The @value{GDBN} command-line word completion facility also understands
17450 template parameters and may be used to list available choices or finish
17451 template parameter lists for you. @xref{Completion,, Command Completion}, for
17452 details on how to do this.
17453
17454 @item @r{Breakpoints in functions with ABI tags}
17455
17456 The GNU C@t{++} compiler introduced the notion of ABI ``tags'', which
17457 correspond to changes in the ABI of a type, function, or variable that
17458 would not otherwise be reflected in a mangled name. See
17459 @url{https://developers.redhat.com/blog/2015/02/05/gcc5-and-the-c11-abi/}
17460 for more detail.
17461
17462 The ABI tags are visible in C@t{++} demangled names. For example, a
17463 function that returns a std::string:
17464
17465 @smallexample
17466 std::string function(int);
17467 @end smallexample
17468
17469 @noindent
17470 when compiled for the C++11 ABI is marked with the @code{cxx11} ABI
17471 tag, and @value{GDBN} displays the symbol like this:
17472
17473 @smallexample
17474 function[abi:cxx11](int)
17475 @end smallexample
17476
17477 You can set a breakpoint on such functions simply as if they had no
17478 tag. For example:
17479
17480 @smallexample
17481 (@value{GDBP}) b function(int)
17482 Breakpoint 2 at 0x40060d: file main.cc, line 10.
17483 (@value{GDBP}) info breakpoints
17484 Num Type Disp Enb Address What
17485 1 breakpoint keep y 0x0040060d in function[abi:cxx11](int)
17486 at main.cc:10
17487 @end smallexample
17488
17489 On the rare occasion you need to disambiguate between different ABI
17490 tags, you can do so by simply including the ABI tag in the function
17491 name, like:
17492
17493 @smallexample
17494 (@value{GDBP}) b ambiguous[abi:other_tag](int)
17495 @end smallexample
17496 @end table
17497
17498 @node Decimal Floating Point
17499 @subsubsection Decimal Floating Point format
17500 @cindex decimal floating point format
17501
17502 @value{GDBN} can examine, set and perform computations with numbers in
17503 decimal floating point format, which in the C language correspond to the
17504 @code{_Decimal32}, @code{_Decimal64} and @code{_Decimal128} types as
17505 specified by the extension to support decimal floating-point arithmetic.
17506
17507 There are two encodings in use, depending on the architecture: BID (Binary
17508 Integer Decimal) for x86 and x86-64, and DPD (Densely Packed Decimal) for
17509 PowerPC and S/390. @value{GDBN} will use the appropriate encoding for the
17510 configured target.
17511
17512 Because of a limitation in @file{libdecnumber}, the library used by @value{GDBN}
17513 to manipulate decimal floating point numbers, it is not possible to convert
17514 (using a cast, for example) integers wider than 32-bit to decimal float.
17515
17516 In addition, in order to imitate @value{GDBN}'s behaviour with binary floating
17517 point computations, error checking in decimal float operations ignores
17518 underflow, overflow and divide by zero exceptions.
17519
17520 In the PowerPC architecture, @value{GDBN} provides a set of pseudo-registers
17521 to inspect @code{_Decimal128} values stored in floating point registers.
17522 See @ref{PowerPC,,PowerPC} for more details.
17523
17524 @node D
17525 @subsection D
17526
17527 @cindex D
17528 @value{GDBN} can be used to debug programs written in D and compiled with
17529 GDC, LDC or DMD compilers. Currently @value{GDBN} supports only one D
17530 specific feature --- dynamic arrays.
17531
17532 @node Go
17533 @subsection Go
17534
17535 @cindex Go (programming language)
17536 @value{GDBN} can be used to debug programs written in Go and compiled with
17537 @file{gccgo} or @file{6g} compilers.
17538
17539 Here is a summary of the Go-specific features and restrictions:
17540
17541 @table @code
17542 @cindex current Go package
17543 @item The current Go package
17544 The name of the current package does not need to be specified when
17545 specifying global variables and functions.
17546
17547 For example, given the program:
17548
17549 @example
17550 package main
17551 var myglob = "Shall we?"
17552 func main () @{
17553 // ...
17554 @}
17555 @end example
17556
17557 When stopped inside @code{main} either of these work:
17558
17559 @example
17560 (@value{GDBP}) p myglob
17561 (@value{GDBP}) p main.myglob
17562 @end example
17563
17564 @cindex builtin Go types
17565 @item Builtin Go types
17566 The @code{string} type is recognized by @value{GDBN} and is printed
17567 as a string.
17568
17569 @cindex builtin Go functions
17570 @item Builtin Go functions
17571 The @value{GDBN} expression parser recognizes the @code{unsafe.Sizeof}
17572 function and handles it internally.
17573
17574 @cindex restrictions on Go expressions
17575 @item Restrictions on Go expressions
17576 All Go operators are supported except @code{&^}.
17577 The Go @code{_} ``blank identifier'' is not supported.
17578 Automatic dereferencing of pointers is not supported.
17579 @end table
17580
17581 @node Objective-C
17582 @subsection Objective-C
17583
17584 @cindex Objective-C
17585 This section provides information about some commands and command
17586 options that are useful for debugging Objective-C code. See also
17587 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
17588 few more commands specific to Objective-C support.
17589
17590 @menu
17591 * Method Names in Commands::
17592 * The Print Command with Objective-C::
17593 @end menu
17594
17595 @node Method Names in Commands
17596 @subsubsection Method Names in Commands
17597
17598 The following commands have been extended to accept Objective-C method
17599 names as line specifications:
17600
17601 @kindex clear@r{, and Objective-C}
17602 @kindex break@r{, and Objective-C}
17603 @kindex info line@r{, and Objective-C}
17604 @kindex jump@r{, and Objective-C}
17605 @kindex list@r{, and Objective-C}
17606 @itemize
17607 @item @code{clear}
17608 @item @code{break}
17609 @item @code{info line}
17610 @item @code{jump}
17611 @item @code{list}
17612 @end itemize
17613
17614 A fully qualified Objective-C method name is specified as
17615
17616 @smallexample
17617 -[@var{Class} @var{methodName}]
17618 @end smallexample
17619
17620 where the minus sign is used to indicate an instance method and a
17621 plus sign (not shown) is used to indicate a class method. The class
17622 name @var{Class} and method name @var{methodName} are enclosed in
17623 brackets, similar to the way messages are specified in Objective-C
17624 source code. For example, to set a breakpoint at the @code{create}
17625 instance method of class @code{Fruit} in the program currently being
17626 debugged, enter:
17627
17628 @smallexample
17629 break -[Fruit create]
17630 @end smallexample
17631
17632 To list ten program lines around the @code{initialize} class method,
17633 enter:
17634
17635 @smallexample
17636 list +[NSText initialize]
17637 @end smallexample
17638
17639 In the current version of @value{GDBN}, the plus or minus sign is
17640 required. In future versions of @value{GDBN}, the plus or minus
17641 sign will be optional, but you can use it to narrow the search. It
17642 is also possible to specify just a method name:
17643
17644 @smallexample
17645 break create
17646 @end smallexample
17647
17648 You must specify the complete method name, including any colons. If
17649 your program's source files contain more than one @code{create} method,
17650 you'll be presented with a numbered list of classes that implement that
17651 method. Indicate your choice by number, or type @samp{0} to exit if
17652 none apply.
17653
17654 As another example, to clear a breakpoint established at the
17655 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
17656
17657 @smallexample
17658 clear -[NSWindow makeKeyAndOrderFront:]
17659 @end smallexample
17660
17661 @node The Print Command with Objective-C
17662 @subsubsection The Print Command With Objective-C
17663 @cindex Objective-C, print objects
17664 @kindex print-object
17665 @kindex po @r{(@code{print-object})}
17666
17667 The print command has also been extended to accept methods. For example:
17668
17669 @smallexample
17670 print -[@var{object} hash]
17671 @end smallexample
17672
17673 @cindex print an Objective-C object description
17674 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
17675 @noindent
17676 will tell @value{GDBN} to send the @code{hash} message to @var{object}
17677 and print the result. Also, an additional command has been added,
17678 @code{print-object} or @code{po} for short, which is meant to print
17679 the description of an object. However, this command may only work
17680 with certain Objective-C libraries that have a particular hook
17681 function, @code{_NSPrintForDebugger}, defined.
17682
17683 @node OpenCL C
17684 @subsection OpenCL C
17685
17686 @cindex OpenCL C
17687 This section provides information about @value{GDBN}s OpenCL C support.
17688
17689 @menu
17690 * OpenCL C Datatypes::
17691 * OpenCL C Expressions::
17692 * OpenCL C Operators::
17693 @end menu
17694
17695 @node OpenCL C Datatypes
17696 @subsubsection OpenCL C Datatypes
17697
17698 @cindex OpenCL C Datatypes
17699 @value{GDBN} supports the builtin scalar and vector datatypes specified
17700 by OpenCL 1.1. In addition the half- and double-precision floating point
17701 data types of the @code{cl_khr_fp16} and @code{cl_khr_fp64} OpenCL
17702 extensions are also known to @value{GDBN}.
17703
17704 @node OpenCL C Expressions
17705 @subsubsection OpenCL C Expressions
17706
17707 @cindex OpenCL C Expressions
17708 @value{GDBN} supports accesses to vector components including the access as
17709 lvalue where possible. Since OpenCL C is based on C99 most C expressions
17710 supported by @value{GDBN} can be used as well.
17711
17712 @node OpenCL C Operators
17713 @subsubsection OpenCL C Operators
17714
17715 @cindex OpenCL C Operators
17716 @value{GDBN} supports the operators specified by OpenCL 1.1 for scalar and
17717 vector data types.
17718
17719 @node Fortran
17720 @subsection Fortran
17721 @cindex Fortran-specific support in @value{GDBN}
17722
17723 @value{GDBN} can be used to debug programs written in Fortran. Note, that not
17724 all Fortran language features are available yet.
17725
17726 @cindex trailing underscore, in Fortran symbols
17727 Some Fortran compilers (@sc{gnu} Fortran 77 and Fortran 95 compilers
17728 among them) append an underscore to the names of variables and
17729 functions. When you debug programs compiled by those compilers, you
17730 will need to refer to variables and functions with a trailing
17731 underscore.
17732
17733 @cindex Fortran Defaults
17734 Fortran symbols are usually case-insensitive, so @value{GDBN} by
17735 default uses case-insensitive matching for Fortran symbols. You can
17736 change that with the @samp{set case-insensitive} command, see
17737 @ref{Symbols}, for the details.
17738
17739 @menu
17740 * Fortran Types:: Fortran builtin types
17741 * Fortran Operators:: Fortran operators and expressions
17742 * Fortran Intrinsics:: Fortran intrinsic functions
17743 * Special Fortran Commands:: Special @value{GDBN} commands for Fortran
17744 @end menu
17745
17746 @node Fortran Types
17747 @subsubsection Fortran Types
17748
17749 @cindex Fortran Types
17750
17751 In Fortran the primitive data-types have an associated @code{KIND} type
17752 parameter, written as @samp{@var{type}*@var{kindparam}},
17753 @samp{@var{type}*@var{kindparam}}, or in the @value{GDBN}-only dialect
17754 @samp{@var{type}_@var{kindparam}}. A concrete example would be
17755 @samp{@code{Real*4}}, @samp{@code{Real(kind=4)}}, and @samp{@code{Real_4}}.
17756 The kind of a type can be retrieved by using the intrinsic function
17757 @code{KIND}, see @ref{Fortran Intrinsics}.
17758
17759 Generally, the actual implementation of the @code{KIND} type parameter is
17760 compiler specific. In @value{GDBN} the kind parameter is implemented in
17761 accordance with its use in the @sc{gnu} @command{gfortran} compiler. Here, the
17762 kind parameter for a given @var{type} specifies its size in memory --- a
17763 Fortran @code{Integer*4} or @code{Integer(kind=4)} would be an integer type
17764 occupying 4 bytes of memory. An exception to this rule is the @code{Complex}
17765 type for which the kind of the type does not specify its entire size, but
17766 the size of each of the two @code{Real}'s it is composed of. A
17767 @code{Complex*4} would thus consist of two @code{Real*4}s and occupy 8 bytes
17768 of memory.
17769
17770 For every type there is also a default kind associated with it, e.g.@
17771 @code{Integer} in @value{GDBN} will internally be an @code{Integer*4} (see the
17772 table below for default types). The default types are the same as in @sc{gnu}
17773 compilers but note, that the @sc{gnu} default types can actually be changed by
17774 compiler flags such as @option{-fdefault-integer-8} and
17775 @option{-fdefault-real-8}.
17776
17777 Not every kind parameter is valid for every type and in @value{GDBN} the
17778 following type kinds are available.
17779
17780 @table @code
17781 @item Integer
17782 @code{Integer*1}, @code{Integer*2}, @code{Integer*4}, @code{Integer*8}, and
17783 @code{Integer} = @code{Integer*4}.
17784
17785 @item Logical
17786 @code{Logical*1}, @code{Logical*2}, @code{Logical*4}, @code{Logical*8}, and
17787 @code{Logical} = @code{Logical*4}.
17788
17789 @item Real
17790 @code{Real*4}, @code{Real*8}, @code{Real*16}, and @code{Real} = @code{Real*4}.
17791
17792 @item Complex
17793 @code{Complex*4}, @code{Complex*8}, @code{Complex*16}, and @code{Complex} =
17794 @code{Complex*4}.
17795
17796 @end table
17797
17798 @node Fortran Operators
17799 @subsubsection Fortran Operators and Expressions
17800
17801 @cindex Fortran operators and expressions
17802
17803 Operators must be defined on values of specific types. For instance,
17804 @code{+} is defined on numbers, but not on characters or other non-
17805 arithmetic types. Operators are often defined on groups of types.
17806
17807 @table @code
17808 @item **
17809 The exponentiation operator. It raises the first operand to the power
17810 of the second one.
17811
17812 @item :
17813 The range operator. Normally used in the form of array(low:high) to
17814 represent a section of array.
17815
17816 @item %
17817 The access component operator. Normally used to access elements in derived
17818 types. Also suitable for unions. As unions aren't part of regular Fortran,
17819 this can only happen when accessing a register that uses a gdbarch-defined
17820 union type.
17821 @item ::
17822 The scope operator. Normally used to access variables in modules or
17823 to set breakpoints on subroutines nested in modules or in other
17824 subroutines (internal subroutines).
17825 @end table
17826
17827 @node Fortran Intrinsics
17828 @subsubsection Fortran Intrinsics
17829
17830 @cindex Fortran Intrinsics
17831
17832 Fortran provides a large set of intrinsic procedures. @value{GDBN} implements
17833 an incomplete subset of those procedures and their overloads. Some of these
17834 procedures take an optional @code{KIND} parameter, see @ref{Fortran Types}.
17835
17836 @table @code
17837 @item ABS(@var{a})
17838 Computes the absolute value of its argument @var{a}. Currently not supported
17839 for @code{Complex} arguments.
17840
17841 @item ALLOCATE(@var{array})
17842 Returns whether @var{array} is allocated or not.
17843
17844 @item ASSOCIATED(@var{pointer} [, @var{target}])
17845 Returns the association status of the pointer @var{pointer} or, if @var{target}
17846 is present, whether @var{pointer} is associated with the target @var{target}.
17847
17848 @item CEILING(@var{a} [, @var{kind}])
17849 Computes the least integer greater than or equal to @var{a}. The optional
17850 parameter @var{kind} specifies the kind of the return type
17851 @code{Integer(@var{kind})}.
17852
17853 @item CMPLX(@var{x} [, @var{y} [, @var{kind}]])
17854 Returns a complex number where @var{x} is converted to the real component. If
17855 @var{y} is present it is converted to the imaginary component. If @var{y} is
17856 not present then the imaginary component is set to @code{0.0} except if @var{x}
17857 itself is of @code{Complex} type. The optional parameter @var{kind} specifies
17858 the kind of the return type @code{Complex(@var{kind})}.
17859
17860 @item FLOOR(@var{a} [, @var{kind}])
17861 Computes the greatest integer less than or equal to @var{a}. The optional
17862 parameter @var{kind} specifies the kind of the return type
17863 @code{Integer(@var{kind})}.
17864
17865 @item KIND(@var{a})
17866 Returns the kind value of the argument @var{a}, see @ref{Fortran Types}.
17867
17868 @item LBOUND(@var{array} [, @var{dim} [, @var{kind}]])
17869 Returns the lower bounds of an @var{array}, or a single lower bound along the
17870 @var{dim} dimension if present. The optional parameter @var{kind} specifies
17871 the kind of the return type @code{Integer(@var{kind})}.
17872
17873 @item LOC(@var{x})
17874 Returns the address of @var{x} as an @code{Integer}.
17875
17876 @item MOD(@var{a}, @var{p})
17877 Computes the remainder of the division of @var{a} by @var{p}.
17878
17879 @item MODULO(@var{a}, @var{p})
17880 Computes the @var{a} modulo @var{p}.
17881
17882 @item RANK(@var{a})
17883 Returns the rank of a scalar or array (scalars have rank @code{0}).
17884
17885 @item SHAPE(@var{a})
17886 Returns the shape of a scalar or array (scalars have shape @samp{()}).
17887
17888 @item SIZE(@var{array}[, @var{dim} [, @var{kind}]])
17889 Returns the extent of @var{array} along a specified dimension @var{dim}, or the
17890 total number of elements in @var{array} if @var{dim} is absent. The optional
17891 parameter @var{kind} specifies the kind of the return type
17892 @code{Integer(@var{kind})}.
17893
17894 @item UBOUND(@var{array} [, @var{dim} [, @var{kind}]])
17895 Returns the upper bounds of an @var{array}, or a single upper bound along the
17896 @var{dim} dimension if present. The optional parameter @var{kind} specifies
17897 the kind of the return type @code{Integer(@var{kind})}.
17898
17899 @end table
17900
17901 @node Special Fortran Commands
17902 @subsubsection Special Fortran Commands
17903
17904 @cindex Special Fortran commands
17905
17906 @value{GDBN} has some commands to support Fortran-specific features,
17907 such as displaying common blocks.
17908
17909 @table @code
17910 @cindex @code{COMMON} blocks, Fortran
17911 @kindex info common
17912 @item info common @r{[}@var{common-name}@r{]}
17913 This command prints the values contained in the Fortran @code{COMMON}
17914 block whose name is @var{common-name}. With no argument, the names of
17915 all @code{COMMON} blocks visible at the current program location are
17916 printed.
17917 @cindex arrays slices (Fortran)
17918 @kindex set fortran repack-array-slices
17919 @kindex show fortran repack-array-slices
17920 @item set fortran repack-array-slices [on|off]
17921 @item show fortran repack-array-slices
17922 When taking a slice from an array, a Fortran compiler can choose to
17923 either produce an array descriptor that describes the slice in place,
17924 or it may repack the slice, copying the elements of the slice into a
17925 new region of memory.
17926
17927 When this setting is on, then @value{GDBN} will also repack array
17928 slices in some situations. When this setting is off, then
17929 @value{GDBN} will create array descriptors for slices that reference
17930 the original data in place.
17931
17932 @value{GDBN} will never repack an array slice if the data for the
17933 slice is contiguous within the original array.
17934
17935 @value{GDBN} will always repack string slices if the data for the
17936 slice is non-contiguous within the original string as @value{GDBN}
17937 does not support printing non-contiguous strings.
17938
17939 The default for this setting is @code{off}.
17940 @end table
17941
17942 @node Pascal
17943 @subsection Pascal
17944
17945 @cindex Pascal support in @value{GDBN}, limitations
17946 Debugging Pascal programs which use sets, subranges, file variables, or
17947 nested functions does not currently work. @value{GDBN} does not support
17948 entering expressions, printing values, or similar features using Pascal
17949 syntax.
17950
17951 The Pascal-specific command @code{set print pascal_static-members}
17952 controls whether static members of Pascal objects are displayed.
17953 @xref{Print Settings, pascal_static-members}.
17954
17955 @node Rust
17956 @subsection Rust
17957
17958 @value{GDBN} supports the @url{https://www.rust-lang.org/, Rust
17959 Programming Language}. Type- and value-printing, and expression
17960 parsing, are reasonably complete. However, there are a few
17961 peculiarities and holes to be aware of.
17962
17963 @itemize @bullet
17964 @item
17965 Linespecs (@pxref{Location Specifications}) are never relative to the
17966 current crate. Instead, they act as if there were a global namespace
17967 of crates, somewhat similar to the way @code{extern crate} behaves.
17968
17969 That is, if @value{GDBN} is stopped at a breakpoint in a function in
17970 crate @samp{A}, module @samp{B}, then @code{break B::f} will attempt
17971 to set a breakpoint in a function named @samp{f} in a crate named
17972 @samp{B}.
17973
17974 As a consequence of this approach, linespecs also cannot refer to
17975 items using @samp{self::} or @samp{super::}.
17976
17977 @item
17978 Because @value{GDBN} implements Rust name-lookup semantics in
17979 expressions, it will sometimes prepend the current crate to a name.
17980 For example, if @value{GDBN} is stopped at a breakpoint in the crate
17981 @samp{K}, then @code{print ::x::y} will try to find the symbol
17982 @samp{K::x::y}.
17983
17984 However, since it is useful to be able to refer to other crates when
17985 debugging, @value{GDBN} provides the @code{extern} extension to
17986 circumvent this. To use the extension, just put @code{extern} before
17987 a path expression to refer to the otherwise unavailable ``global''
17988 scope.
17989
17990 In the above example, if you wanted to refer to the symbol @samp{y} in
17991 the crate @samp{x}, you would use @code{print extern x::y}.
17992
17993 @item
17994 The Rust expression evaluator does not support ``statement-like''
17995 expressions such as @code{if} or @code{match}, or lambda expressions.
17996
17997 @item
17998 Tuple expressions are not implemented.
17999
18000 @item
18001 The Rust expression evaluator does not currently implement the
18002 @code{Drop} trait. Objects that may be created by the evaluator will
18003 never be destroyed.
18004
18005 @item
18006 @value{GDBN} does not implement type inference for generics. In order
18007 to call generic functions or otherwise refer to generic items, you
18008 will have to specify the type parameters manually.
18009
18010 @item
18011 @value{GDBN} currently uses the C@t{++} demangler for Rust. In most
18012 cases this does not cause any problems. However, in an expression
18013 context, completing a generic function name will give syntactically
18014 invalid results. This happens because Rust requires the @samp{::}
18015 operator between the function name and its generic arguments. For
18016 example, @value{GDBN} might provide a completion like
18017 @code{crate::f<u32>}, where the parser would require
18018 @code{crate::f::<u32>}.
18019
18020 @item
18021 As of this writing, the Rust compiler (version 1.8) has a few holes in
18022 the debugging information it generates. These holes prevent certain
18023 features from being implemented by @value{GDBN}:
18024 @itemize @bullet
18025
18026 @item
18027 Method calls cannot be made via traits.
18028
18029 @item
18030 Operator overloading is not implemented.
18031
18032 @item
18033 When debugging in a monomorphized function, you cannot use the generic
18034 type names.
18035
18036 @item
18037 The type @code{Self} is not available.
18038
18039 @item
18040 @code{use} statements are not available, so some names may not be
18041 available in the crate.
18042 @end itemize
18043 @end itemize
18044
18045 @node Modula-2
18046 @subsection Modula-2
18047
18048 @cindex Modula-2, @value{GDBN} support
18049
18050 The extensions made to @value{GDBN} to support Modula-2 only support
18051 output from the @sc{gnu} Modula-2 compiler (which is currently being
18052 developed). Other Modula-2 compilers are not currently supported, and
18053 attempting to debug executables produced by them is most likely
18054 to give an error as @value{GDBN} reads in the executable's symbol
18055 table.
18056
18057 @cindex expressions in Modula-2
18058 @menu
18059 * M2 Operators:: Built-in operators
18060 * Built-In Func/Proc:: Built-in functions and procedures
18061 * M2 Constants:: Modula-2 constants
18062 * M2 Types:: Modula-2 types
18063 * M2 Defaults:: Default settings for Modula-2
18064 * Deviations:: Deviations from standard Modula-2
18065 * M2 Checks:: Modula-2 type and range checks
18066 * M2 Scope:: The scope operators @code{::} and @code{.}
18067 * GDB/M2:: @value{GDBN} and Modula-2
18068 @end menu
18069
18070 @node M2 Operators
18071 @subsubsection Operators
18072 @cindex Modula-2 operators
18073
18074 Operators must be defined on values of specific types. For instance,
18075 @code{+} is defined on numbers, but not on structures. Operators are
18076 often defined on groups of types. For the purposes of Modula-2, the
18077 following definitions hold:
18078
18079 @itemize @bullet
18080
18081 @item
18082 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
18083 their subranges.
18084
18085 @item
18086 @emph{Character types} consist of @code{CHAR} and its subranges.
18087
18088 @item
18089 @emph{Floating-point types} consist of @code{REAL}.
18090
18091 @item
18092 @emph{Pointer types} consist of anything declared as @code{POINTER TO
18093 @var{type}}.
18094
18095 @item
18096 @emph{Scalar types} consist of all of the above.
18097
18098 @item
18099 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
18100
18101 @item
18102 @emph{Boolean types} consist of @code{BOOLEAN}.
18103 @end itemize
18104
18105 @noindent
18106 The following operators are supported, and appear in order of
18107 increasing precedence:
18108
18109 @table @code
18110 @item ,
18111 Function argument or array index separator.
18112
18113 @item :=
18114 Assignment. The value of @var{var} @code{:=} @var{value} is
18115 @var{value}.
18116
18117 @item <@r{, }>
18118 Less than, greater than on integral, floating-point, or enumerated
18119 types.
18120
18121 @item <=@r{, }>=
18122 Less than or equal to, greater than or equal to
18123 on integral, floating-point and enumerated types, or set inclusion on
18124 set types. Same precedence as @code{<}.
18125
18126 @item =@r{, }<>@r{, }#
18127 Equality and two ways of expressing inequality, valid on scalar types.
18128 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
18129 available for inequality, since @code{#} conflicts with the script
18130 comment character.
18131
18132 @item IN
18133 Set membership. Defined on set types and the types of their members.
18134 Same precedence as @code{<}.
18135
18136 @item OR
18137 Boolean disjunction. Defined on boolean types.
18138
18139 @item AND@r{, }&
18140 Boolean conjunction. Defined on boolean types.
18141
18142 @item @@
18143 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
18144
18145 @item +@r{, }-
18146 Addition and subtraction on integral and floating-point types, or union
18147 and difference on set types.
18148
18149 @item *
18150 Multiplication on integral and floating-point types, or set intersection
18151 on set types.
18152
18153 @item /
18154 Division on floating-point types, or symmetric set difference on set
18155 types. Same precedence as @code{*}.
18156
18157 @item DIV@r{, }MOD
18158 Integer division and remainder. Defined on integral types. Same
18159 precedence as @code{*}.
18160
18161 @item -
18162 Negative. Defined on @code{INTEGER} and @code{REAL} data.
18163
18164 @item ^
18165 Pointer dereferencing. Defined on pointer types.
18166
18167 @item NOT
18168 Boolean negation. Defined on boolean types. Same precedence as
18169 @code{^}.
18170
18171 @item .
18172 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
18173 precedence as @code{^}.
18174
18175 @item []
18176 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
18177
18178 @item ()
18179 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
18180 as @code{^}.
18181
18182 @item ::@r{, }.
18183 @value{GDBN} and Modula-2 scope operators.
18184 @end table
18185
18186 @quotation
18187 @emph{Warning:} Set expressions and their operations are not yet supported, so @value{GDBN}
18188 treats the use of the operator @code{IN}, or the use of operators
18189 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
18190 @code{<=}, and @code{>=} on sets as an error.
18191 @end quotation
18192
18193
18194 @node Built-In Func/Proc
18195 @subsubsection Built-in Functions and Procedures
18196 @cindex Modula-2 built-ins
18197
18198 Modula-2 also makes available several built-in procedures and functions.
18199 In describing these, the following metavariables are used:
18200
18201 @table @var
18202
18203 @item a
18204 represents an @code{ARRAY} variable.
18205
18206 @item c
18207 represents a @code{CHAR} constant or variable.
18208
18209 @item i
18210 represents a variable or constant of integral type.
18211
18212 @item m
18213 represents an identifier that belongs to a set. Generally used in the
18214 same function with the metavariable @var{s}. The type of @var{s} should
18215 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
18216
18217 @item n
18218 represents a variable or constant of integral or floating-point type.
18219
18220 @item r
18221 represents a variable or constant of floating-point type.
18222
18223 @item t
18224 represents a type.
18225
18226 @item v
18227 represents a variable.
18228
18229 @item x
18230 represents a variable or constant of one of many types. See the
18231 explanation of the function for details.
18232 @end table
18233
18234 All Modula-2 built-in procedures also return a result, described below.
18235
18236 @table @code
18237 @item ABS(@var{n})
18238 Returns the absolute value of @var{n}.
18239
18240 @item CAP(@var{c})
18241 If @var{c} is a lower case letter, it returns its upper case
18242 equivalent, otherwise it returns its argument.
18243
18244 @item CHR(@var{i})
18245 Returns the character whose ordinal value is @var{i}.
18246
18247 @item DEC(@var{v})
18248 Decrements the value in the variable @var{v} by one. Returns the new value.
18249
18250 @item DEC(@var{v},@var{i})
18251 Decrements the value in the variable @var{v} by @var{i}. Returns the
18252 new value.
18253
18254 @item EXCL(@var{m},@var{s})
18255 Removes the element @var{m} from the set @var{s}. Returns the new
18256 set.
18257
18258 @item FLOAT(@var{i})
18259 Returns the floating point equivalent of the integer @var{i}.
18260
18261 @item HIGH(@var{a})
18262 Returns the index of the last member of @var{a}.
18263
18264 @item INC(@var{v})
18265 Increments the value in the variable @var{v} by one. Returns the new value.
18266
18267 @item INC(@var{v},@var{i})
18268 Increments the value in the variable @var{v} by @var{i}. Returns the
18269 new value.
18270
18271 @item INCL(@var{m},@var{s})
18272 Adds the element @var{m} to the set @var{s} if it is not already
18273 there. Returns the new set.
18274
18275 @item MAX(@var{t})
18276 Returns the maximum value of the type @var{t}.
18277
18278 @item MIN(@var{t})
18279 Returns the minimum value of the type @var{t}.
18280
18281 @item ODD(@var{i})
18282 Returns boolean TRUE if @var{i} is an odd number.
18283
18284 @item ORD(@var{x})
18285 Returns the ordinal value of its argument. For example, the ordinal
18286 value of a character is its @sc{ascii} value (on machines supporting
18287 the @sc{ascii} character set). The argument @var{x} must be of an
18288 ordered type, which include integral, character and enumerated types.
18289
18290 @item SIZE(@var{x})
18291 Returns the size of its argument. The argument @var{x} can be a
18292 variable or a type.
18293
18294 @item TRUNC(@var{r})
18295 Returns the integral part of @var{r}.
18296
18297 @item TSIZE(@var{x})
18298 Returns the size of its argument. The argument @var{x} can be a
18299 variable or a type.
18300
18301 @item VAL(@var{t},@var{i})
18302 Returns the member of the type @var{t} whose ordinal value is @var{i}.
18303 @end table
18304
18305 @quotation
18306 @emph{Warning:} Sets and their operations are not yet supported, so
18307 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
18308 an error.
18309 @end quotation
18310
18311 @cindex Modula-2 constants
18312 @node M2 Constants
18313 @subsubsection Constants
18314
18315 @value{GDBN} allows you to express the constants of Modula-2 in the following
18316 ways:
18317
18318 @itemize @bullet
18319
18320 @item
18321 Integer constants are simply a sequence of digits. When used in an
18322 expression, a constant is interpreted to be type-compatible with the
18323 rest of the expression. Hexadecimal integers are specified by a
18324 trailing @samp{H}, and octal integers by a trailing @samp{B}.
18325
18326 @item
18327 Floating point constants appear as a sequence of digits, followed by a
18328 decimal point and another sequence of digits. An optional exponent can
18329 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
18330 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
18331 digits of the floating point constant must be valid decimal (base 10)
18332 digits.
18333
18334 @item
18335 Character constants consist of a single character enclosed by a pair of
18336 like quotes, either single (@code{'}) or double (@code{"}). They may
18337 also be expressed by their ordinal value (their @sc{ascii} value, usually)
18338 followed by a @samp{C}.
18339
18340 @item
18341 String constants consist of a sequence of characters enclosed by a
18342 pair of like quotes, either single (@code{'}) or double (@code{"}).
18343 Escape sequences in the style of C are also allowed. @xref{C
18344 Constants, ,C and C@t{++} Constants}, for a brief explanation of escape
18345 sequences.
18346
18347 @item
18348 Enumerated constants consist of an enumerated identifier.
18349
18350 @item
18351 Boolean constants consist of the identifiers @code{TRUE} and
18352 @code{FALSE}.
18353
18354 @item
18355 Pointer constants consist of integral values only.
18356
18357 @item
18358 Set constants are not yet supported.
18359 @end itemize
18360
18361 @node M2 Types
18362 @subsubsection Modula-2 Types
18363 @cindex Modula-2 types
18364
18365 Currently @value{GDBN} can print the following data types in Modula-2
18366 syntax: array types, record types, set types, pointer types, procedure
18367 types, enumerated types, subrange types and base types. You can also
18368 print the contents of variables declared using these type.
18369 This section gives a number of simple source code examples together with
18370 sample @value{GDBN} sessions.
18371
18372 The first example contains the following section of code:
18373
18374 @smallexample
18375 VAR
18376 s: SET OF CHAR ;
18377 r: [20..40] ;
18378 @end smallexample
18379
18380 @noindent
18381 and you can request @value{GDBN} to interrogate the type and value of
18382 @code{r} and @code{s}.
18383
18384 @smallexample
18385 (@value{GDBP}) print s
18386 @{'A'..'C', 'Z'@}
18387 (@value{GDBP}) ptype s
18388 SET OF CHAR
18389 (@value{GDBP}) print r
18390 21
18391 (@value{GDBP}) ptype r
18392 [20..40]
18393 @end smallexample
18394
18395 @noindent
18396 Likewise if your source code declares @code{s} as:
18397
18398 @smallexample
18399 VAR
18400 s: SET ['A'..'Z'] ;
18401 @end smallexample
18402
18403 @noindent
18404 then you may query the type of @code{s} by:
18405
18406 @smallexample
18407 (@value{GDBP}) ptype s
18408 type = SET ['A'..'Z']
18409 @end smallexample
18410
18411 @noindent
18412 Note that at present you cannot interactively manipulate set
18413 expressions using the debugger.
18414
18415 The following example shows how you might declare an array in Modula-2
18416 and how you can interact with @value{GDBN} to print its type and contents:
18417
18418 @smallexample
18419 VAR
18420 s: ARRAY [-10..10] OF CHAR ;
18421 @end smallexample
18422
18423 @smallexample
18424 (@value{GDBP}) ptype s
18425 ARRAY [-10..10] OF CHAR
18426 @end smallexample
18427
18428 Note that the array handling is not yet complete and although the type
18429 is printed correctly, expression handling still assumes that all
18430 arrays have a lower bound of zero and not @code{-10} as in the example
18431 above.
18432
18433 Here are some more type related Modula-2 examples:
18434
18435 @smallexample
18436 TYPE
18437 colour = (blue, red, yellow, green) ;
18438 t = [blue..yellow] ;
18439 VAR
18440 s: t ;
18441 BEGIN
18442 s := blue ;
18443 @end smallexample
18444
18445 @noindent
18446 The @value{GDBN} interaction shows how you can query the data type
18447 and value of a variable.
18448
18449 @smallexample
18450 (@value{GDBP}) print s
18451 $1 = blue
18452 (@value{GDBP}) ptype t
18453 type = [blue..yellow]
18454 @end smallexample
18455
18456 @noindent
18457 In this example a Modula-2 array is declared and its contents
18458 displayed. Observe that the contents are written in the same way as
18459 their @code{C} counterparts.
18460
18461 @smallexample
18462 VAR
18463 s: ARRAY [1..5] OF CARDINAL ;
18464 BEGIN
18465 s[1] := 1 ;
18466 @end smallexample
18467
18468 @smallexample
18469 (@value{GDBP}) print s
18470 $1 = @{1, 0, 0, 0, 0@}
18471 (@value{GDBP}) ptype s
18472 type = ARRAY [1..5] OF CARDINAL
18473 @end smallexample
18474
18475 The Modula-2 language interface to @value{GDBN} also understands
18476 pointer types as shown in this example:
18477
18478 @smallexample
18479 VAR
18480 s: POINTER TO ARRAY [1..5] OF CARDINAL ;
18481 BEGIN
18482 NEW(s) ;
18483 s^[1] := 1 ;
18484 @end smallexample
18485
18486 @noindent
18487 and you can request that @value{GDBN} describes the type of @code{s}.
18488
18489 @smallexample
18490 (@value{GDBP}) ptype s
18491 type = POINTER TO ARRAY [1..5] OF CARDINAL
18492 @end smallexample
18493
18494 @value{GDBN} handles compound types as we can see in this example.
18495 Here we combine array types, record types, pointer types and subrange
18496 types:
18497
18498 @smallexample
18499 TYPE
18500 foo = RECORD
18501 f1: CARDINAL ;
18502 f2: CHAR ;
18503 f3: myarray ;
18504 END ;
18505
18506 myarray = ARRAY myrange OF CARDINAL ;
18507 myrange = [-2..2] ;
18508 VAR
18509 s: POINTER TO ARRAY myrange OF foo ;
18510 @end smallexample
18511
18512 @noindent
18513 and you can ask @value{GDBN} to describe the type of @code{s} as shown
18514 below.
18515
18516 @smallexample
18517 (@value{GDBP}) ptype s
18518 type = POINTER TO ARRAY [-2..2] OF foo = RECORD
18519 f1 : CARDINAL;
18520 f2 : CHAR;
18521 f3 : ARRAY [-2..2] OF CARDINAL;
18522 END
18523 @end smallexample
18524
18525 @node M2 Defaults
18526 @subsubsection Modula-2 Defaults
18527 @cindex Modula-2 defaults
18528
18529 If type and range checking are set automatically by @value{GDBN}, they
18530 both default to @code{on} whenever the working language changes to
18531 Modula-2. This happens regardless of whether you or @value{GDBN}
18532 selected the working language.
18533
18534 If you allow @value{GDBN} to set the language automatically, then entering
18535 code compiled from a file whose name ends with @file{.mod} sets the
18536 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN}
18537 Infer the Source Language}, for further details.
18538
18539 @node Deviations
18540 @subsubsection Deviations from Standard Modula-2
18541 @cindex Modula-2, deviations from
18542
18543 A few changes have been made to make Modula-2 programs easier to debug.
18544 This is done primarily via loosening its type strictness:
18545
18546 @itemize @bullet
18547 @item
18548 Unlike in standard Modula-2, pointer constants can be formed by
18549 integers. This allows you to modify pointer variables during
18550 debugging. (In standard Modula-2, the actual address contained in a
18551 pointer variable is hidden from you; it can only be modified
18552 through direct assignment to another pointer variable or expression that
18553 returned a pointer.)
18554
18555 @item
18556 C escape sequences can be used in strings and characters to represent
18557 non-printable characters. @value{GDBN} prints out strings with these
18558 escape sequences embedded. Single non-printable characters are
18559 printed using the @samp{CHR(@var{nnn})} format.
18560
18561 @item
18562 The assignment operator (@code{:=}) returns the value of its right-hand
18563 argument.
18564
18565 @item
18566 All built-in procedures both modify @emph{and} return their argument.
18567 @end itemize
18568
18569 @node M2 Checks
18570 @subsubsection Modula-2 Type and Range Checks
18571 @cindex Modula-2 checks
18572
18573 @quotation
18574 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
18575 range checking.
18576 @end quotation
18577 @c FIXME remove warning when type/range checks added
18578
18579 @value{GDBN} considers two Modula-2 variables type equivalent if:
18580
18581 @itemize @bullet
18582 @item
18583 They are of types that have been declared equivalent via a @code{TYPE
18584 @var{t1} = @var{t2}} statement
18585
18586 @item
18587 They have been declared on the same line. (Note: This is true of the
18588 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
18589 @end itemize
18590
18591 As long as type checking is enabled, any attempt to combine variables
18592 whose types are not equivalent is an error.
18593
18594 Range checking is done on all mathematical operations, assignment, array
18595 index bounds, and all built-in functions and procedures.
18596
18597 @node M2 Scope
18598 @subsubsection The Scope Operators @code{::} and @code{.}
18599 @cindex scope
18600 @cindex @code{.}, Modula-2 scope operator
18601 @cindex colon, doubled as scope operator
18602 @ifinfo
18603 @vindex colon-colon@r{, in Modula-2}
18604 @c Info cannot handle :: but TeX can.
18605 @end ifinfo
18606 @ifnotinfo
18607 @vindex ::@r{, in Modula-2}
18608 @end ifnotinfo
18609
18610 There are a few subtle differences between the Modula-2 scope operator
18611 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
18612 similar syntax:
18613
18614 @smallexample
18615
18616 @var{module} . @var{id}
18617 @var{scope} :: @var{id}
18618 @end smallexample
18619
18620 @noindent
18621 where @var{scope} is the name of a module or a procedure,
18622 @var{module} the name of a module, and @var{id} is any declared
18623 identifier within your program, except another module.
18624
18625 Using the @code{::} operator makes @value{GDBN} search the scope
18626 specified by @var{scope} for the identifier @var{id}. If it is not
18627 found in the specified scope, then @value{GDBN} searches all scopes
18628 enclosing the one specified by @var{scope}.
18629
18630 Using the @code{.} operator makes @value{GDBN} search the current scope for
18631 the identifier specified by @var{id} that was imported from the
18632 definition module specified by @var{module}. With this operator, it is
18633 an error if the identifier @var{id} was not imported from definition
18634 module @var{module}, or if @var{id} is not an identifier in
18635 @var{module}.
18636
18637 @node GDB/M2
18638 @subsubsection @value{GDBN} and Modula-2
18639
18640 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
18641 Five subcommands of @code{set print} and @code{show print} apply
18642 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
18643 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
18644 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
18645 analogue in Modula-2.
18646
18647 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
18648 with any language, is not useful with Modula-2. Its
18649 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
18650 created in Modula-2 as they can in C or C@t{++}. However, because an
18651 address can be specified by an integral constant, the construct
18652 @samp{@{@var{type}@}@var{adrexp}} is still useful.
18653
18654 @cindex @code{#} in Modula-2
18655 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
18656 interpreted as the beginning of a comment. Use @code{<>} instead.
18657
18658 @node Ada
18659 @subsection Ada
18660 @cindex Ada
18661
18662 The extensions made to @value{GDBN} for Ada only support
18663 output from the @sc{gnu} Ada (GNAT) compiler.
18664 Other Ada compilers are not currently supported, and
18665 attempting to debug executables produced by them is most likely
18666 to be difficult.
18667
18668
18669 @cindex expressions in Ada
18670 @menu
18671 * Ada Mode Intro:: General remarks on the Ada syntax
18672 and semantics supported by Ada mode
18673 in @value{GDBN}.
18674 * Omissions from Ada:: Restrictions on the Ada expression syntax.
18675 * Additions to Ada:: Extensions of the Ada expression syntax.
18676 * Overloading support for Ada:: Support for expressions involving overloaded
18677 subprograms.
18678 * Stopping Before Main Program:: Debugging the program during elaboration.
18679 * Ada Exceptions:: Ada Exceptions
18680 * Ada Tasks:: Listing and setting breakpoints in tasks.
18681 * Ada Tasks and Core Files:: Tasking Support when Debugging Core Files
18682 * Ravenscar Profile:: Tasking Support when using the Ravenscar
18683 Profile
18684 * Ada Source Character Set:: Character set of Ada source files.
18685 * Ada Glitches:: Known peculiarities of Ada mode.
18686 @end menu
18687
18688 @node Ada Mode Intro
18689 @subsubsection Introduction
18690 @cindex Ada mode, general
18691
18692 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
18693 syntax, with some extensions.
18694 The philosophy behind the design of this subset is
18695
18696 @itemize @bullet
18697 @item
18698 That @value{GDBN} should provide basic literals and access to operations for
18699 arithmetic, dereferencing, field selection, indexing, and subprogram calls,
18700 leaving more sophisticated computations to subprograms written into the
18701 program (which therefore may be called from @value{GDBN}).
18702
18703 @item
18704 That type safety and strict adherence to Ada language restrictions
18705 are not particularly important to the @value{GDBN} user.
18706
18707 @item
18708 That brevity is important to the @value{GDBN} user.
18709 @end itemize
18710
18711 Thus, for brevity, the debugger acts as if all names declared in
18712 user-written packages are directly visible, even if they are not visible
18713 according to Ada rules, thus making it unnecessary to fully qualify most
18714 names with their packages, regardless of context. Where this causes
18715 ambiguity, @value{GDBN} asks the user's intent.
18716
18717 The debugger will start in Ada mode if it detects an Ada main program.
18718 As for other languages, it will enter Ada mode when stopped in a program that
18719 was translated from an Ada source file.
18720
18721 While in Ada mode, you may use `@t{--}' for comments. This is useful
18722 mostly for documenting command files. The standard @value{GDBN} comment
18723 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the
18724 middle (to allow based literals).
18725
18726 @node Omissions from Ada
18727 @subsubsection Omissions from Ada
18728 @cindex Ada, omissions from
18729
18730 Here are the notable omissions from the subset:
18731
18732 @itemize @bullet
18733 @item
18734 Only a subset of the attributes are supported:
18735
18736 @itemize @minus
18737 @item
18738 @t{'First}, @t{'Last}, and @t{'Length}
18739 on array objects (not on types and subtypes).
18740
18741 @item
18742 @t{'Min} and @t{'Max}.
18743
18744 @item
18745 @t{'Pos} and @t{'Val}.
18746
18747 @item
18748 @t{'Tag}.
18749
18750 @item
18751 @t{'Range} on array objects (not subtypes), but only as the right
18752 operand of the membership (@code{in}) operator.
18753
18754 @item
18755 @t{'Access}, @t{'Unchecked_Access}, and
18756 @t{'Unrestricted_Access} (a GNAT extension).
18757
18758 @item
18759 @t{'Address}.
18760 @end itemize
18761
18762 @item
18763 The names in @code{Characters.Latin_1} are not available.
18764
18765 @item
18766 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
18767 equality of representations. They will generally work correctly
18768 for strings and arrays whose elements have integer or enumeration types.
18769 They may not work correctly for arrays whose element
18770 types have user-defined equality, for arrays of real values
18771 (in particular, IEEE-conformant floating point, because of negative
18772 zeroes and NaNs), and for arrays whose elements contain unused bits with
18773 indeterminate values.
18774
18775 @item
18776 The other component-by-component array operations (@code{and}, @code{or},
18777 @code{xor}, @code{not}, and relational tests other than equality)
18778 are not implemented.
18779
18780 @item
18781 @cindex array aggregates (Ada)
18782 @cindex record aggregates (Ada)
18783 @cindex aggregates (Ada)
18784 There is limited support for array and record aggregates. They are
18785 permitted only on the right sides of assignments, as in these examples:
18786
18787 @smallexample
18788 (@value{GDBP}) set An_Array := (1, 2, 3, 4, 5, 6)
18789 (@value{GDBP}) set An_Array := (1, others => 0)
18790 (@value{GDBP}) set An_Array := (0|4 => 1, 1..3 => 2, 5 => 6)
18791 (@value{GDBP}) set A_2D_Array := ((1, 2, 3), (4, 5, 6), (7, 8, 9))
18792 (@value{GDBP}) set A_Record := (1, "Peter", True);
18793 (@value{GDBP}) set A_Record := (Name => "Peter", Id => 1, Alive => True)
18794 @end smallexample
18795
18796 Changing a
18797 discriminant's value by assigning an aggregate has an
18798 undefined effect if that discriminant is used within the record.
18799 However, you can first modify discriminants by directly assigning to
18800 them (which normally would not be allowed in Ada), and then performing an
18801 aggregate assignment. For example, given a variable @code{A_Rec}
18802 declared to have a type such as:
18803
18804 @smallexample
18805 type Rec (Len : Small_Integer := 0) is record
18806 Id : Integer;
18807 Vals : IntArray (1 .. Len);
18808 end record;
18809 @end smallexample
18810
18811 you can assign a value with a different size of @code{Vals} with two
18812 assignments:
18813
18814 @smallexample
18815 (@value{GDBP}) set A_Rec.Len := 4
18816 (@value{GDBP}) set A_Rec := (Id => 42, Vals => (1, 2, 3, 4))
18817 @end smallexample
18818
18819 As this example also illustrates, @value{GDBN} is very loose about the usual
18820 rules concerning aggregates. You may leave out some of the
18821 components of an array or record aggregate (such as the @code{Len}
18822 component in the assignment to @code{A_Rec} above); they will retain their
18823 original values upon assignment. You may freely use dynamic values as
18824 indices in component associations. You may even use overlapping or
18825 redundant component associations, although which component values are
18826 assigned in such cases is not defined.
18827
18828 @item
18829 Calls to dispatching subprograms are not implemented.
18830
18831 @item
18832 The overloading algorithm is much more limited (i.e., less selective)
18833 than that of real Ada. It makes only limited use of the context in
18834 which a subexpression appears to resolve its meaning, and it is much
18835 looser in its rules for allowing type matches. As a result, some
18836 function calls will be ambiguous, and the user will be asked to choose
18837 the proper resolution.
18838
18839 @item
18840 The @code{new} operator is not implemented.
18841
18842 @item
18843 Entry calls are not implemented.
18844
18845 @item
18846 Aside from printing, arithmetic operations on the native VAX floating-point
18847 formats are not supported.
18848
18849 @item
18850 It is not possible to slice a packed array.
18851
18852 @item
18853 The names @code{True} and @code{False}, when not part of a qualified name,
18854 are interpreted as if implicitly prefixed by @code{Standard}, regardless of
18855 context.
18856 Should your program
18857 redefine these names in a package or procedure (at best a dubious practice),
18858 you will have to use fully qualified names to access their new definitions.
18859
18860 @item
18861 Based real literals are not implemented.
18862 @end itemize
18863
18864 @node Additions to Ada
18865 @subsubsection Additions to Ada
18866 @cindex Ada, deviations from
18867
18868 As it does for other languages, @value{GDBN} makes certain generic
18869 extensions to Ada (@pxref{Expressions}):
18870
18871 @itemize @bullet
18872 @item
18873 If the expression @var{E} is a variable residing in memory (typically
18874 a local variable or array element) and @var{N} is a positive integer,
18875 then @code{@var{E}@@@var{N}} displays the values of @var{E} and the
18876 @var{N}-1 adjacent variables following it in memory as an array. In
18877 Ada, this operator is generally not necessary, since its prime use is
18878 in displaying parts of an array, and slicing will usually do this in
18879 Ada. However, there are occasional uses when debugging programs in
18880 which certain debugging information has been optimized away.
18881
18882 @item
18883 @code{@var{B}::@var{var}} means ``the variable named @var{var} that
18884 appears in function or file @var{B}.'' When @var{B} is a file name,
18885 you must typically surround it in single quotes.
18886
18887 @item
18888 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
18889 @var{type} that appears at address @var{addr}.''
18890
18891 @item
18892 A name starting with @samp{$} is a convenience variable
18893 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
18894 @end itemize
18895
18896 In addition, @value{GDBN} provides a few other shortcuts and outright
18897 additions specific to Ada:
18898
18899 @itemize @bullet
18900 @item
18901 The assignment statement is allowed as an expression, returning
18902 its right-hand operand as its value. Thus, you may enter
18903
18904 @smallexample
18905 (@value{GDBP}) set x := y + 3
18906 (@value{GDBP}) print A(tmp := y + 1)
18907 @end smallexample
18908
18909 @item
18910 The semicolon is allowed as an ``operator,'' returning as its value
18911 the value of its right-hand operand.
18912 This allows, for example,
18913 complex conditional breaks:
18914
18915 @smallexample
18916 (@value{GDBP}) break f
18917 (@value{GDBP}) condition 1 (report(i); k += 1; A(k) > 100)
18918 @end smallexample
18919
18920 @item
18921 An extension to based literals can be used to specify the exact byte
18922 contents of a floating-point literal. After the base, you can use
18923 from zero to two @samp{l} characters, followed by an @samp{f}. The
18924 number of @samp{l} characters controls the width of the resulting real
18925 constant: zero means @code{Float} is used, one means
18926 @code{Long_Float}, and two means @code{Long_Long_Float}.
18927
18928 @smallexample
18929 (@value{GDBP}) print 16f#41b80000#
18930 $1 = 23.0
18931 @end smallexample
18932
18933 @item
18934 Rather than use catenation and symbolic character names to introduce special
18935 characters into strings, one may instead use a special bracket notation,
18936 which is also used to print strings. A sequence of characters of the form
18937 @samp{["@var{XX}"]} within a string or character literal denotes the
18938 (single) character whose numeric encoding is @var{XX} in hexadecimal. The
18939 sequence of characters @samp{["""]} also denotes a single quotation mark
18940 in strings. For example,
18941 @smallexample
18942 "One line.["0a"]Next line.["0a"]"
18943 @end smallexample
18944 @noindent
18945 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF})
18946 after each period.
18947
18948 @item
18949 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
18950 @t{'Max} is optional (and is ignored in any case). For example, it is valid
18951 to write
18952
18953 @smallexample
18954 (@value{GDBP}) print 'max(x, y)
18955 @end smallexample
18956
18957 @item
18958 When printing arrays, @value{GDBN} uses positional notation when the
18959 array has a lower bound of 1, and uses a modified named notation otherwise.
18960 For example, a one-dimensional array of three integers with a lower bound
18961 of 3 might print as
18962
18963 @smallexample
18964 (3 => 10, 17, 1)
18965 @end smallexample
18966
18967 @noindent
18968 That is, in contrast to valid Ada, only the first component has a @code{=>}
18969 clause.
18970
18971 @item
18972 You may abbreviate attributes in expressions with any unique,
18973 multi-character subsequence of
18974 their names (an exact match gets preference).
18975 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
18976 in place of @t{a'length}.
18977
18978 @item
18979 @cindex quoting Ada internal identifiers
18980 Since Ada is case-insensitive, the debugger normally maps identifiers you type
18981 to lower case. The GNAT compiler uses upper-case characters for
18982 some of its internal identifiers, which are normally of no interest to users.
18983 For the rare occasions when you actually have to look at them,
18984 enclose them in angle brackets to avoid the lower-case mapping.
18985 For example,
18986 @smallexample
18987 (@value{GDBP}) print <JMPBUF_SAVE>[0]
18988 @end smallexample
18989
18990 @item
18991 Printing an object of class-wide type or dereferencing an
18992 access-to-class-wide value will display all the components of the object's
18993 specific type (as indicated by its run-time tag). Likewise, component
18994 selection on such a value will operate on the specific type of the
18995 object.
18996
18997 @end itemize
18998
18999 @node Overloading support for Ada
19000 @subsubsection Overloading support for Ada
19001 @cindex overloading, Ada
19002
19003 The debugger supports limited overloading. Given a subprogram call in which
19004 the function symbol has multiple definitions, it will use the number of
19005 actual parameters and some information about their types to attempt to narrow
19006 the set of definitions. It also makes very limited use of context, preferring
19007 procedures to functions in the context of the @code{call} command, and
19008 functions to procedures elsewhere.
19009
19010 If, after narrowing, the set of matching definitions still contains more than
19011 one definition, @value{GDBN} will display a menu to query which one it should
19012 use, for instance:
19013
19014 @smallexample
19015 (@value{GDBP}) print f(1)
19016 Multiple matches for f
19017 [0] cancel
19018 [1] foo.f (integer) return boolean at foo.adb:23
19019 [2] foo.f (foo.new_integer) return boolean at foo.adb:28
19020 >
19021 @end smallexample
19022
19023 In this case, just select one menu entry either to cancel expression evaluation
19024 (type @kbd{0} and press @key{RET}) or to continue evaluation with a specific
19025 instance (type the corresponding number and press @key{RET}).
19026
19027 Here are a couple of commands to customize @value{GDBN}'s behavior in this
19028 case:
19029
19030 @table @code
19031
19032 @kindex set ada print-signatures
19033 @item set ada print-signatures
19034 Control whether parameter types and return types are displayed in overloads
19035 selection menus. It is @code{on} by default.
19036 @xref{Overloading support for Ada}.
19037
19038 @kindex show ada print-signatures
19039 @item show ada print-signatures
19040 Show the current setting for displaying parameter types and return types in
19041 overloads selection menu.
19042 @xref{Overloading support for Ada}.
19043
19044 @end table
19045
19046 @node Stopping Before Main Program
19047 @subsubsection Stopping at the Very Beginning
19048
19049 @cindex breakpointing Ada elaboration code
19050 It is sometimes necessary to debug the program during elaboration, and
19051 before reaching the main procedure.
19052 As defined in the Ada Reference
19053 Manual, the elaboration code is invoked from a procedure called
19054 @code{adainit}. To run your program up to the beginning of
19055 elaboration, simply use the following two commands:
19056 @code{tbreak adainit} and @code{run}.
19057
19058 @node Ada Exceptions
19059 @subsubsection Ada Exceptions
19060
19061 A command is provided to list all Ada exceptions:
19062
19063 @table @code
19064 @kindex info exceptions
19065 @item info exceptions
19066 @itemx info exceptions @var{regexp}
19067 The @code{info exceptions} command allows you to list all Ada exceptions
19068 defined within the program being debugged, as well as their addresses.
19069 With a regular expression, @var{regexp}, as argument, only those exceptions
19070 whose names match @var{regexp} are listed.
19071 @end table
19072
19073 Below is a small example, showing how the command can be used, first
19074 without argument, and next with a regular expression passed as an
19075 argument.
19076
19077 @smallexample
19078 (@value{GDBP}) info exceptions
19079 All defined Ada exceptions:
19080 constraint_error: 0x613da0
19081 program_error: 0x613d20
19082 storage_error: 0x613ce0
19083 tasking_error: 0x613ca0
19084 const.aint_global_e: 0x613b00
19085 (@value{GDBP}) info exceptions const.aint
19086 All Ada exceptions matching regular expression "const.aint":
19087 constraint_error: 0x613da0
19088 const.aint_global_e: 0x613b00
19089 @end smallexample
19090
19091 It is also possible to ask @value{GDBN} to stop your program's execution
19092 when an exception is raised. For more details, see @ref{Set Catchpoints}.
19093
19094 @node Ada Tasks
19095 @subsubsection Extensions for Ada Tasks
19096 @cindex Ada, tasking
19097
19098 Support for Ada tasks is analogous to that for threads (@pxref{Threads}).
19099 @value{GDBN} provides the following task-related commands:
19100
19101 @table @code
19102 @kindex info tasks
19103 @item info tasks
19104 This command shows a list of current Ada tasks, as in the following example:
19105
19106
19107 @smallexample
19108 @iftex
19109 @leftskip=0.5cm
19110 @end iftex
19111 (@value{GDBP}) info tasks
19112 ID TID P-ID Pri State Name
19113 1 8088000 0 15 Child Activation Wait main_task
19114 2 80a4000 1 15 Accept Statement b
19115 3 809a800 1 15 Child Activation Wait a
19116 * 4 80ae800 3 15 Runnable c
19117
19118 @end smallexample
19119
19120 @noindent
19121 In this listing, the asterisk before the last task indicates it to be the
19122 task currently being inspected.
19123
19124 @table @asis
19125 @item ID
19126 Represents @value{GDBN}'s internal task number.
19127
19128 @item TID
19129 The Ada task ID.
19130
19131 @item P-ID
19132 The parent's task ID (@value{GDBN}'s internal task number).
19133
19134 @item Pri
19135 The base priority of the task.
19136
19137 @item State
19138 Current state of the task.
19139
19140 @table @code
19141 @item Unactivated
19142 The task has been created but has not been activated. It cannot be
19143 executing.
19144
19145 @item Runnable
19146 The task is not blocked for any reason known to Ada. (It may be waiting
19147 for a mutex, though.) It is conceptually "executing" in normal mode.
19148
19149 @item Terminated
19150 The task is terminated, in the sense of ARM 9.3 (5). Any dependents
19151 that were waiting on terminate alternatives have been awakened and have
19152 terminated themselves.
19153
19154 @item Child Activation Wait
19155 The task is waiting for created tasks to complete activation.
19156
19157 @item Accept or Select Term
19158 The task is waiting on an accept or selective wait statement.
19159
19160 @item Waiting on entry call
19161 The task is waiting on an entry call.
19162
19163 @item Async Select Wait
19164 The task is waiting to start the abortable part of an asynchronous
19165 select statement.
19166
19167 @item Delay Sleep
19168 The task is waiting on a select statement with only a delay
19169 alternative open.
19170
19171 @item Child Termination Wait
19172 The task is sleeping having completed a master within itself, and is
19173 waiting for the tasks dependent on that master to become terminated or
19174 waiting on a terminate Phase.
19175
19176 @item Wait Child in Term Alt
19177 The task is sleeping waiting for tasks on terminate alternatives to
19178 finish terminating.
19179
19180 @item Asynchronous Hold
19181 The task has been held by @code{Ada.Asynchronous_Task_Control.Hold_Task}.
19182
19183 @item Activating
19184 The task has been created and is being made runnable.
19185
19186 @item Selective Wait
19187 The task is waiting in a selective wait statement.
19188
19189 @item Accepting RV with @var{taskno}
19190 The task is accepting a rendez-vous with the task @var{taskno}.
19191
19192 @item Waiting on RV with @var{taskno}
19193 The task is waiting for a rendez-vous with the task @var{taskno}.
19194 @end table
19195
19196 @item Name
19197 Name of the task in the program.
19198
19199 @end table
19200
19201 @kindex info task @var{taskno}
19202 @item info task @var{taskno}
19203 This command shows detailed information on the specified task, as in
19204 the following example:
19205 @smallexample
19206 @iftex
19207 @leftskip=0.5cm
19208 @end iftex
19209 (@value{GDBP}) info tasks
19210 ID TID P-ID Pri State Name
19211 1 8077880 0 15 Child Activation Wait main_task
19212 * 2 807c468 1 15 Runnable task_1
19213 (@value{GDBP}) info task 2
19214 Ada Task: 0x807c468
19215 Name: "task_1"
19216 Thread: 0
19217 LWP: 0x1fac
19218 Parent: 1 ("main_task")
19219 Base Priority: 15
19220 State: Runnable
19221 @end smallexample
19222
19223 @item task
19224 @kindex task@r{ (Ada)}
19225 @cindex current Ada task ID
19226 This command prints the ID and name of the current task.
19227
19228 @smallexample
19229 @iftex
19230 @leftskip=0.5cm
19231 @end iftex
19232 (@value{GDBP}) info tasks
19233 ID TID P-ID Pri State Name
19234 1 8077870 0 15 Child Activation Wait main_task
19235 * 2 807c458 1 15 Runnable some_task
19236 (@value{GDBP}) task
19237 [Current task is 2 "some_task"]
19238 @end smallexample
19239
19240 @item task @var{taskno}
19241 @cindex Ada task switching
19242 This command is like the @code{thread @var{thread-id}}
19243 command (@pxref{Threads}). It switches the context of debugging
19244 from the current task to the given task.
19245
19246 @smallexample
19247 @iftex
19248 @leftskip=0.5cm
19249 @end iftex
19250 (@value{GDBP}) info tasks
19251 ID TID P-ID Pri State Name
19252 1 8077870 0 15 Child Activation Wait main_task
19253 * 2 807c458 1 15 Runnable some_task
19254 (@value{GDBP}) task 1
19255 [Switching to task 1 "main_task"]
19256 #0 0x8067726 in pthread_cond_wait ()
19257 (@value{GDBP}) bt
19258 #0 0x8067726 in pthread_cond_wait ()
19259 #1 0x8056714 in system.os_interface.pthread_cond_wait ()
19260 #2 0x805cb63 in system.task_primitives.operations.sleep ()
19261 #3 0x806153e in system.tasking.stages.activate_tasks ()
19262 #4 0x804aacc in un () at un.adb:5
19263 @end smallexample
19264
19265 @item task apply [@var{task-id-list} | all] [@var{flag}]@dots{} @var{command}
19266 The @code{task apply} command is the Ada tasking analogue of
19267 @code{thread apply} (@pxref{Threads}). It allows you to apply the
19268 named @var{command} to one or more tasks. Specify the tasks that you
19269 want affected using a list of task IDs, or specify @code{all} to apply
19270 to all tasks.
19271
19272 The @var{flag} arguments control what output to produce and how to
19273 handle errors raised when applying @var{command} to a task.
19274 @var{flag} must start with a @code{-} directly followed by one letter
19275 in @code{qcs}. If several flags are provided, they must be given
19276 individually, such as @code{-c -q}.
19277
19278 By default, @value{GDBN} displays some task information before the
19279 output produced by @var{command}, and an error raised during the
19280 execution of a @var{command} will abort @code{task apply}. The
19281 following flags can be used to fine-tune this behavior:
19282
19283 @table @code
19284 @item -c
19285 The flag @code{-c}, which stands for @samp{continue}, causes any
19286 errors in @var{command} to be displayed, and the execution of
19287 @code{task apply} then continues.
19288 @item -s
19289 The flag @code{-s}, which stands for @samp{silent}, causes any errors
19290 or empty output produced by a @var{command} to be silently ignored.
19291 That is, the execution continues, but the task information and errors
19292 are not printed.
19293 @item -q
19294 The flag @code{-q} (@samp{quiet}) disables printing the task
19295 information.
19296 @end table
19297
19298 Flags @code{-c} and @code{-s} cannot be used together.
19299
19300 @item break @var{locspec} task @var{taskno}
19301 @itemx break @var{locspec} task @var{taskno} if @dots{}
19302 @cindex breakpoints and tasks, in Ada
19303 @cindex task breakpoints, in Ada
19304 @kindex break @dots{} task @var{taskno}@r{ (Ada)}
19305 These commands are like the @code{break @dots{} thread @dots{}}
19306 command (@pxref{Thread Stops}). @xref{Location Specifications}, for
19307 the various forms of @var{locspec}.
19308
19309 Use the qualifier @samp{task @var{taskno}} with a breakpoint command
19310 to specify that you only want @value{GDBN} to stop the program when a
19311 particular Ada task reaches this breakpoint. The @var{taskno} is one of the
19312 numeric task identifiers assigned by @value{GDBN}, shown in the first
19313 column of the @samp{info tasks} display.
19314
19315 If you do not specify @samp{task @var{taskno}} when you set a
19316 breakpoint, the breakpoint applies to @emph{all} tasks of your
19317 program.
19318
19319 You can use the @code{task} qualifier on conditional breakpoints as
19320 well; in this case, place @samp{task @var{taskno}} before the
19321 breakpoint condition (before the @code{if}).
19322
19323 For example,
19324
19325 @smallexample
19326 @iftex
19327 @leftskip=0.5cm
19328 @end iftex
19329 (@value{GDBP}) info tasks
19330 ID TID P-ID Pri State Name
19331 1 140022020 0 15 Child Activation Wait main_task
19332 2 140045060 1 15 Accept/Select Wait t2
19333 3 140044840 1 15 Runnable t1
19334 * 4 140056040 1 15 Runnable t3
19335 (@value{GDBP}) b 15 task 2
19336 Breakpoint 5 at 0x120044cb0: file test_task_debug.adb, line 15.
19337 (@value{GDBP}) cont
19338 Continuing.
19339 task # 1 running
19340 task # 2 running
19341
19342 Breakpoint 5, test_task_debug () at test_task_debug.adb:15
19343 15 flush;
19344 (@value{GDBP}) info tasks
19345 ID TID P-ID Pri State Name
19346 1 140022020 0 15 Child Activation Wait main_task
19347 * 2 140045060 1 15 Runnable t2
19348 3 140044840 1 15 Runnable t1
19349 4 140056040 1 15 Delay Sleep t3
19350 @end smallexample
19351 @end table
19352
19353 @node Ada Tasks and Core Files
19354 @subsubsection Tasking Support when Debugging Core Files
19355 @cindex Ada tasking and core file debugging
19356
19357 When inspecting a core file, as opposed to debugging a live program,
19358 tasking support may be limited or even unavailable, depending on
19359 the platform being used.
19360 For instance, on x86-linux, the list of tasks is available, but task
19361 switching is not supported.
19362
19363 On certain platforms, the debugger needs to perform some
19364 memory writes in order to provide Ada tasking support. When inspecting
19365 a core file, this means that the core file must be opened with read-write
19366 privileges, using the command @samp{"set write on"} (@pxref{Patching}).
19367 Under these circumstances, you should make a backup copy of the core
19368 file before inspecting it with @value{GDBN}.
19369
19370 @node Ravenscar Profile
19371 @subsubsection Tasking Support when using the Ravenscar Profile
19372 @cindex Ravenscar Profile
19373
19374 The @dfn{Ravenscar Profile} is a subset of the Ada tasking features,
19375 specifically designed for systems with safety-critical real-time
19376 requirements.
19377
19378 @table @code
19379 @kindex set ravenscar task-switching on
19380 @cindex task switching with program using Ravenscar Profile
19381 @item set ravenscar task-switching on
19382 Allows task switching when debugging a program that uses the Ravenscar
19383 Profile. This is the default.
19384
19385 @kindex set ravenscar task-switching off
19386 @item set ravenscar task-switching off
19387 Turn off task switching when debugging a program that uses the Ravenscar
19388 Profile. This is mostly intended to disable the code that adds support
19389 for the Ravenscar Profile, in case a bug in either @value{GDBN} or in
19390 the Ravenscar runtime is preventing @value{GDBN} from working properly.
19391 To be effective, this command should be run before the program is started.
19392
19393 @kindex show ravenscar task-switching
19394 @item show ravenscar task-switching
19395 Show whether it is possible to switch from task to task in a program
19396 using the Ravenscar Profile.
19397
19398 @end table
19399
19400 @cindex Ravenscar thread
19401 When Ravenscar task-switching is enabled, Ravenscar tasks are
19402 announced by @value{GDBN} as if they were threads:
19403
19404 @smallexample
19405 (gdb) continue
19406 [New Ravenscar Thread 0x2b8f0]
19407 @end smallexample
19408
19409 Both Ravenscar tasks and the underlying CPU threads will show up in
19410 the output of @code{info threads}:
19411
19412 @smallexample
19413 (gdb) info threads
19414 Id Target Id Frame
19415 1 Thread 1 (CPU#0 [running]) simple () at simple.adb:10
19416 2 Thread 2 (CPU#1 [running]) 0x0000000000003d34 in __gnat_initialize_cpu_devices ()
19417 3 Thread 3 (CPU#2 [running]) 0x0000000000003d28 in __gnat_initialize_cpu_devices ()
19418 4 Thread 4 (CPU#3 [halted ]) 0x000000000000c6ec in system.task_primitives.operations.idle ()
19419 * 5 Ravenscar Thread 0x2b8f0 simple () at simple.adb:10
19420 6 Ravenscar Thread 0x2f150 0x000000000000c6ec in system.task_primitives.operations.idle ()
19421 @end smallexample
19422
19423 One known limitation of the Ravenscar support in @value{GDBN} is that
19424 it isn't currently possible to single-step through the runtime
19425 initialization sequence. If you need to debug this code, you should
19426 use @code{set ravenscar task-switching off}.
19427
19428 @node Ada Source Character Set
19429 @subsubsection Ada Source Character Set
19430 @cindex Ada, source character set
19431
19432 The GNAT compiler supports a number of character sets for source
19433 files. @xref{Character Set Control, , Character Set Control,
19434 gnat_ugn}. @value{GDBN} includes support for this as well.
19435
19436 @table @code
19437 @item set ada source-charset @var{charset}
19438 @kindex set ada source-charset
19439 Set the source character set for Ada. The character set must be
19440 supported by GNAT. Because this setting affects the decoding of
19441 symbols coming from the debug information in your program, the setting
19442 should be set as early as possible. The default is @code{ISO-8859-1},
19443 because that is also GNAT's default.
19444
19445 @item show ada source-charset
19446 @kindex show ada source-charset
19447 Show the current source character set for Ada.
19448 @end table
19449
19450 @node Ada Glitches
19451 @subsubsection Known Peculiarities of Ada Mode
19452 @cindex Ada, problems
19453
19454 Besides the omissions listed previously (@pxref{Omissions from Ada}),
19455 we know of several problems with and limitations of Ada mode in
19456 @value{GDBN},
19457 some of which will be fixed with planned future releases of the debugger
19458 and the GNU Ada compiler.
19459
19460 @itemize @bullet
19461 @item
19462 Static constants that the compiler chooses not to materialize as objects in
19463 storage are invisible to the debugger.
19464
19465 @item
19466 Named parameter associations in function argument lists are ignored (the
19467 argument lists are treated as positional).
19468
19469 @item
19470 Many useful library packages are currently invisible to the debugger.
19471
19472 @item
19473 Fixed-point arithmetic, conversions, input, and output is carried out using
19474 floating-point arithmetic, and may give results that only approximate those on
19475 the host machine.
19476
19477 @item
19478 The GNAT compiler never generates the prefix @code{Standard} for any of
19479 the standard symbols defined by the Ada language. @value{GDBN} knows about
19480 this: it will strip the prefix from names when you use it, and will never
19481 look for a name you have so qualified among local symbols, nor match against
19482 symbols in other packages or subprograms. If you have
19483 defined entities anywhere in your program other than parameters and
19484 local variables whose simple names match names in @code{Standard},
19485 GNAT's lack of qualification here can cause confusion. When this happens,
19486 you can usually resolve the confusion
19487 by qualifying the problematic names with package
19488 @code{Standard} explicitly.
19489 @end itemize
19490
19491 Older versions of the compiler sometimes generate erroneous debugging
19492 information, resulting in the debugger incorrectly printing the value
19493 of affected entities. In some cases, the debugger is able to work
19494 around an issue automatically. In other cases, the debugger is able
19495 to work around the issue, but the work-around has to be specifically
19496 enabled.
19497
19498 @kindex set ada trust-PAD-over-XVS
19499 @kindex show ada trust-PAD-over-XVS
19500 @table @code
19501
19502 @item set ada trust-PAD-over-XVS on
19503 Configure GDB to strictly follow the GNAT encoding when computing the
19504 value of Ada entities, particularly when @code{PAD} and @code{PAD___XVS}
19505 types are involved (see @code{ada/exp_dbug.ads} in the GCC sources for
19506 a complete description of the encoding used by the GNAT compiler).
19507 This is the default.
19508
19509 @item set ada trust-PAD-over-XVS off
19510 This is related to the encoding using by the GNAT compiler. If @value{GDBN}
19511 sometimes prints the wrong value for certain entities, changing @code{ada
19512 trust-PAD-over-XVS} to @code{off} activates a work-around which may fix
19513 the issue. It is always safe to set @code{ada trust-PAD-over-XVS} to
19514 @code{off}, but this incurs a slight performance penalty, so it is
19515 recommended to leave this setting to @code{on} unless necessary.
19516
19517 @end table
19518
19519 @cindex GNAT descriptive types
19520 @cindex GNAT encoding
19521 Internally, the debugger also relies on the compiler following a number
19522 of conventions known as the @samp{GNAT Encoding}, all documented in
19523 @file{gcc/ada/exp_dbug.ads} in the GCC sources. This encoding describes
19524 how the debugging information should be generated for certain types.
19525 In particular, this convention makes use of @dfn{descriptive types},
19526 which are artificial types generated purely to help the debugger.
19527
19528 These encodings were defined at a time when the debugging information
19529 format used was not powerful enough to describe some of the more complex
19530 types available in Ada. Since DWARF allows us to express nearly all
19531 Ada features, the long-term goal is to slowly replace these descriptive
19532 types by their pure DWARF equivalent. To facilitate that transition,
19533 a new maintenance option is available to force the debugger to ignore
19534 those descriptive types. It allows the user to quickly evaluate how
19535 well @value{GDBN} works without them.
19536
19537 @table @code
19538
19539 @kindex maint ada set ignore-descriptive-types
19540 @item maintenance ada set ignore-descriptive-types [on|off]
19541 Control whether the debugger should ignore descriptive types.
19542 The default is not to ignore descriptives types (@code{off}).
19543
19544 @kindex maint ada show ignore-descriptive-types
19545 @item maintenance ada show ignore-descriptive-types
19546 Show if descriptive types are ignored by @value{GDBN}.
19547
19548 @end table
19549
19550 @node Unsupported Languages
19551 @section Unsupported Languages
19552
19553 @cindex unsupported languages
19554 @cindex minimal language
19555 In addition to the other fully-supported programming languages,
19556 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
19557 It does not represent a real programming language, but provides a set
19558 of capabilities close to what the C or assembly languages provide.
19559 This should allow most simple operations to be performed while debugging
19560 an application that uses a language currently not supported by @value{GDBN}.
19561
19562 If the language is set to @code{auto}, @value{GDBN} will automatically
19563 select this language if the current frame corresponds to an unsupported
19564 language.
19565
19566 @node Symbols
19567 @chapter Examining the Symbol Table
19568
19569 The commands described in this chapter allow you to inquire about the
19570 symbols (names of variables, functions and types) defined in your
19571 program. This information is inherent in the text of your program and
19572 does not change as your program executes. @value{GDBN} finds it in your
19573 program's symbol table, in the file indicated when you started @value{GDBN}
19574 (@pxref{File Options, ,Choosing Files}), or by one of the
19575 file-management commands (@pxref{Files, ,Commands to Specify Files}).
19576
19577 @cindex symbol names
19578 @cindex names of symbols
19579 @cindex quoting names
19580 @anchor{quoting names}
19581 Occasionally, you may need to refer to symbols that contain unusual
19582 characters, which @value{GDBN} ordinarily treats as word delimiters. The
19583 most frequent case is in referring to static variables in other
19584 source files (@pxref{Variables,,Program Variables}). File names
19585 are recorded in object files as debugging symbols, but @value{GDBN} would
19586 ordinarily parse a typical file name, like @file{foo.c}, as the three words
19587 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
19588 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
19589
19590 @smallexample
19591 p 'foo.c'::x
19592 @end smallexample
19593
19594 @noindent
19595 looks up the value of @code{x} in the scope of the file @file{foo.c}.
19596
19597 @table @code
19598 @cindex case-insensitive symbol names
19599 @cindex case sensitivity in symbol names
19600 @kindex set case-sensitive
19601 @item set case-sensitive on
19602 @itemx set case-sensitive off
19603 @itemx set case-sensitive auto
19604 Normally, when @value{GDBN} looks up symbols, it matches their names
19605 with case sensitivity determined by the current source language.
19606 Occasionally, you may wish to control that. The command @code{set
19607 case-sensitive} lets you do that by specifying @code{on} for
19608 case-sensitive matches or @code{off} for case-insensitive ones. If
19609 you specify @code{auto}, case sensitivity is reset to the default
19610 suitable for the source language. The default is case-sensitive
19611 matches for all languages except for Fortran, for which the default is
19612 case-insensitive matches.
19613
19614 @kindex show case-sensitive
19615 @item show case-sensitive
19616 This command shows the current setting of case sensitivity for symbols
19617 lookups.
19618
19619 @kindex set print type methods
19620 @item set print type methods
19621 @itemx set print type methods on
19622 @itemx set print type methods off
19623 Normally, when @value{GDBN} prints a class, it displays any methods
19624 declared in that class. You can control this behavior either by
19625 passing the appropriate flag to @code{ptype}, or using @command{set
19626 print type methods}. Specifying @code{on} will cause @value{GDBN} to
19627 display the methods; this is the default. Specifying @code{off} will
19628 cause @value{GDBN} to omit the methods.
19629
19630 @kindex show print type methods
19631 @item show print type methods
19632 This command shows the current setting of method display when printing
19633 classes.
19634
19635 @kindex set print type nested-type-limit
19636 @item set print type nested-type-limit @var{limit}
19637 @itemx set print type nested-type-limit unlimited
19638 Set the limit of displayed nested types that the type printer will
19639 show. A @var{limit} of @code{unlimited} or @code{-1} will show all
19640 nested definitions. By default, the type printer will not show any nested
19641 types defined in classes.
19642
19643 @kindex show print type nested-type-limit
19644 @item show print type nested-type-limit
19645 This command shows the current display limit of nested types when
19646 printing classes.
19647
19648 @kindex set print type typedefs
19649 @item set print type typedefs
19650 @itemx set print type typedefs on
19651 @itemx set print type typedefs off
19652
19653 Normally, when @value{GDBN} prints a class, it displays any typedefs
19654 defined in that class. You can control this behavior either by
19655 passing the appropriate flag to @code{ptype}, or using @command{set
19656 print type typedefs}. Specifying @code{on} will cause @value{GDBN} to
19657 display the typedef definitions; this is the default. Specifying
19658 @code{off} will cause @value{GDBN} to omit the typedef definitions.
19659 Note that this controls whether the typedef definition itself is
19660 printed, not whether typedef names are substituted when printing other
19661 types.
19662
19663 @kindex show print type typedefs
19664 @item show print type typedefs
19665 This command shows the current setting of typedef display when
19666 printing classes.
19667
19668 @kindex set print type hex
19669 @item set print type hex
19670 @itemx set print type hex on
19671 @itemx set print type hex off
19672
19673 When @value{GDBN} prints sizes and offsets of struct members, it can use
19674 either the decimal or hexadecimal notation. You can select one or the
19675 other either by passing the appropriate flag to @code{ptype}, or by using
19676 the @command{set print type hex} command.
19677
19678 @kindex show print type hex
19679 @item show print type hex
19680 This command shows whether the sizes and offsets of struct members are
19681 printed in decimal or hexadecimal notation.
19682
19683 @kindex info address
19684 @cindex address of a symbol
19685 @item info address @var{symbol}
19686 Describe where the data for @var{symbol} is stored. For a register
19687 variable, this says which register it is kept in. For a non-register
19688 local variable, this prints the stack-frame offset at which the variable
19689 is always stored.
19690
19691 Note the contrast with @samp{print &@var{symbol}}, which does not work
19692 at all for a register variable, and for a stack local variable prints
19693 the exact address of the current instantiation of the variable.
19694
19695 @kindex info symbol
19696 @cindex symbol from address
19697 @cindex closest symbol and offset for an address
19698 @item info symbol @var{addr}
19699 Print the name of a symbol which is stored at the address @var{addr}.
19700 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
19701 nearest symbol and an offset from it:
19702
19703 @smallexample
19704 (@value{GDBP}) info symbol 0x54320
19705 _initialize_vx + 396 in section .text
19706 @end smallexample
19707
19708 @noindent
19709 This is the opposite of the @code{info address} command. You can use
19710 it to find out the name of a variable or a function given its address.
19711
19712 For dynamically linked executables, the name of executable or shared
19713 library containing the symbol is also printed:
19714
19715 @smallexample
19716 (@value{GDBP}) info symbol 0x400225
19717 _start + 5 in section .text of /tmp/a.out
19718 (@value{GDBP}) info symbol 0x2aaaac2811cf
19719 __read_nocancel + 6 in section .text of /usr/lib64/libc.so.6
19720 @end smallexample
19721
19722 @kindex demangle
19723 @cindex demangle
19724 @item demangle @r{[}-l @var{language}@r{]} @r{[}@var{--}@r{]} @var{name}
19725 Demangle @var{name}.
19726 If @var{language} is provided it is the name of the language to demangle
19727 @var{name} in. Otherwise @var{name} is demangled in the current language.
19728
19729 The @samp{--} option specifies the end of options,
19730 and is useful when @var{name} begins with a dash.
19731
19732 The parameter @code{demangle-style} specifies how to interpret the kind
19733 of mangling used. @xref{Print Settings}.
19734
19735 @kindex whatis
19736 @item whatis[/@var{flags}] [@var{arg}]
19737 Print the data type of @var{arg}, which can be either an expression
19738 or a name of a data type. With no argument, print the data type of
19739 @code{$}, the last value in the value history.
19740
19741 If @var{arg} is an expression (@pxref{Expressions, ,Expressions}), it
19742 is not actually evaluated, and any side-effecting operations (such as
19743 assignments or function calls) inside it do not take place.
19744
19745 If @var{arg} is a variable or an expression, @code{whatis} prints its
19746 literal type as it is used in the source code. If the type was
19747 defined using a @code{typedef}, @code{whatis} will @emph{not} print
19748 the data type underlying the @code{typedef}. If the type of the
19749 variable or the expression is a compound data type, such as
19750 @code{struct} or @code{class}, @code{whatis} never prints their
19751 fields or methods. It just prints the @code{struct}/@code{class}
19752 name (a.k.a.@: its @dfn{tag}). If you want to see the members of
19753 such a compound data type, use @code{ptype}.
19754
19755 If @var{arg} is a type name that was defined using @code{typedef},
19756 @code{whatis} @dfn{unrolls} only one level of that @code{typedef}.
19757 Unrolling means that @code{whatis} will show the underlying type used
19758 in the @code{typedef} declaration of @var{arg}. However, if that
19759 underlying type is also a @code{typedef}, @code{whatis} will not
19760 unroll it.
19761
19762 For C code, the type names may also have the form @samp{class
19763 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
19764 @var{union-tag}} or @samp{enum @var{enum-tag}}.
19765
19766 @var{flags} can be used to modify how the type is displayed.
19767 Available flags are:
19768
19769 @table @code
19770 @item r
19771 Display in ``raw'' form. Normally, @value{GDBN} substitutes template
19772 parameters and typedefs defined in a class when printing the class'
19773 members. The @code{/r} flag disables this.
19774
19775 @item m
19776 Do not print methods defined in the class.
19777
19778 @item M
19779 Print methods defined in the class. This is the default, but the flag
19780 exists in case you change the default with @command{set print type methods}.
19781
19782 @item t
19783 Do not print typedefs defined in the class. Note that this controls
19784 whether the typedef definition itself is printed, not whether typedef
19785 names are substituted when printing other types.
19786
19787 @item T
19788 Print typedefs defined in the class. This is the default, but the flag
19789 exists in case you change the default with @command{set print type typedefs}.
19790
19791 @item o
19792 Print the offsets and sizes of fields in a struct, similar to what the
19793 @command{pahole} tool does. This option implies the @code{/tm} flags.
19794
19795 @item x
19796 Use hexadecimal notation when printing offsets and sizes of fields in a
19797 struct.
19798
19799 @item d
19800 Use decimal notation when printing offsets and sizes of fields in a
19801 struct.
19802
19803 For example, given the following declarations:
19804
19805 @smallexample
19806 struct tuv
19807 @{
19808 int a1;
19809 char *a2;
19810 int a3;
19811 @};
19812
19813 struct xyz
19814 @{
19815 int f1;
19816 char f2;
19817 void *f3;
19818 struct tuv f4;
19819 @};
19820
19821 union qwe
19822 @{
19823 struct tuv fff1;
19824 struct xyz fff2;
19825 @};
19826
19827 struct tyu
19828 @{
19829 int a1 : 1;
19830 int a2 : 3;
19831 int a3 : 23;
19832 char a4 : 2;
19833 int64_t a5;
19834 int a6 : 5;
19835 int64_t a7 : 3;
19836 @};
19837 @end smallexample
19838
19839 Issuing a @kbd{ptype /o struct tuv} command would print:
19840
19841 @smallexample
19842 (@value{GDBP}) ptype /o struct tuv
19843 /* offset | size */ type = struct tuv @{
19844 /* 0 | 4 */ int a1;
19845 /* XXX 4-byte hole */
19846 /* 8 | 8 */ char *a2;
19847 /* 16 | 4 */ int a3;
19848
19849 /* total size (bytes): 24 */
19850 @}
19851 @end smallexample
19852
19853 Notice the format of the first column of comments. There, you can
19854 find two parts separated by the @samp{|} character: the @emph{offset},
19855 which indicates where the field is located inside the struct, in
19856 bytes, and the @emph{size} of the field. Another interesting line is
19857 the marker of a @emph{hole} in the struct, indicating that it may be
19858 possible to pack the struct and make it use less space by reorganizing
19859 its fields.
19860
19861 It is also possible to print offsets inside an union:
19862
19863 @smallexample
19864 (@value{GDBP}) ptype /o union qwe
19865 /* offset | size */ type = union qwe @{
19866 /* 24 */ struct tuv @{
19867 /* 0 | 4 */ int a1;
19868 /* XXX 4-byte hole */
19869 /* 8 | 8 */ char *a2;
19870 /* 16 | 4 */ int a3;
19871
19872 /* total size (bytes): 24 */
19873 @} fff1;
19874 /* 40 */ struct xyz @{
19875 /* 0 | 4 */ int f1;
19876 /* 4 | 1 */ char f2;
19877 /* XXX 3-byte hole */
19878 /* 8 | 8 */ void *f3;
19879 /* 16 | 24 */ struct tuv @{
19880 /* 16 | 4 */ int a1;
19881 /* XXX 4-byte hole */
19882 /* 24 | 8 */ char *a2;
19883 /* 32 | 4 */ int a3;
19884
19885 /* total size (bytes): 24 */
19886 @} f4;
19887
19888 /* total size (bytes): 40 */
19889 @} fff2;
19890
19891 /* total size (bytes): 40 */
19892 @}
19893 @end smallexample
19894
19895 In this case, since @code{struct tuv} and @code{struct xyz} occupy the
19896 same space (because we are dealing with an union), the offset is not
19897 printed for them. However, you can still examine the offset of each
19898 of these structures' fields.
19899
19900 Another useful scenario is printing the offsets of a struct containing
19901 bitfields:
19902
19903 @smallexample
19904 (@value{GDBP}) ptype /o struct tyu
19905 /* offset | size */ type = struct tyu @{
19906 /* 0:31 | 4 */ int a1 : 1;
19907 /* 0:28 | 4 */ int a2 : 3;
19908 /* 0: 5 | 4 */ int a3 : 23;
19909 /* 3: 3 | 1 */ signed char a4 : 2;
19910 /* XXX 3-bit hole */
19911 /* XXX 4-byte hole */
19912 /* 8 | 8 */ int64_t a5;
19913 /* 16: 0 | 4 */ int a6 : 5;
19914 /* 16: 5 | 8 */ int64_t a7 : 3;
19915 /* XXX 7-byte padding */
19916
19917 /* total size (bytes): 24 */
19918 @}
19919 @end smallexample
19920
19921 Note how the offset information is now extended to also include the
19922 first bit of the bitfield.
19923 @end table
19924
19925 @kindex ptype
19926 @item ptype[/@var{flags}] [@var{arg}]
19927 @code{ptype} accepts the same arguments as @code{whatis}, but prints a
19928 detailed description of the type, instead of just the name of the type.
19929 @xref{Expressions, ,Expressions}.
19930
19931 Contrary to @code{whatis}, @code{ptype} always unrolls any
19932 @code{typedef}s in its argument declaration, whether the argument is
19933 a variable, expression, or a data type. This means that @code{ptype}
19934 of a variable or an expression will not print literally its type as
19935 present in the source code---use @code{whatis} for that. @code{typedef}s at
19936 the pointer or reference targets are also unrolled. Only @code{typedef}s of
19937 fields, methods and inner @code{class typedef}s of @code{struct}s,
19938 @code{class}es and @code{union}s are not unrolled even with @code{ptype}.
19939
19940 For example, for this variable declaration:
19941
19942 @smallexample
19943 typedef double real_t;
19944 struct complex @{ real_t real; double imag; @};
19945 typedef struct complex complex_t;
19946 complex_t var;
19947 real_t *real_pointer_var;
19948 @end smallexample
19949
19950 @noindent
19951 the two commands give this output:
19952
19953 @smallexample
19954 @group
19955 (@value{GDBP}) whatis var
19956 type = complex_t
19957 (@value{GDBP}) ptype var
19958 type = struct complex @{
19959 real_t real;
19960 double imag;
19961 @}
19962 (@value{GDBP}) whatis complex_t
19963 type = struct complex
19964 (@value{GDBP}) whatis struct complex
19965 type = struct complex
19966 (@value{GDBP}) ptype struct complex
19967 type = struct complex @{
19968 real_t real;
19969 double imag;
19970 @}
19971 (@value{GDBP}) whatis real_pointer_var
19972 type = real_t *
19973 (@value{GDBP}) ptype real_pointer_var
19974 type = double *
19975 @end group
19976 @end smallexample
19977
19978 @noindent
19979 As with @code{whatis}, using @code{ptype} without an argument refers to
19980 the type of @code{$}, the last value in the value history.
19981
19982 @cindex incomplete type
19983 Sometimes, programs use opaque data types or incomplete specifications
19984 of complex data structure. If the debug information included in the
19985 program does not allow @value{GDBN} to display a full declaration of
19986 the data type, it will say @samp{<incomplete type>}. For example,
19987 given these declarations:
19988
19989 @smallexample
19990 struct foo;
19991 struct foo *fooptr;
19992 @end smallexample
19993
19994 @noindent
19995 but no definition for @code{struct foo} itself, @value{GDBN} will say:
19996
19997 @smallexample
19998 (@value{GDBP}) ptype foo
19999 $1 = <incomplete type>
20000 @end smallexample
20001
20002 @noindent
20003 ``Incomplete type'' is C terminology for data types that are not
20004 completely specified.
20005
20006 @cindex unknown type
20007 Othertimes, information about a variable's type is completely absent
20008 from the debug information included in the program. This most often
20009 happens when the program or library where the variable is defined
20010 includes no debug information at all. @value{GDBN} knows the variable
20011 exists from inspecting the linker/loader symbol table (e.g., the ELF
20012 dynamic symbol table), but such symbols do not contain type
20013 information. Inspecting the type of a (global) variable for which
20014 @value{GDBN} has no type information shows:
20015
20016 @smallexample
20017 (@value{GDBP}) ptype var
20018 type = <data variable, no debug info>
20019 @end smallexample
20020
20021 @xref{Variables, no debug info variables}, for how to print the values
20022 of such variables.
20023
20024 @kindex info types
20025 @item info types [-q] [@var{regexp}]
20026 Print a brief description of all types whose names match the regular
20027 expression @var{regexp} (or all types in your program, if you supply
20028 no argument). Each complete typename is matched as though it were a
20029 complete line; thus, @samp{i type value} gives information on all
20030 types in your program whose names include the string @code{value}, but
20031 @samp{i type ^value$} gives information only on types whose complete
20032 name is @code{value}.
20033
20034 In programs using different languages, @value{GDBN} chooses the syntax
20035 to print the type description according to the
20036 @samp{set language} value: using @samp{set language auto}
20037 (see @ref{Automatically, ,Set Language Automatically}) means to use the
20038 language of the type, other values mean to use
20039 the manually specified language (see @ref{Manually, ,Set Language Manually}).
20040
20041 This command differs from @code{ptype} in two ways: first, like
20042 @code{whatis}, it does not print a detailed description; second, it
20043 lists all source files and line numbers where a type is defined.
20044
20045 The output from @samp{into types} is proceeded with a header line
20046 describing what types are being listed. The optional flag @samp{-q},
20047 which stands for @samp{quiet}, disables printing this header
20048 information.
20049
20050 @kindex info type-printers
20051 @item info type-printers
20052 Versions of @value{GDBN} that ship with Python scripting enabled may
20053 have ``type printers'' available. When using @command{ptype} or
20054 @command{whatis}, these printers are consulted when the name of a type
20055 is needed. @xref{Type Printing API}, for more information on writing
20056 type printers.
20057
20058 @code{info type-printers} displays all the available type printers.
20059
20060 @kindex enable type-printer
20061 @kindex disable type-printer
20062 @item enable type-printer @var{name}@dots{}
20063 @item disable type-printer @var{name}@dots{}
20064 These commands can be used to enable or disable type printers.
20065
20066 @kindex info scope
20067 @cindex local variables
20068 @item info scope @var{locspec}
20069 List all the variables local to the lexical scope of the code location
20070 that results from resolving @var{locspec}. @xref{Location
20071 Specifications}, for details about supported forms of @var{locspec}.
20072 For example:
20073
20074 @smallexample
20075 (@value{GDBP}) @b{info scope command_line_handler}
20076 Scope for command_line_handler:
20077 Symbol rl is an argument at stack/frame offset 8, length 4.
20078 Symbol linebuffer is in static storage at address 0x150a18, length 4.
20079 Symbol linelength is in static storage at address 0x150a1c, length 4.
20080 Symbol p is a local variable in register $esi, length 4.
20081 Symbol p1 is a local variable in register $ebx, length 4.
20082 Symbol nline is a local variable in register $edx, length 4.
20083 Symbol repeat is a local variable at frame offset -8, length 4.
20084 @end smallexample
20085
20086 @noindent
20087 This command is especially useful for determining what data to collect
20088 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
20089 collect}.
20090
20091 @kindex info source
20092 @item info source
20093 Show information about the current source file---that is, the source file for
20094 the function containing the current point of execution:
20095 @itemize @bullet
20096 @item
20097 the name of the source file, and the directory containing it,
20098 @item
20099 the directory it was compiled in,
20100 @item
20101 its length, in lines,
20102 @item
20103 which programming language it is written in,
20104 @item
20105 if the debug information provides it, the program that compiled the file
20106 (which may include, e.g., the compiler version and command line arguments),
20107 @item
20108 whether the executable includes debugging information for that file, and
20109 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
20110 @item
20111 whether the debugging information includes information about
20112 preprocessor macros.
20113 @end itemize
20114
20115
20116 @kindex info sources
20117 @item info sources @r{[}-dirname | -basename@r{]} @r{[}--@r{]} @r{[}@var{regexp}@r{]}
20118
20119
20120 With no options @samp{info sources} prints the names of all source
20121 files in your program for which there is debugging information. The
20122 source files are presented based on a list of object files
20123 (executables and libraries) currently loaded into @value{GDBN}. For
20124 each object file all of the associated source files are listed.
20125
20126 Each source file will only be printed once for each object file, but a
20127 single source file can be repeated in the output if it is part of
20128 multiple object files.
20129
20130 If the optional @var{regexp} is provided, then only source files that
20131 match the regular expression will be printed. The matching is
20132 case-sensitive, except on operating systems that have case-insensitive
20133 filesystem (e.g., MS-Windows). @samp{--} can be used before
20134 @var{regexp} to prevent @value{GDBN} interpreting @var{regexp} as a
20135 command option (e.g. if @var{regexp} starts with @samp{-}).
20136
20137 By default, the @var{regexp} is used to match anywhere in the
20138 filename. If @code{-dirname}, only files having a dirname matching
20139 @var{regexp} are shown. If @code{-basename}, only files having a
20140 basename matching @var{regexp} are shown.
20141
20142 It is possible that an object file may be printed in the list with no
20143 associated source files. This can happen when either no source files
20144 match @var{regexp}, or, the object file was compiled without debug
20145 information and so @value{GDBN} is unable to find any source file
20146 names.
20147
20148 @kindex info functions
20149 @item info functions [-q] [-n]
20150 Print the names and data types of all defined functions.
20151 Similarly to @samp{info types}, this command groups its output by source
20152 files and annotates each function definition with its source line
20153 number.
20154
20155 In programs using different languages, @value{GDBN} chooses the syntax
20156 to print the function name and type according to the
20157 @samp{set language} value: using @samp{set language auto}
20158 (see @ref{Automatically, ,Set Language Automatically}) means to use the
20159 language of the function, other values mean to use
20160 the manually specified language (see @ref{Manually, ,Set Language Manually}).
20161
20162 The @samp{-n} flag excludes @dfn{non-debugging symbols} from the
20163 results. A non-debugging symbol is a symbol that comes from the
20164 executable's symbol table, not from the debug information (for
20165 example, DWARF) associated with the executable.
20166
20167 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
20168 printing header information and messages explaining why no functions
20169 have been printed.
20170
20171 @item info functions [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
20172 Like @samp{info functions}, but only print the names and data types
20173 of the functions selected with the provided regexp(s).
20174
20175 If @var{regexp} is provided, print only the functions whose names
20176 match the regular expression @var{regexp}.
20177 Thus, @samp{info fun step} finds all functions whose
20178 names include @code{step}; @samp{info fun ^step} finds those whose names
20179 start with @code{step}. If a function name contains characters that
20180 conflict with the regular expression language (e.g.@:
20181 @samp{operator*()}), they may be quoted with a backslash.
20182
20183 If @var{type_regexp} is provided, print only the functions whose
20184 types, as printed by the @code{whatis} command, match
20185 the regular expression @var{type_regexp}.
20186 If @var{type_regexp} contains space(s), it should be enclosed in
20187 quote characters. If needed, use backslash to escape the meaning
20188 of special characters or quotes.
20189 Thus, @samp{info fun -t '^int ('} finds the functions that return
20190 an integer; @samp{info fun -t '(.*int.*'} finds the functions that
20191 have an argument type containing int; @samp{info fun -t '^int (' ^step}
20192 finds the functions whose names start with @code{step} and that return
20193 int.
20194
20195 If both @var{regexp} and @var{type_regexp} are provided, a function
20196 is printed only if its name matches @var{regexp} and its type matches
20197 @var{type_regexp}.
20198
20199
20200 @kindex info variables
20201 @item info variables [-q] [-n]
20202 Print the names and data types of all variables that are defined
20203 outside of functions (i.e.@: excluding local variables).
20204 The printed variables are grouped by source files and annotated with
20205 their respective source line numbers.
20206
20207 In programs using different languages, @value{GDBN} chooses the syntax
20208 to print the variable name and type according to the
20209 @samp{set language} value: using @samp{set language auto}
20210 (see @ref{Automatically, ,Set Language Automatically}) means to use the
20211 language of the variable, other values mean to use
20212 the manually specified language (see @ref{Manually, ,Set Language Manually}).
20213
20214 The @samp{-n} flag excludes non-debugging symbols from the results.
20215
20216 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
20217 printing header information and messages explaining why no variables
20218 have been printed.
20219
20220 @item info variables [-q] [-n] [-t @var{type_regexp}] [@var{regexp}]
20221 Like @kbd{info variables}, but only print the variables selected
20222 with the provided regexp(s).
20223
20224 If @var{regexp} is provided, print only the variables whose names
20225 match the regular expression @var{regexp}.
20226
20227 If @var{type_regexp} is provided, print only the variables whose
20228 types, as printed by the @code{whatis} command, match
20229 the regular expression @var{type_regexp}.
20230 If @var{type_regexp} contains space(s), it should be enclosed in
20231 quote characters. If needed, use backslash to escape the meaning
20232 of special characters or quotes.
20233
20234 If both @var{regexp} and @var{type_regexp} are provided, an argument
20235 is printed only if its name matches @var{regexp} and its type matches
20236 @var{type_regexp}.
20237
20238 @kindex info modules
20239 @cindex modules
20240 @item info modules @r{[}-q@r{]} @r{[}@var{regexp}@r{]}
20241 List all Fortran modules in the program, or all modules matching the
20242 optional regular expression @var{regexp}.
20243
20244 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
20245 printing header information and messages explaining why no modules
20246 have been printed.
20247
20248 @kindex info module
20249 @cindex Fortran modules, information about
20250 @cindex functions and variables by Fortran module
20251 @cindex module functions and variables
20252 @item info module functions @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
20253 @itemx info module variables @r{[}-q@r{]} @r{[}-m @var{module-regexp}@r{]} @r{[}-t @var{type-regexp}@r{]} @r{[}@var{regexp}@r{]}
20254 List all functions or variables within all Fortran modules. The set
20255 of functions or variables listed can be limited by providing some or
20256 all of the optional regular expressions. If @var{module-regexp} is
20257 provided, then only Fortran modules matching @var{module-regexp} will
20258 be searched. Only functions or variables whose type matches the
20259 optional regular expression @var{type-regexp} will be listed. And
20260 only functions or variables whose name matches the optional regular
20261 expression @var{regexp} will be listed.
20262
20263 The optional flag @samp{-q}, which stands for @samp{quiet}, disables
20264 printing header information and messages explaining why no functions
20265 or variables have been printed.
20266
20267 @kindex info main
20268 @item info main
20269 Print the name of the starting function of the program. This serves
20270 primarily Fortran programs, which have a user-supplied name for the
20271 main subroutine.
20272
20273 @kindex info classes
20274 @cindex Objective-C, classes and selectors
20275 @item info classes
20276 @itemx info classes @var{regexp}
20277 Display all Objective-C classes in your program, or
20278 (with the @var{regexp} argument) all those matching a particular regular
20279 expression.
20280
20281 @kindex info selectors
20282 @item info selectors
20283 @itemx info selectors @var{regexp}
20284 Display all Objective-C selectors in your program, or
20285 (with the @var{regexp} argument) all those matching a particular regular
20286 expression.
20287
20288 @ignore
20289 This was never implemented.
20290 @kindex info methods
20291 @item info methods
20292 @itemx info methods @var{regexp}
20293 The @code{info methods} command permits the user to examine all defined
20294 methods within C@t{++} program, or (with the @var{regexp} argument) a
20295 specific set of methods found in the various C@t{++} classes. Many
20296 C@t{++} classes provide a large number of methods. Thus, the output
20297 from the @code{ptype} command can be overwhelming and hard to use. The
20298 @code{info-methods} command filters the methods, printing only those
20299 which match the regular-expression @var{regexp}.
20300 @end ignore
20301
20302 @cindex opaque data types
20303 @kindex set opaque-type-resolution
20304 @item set opaque-type-resolution on
20305 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
20306 declared as a pointer to a @code{struct}, @code{class}, or
20307 @code{union}---for example, @code{struct MyType *}---that is used in one
20308 source file although the full declaration of @code{struct MyType} is in
20309 another source file. The default is on.
20310
20311 A change in the setting of this subcommand will not take effect until
20312 the next time symbols for a file are loaded.
20313
20314 @item set opaque-type-resolution off
20315 Tell @value{GDBN} not to resolve opaque types. In this case, the type
20316 is printed as follows:
20317 @smallexample
20318 @{<no data fields>@}
20319 @end smallexample
20320
20321 @kindex show opaque-type-resolution
20322 @item show opaque-type-resolution
20323 Show whether opaque types are resolved or not.
20324
20325 @kindex set print symbol-loading
20326 @cindex print messages when symbols are loaded
20327 @item set print symbol-loading
20328 @itemx set print symbol-loading full
20329 @itemx set print symbol-loading brief
20330 @itemx set print symbol-loading off
20331 The @code{set print symbol-loading} command allows you to control the
20332 printing of messages when @value{GDBN} loads symbol information.
20333 By default a message is printed for the executable and one for each
20334 shared library, and normally this is what you want. However, when
20335 debugging apps with large numbers of shared libraries these messages
20336 can be annoying.
20337 When set to @code{brief} a message is printed for each executable,
20338 and when @value{GDBN} loads a collection of shared libraries at once
20339 it will only print one message regardless of the number of shared
20340 libraries. When set to @code{off} no messages are printed.
20341
20342 @kindex show print symbol-loading
20343 @item show print symbol-loading
20344 Show whether messages will be printed when a @value{GDBN} command
20345 entered from the keyboard causes symbol information to be loaded.
20346
20347 @kindex maint print symbols
20348 @cindex symbol dump
20349 @kindex maint print psymbols
20350 @cindex partial symbol dump
20351 @kindex maint print msymbols
20352 @cindex minimal symbol dump
20353 @item maint print symbols @r{[}-pc @var{address}@r{]} @r{[}@var{filename}@r{]}
20354 @itemx maint print symbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
20355 @itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-pc @var{address}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
20356 @itemx maint print psymbols @r{[}-objfile @var{objfile}@r{]} @r{[}-source @var{source}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
20357 @itemx maint print msymbols @r{[}-objfile @var{objfile}@r{]} @r{[}--@r{]} @r{[}@var{filename}@r{]}
20358 Write a dump of debugging symbol data into the file @var{filename} or
20359 the terminal if @var{filename} is unspecified.
20360 If @code{-objfile @var{objfile}} is specified, only dump symbols for
20361 that objfile.
20362 If @code{-pc @var{address}} is specified, only dump symbols for the file
20363 with code at that address. Note that @var{address} may be a symbol like
20364 @code{main}.
20365 If @code{-source @var{source}} is specified, only dump symbols for that
20366 source file.
20367
20368 These commands are used to debug the @value{GDBN} symbol-reading code.
20369 These commands do not modify internal @value{GDBN} state, therefore
20370 @samp{maint print symbols} will only print symbols for already expanded symbol
20371 tables.
20372 You can use the command @code{info sources} to find out which files these are.
20373 If you use @samp{maint print psymbols} instead, the dump shows information
20374 about symbols that @value{GDBN} only knows partially---that is, symbols
20375 defined in files that @value{GDBN} has skimmed, but not yet read completely.
20376 Finally, @samp{maint print msymbols} just dumps ``minimal symbols'', e.g.,
20377 ``ELF symbols''.
20378
20379 @xref{Files, ,Commands to Specify Files}, for a discussion of how
20380 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
20381
20382 @kindex maint info symtabs
20383 @kindex maint info psymtabs
20384 @cindex listing @value{GDBN}'s internal symbol tables
20385 @cindex symbol tables, listing @value{GDBN}'s internal
20386 @cindex full symbol tables, listing @value{GDBN}'s internal
20387 @cindex partial symbol tables, listing @value{GDBN}'s internal
20388 @item maint info symtabs @r{[} @var{regexp} @r{]}
20389 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
20390
20391 List the @code{struct symtab} or @code{struct partial_symtab}
20392 structures whose names match @var{regexp}. If @var{regexp} is not
20393 given, list them all. The output includes expressions which you can
20394 copy into a @value{GDBN} debugging this one to examine a particular
20395 structure in more detail. For example:
20396
20397 @smallexample
20398 (@value{GDBP}) maint info psymtabs dwarf2read
20399 @{ objfile /home/gnu/build/gdb/gdb
20400 ((struct objfile *) 0x82e69d0)
20401 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
20402 ((struct partial_symtab *) 0x8474b10)
20403 readin no
20404 fullname (null)
20405 text addresses 0x814d3c8 -- 0x8158074
20406 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
20407 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
20408 dependencies (none)
20409 @}
20410 @}
20411 (@value{GDBP}) maint info symtabs
20412 (@value{GDBP})
20413 @end smallexample
20414 @noindent
20415 We see that there is one partial symbol table whose filename contains
20416 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
20417 and we see that @value{GDBN} has not read in any symtabs yet at all.
20418 If we set a breakpoint on a function, that will cause @value{GDBN} to
20419 read the symtab for the compilation unit containing that function:
20420
20421 @smallexample
20422 (@value{GDBP}) break dwarf2_psymtab_to_symtab
20423 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
20424 line 1574.
20425 (@value{GDBP}) maint info symtabs
20426 @{ objfile /home/gnu/build/gdb/gdb
20427 ((struct objfile *) 0x82e69d0)
20428 @{ symtab /home/gnu/src/gdb/dwarf2read.c
20429 ((struct symtab *) 0x86c1f38)
20430 dirname (null)
20431 fullname (null)
20432 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
20433 linetable ((struct linetable *) 0x8370fa0)
20434 debugformat DWARF 2
20435 @}
20436 @}
20437 (@value{GDBP})
20438 @end smallexample
20439
20440 @kindex maint info line-table
20441 @cindex listing @value{GDBN}'s internal line tables
20442 @cindex line tables, listing @value{GDBN}'s internal
20443 @item maint info line-table @r{[} @var{regexp} @r{]}
20444
20445 List the @code{struct linetable} from all @code{struct symtab}
20446 instances whose name matches @var{regexp}. If @var{regexp} is not
20447 given, list the @code{struct linetable} from all @code{struct symtab}.
20448 For example:
20449
20450 @smallexample
20451 (@value{GDBP}) maint info line-table
20452 objfile: /home/gnu/build/a.out ((struct objfile *) 0x6120000e0d40)
20453 compunit_symtab: simple.cpp ((struct compunit_symtab *) 0x6210000ff450)
20454 symtab: /home/gnu/src/simple.cpp ((struct symtab *) 0x6210000ff4d0)
20455 linetable: ((struct linetable *) 0x62100012b760):
20456 INDEX LINE ADDRESS IS-STMT PROLOGUE-END
20457 0 3 0x0000000000401110 Y
20458 1 4 0x0000000000401114 Y Y
20459 2 9 0x0000000000401120 Y
20460 3 10 0x0000000000401124 Y Y
20461 4 10 0x0000000000401129
20462 5 15 0x0000000000401130 Y
20463 6 16 0x0000000000401134 Y Y
20464 7 16 0x0000000000401139
20465 8 21 0x0000000000401140 Y
20466 9 22 0x000000000040114f Y Y
20467 10 22 0x0000000000401154
20468 11 END 0x000000000040115a Y
20469 @end smallexample
20470 @noindent
20471 The @samp{IS-STMT} column indicates if the address is a recommended breakpoint
20472 location to represent a line or a statement. The @samp{PROLOGUE-END} column
20473 indicates that a given address is an adequate place to set a breakpoint at the
20474 first instruction following a function prologue.
20475
20476 @kindex set always-read-ctf [on|off]
20477 @kindex show always-read-ctf
20478 @cindex always-read-ctf
20479 @cindex CTF info, when to read
20480 @item set always-read-ctf [on|off]
20481 @itemx show always-read-ctf
20482
20483 When off, CTF debug info is only read if DWARF debug info is not
20484 present. When on, CTF debug info is read regardless of whether DWARF
20485 debug info is present. The default value is off.
20486
20487 @kindex maint set symbol-cache-size
20488 @cindex symbol cache size
20489 @item maint set symbol-cache-size @var{size}
20490 Set the size of the symbol cache to @var{size}.
20491 The default size is intended to be good enough for debugging
20492 most applications. This option exists to allow for experimenting
20493 with different sizes.
20494
20495 @kindex maint show symbol-cache-size
20496 @item maint show symbol-cache-size
20497 Show the size of the symbol cache.
20498
20499 @kindex maint print symbol-cache
20500 @cindex symbol cache, printing its contents
20501 @item maint print symbol-cache
20502 Print the contents of the symbol cache.
20503 This is useful when debugging symbol cache issues.
20504
20505 @kindex maint print symbol-cache-statistics
20506 @cindex symbol cache, printing usage statistics
20507 @item maint print symbol-cache-statistics
20508 Print symbol cache usage statistics.
20509 This helps determine how well the cache is being utilized.
20510
20511 @kindex maint flush symbol-cache
20512 @kindex maint flush-symbol-cache
20513 @cindex symbol cache, flushing
20514 @item maint flush symbol-cache
20515 @itemx maint flush-symbol-cache
20516 Flush the contents of the symbol cache, all entries are removed. This
20517 command is useful when debugging the symbol cache. It is also useful
20518 when collecting performance data. The command @code{maint
20519 flush-symbol-cache} is deprecated in favor of @code{maint flush
20520 symbol-cache}..
20521
20522 @kindex maint set ignore-prologue-end-flag
20523 @cindex prologue-end
20524 @item maint set ignore-prologue-end-flag [on|off]
20525 Enable or disable the use of the @samp{PROLOGUE-END} flag from the line-table.
20526 When @samp{off} (the default), @value{GDBN} uses the @samp{PROLOGUE-END} flag
20527 to place breakpoints past the end of a function prologue. When @samp{on},
20528 @value{GDBN} ignores the flag and relies on prologue analyzers to skip function
20529 prologues.
20530
20531 @kindex maint show ignore-prologue-end-flag
20532 @item maint show ignore-prologue-end-flag
20533 Show whether @value{GDBN} will ignore the @samp{PROLOGUE-END} flag.
20534
20535 @end table
20536
20537 @node Altering
20538 @chapter Altering Execution
20539
20540 Once you think you have found an error in your program, you might want to
20541 find out for certain whether correcting the apparent error would lead to
20542 correct results in the rest of the run. You can find the answer by
20543 experiment, using the @value{GDBN} features for altering execution of the
20544 program.
20545
20546 For example, you can store new values into variables or memory
20547 locations, give your program a signal, restart it at a different
20548 address, or even return prematurely from a function.
20549
20550 @menu
20551 * Assignment:: Assignment to variables
20552 * Jumping:: Continuing at a different address
20553 * Signaling:: Giving your program a signal
20554 * Returning:: Returning from a function
20555 * Calling:: Calling your program's functions
20556 * Patching:: Patching your program
20557 * Compiling and Injecting Code:: Compiling and injecting code in @value{GDBN}
20558 @end menu
20559
20560 @node Assignment
20561 @section Assignment to Variables
20562
20563 @cindex assignment
20564 @cindex setting variables
20565 To alter the value of a variable, evaluate an assignment expression.
20566 @xref{Expressions, ,Expressions}. For example,
20567
20568 @smallexample
20569 print x=4
20570 @end smallexample
20571
20572 @noindent
20573 stores the value 4 into the variable @code{x}, and then prints the
20574 value of the assignment expression (which is 4).
20575 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
20576 information on operators in supported languages.
20577
20578 @kindex set variable
20579 @cindex variables, setting
20580 If you are not interested in seeing the value of the assignment, use the
20581 @code{set} command instead of the @code{print} command. @code{set} is
20582 really the same as @code{print} except that the expression's value is
20583 not printed and is not put in the value history (@pxref{Value History,
20584 ,Value History}). The expression is evaluated only for its effects.
20585
20586 If the beginning of the argument string of the @code{set} command
20587 appears identical to a @code{set} subcommand, use the @code{set
20588 variable} command instead of just @code{set}. This command is identical
20589 to @code{set} except for its lack of subcommands. For example, if your
20590 program has a variable @code{width}, you get an error if you try to set
20591 a new value with just @samp{set width=13}, because @value{GDBN} has the
20592 command @code{set width}:
20593
20594 @smallexample
20595 (@value{GDBP}) whatis width
20596 type = double
20597 (@value{GDBP}) p width
20598 $4 = 13
20599 (@value{GDBP}) set width=47
20600 Invalid syntax in expression.
20601 @end smallexample
20602
20603 @noindent
20604 The invalid expression, of course, is @samp{=47}. In
20605 order to actually set the program's variable @code{width}, use
20606
20607 @smallexample
20608 (@value{GDBP}) set var width=47
20609 @end smallexample
20610
20611 Because the @code{set} command has many subcommands that can conflict
20612 with the names of program variables, it is a good idea to use the
20613 @code{set variable} command instead of just @code{set}. For example, if
20614 your program has a variable @code{g}, you run into problems if you try
20615 to set a new value with just @samp{set g=4}, because @value{GDBN} has
20616 the command @code{set gnutarget}, abbreviated @code{set g}:
20617
20618 @smallexample
20619 @group
20620 (@value{GDBP}) whatis g
20621 type = double
20622 (@value{GDBP}) p g
20623 $1 = 1
20624 (@value{GDBP}) set g=4
20625 (@value{GDBP}) p g
20626 $2 = 1
20627 (@value{GDBP}) r
20628 The program being debugged has been started already.
20629 Start it from the beginning? (y or n) y
20630 Starting program: /home/smith/cc_progs/a.out
20631 "/home/smith/cc_progs/a.out": can't open to read symbols:
20632 Invalid bfd target.
20633 (@value{GDBP}) show g
20634 The current BFD target is "=4".
20635 @end group
20636 @end smallexample
20637
20638 @noindent
20639 The program variable @code{g} did not change, and you silently set the
20640 @code{gnutarget} to an invalid value. In order to set the variable
20641 @code{g}, use
20642
20643 @smallexample
20644 (@value{GDBP}) set var g=4
20645 @end smallexample
20646
20647 @value{GDBN} allows more implicit conversions in assignments than C; you can
20648 freely store an integer value into a pointer variable or vice versa,
20649 and you can convert any structure to any other structure that is the
20650 same length or shorter.
20651 @comment FIXME: how do structs align/pad in these conversions?
20652 @comment /doc@cygnus.com 18dec1990
20653
20654 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
20655 construct to generate a value of specified type at a specified address
20656 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
20657 to memory location @code{0x83040} as an integer (which implies a certain size
20658 and representation in memory), and
20659
20660 @smallexample
20661 set @{int@}0x83040 = 4
20662 @end smallexample
20663
20664 @noindent
20665 stores the value 4 into that memory location.
20666
20667 @node Jumping
20668 @section Continuing at a Different Address
20669
20670 Ordinarily, when you continue your program, you do so at the place where
20671 it stopped, with the @code{continue} command. You can instead continue at
20672 an address of your own choosing, with the following commands:
20673
20674 @table @code
20675 @kindex jump
20676 @kindex j @r{(@code{jump})}
20677 @item jump @var{locspec}
20678 @itemx j @var{locspec}
20679 Resume execution at the address of the code location that results from
20680 resolving @var{locspec}.
20681 @xref{Location Specifications}, for a description of the different
20682 forms of @var{locspec}. If @var{locspec} resolves to more than one address,
20683 those outside the current compilation unit are ignored. If considering just
20684 the addresses in the current compilation unit still doesn't yield a unique
20685 address, the command aborts before jumping.
20686 Execution stops again immediately if there is a breakpoint there. It
20687 is common practice to use the @code{tbreak} command in conjunction
20688 with @code{jump}. @xref{Set Breaks, ,Setting Breakpoints}.
20689
20690 The @code{jump} command does not change the current stack frame, or
20691 the stack pointer, or the contents of any memory location or any
20692 register other than the program counter. If @var{locspec} resolves to
20693 an address in a different function from the one currently executing, the
20694 results may be bizarre if the two functions expect different patterns
20695 of arguments or of local variables. For this reason, the @code{jump}
20696 command requests confirmation if the jump address is not in the
20697 function currently executing. However, even bizarre results are
20698 predictable if you are well acquainted with the machine-language code
20699 of your program.
20700 @end table
20701
20702 On many systems, you can get much the same effect as the @code{jump}
20703 command by storing a new value into the register @code{$pc}. The
20704 difference is that this does not start your program running; it only
20705 changes the address of where it @emph{will} run when you continue. For
20706 example,
20707
20708 @smallexample
20709 set $pc = 0x485
20710 @end smallexample
20711
20712 @noindent
20713 makes the next @code{continue} command or stepping command execute at
20714 address @code{0x485}, rather than at the address where your program stopped.
20715 @xref{Continuing and Stepping, ,Continuing and Stepping}.
20716
20717 However, writing directly to @code{$pc} will only change the value of
20718 the program-counter register, while using @code{jump} will ensure that
20719 any additional auxiliary state is also updated. For example, on
20720 SPARC, @code{jump} will update both @code{$pc} and @code{$npc}
20721 registers prior to resuming execution. When using the approach of
20722 writing directly to @code{$pc} it is your job to also update the
20723 @code{$npc} register.
20724
20725 The most common occasion to use the @code{jump} command is to back
20726 up---perhaps with more breakpoints set---over a portion of a program
20727 that has already executed, in order to examine its execution in more
20728 detail.
20729
20730 @c @group
20731 @node Signaling
20732 @section Giving your Program a Signal
20733 @cindex deliver a signal to a program
20734
20735 @table @code
20736 @kindex signal
20737 @item signal @var{signal}
20738 Resume execution where your program is stopped, but immediately give it the
20739 signal @var{signal}. The @var{signal} can be the name or the number of a
20740 signal. For example, on many systems @code{signal 2} and @code{signal
20741 SIGINT} are both ways of sending an interrupt signal.
20742
20743 Alternatively, if @var{signal} is zero, continue execution without
20744 giving a signal. This is useful when your program stopped on account of
20745 a signal and would ordinarily see the signal when resumed with the
20746 @code{continue} command; @samp{signal 0} causes it to resume without a
20747 signal.
20748
20749 @emph{Note:} When resuming a multi-threaded program, @var{signal} is
20750 delivered to the currently selected thread, not the thread that last
20751 reported a stop. This includes the situation where a thread was
20752 stopped due to a signal. So if you want to continue execution
20753 suppressing the signal that stopped a thread, you should select that
20754 same thread before issuing the @samp{signal 0} command. If you issue
20755 the @samp{signal 0} command with another thread as the selected one,
20756 @value{GDBN} detects that and asks for confirmation.
20757
20758 Invoking the @code{signal} command is not the same as invoking the
20759 @code{kill} utility from the shell. Sending a signal with @code{kill}
20760 causes @value{GDBN} to decide what to do with the signal depending on
20761 the signal handling tables (@pxref{Signals}). The @code{signal} command
20762 passes the signal directly to your program.
20763
20764 @code{signal} does not repeat when you press @key{RET} a second time
20765 after executing the command.
20766
20767 @kindex queue-signal
20768 @item queue-signal @var{signal}
20769 Queue @var{signal} to be delivered immediately to the current thread
20770 when execution of the thread resumes. The @var{signal} can be the name or
20771 the number of a signal. For example, on many systems @code{signal 2} and
20772 @code{signal SIGINT} are both ways of sending an interrupt signal.
20773 The handling of the signal must be set to pass the signal to the program,
20774 otherwise @value{GDBN} will report an error.
20775 You can control the handling of signals from @value{GDBN} with the
20776 @code{handle} command (@pxref{Signals}).
20777
20778 Alternatively, if @var{signal} is zero, any currently queued signal
20779 for the current thread is discarded and when execution resumes no signal
20780 will be delivered. This is useful when your program stopped on account
20781 of a signal and would ordinarily see the signal when resumed with the
20782 @code{continue} command.
20783
20784 This command differs from the @code{signal} command in that the signal
20785 is just queued, execution is not resumed. And @code{queue-signal} cannot
20786 be used to pass a signal whose handling state has been set to @code{nopass}
20787 (@pxref{Signals}).
20788 @end table
20789 @c @end group
20790
20791 @xref{stepping into signal handlers}, for information on how stepping
20792 commands behave when the thread has a signal queued.
20793
20794 @node Returning
20795 @section Returning from a Function
20796
20797 @table @code
20798 @cindex returning from a function
20799 @kindex return
20800 @item return
20801 @itemx return @var{expression}
20802 You can cancel execution of a function call with the @code{return}
20803 command. If you give an
20804 @var{expression} argument, its value is used as the function's return
20805 value.
20806 @end table
20807
20808 When you use @code{return}, @value{GDBN} discards the selected stack frame
20809 (and all frames within it). You can think of this as making the
20810 discarded frame return prematurely. If you wish to specify a value to
20811 be returned, give that value as the argument to @code{return}.
20812
20813 This pops the selected stack frame (@pxref{Selection, ,Selecting a
20814 Frame}), and any other frames inside of it, leaving its caller as the
20815 innermost remaining frame. That frame becomes selected. The
20816 specified value is stored in the registers used for returning values
20817 of functions.
20818
20819 The @code{return} command does not resume execution; it leaves the
20820 program stopped in the state that would exist if the function had just
20821 returned. In contrast, the @code{finish} command (@pxref{Continuing
20822 and Stepping, ,Continuing and Stepping}) resumes execution until the
20823 selected stack frame returns naturally.
20824
20825 @value{GDBN} needs to know how the @var{expression} argument should be set for
20826 the inferior. The concrete registers assignment depends on the OS ABI and the
20827 type being returned by the selected stack frame. For example it is common for
20828 OS ABI to return floating point values in FPU registers while integer values in
20829 CPU registers. Still some ABIs return even floating point values in CPU
20830 registers. Larger integer widths (such as @code{long long int}) also have
20831 specific placement rules. @value{GDBN} already knows the OS ABI from its
20832 current target so it needs to find out also the type being returned to make the
20833 assignment into the right register(s).
20834
20835 Normally, the selected stack frame has debug info. @value{GDBN} will always
20836 use the debug info instead of the implicit type of @var{expression} when the
20837 debug info is available. For example, if you type @kbd{return -1}, and the
20838 function in the current stack frame is declared to return a @code{long long
20839 int}, @value{GDBN} transparently converts the implicit @code{int} value of -1
20840 into a @code{long long int}:
20841
20842 @smallexample
20843 Breakpoint 1, func () at gdb.base/return-nodebug.c:29
20844 29 return 31;
20845 (@value{GDBP}) return -1
20846 Make func return now? (y or n) y
20847 #0 0x004004f6 in main () at gdb.base/return-nodebug.c:43
20848 43 printf ("result=%lld\n", func ());
20849 (@value{GDBP})
20850 @end smallexample
20851
20852 However, if the selected stack frame does not have a debug info, e.g., if the
20853 function was compiled without debug info, @value{GDBN} has to find out the type
20854 to return from user. Specifying a different type by mistake may set the value
20855 in different inferior registers than the caller code expects. For example,
20856 typing @kbd{return -1} with its implicit type @code{int} would set only a part
20857 of a @code{long long int} result for a debug info less function (on 32-bit
20858 architectures). Therefore the user is required to specify the return type by
20859 an appropriate cast explicitly:
20860
20861 @smallexample
20862 Breakpoint 2, 0x0040050b in func ()
20863 (@value{GDBP}) return -1
20864 Return value type not available for selected stack frame.
20865 Please use an explicit cast of the value to return.
20866 (@value{GDBP}) return (long long int) -1
20867 Make selected stack frame return now? (y or n) y
20868 #0 0x00400526 in main ()
20869 (@value{GDBP})
20870 @end smallexample
20871
20872 @node Calling
20873 @section Calling Program Functions
20874
20875 @table @code
20876 @cindex calling functions
20877 @cindex inferior functions, calling
20878 @item print @var{expr}
20879 Evaluate the expression @var{expr} and display the resulting value.
20880 The expression may include calls to functions in the program being
20881 debugged.
20882
20883 @kindex call
20884 @item call @var{expr}
20885 Evaluate the expression @var{expr} without displaying @code{void}
20886 returned values.
20887
20888 You can use this variant of the @code{print} command if you want to
20889 execute a function from your program that does not return anything
20890 (a.k.a.@: @dfn{a void function}), but without cluttering the output
20891 with @code{void} returned values that @value{GDBN} will otherwise
20892 print. If the result is not void, it is printed and saved in the
20893 value history.
20894 @end table
20895
20896 It is possible for the function you call via the @code{print} or
20897 @code{call} command to generate a signal (e.g., if there's a bug in
20898 the function, or if you passed it incorrect arguments). What happens
20899 in that case is controlled by the @code{set unwindonsignal} command.
20900
20901 Similarly, with a C@t{++} program it is possible for the function you
20902 call via the @code{print} or @code{call} command to generate an
20903 exception that is not handled due to the constraints of the dummy
20904 frame. In this case, any exception that is raised in the frame, but has
20905 an out-of-frame exception handler will not be found. GDB builds a
20906 dummy-frame for the inferior function call, and the unwinder cannot
20907 seek for exception handlers outside of this dummy-frame. What happens
20908 in that case is controlled by the
20909 @code{set unwind-on-terminating-exception} command.
20910
20911 @anchor{stack unwind settings}
20912 @table @code
20913 @item set unwindonsignal
20914 @kindex set unwindonsignal
20915 @cindex unwind stack in called functions
20916 @cindex call dummy stack unwinding
20917 Set unwinding of the stack if a signal is received while in a function
20918 that @value{GDBN} called in the program being debugged. If set to on,
20919 @value{GDBN} unwinds the stack it created for the call and restores
20920 the context to what it was before the call. If set to off (the
20921 default), @value{GDBN} stops in the frame where the signal was
20922 received.
20923
20924 @item show unwindonsignal
20925 @kindex show unwindonsignal
20926 Show the current setting of stack unwinding in the functions called by
20927 @value{GDBN}.
20928
20929 @item set unwind-on-terminating-exception
20930 @kindex set unwind-on-terminating-exception
20931 @cindex unwind stack in called functions with unhandled exceptions
20932 @cindex call dummy stack unwinding on unhandled exception.
20933 Set unwinding of the stack if a C@t{++} exception is raised, but left
20934 unhandled while in a function that @value{GDBN} called in the program being
20935 debugged. If set to on (the default), @value{GDBN} unwinds the stack
20936 it created for the call and restores the context to what it was before
20937 the call. If set to off, @value{GDBN} the exception is delivered to
20938 the default C@t{++} exception handler and the inferior terminated.
20939
20940 @item show unwind-on-terminating-exception
20941 @kindex show unwind-on-terminating-exception
20942 Show the current setting of stack unwinding in the functions called by
20943 @value{GDBN}.
20944
20945 @item set may-call-functions
20946 @kindex set may-call-functions
20947 @cindex disabling calling functions in the program
20948 @cindex calling functions in the program, disabling
20949 Set permission to call functions in the program.
20950 This controls whether @value{GDBN} will attempt to call functions in
20951 the program, such as with expressions in the @code{print} command. It
20952 defaults to @code{on}.
20953
20954 To call a function in the program, @value{GDBN} has to temporarily
20955 modify the state of the inferior. This has potentially undesired side
20956 effects. Also, having @value{GDBN} call nested functions is likely to
20957 be erroneous and may even crash the program being debugged. You can
20958 avoid such hazards by forbidding @value{GDBN} from calling functions
20959 in the program being debugged. If calling functions in the program
20960 is forbidden, GDB will throw an error when a command (such as printing
20961 an expression) starts a function call in the program.
20962
20963 @item show may-call-functions
20964 @kindex show may-call-functions
20965 Show permission to call functions in the program.
20966
20967 @end table
20968
20969 When calling a function within a program, it is possible that the
20970 program could enter a state from which the called function may never
20971 return. If this happens then it is possible to interrupt the function
20972 call by typing the interrupt character (often @kbd{Ctrl-c}).
20973
20974 If a called function is interrupted for any reason, including hitting
20975 a breakpoint, or triggering a watchpoint, and the stack is not unwound
20976 due to @code{set unwind-on-terminating-exception on} or @code{set
20977 unwindonsignal on} (@pxref{stack unwind settings}),
20978 then the dummy-frame, created by @value{GDBN} to facilitate the call
20979 to the program function, will be visible in the backtrace, for example
20980 frame @code{#3} in the following backtrace:
20981
20982 @smallexample
20983 (@value{GDBP}) backtrace
20984 #0 0x00007ffff7b3d1e7 in nanosleep () from /lib64/libc.so.6
20985 #1 0x00007ffff7b3d11e in sleep () from /lib64/libc.so.6
20986 #2 0x000000000040113f in deadlock () at test.cc:13
20987 #3 <function called from gdb>
20988 #4 breakpt () at test.cc:20
20989 #5 0x0000000000401151 in main () at test.cc:25
20990 @end smallexample
20991
20992 At this point it is possible to examine the state of the inferior just
20993 like any other stop.
20994
20995 Depending on why the function was interrupted then it may be possible
20996 to resume the inferior (using commands like @code{continue},
20997 @code{step}, etc). In this case, when the inferior finally returns to
20998 the dummy-frame, @value{GDBN} will once again halt the inferior.
20999
21000 @subsection Calling functions with no debug info
21001
21002 @cindex no debug info functions
21003 Sometimes, a function you wish to call is missing debug information.
21004 In such case, @value{GDBN} does not know the type of the function,
21005 including the types of the function's parameters. To avoid calling
21006 the inferior function incorrectly, which could result in the called
21007 function functioning erroneously and even crash, @value{GDBN} refuses
21008 to call the function unless you tell it the type of the function.
21009
21010 For prototyped (i.e.@: ANSI/ISO style) functions, there are two ways
21011 to do that. The simplest is to cast the call to the function's
21012 declared return type. For example:
21013
21014 @smallexample
21015 (@value{GDBP}) p getenv ("PATH")
21016 'getenv' has unknown return type; cast the call to its declared return type
21017 (@value{GDBP}) p (char *) getenv ("PATH")
21018 $1 = 0x7fffffffe7ba "/usr/local/bin:/"...
21019 @end smallexample
21020
21021 Casting the return type of a no-debug function is equivalent to
21022 casting the function to a pointer to a prototyped function that has a
21023 prototype that matches the types of the passed-in arguments, and
21024 calling that. I.e., the call above is equivalent to:
21025
21026 @smallexample
21027 (@value{GDBP}) p ((char * (*) (const char *)) getenv) ("PATH")
21028 @end smallexample
21029
21030 @noindent
21031 and given this prototyped C or C++ function with float parameters:
21032
21033 @smallexample
21034 float multiply (float v1, float v2) @{ return v1 * v2; @}
21035 @end smallexample
21036
21037 @noindent
21038 these calls are equivalent:
21039
21040 @smallexample
21041 (@value{GDBP}) p (float) multiply (2.0f, 3.0f)
21042 (@value{GDBP}) p ((float (*) (float, float)) multiply) (2.0f, 3.0f)
21043 @end smallexample
21044
21045 If the function you wish to call is declared as unprototyped (i.e.@:
21046 old K&R style), you must use the cast-to-function-pointer syntax, so
21047 that @value{GDBN} knows that it needs to apply default argument
21048 promotions (promote float arguments to double). @xref{ABI, float
21049 promotion}. For example, given this unprototyped C function with
21050 float parameters, and no debug info:
21051
21052 @smallexample
21053 float
21054 multiply_noproto (v1, v2)
21055 float v1, v2;
21056 @{
21057 return v1 * v2;
21058 @}
21059 @end smallexample
21060
21061 @noindent
21062 you call it like this:
21063
21064 @smallexample
21065 (@value{GDBP}) p ((float (*) ()) multiply_noproto) (2.0f, 3.0f)
21066 @end smallexample
21067
21068 @node Patching
21069 @section Patching Programs
21070
21071 @cindex patching binaries
21072 @cindex writing into executables
21073 @cindex writing into corefiles
21074
21075 By default, @value{GDBN} opens the file containing your program's
21076 executable code (or the corefile) read-only. This prevents accidental
21077 alterations to machine code; but it also prevents you from intentionally
21078 patching your program's binary.
21079
21080 If you'd like to be able to patch the binary, you can specify that
21081 explicitly with the @code{set write} command. For example, you might
21082 want to turn on internal debugging flags, or even to make emergency
21083 repairs.
21084
21085 @table @code
21086 @kindex set write
21087 @item set write on
21088 @itemx set write off
21089 If you specify @samp{set write on}, @value{GDBN} opens executable and
21090 core files for both reading and writing; if you specify @kbd{set write
21091 off} (the default), @value{GDBN} opens them read-only.
21092
21093 If you have already loaded a file, you must load it again (using the
21094 @code{exec-file} or @code{core-file} command) after changing @code{set
21095 write}, for your new setting to take effect.
21096
21097 @item show write
21098 @kindex show write
21099 Display whether executable files and core files are opened for writing
21100 as well as reading.
21101 @end table
21102
21103 @node Compiling and Injecting Code
21104 @section Compiling and injecting code in @value{GDBN}
21105 @cindex injecting code
21106 @cindex writing into executables
21107 @cindex compiling code
21108
21109 @value{GDBN} supports on-demand compilation and code injection into
21110 programs running under @value{GDBN}. GCC 5.0 or higher built with
21111 @file{libcc1.so} must be installed for this functionality to be enabled.
21112 This functionality is implemented with the following commands.
21113
21114 @table @code
21115 @kindex compile code
21116 @item compile code @var{source-code}
21117 @itemx compile code -raw @var{--} @var{source-code}
21118 Compile @var{source-code} with the compiler language found as the current
21119 language in @value{GDBN} (@pxref{Languages}). If compilation and
21120 injection is not supported with the current language specified in
21121 @value{GDBN}, or the compiler does not support this feature, an error
21122 message will be printed. If @var{source-code} compiles and links
21123 successfully, @value{GDBN} will load the object-code emitted,
21124 and execute it within the context of the currently selected inferior.
21125 It is important to note that the compiled code is executed immediately.
21126 After execution, the compiled code is removed from @value{GDBN} and any
21127 new types or variables you have defined will be deleted.
21128
21129 The command allows you to specify @var{source-code} in two ways.
21130 The simplest method is to provide a single line of code to the command.
21131 E.g.:
21132
21133 @smallexample
21134 compile code printf ("hello world\n");
21135 @end smallexample
21136
21137 If you specify options on the command line as well as source code, they
21138 may conflict. The @samp{--} delimiter can be used to separate options
21139 from actual source code. E.g.:
21140
21141 @smallexample
21142 compile code -r -- printf ("hello world\n");
21143 @end smallexample
21144
21145 Alternatively you can enter source code as multiple lines of text. To
21146 enter this mode, invoke the @samp{compile code} command without any text
21147 following the command. This will start the multiple-line editor and
21148 allow you to type as many lines of source code as required. When you
21149 have completed typing, enter @samp{end} on its own line to exit the
21150 editor.
21151
21152 @smallexample
21153 compile code
21154 >printf ("hello\n");
21155 >printf ("world\n");
21156 >end
21157 @end smallexample
21158
21159 Specifying @samp{-raw}, prohibits @value{GDBN} from wrapping the
21160 provided @var{source-code} in a callable scope. In this case, you must
21161 specify the entry point of the code by defining a function named
21162 @code{_gdb_expr_}. The @samp{-raw} code cannot access variables of the
21163 inferior. Using @samp{-raw} option may be needed for example when
21164 @var{source-code} requires @samp{#include} lines which may conflict with
21165 inferior symbols otherwise.
21166
21167 @kindex compile file
21168 @item compile file @var{filename}
21169 @itemx compile file -raw @var{filename}
21170 Like @code{compile code}, but take the source code from @var{filename}.
21171
21172 @smallexample
21173 compile file /home/user/example.c
21174 @end smallexample
21175 @end table
21176
21177 @table @code
21178 @item compile print [[@var{options}] --] @var{expr}
21179 @itemx compile print [[@var{options}] --] /@var{f} @var{expr}
21180 Compile and execute @var{expr} with the compiler language found as the
21181 current language in @value{GDBN} (@pxref{Languages}). By default the
21182 value of @var{expr} is printed in a format appropriate to its data type;
21183 you can choose a different format by specifying @samp{/@var{f}}, where
21184 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
21185 Formats}. The @code{compile print} command accepts the same options
21186 as the @code{print} command; see @ref{print options}.
21187
21188 @item compile print [[@var{options}] --]
21189 @itemx compile print [[@var{options}] --] /@var{f}
21190 @cindex reprint the last value
21191 Alternatively you can enter the expression (source code producing it) as
21192 multiple lines of text. To enter this mode, invoke the @samp{compile print}
21193 command without any text following the command. This will start the
21194 multiple-line editor.
21195 @end table
21196
21197 @noindent
21198 The process of compiling and injecting the code can be inspected using:
21199
21200 @table @code
21201 @anchor{set debug compile}
21202 @item set debug compile
21203 @cindex compile command debugging info
21204 Turns on or off display of @value{GDBN} process of compiling and
21205 injecting the code. The default is off.
21206
21207 @item show debug compile
21208 Displays the current state of displaying @value{GDBN} process of
21209 compiling and injecting the code.
21210
21211 @anchor{set debug compile-cplus-types}
21212 @item set debug compile-cplus-types
21213 @cindex compile C@t{++} type conversion
21214 Turns on or off the display of C@t{++} type conversion debugging information.
21215 The default is off.
21216
21217 @item show debug compile-cplus-types
21218 Displays the current state of displaying debugging information for
21219 C@t{++} type conversion.
21220 @end table
21221
21222 @subsection Compilation options for the @code{compile} command
21223
21224 @value{GDBN} needs to specify the right compilation options for the code
21225 to be injected, in part to make its ABI compatible with the inferior
21226 and in part to make the injected code compatible with @value{GDBN}'s
21227 injecting process.
21228
21229 @noindent
21230 The options used, in increasing precedence:
21231
21232 @table @asis
21233 @item target architecture and OS options (@code{gdbarch})
21234 These options depend on target processor type and target operating
21235 system, usually they specify at least 32-bit (@code{-m32}) or 64-bit
21236 (@code{-m64}) compilation option.
21237
21238 @item compilation options recorded in the target
21239 @value{NGCC} (since version 4.7) stores the options used for compilation
21240 into @code{DW_AT_producer} part of DWARF debugging information according
21241 to the @value{NGCC} option @code{-grecord-gcc-switches}. One has to
21242 explicitly specify @code{-g} during inferior compilation otherwise
21243 @value{NGCC} produces no DWARF. This feature is only relevant for
21244 platforms where @code{-g} produces DWARF by default, otherwise one may
21245 try to enforce DWARF by using @code{-gdwarf-4}.
21246
21247 @item compilation options set by @code{set compile-args}
21248 @end table
21249
21250 @noindent
21251 You can override compilation options using the following command:
21252
21253 @table @code
21254 @item set compile-args
21255 @cindex compile command options override
21256 Set compilation options used for compiling and injecting code with the
21257 @code{compile} commands. These options override any conflicting ones
21258 from the target architecture and/or options stored during inferior
21259 compilation.
21260
21261 @item show compile-args
21262 Displays the current state of compilation options override.
21263 This does not show all the options actually used during compilation,
21264 use @ref{set debug compile} for that.
21265 @end table
21266
21267 @subsection Caveats when using the @code{compile} command
21268
21269 There are a few caveats to keep in mind when using the @code{compile}
21270 command. As the caveats are different per language, the table below
21271 highlights specific issues on a per language basis.
21272
21273 @table @asis
21274 @item C code examples and caveats
21275 When the language in @value{GDBN} is set to @samp{C}, the compiler will
21276 attempt to compile the source code with a @samp{C} compiler. The source
21277 code provided to the @code{compile} command will have much the same
21278 access to variables and types as it normally would if it were part of
21279 the program currently being debugged in @value{GDBN}.
21280
21281 Below is a sample program that forms the basis of the examples that
21282 follow. This program has been compiled and loaded into @value{GDBN},
21283 much like any other normal debugging session.
21284
21285 @smallexample
21286 void function1 (void)
21287 @{
21288 int i = 42;
21289 printf ("function 1\n");
21290 @}
21291
21292 void function2 (void)
21293 @{
21294 int j = 12;
21295 function1 ();
21296 @}
21297
21298 int main(void)
21299 @{
21300 int k = 6;
21301 int *p;
21302 function2 ();
21303 return 0;
21304 @}
21305 @end smallexample
21306
21307 For the purposes of the examples in this section, the program above has
21308 been compiled, loaded into @value{GDBN}, stopped at the function
21309 @code{main}, and @value{GDBN} is awaiting input from the user.
21310
21311 To access variables and types for any program in @value{GDBN}, the
21312 program must be compiled and packaged with debug information. The
21313 @code{compile} command is not an exception to this rule. Without debug
21314 information, you can still use the @code{compile} command, but you will
21315 be very limited in what variables and types you can access.
21316
21317 So with that in mind, the example above has been compiled with debug
21318 information enabled. The @code{compile} command will have access to
21319 all variables and types (except those that may have been optimized
21320 out). Currently, as @value{GDBN} has stopped the program in the
21321 @code{main} function, the @code{compile} command would have access to
21322 the variable @code{k}. You could invoke the @code{compile} command
21323 and type some source code to set the value of @code{k}. You can also
21324 read it, or do anything with that variable you would normally do in
21325 @code{C}. Be aware that changes to inferior variables in the
21326 @code{compile} command are persistent. In the following example:
21327
21328 @smallexample
21329 compile code k = 3;
21330 @end smallexample
21331
21332 @noindent
21333 the variable @code{k} is now 3. It will retain that value until
21334 something else in the example program changes it, or another
21335 @code{compile} command changes it.
21336
21337 Normal scope and access rules apply to source code compiled and
21338 injected by the @code{compile} command. In the example, the variables
21339 @code{j} and @code{k} are not accessible yet, because the program is
21340 currently stopped in the @code{main} function, where these variables
21341 are not in scope. Therefore, the following command
21342
21343 @smallexample
21344 compile code j = 3;
21345 @end smallexample
21346
21347 @noindent
21348 will result in a compilation error message.
21349
21350 Once the program is continued, execution will bring these variables in
21351 scope, and they will become accessible; then the code you specify via
21352 the @code{compile} command will be able to access them.
21353
21354 You can create variables and types with the @code{compile} command as
21355 part of your source code. Variables and types that are created as part
21356 of the @code{compile} command are not visible to the rest of the program for
21357 the duration of its run. This example is valid:
21358
21359 @smallexample
21360 compile code int ff = 5; printf ("ff is %d\n", ff);
21361 @end smallexample
21362
21363 However, if you were to type the following into @value{GDBN} after that
21364 command has completed:
21365
21366 @smallexample
21367 compile code printf ("ff is %d\n'', ff);
21368 @end smallexample
21369
21370 @noindent
21371 a compiler error would be raised as the variable @code{ff} no longer
21372 exists. Object code generated and injected by the @code{compile}
21373 command is removed when its execution ends. Caution is advised
21374 when assigning to program variables values of variables created by the
21375 code submitted to the @code{compile} command. This example is valid:
21376
21377 @smallexample
21378 compile code int ff = 5; k = ff;
21379 @end smallexample
21380
21381 The value of the variable @code{ff} is assigned to @code{k}. The variable
21382 @code{k} does not require the existence of @code{ff} to maintain the value
21383 it has been assigned. However, pointers require particular care in
21384 assignment. If the source code compiled with the @code{compile} command
21385 changed the address of a pointer in the example program, perhaps to a
21386 variable created in the @code{compile} command, that pointer would point
21387 to an invalid location when the command exits. The following example
21388 would likely cause issues with your debugged program:
21389
21390 @smallexample
21391 compile code int ff = 5; p = &ff;
21392 @end smallexample
21393
21394 In this example, @code{p} would point to @code{ff} when the
21395 @code{compile} command is executing the source code provided to it.
21396 However, as variables in the (example) program persist with their
21397 assigned values, the variable @code{p} would point to an invalid
21398 location when the command exists. A general rule should be followed
21399 in that you should either assign @code{NULL} to any assigned pointers,
21400 or restore a valid location to the pointer before the command exits.
21401
21402 Similar caution must be exercised with any structs, unions, and typedefs
21403 defined in @code{compile} command. Types defined in the @code{compile}
21404 command will no longer be available in the next @code{compile} command.
21405 Therefore, if you cast a variable to a type defined in the
21406 @code{compile} command, care must be taken to ensure that any future
21407 need to resolve the type can be achieved.
21408
21409 @smallexample
21410 (@value{GDBP}) compile code static struct a @{ int a; @} v = @{ 42 @}; argv = &v;
21411 (@value{GDBP}) compile code printf ("%d\n", ((struct a *) argv)->a);
21412 gdb command line:1:36: error: dereferencing pointer to incomplete type ‘struct a’
21413 Compilation failed.
21414 (@value{GDBP}) compile code struct a @{ int a; @}; printf ("%d\n", ((struct a *) argv)->a);
21415 42
21416 @end smallexample
21417
21418 Variables that have been optimized away by the compiler are not
21419 accessible to the code submitted to the @code{compile} command.
21420 Access to those variables will generate a compiler error which @value{GDBN}
21421 will print to the console.
21422 @end table
21423
21424 @subsection Compiler search for the @code{compile} command
21425
21426 @value{GDBN} needs to find @value{NGCC} for the inferior being debugged
21427 which may not be obvious for remote targets of different architecture
21428 than where @value{GDBN} is running. Environment variable @env{PATH} on
21429 @value{GDBN} host is searched for @value{NGCC} binary matching the
21430 target architecture and operating system. This search can be overriden
21431 by @code{set compile-gcc} @value{GDBN} command below. @env{PATH} is
21432 taken from shell that executed @value{GDBN}, it is not the value set by
21433 @value{GDBN} command @code{set environment}). @xref{Environment}.
21434
21435
21436 Specifically @env{PATH} is searched for binaries matching regular expression
21437 @code{@var{arch}(-[^-]*)?-@var{os}-gcc} according to the inferior target being
21438 debugged. @var{arch} is processor name --- multiarch is supported, so for
21439 example both @code{i386} and @code{x86_64} targets look for pattern
21440 @code{(x86_64|i.86)} and both @code{s390} and @code{s390x} targets look
21441 for pattern @code{s390x?}. @var{os} is currently supported only for
21442 pattern @code{linux(-gnu)?}.
21443
21444 On Posix hosts the compiler driver @value{GDBN} needs to find also
21445 shared library @file{libcc1.so} from the compiler. It is searched in
21446 default shared library search path (overridable with usual environment
21447 variable @env{LD_LIBRARY_PATH}), unrelated to @env{PATH} or @code{set
21448 compile-gcc} settings. Contrary to it @file{libcc1plugin.so} is found
21449 according to the installation of the found compiler --- as possibly
21450 specified by the @code{set compile-gcc} command.
21451
21452 @table @code
21453 @item set compile-gcc
21454 @cindex compile command driver filename override
21455 Set compilation command used for compiling and injecting code with the
21456 @code{compile} commands. If this option is not set (it is set to
21457 an empty string), the search described above will occur --- that is the
21458 default.
21459
21460 @item show compile-gcc
21461 Displays the current compile command @value{NGCC} driver filename.
21462 If set, it is the main command @command{gcc}, found usually for example
21463 under name @file{x86_64-linux-gnu-gcc}.
21464 @end table
21465
21466 @node GDB Files
21467 @chapter @value{GDBN} Files
21468
21469 @value{GDBN} needs to know the file name of the program to be debugged,
21470 both in order to read its symbol table and in order to start your
21471 program. To debug a core dump of a previous run, you must also tell
21472 @value{GDBN} the name of the core dump file.
21473
21474 @menu
21475 * Files:: Commands to specify files
21476 * File Caching:: Information about @value{GDBN}'s file caching
21477 * Separate Debug Files:: Debugging information in separate files
21478 * MiniDebugInfo:: Debugging information in a special section
21479 * Index Files:: Index files speed up GDB
21480 * Symbol Errors:: Errors reading symbol files
21481 * Data Files:: GDB data files
21482 @end menu
21483
21484 @node Files
21485 @section Commands to Specify Files
21486
21487 @cindex symbol table
21488 @cindex core dump file
21489
21490 You may want to specify executable and core dump file names. The usual
21491 way to do this is at start-up time, using the arguments to
21492 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
21493 Out of @value{GDBN}}).
21494
21495 Occasionally it is necessary to change to a different file during a
21496 @value{GDBN} session. Or you may run @value{GDBN} and forget to
21497 specify a file you want to use. Or you are debugging a remote target
21498 via @code{gdbserver} (@pxref{Server, file, Using the @code{gdbserver}
21499 Program}). In these situations the @value{GDBN} commands to specify
21500 new files are useful.
21501
21502 @table @code
21503 @cindex executable file
21504 @kindex file
21505 @item file @var{filename}
21506 Use @var{filename} as the program to be debugged. It is read for its
21507 symbols and for the contents of pure memory. It is also the program
21508 executed when you use the @code{run} command. If you do not specify a
21509 directory and the file is not found in the @value{GDBN} working directory,
21510 @value{GDBN} uses the environment variable @env{PATH} as a list of
21511 directories to search, just as the shell does when looking for a program
21512 to run. You can change the value of this variable, for both @value{GDBN}
21513 and your program, using the @code{path} command.
21514
21515 @cindex unlinked object files
21516 @cindex patching object files
21517 You can load unlinked object @file{.o} files into @value{GDBN} using
21518 the @code{file} command. You will not be able to ``run'' an object
21519 file, but you can disassemble functions and inspect variables. Also,
21520 if the underlying BFD functionality supports it, you could use
21521 @kbd{gdb -write} to patch object files using this technique. Note
21522 that @value{GDBN} can neither interpret nor modify relocations in this
21523 case, so branches and some initialized variables will appear to go to
21524 the wrong place. But this feature is still handy from time to time.
21525
21526 @item file
21527 @code{file} with no argument makes @value{GDBN} discard any information it
21528 has on both executable file and the symbol table.
21529
21530 @kindex exec-file
21531 @item exec-file @r{[} @var{filename} @r{]}
21532 Specify that the program to be run (but not the symbol table) is found
21533 in @var{filename}. @value{GDBN} searches the environment variable @env{PATH}
21534 if necessary to locate your program. Omitting @var{filename} means to
21535 discard information on the executable file.
21536
21537 @kindex symbol-file
21538 @item symbol-file @r{[} @var{filename} @r{[} -o @var{offset} @r{]]}
21539 Read symbol table information from file @var{filename}. @env{PATH} is
21540 searched when necessary. Use the @code{file} command to get both symbol
21541 table and program to run from the same file.
21542
21543 If an optional @var{offset} is specified, it is added to the start
21544 address of each section in the symbol file. This is useful if the
21545 program is relocated at runtime, such as the Linux kernel with kASLR
21546 enabled.
21547
21548 @code{symbol-file} with no argument clears out @value{GDBN} information on your
21549 program's symbol table.
21550
21551 The @code{symbol-file} command causes @value{GDBN} to forget the contents of
21552 some breakpoints and auto-display expressions. This is because they may
21553 contain pointers to the internal data recording symbols and data types,
21554 which are part of the old symbol table data being discarded inside
21555 @value{GDBN}.
21556
21557 @code{symbol-file} does not repeat if you press @key{RET} again after
21558 executing it once.
21559
21560 When @value{GDBN} is configured for a particular environment, it
21561 understands debugging information in whatever format is the standard
21562 generated for that environment; you may use either a @sc{gnu} compiler, or
21563 other compilers that adhere to the local conventions.
21564 Best results are usually obtained from @sc{gnu} compilers; for example,
21565 using @code{@value{NGCC}} you can generate debugging information for
21566 optimized code.
21567
21568 For most kinds of object files, with the exception of old SVR3 systems
21569 using COFF, the @code{symbol-file} command does not normally read the
21570 symbol table in full right away. Instead, it scans the symbol table
21571 quickly to find which source files and which symbols are present. The
21572 details are read later, one source file at a time, as they are needed.
21573
21574 The purpose of this two-stage reading strategy is to make @value{GDBN}
21575 start up faster. For the most part, it is invisible except for
21576 occasional pauses while the symbol table details for a particular source
21577 file are being read. (The @code{set verbose} command can turn these
21578 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
21579 Warnings and Messages}.)
21580
21581 We have not implemented the two-stage strategy for COFF yet. When the
21582 symbol table is stored in COFF format, @code{symbol-file} reads the
21583 symbol table data in full right away. Note that ``stabs-in-COFF''
21584 still does the two-stage strategy, since the debug info is actually
21585 in stabs format.
21586
21587 @kindex readnow
21588 @cindex reading symbols immediately
21589 @cindex symbols, reading immediately
21590 @item symbol-file @r{[} -readnow @r{]} @var{filename}
21591 @itemx file @r{[} -readnow @r{]} @var{filename}
21592 You can override the @value{GDBN} two-stage strategy for reading symbol
21593 tables by using the @samp{-readnow} option with any of the commands that
21594 load symbol table information, if you want to be sure @value{GDBN} has the
21595 entire symbol table available.
21596
21597 @cindex @code{-readnever}, option for symbol-file command
21598 @cindex never read symbols
21599 @cindex symbols, never read
21600 @item symbol-file @r{[} -readnever @r{]} @var{filename}
21601 @itemx file @r{[} -readnever @r{]} @var{filename}
21602 You can instruct @value{GDBN} to never read the symbolic information
21603 contained in @var{filename} by using the @samp{-readnever} option.
21604 @xref{--readnever}.
21605
21606 @c FIXME: for now no mention of directories, since this seems to be in
21607 @c flux. 13mar1992 status is that in theory GDB would look either in
21608 @c current dir or in same dir as myprog; but issues like competing
21609 @c GDB's, or clutter in system dirs, mean that in practice right now
21610 @c only current dir is used. FFish says maybe a special GDB hierarchy
21611 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
21612 @c files.
21613
21614 @kindex core-file
21615 @item core-file @r{[}@var{filename}@r{]}
21616 @itemx core
21617 Specify the whereabouts of a core dump file to be used as the ``contents
21618 of memory''. Traditionally, core files contain only some parts of the
21619 address space of the process that generated them; @value{GDBN} can access the
21620 executable file itself for other parts.
21621
21622 @code{core-file} with no argument specifies that no core file is
21623 to be used.
21624
21625 Note that the core file is ignored when your program is actually running
21626 under @value{GDBN}. So, if you have been running your program and you
21627 wish to debug a core file instead, you must kill the subprocess in which
21628 the program is running. To do this, use the @code{kill} command
21629 (@pxref{Kill Process, ,Killing the Child Process}).
21630
21631 @kindex add-symbol-file
21632 @cindex dynamic linking
21633 @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{]}
21634 The @code{add-symbol-file} command reads additional symbol table
21635 information from the file @var{filename}. You would use this command
21636 when @var{filename} has been dynamically loaded (by some other means)
21637 into the program that is running. The @var{textaddress} parameter gives
21638 the memory address at which the file's text section has been loaded.
21639 You can additionally specify the base address of other sections using
21640 an arbitrary number of @samp{-s @var{section} @var{address}} pairs.
21641 If a section is omitted, @value{GDBN} will use its default addresses
21642 as found in @var{filename}. Any @var{address} or @var{textaddress}
21643 can be given as an expression.
21644
21645 If an optional @var{offset} is specified, it is added to the start
21646 address of each section, except those for which the address was
21647 specified explicitly.
21648
21649 The symbol table of the file @var{filename} is added to the symbol table
21650 originally read with the @code{symbol-file} command. You can use the
21651 @code{add-symbol-file} command any number of times; the new symbol data
21652 thus read is kept in addition to the old.
21653
21654 Changes can be reverted using the command @code{remove-symbol-file}.
21655
21656 @cindex relocatable object files, reading symbols from
21657 @cindex object files, relocatable, reading symbols from
21658 @cindex reading symbols from relocatable object files
21659 @cindex symbols, reading from relocatable object files
21660 @cindex @file{.o} files, reading symbols from
21661 Although @var{filename} is typically a shared library file, an
21662 executable file, or some other object file which has been fully
21663 relocated for loading into a process, you can also load symbolic
21664 information from relocatable @file{.o} files, as long as:
21665
21666 @itemize @bullet
21667 @item
21668 the file's symbolic information refers only to linker symbols defined in
21669 that file, not to symbols defined by other object files,
21670 @item
21671 every section the file's symbolic information refers to has actually
21672 been loaded into the inferior, as it appears in the file, and
21673 @item
21674 you can determine the address at which every section was loaded, and
21675 provide these to the @code{add-symbol-file} command.
21676 @end itemize
21677
21678 @noindent
21679 Some embedded operating systems, like Sun Chorus and VxWorks, can load
21680 relocatable files into an already running program; such systems
21681 typically make the requirements above easy to meet. However, it's
21682 important to recognize that many native systems use complex link
21683 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
21684 assembly, for example) that make the requirements difficult to meet. In
21685 general, one cannot assume that using @code{add-symbol-file} to read a
21686 relocatable object file's symbolic information will have the same effect
21687 as linking the relocatable object file into the program in the normal
21688 way.
21689
21690 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
21691
21692 @kindex remove-symbol-file
21693 @item remove-symbol-file @var{filename}
21694 @item remove-symbol-file -a @var{address}
21695 Remove a symbol file added via the @code{add-symbol-file} command. The
21696 file to remove can be identified by its @var{filename} or by an @var{address}
21697 that lies within the boundaries of this symbol file in memory. Example:
21698
21699 @smallexample
21700 (@value{GDBP}) add-symbol-file /home/user/gdb/mylib.so 0x7ffff7ff9480
21701 add symbol table from file "/home/user/gdb/mylib.so" at
21702 .text_addr = 0x7ffff7ff9480
21703 (y or n) y
21704 Reading symbols from /home/user/gdb/mylib.so...
21705 (@value{GDBP}) remove-symbol-file -a 0x7ffff7ff9480
21706 Remove symbol table from file "/home/user/gdb/mylib.so"? (y or n) y
21707 (@value{GDBP})
21708 @end smallexample
21709
21710
21711 @code{remove-symbol-file} does not repeat if you press @key{RET} after using it.
21712
21713 @kindex add-symbol-file-from-memory
21714 @cindex @code{syscall DSO}
21715 @cindex load symbols from memory
21716 @item add-symbol-file-from-memory @var{address}
21717 Load symbols from the given @var{address} in a dynamically loaded
21718 object file whose image is mapped directly into the inferior's memory.
21719 For example, the Linux kernel maps a @code{syscall DSO} into each
21720 process's address space; this DSO provides kernel-specific code for
21721 some system calls. The argument can be any expression whose
21722 evaluation yields the address of the file's shared object file header.
21723 For this command to work, you must have used @code{symbol-file} or
21724 @code{exec-file} commands in advance.
21725
21726 @kindex section
21727 @item section @var{section} @var{addr}
21728 The @code{section} command changes the base address of the named
21729 @var{section} of the exec file to @var{addr}. This can be used if the
21730 exec file does not contain section addresses, (such as in the
21731 @code{a.out} format), or when the addresses specified in the file
21732 itself are wrong. Each section must be changed separately. The
21733 @code{info files} command, described below, lists all the sections and
21734 their addresses.
21735
21736 @kindex info files
21737 @kindex info target
21738 @item info files
21739 @itemx info target
21740 @code{info files} and @code{info target} are synonymous; both print the
21741 current target (@pxref{Targets, ,Specifying a Debugging Target}),
21742 including the names of the executable and core dump files currently in
21743 use by @value{GDBN}, and the files from which symbols were loaded. The
21744 command @code{help target} lists all possible targets rather than
21745 current ones.
21746
21747 @kindex maint info sections
21748 @item maint info sections @r{[}-all-objects@r{]} @r{[}@var{filter-list}@r{]}
21749 Another command that can give you extra information about program sections
21750 is @code{maint info sections}. In addition to the section information
21751 displayed by @code{info files}, this command displays the flags and file
21752 offset of each section in the executable and core dump files.
21753
21754 When @samp{-all-objects} is passed then sections from all loaded object
21755 files, including shared libraries, are printed.
21756
21757 The optional @var{filter-list} is a space separated list of filter
21758 keywords. Sections that match any one of the filter criteria will be
21759 printed. There are two types of filter:
21760
21761 @table @code
21762 @item @var{section-name}
21763 Display information about any section named @var{section-name}.
21764 @item @var{section-flag}
21765 Display information for any section with @var{section-flag}. The
21766 section flags that @value{GDBN} currently knows about are:
21767 @table @code
21768 @item ALLOC
21769 Section will have space allocated in the process when loaded.
21770 Set for all sections except those containing debug information.
21771 @item LOAD
21772 Section will be loaded from the file into the child process memory.
21773 Set for pre-initialized code and data, clear for @code{.bss} sections.
21774 @item RELOC
21775 Section needs to be relocated before loading.
21776 @item READONLY
21777 Section cannot be modified by the child process.
21778 @item CODE
21779 Section contains executable code only.
21780 @item DATA
21781 Section contains data only (no executable code).
21782 @item ROM
21783 Section will reside in ROM.
21784 @item CONSTRUCTOR
21785 Section contains data for constructor/destructor lists.
21786 @item HAS_CONTENTS
21787 Section is not empty.
21788 @item NEVER_LOAD
21789 An instruction to the linker to not output the section.
21790 @item COFF_SHARED_LIBRARY
21791 A notification to the linker that the section contains
21792 COFF shared library information.
21793 @item IS_COMMON
21794 Section contains common symbols.
21795 @end table
21796 @end table
21797
21798 @kindex maint info target-sections
21799 @item maint info target-sections
21800 This command prints @value{GDBN}'s internal section table. For each
21801 target @value{GDBN} maintains a table containing the allocatable
21802 sections from all currently mapped objects, along with information
21803 about where the section is mapped.
21804
21805 @kindex set trust-readonly-sections
21806 @cindex read-only sections
21807 @item set trust-readonly-sections on
21808 Tell @value{GDBN} that readonly sections in your object file
21809 really are read-only (i.e.@: that their contents will not change).
21810 In that case, @value{GDBN} can fetch values from these sections
21811 out of the object file, rather than from the target program.
21812 For some targets (notably embedded ones), this can be a significant
21813 enhancement to debugging performance.
21814
21815 The default is off.
21816
21817 @item set trust-readonly-sections off
21818 Tell @value{GDBN} not to trust readonly sections. This means that
21819 the contents of the section might change while the program is running,
21820 and must therefore be fetched from the target when needed.
21821
21822 @item show trust-readonly-sections
21823 Show the current setting of trusting readonly sections.
21824 @end table
21825
21826 All file-specifying commands allow both absolute and relative file names
21827 as arguments. @value{GDBN} always converts the file name to an absolute file
21828 name and remembers it that way.
21829
21830 @cindex shared libraries
21831 @anchor{Shared Libraries}
21832 @value{GDBN} supports @sc{gnu}/Linux, MS-Windows, SunOS,
21833 Darwin/Mach-O, SVr4, IBM RS/6000 AIX, QNX Neutrino, FDPIC (FR-V), and
21834 DSBT (TIC6X) shared libraries.
21835
21836 On MS-Windows @value{GDBN} must be linked with the Expat library to support
21837 shared libraries. @xref{Expat}.
21838
21839 @value{GDBN} automatically loads symbol definitions from shared libraries
21840 when you use the @code{run} command, or when you examine a core file.
21841 (Before you issue the @code{run} command, @value{GDBN} does not understand
21842 references to a function in a shared library, however---unless you are
21843 debugging a core file).
21844
21845 @c FIXME: some @value{GDBN} release may permit some refs to undef
21846 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
21847 @c FIXME...lib; check this from time to time when updating manual
21848
21849 There are times, however, when you may wish to not automatically load
21850 symbol definitions from shared libraries, such as when they are
21851 particularly large or there are many of them.
21852
21853 To control the automatic loading of shared library symbols, use the
21854 commands:
21855
21856 @table @code
21857 @kindex set auto-solib-add
21858 @item set auto-solib-add @var{mode}
21859 If @var{mode} is @code{on}, symbols from all shared object libraries
21860 will be loaded automatically when the inferior begins execution, you
21861 attach to an independently started inferior, or when the dynamic linker
21862 informs @value{GDBN} that a new library has been loaded. If @var{mode}
21863 is @code{off}, symbols must be loaded manually, using the
21864 @code{sharedlibrary} command. The default value is @code{on}.
21865
21866 @cindex memory used for symbol tables
21867 If your program uses lots of shared libraries with debug info that
21868 takes large amounts of memory, you can decrease the @value{GDBN}
21869 memory footprint by preventing it from automatically loading the
21870 symbols from shared libraries. To that end, type @kbd{set
21871 auto-solib-add off} before running the inferior, then load each
21872 library whose debug symbols you do need with @kbd{sharedlibrary
21873 @var{regexp}}, where @var{regexp} is a regular expression that matches
21874 the libraries whose symbols you want to be loaded.
21875
21876 @kindex show auto-solib-add
21877 @item show auto-solib-add
21878 Display the current autoloading mode.
21879 @end table
21880
21881 @cindex load shared library
21882 To explicitly load shared library symbols, use the @code{sharedlibrary}
21883 command:
21884
21885 @table @code
21886 @kindex info sharedlibrary
21887 @kindex info share
21888 @item info share @var{regex}
21889 @itemx info sharedlibrary @var{regex}
21890 Print the names of the shared libraries which are currently loaded
21891 that match @var{regex}. If @var{regex} is omitted then print
21892 all shared libraries that are loaded.
21893
21894 @kindex info dll
21895 @item info dll @var{regex}
21896 This is an alias of @code{info sharedlibrary}.
21897
21898 @kindex sharedlibrary
21899 @kindex share
21900 @item sharedlibrary @var{regex}
21901 @itemx share @var{regex}
21902 Load shared object library symbols for files matching a
21903 Unix regular expression.
21904 As with files loaded automatically, it only loads shared libraries
21905 required by your program for a core file or after typing @code{run}. If
21906 @var{regex} is omitted all shared libraries required by your program are
21907 loaded.
21908
21909 @item nosharedlibrary
21910 @kindex nosharedlibrary
21911 @cindex unload symbols from shared libraries
21912 Unload all shared object library symbols. This discards all symbols
21913 that have been loaded from all shared libraries. Symbols from shared
21914 libraries that were loaded by explicit user requests are not
21915 discarded.
21916 @end table
21917
21918 Sometimes you may wish that @value{GDBN} stops and gives you control
21919 when any of shared library events happen. The best way to do this is
21920 to use @code{catch load} and @code{catch unload} (@pxref{Set
21921 Catchpoints}).
21922
21923 @value{GDBN} also supports the @code{set stop-on-solib-events}
21924 command for this. This command exists for historical reasons. It is
21925 less useful than setting a catchpoint, because it does not allow for
21926 conditions or commands as a catchpoint does.
21927
21928 @table @code
21929 @item set stop-on-solib-events
21930 @kindex set stop-on-solib-events
21931 This command controls whether @value{GDBN} should give you control
21932 when the dynamic linker notifies it about some shared library event.
21933 The most common event of interest is loading or unloading of a new
21934 shared library.
21935
21936 @item show stop-on-solib-events
21937 @kindex show stop-on-solib-events
21938 Show whether @value{GDBN} stops and gives you control when shared
21939 library events happen.
21940 @end table
21941
21942 Shared libraries are also supported in many cross or remote debugging
21943 configurations. @value{GDBN} needs to have access to the target's libraries;
21944 this can be accomplished either by providing copies of the libraries
21945 on the host system, or by asking @value{GDBN} to automatically retrieve the
21946 libraries from the target. If copies of the target libraries are
21947 provided, they need to be the same as the target libraries, although the
21948 copies on the target can be stripped as long as the copies on the host are
21949 not.
21950
21951 @cindex where to look for shared libraries
21952 For remote debugging, you need to tell @value{GDBN} where the target
21953 libraries are, so that it can load the correct copies---otherwise, it
21954 may try to load the host's libraries. @value{GDBN} has two variables
21955 to specify the search directories for target libraries.
21956
21957 @table @code
21958 @cindex prefix for executable and shared library file names
21959 @cindex system root, alternate
21960 @kindex set solib-absolute-prefix
21961 @kindex set sysroot
21962 @item set sysroot @var{path}
21963 Use @var{path} as the system root for the program being debugged. Any
21964 absolute shared library paths will be prefixed with @var{path}; many
21965 runtime loaders store the absolute paths to the shared library in the
21966 target program's memory. When starting processes remotely, and when
21967 attaching to already-running processes (local or remote), their
21968 executable filenames will be prefixed with @var{path} if reported to
21969 @value{GDBN} as absolute by the operating system. If you use
21970 @code{set sysroot} to find executables and shared libraries, they need
21971 to be laid out in the same way that they are on the target, with
21972 e.g.@: a @file{/bin}, @file{/lib} and @file{/usr/lib} hierarchy under
21973 @var{path}.
21974
21975 If @var{path} starts with the sequence @file{target:} and the target
21976 system is remote then @value{GDBN} will retrieve the target binaries
21977 from the remote system. This is only supported when using a remote
21978 target that supports the @code{remote get} command (@pxref{File
21979 Transfer,,Sending files to a remote system}). The part of @var{path}
21980 following the initial @file{target:} (if present) is used as system
21981 root prefix on the remote file system. If @var{path} starts with the
21982 sequence @file{remote:} this is converted to the sequence
21983 @file{target:} by @code{set sysroot}@footnote{Historically the
21984 functionality to retrieve binaries from the remote system was
21985 provided by prefixing @var{path} with @file{remote:}}. If you want
21986 to specify a local system root using a directory that happens to be
21987 named @file{target:} or @file{remote:}, you need to use some
21988 equivalent variant of the name like @file{./target:}.
21989
21990 For targets with an MS-DOS based filesystem, such as MS-Windows,
21991 @value{GDBN} tries prefixing a few variants of the target
21992 absolute file name with @var{path}. But first, on Unix hosts,
21993 @value{GDBN} converts all backslash directory separators into forward
21994 slashes, because the backslash is not a directory separator on Unix:
21995
21996 @smallexample
21997 c:\foo\bar.dll @result{} c:/foo/bar.dll
21998 @end smallexample
21999
22000 Then, @value{GDBN} attempts prefixing the target file name with
22001 @var{path}, and looks for the resulting file name in the host file
22002 system:
22003
22004 @smallexample
22005 c:/foo/bar.dll @result{} /path/to/sysroot/c:/foo/bar.dll
22006 @end smallexample
22007
22008 If that does not find the binary, @value{GDBN} tries removing
22009 the @samp{:} character from the drive spec, both for convenience, and,
22010 for the case of the host file system not supporting file names with
22011 colons:
22012
22013 @smallexample
22014 c:/foo/bar.dll @result{} /path/to/sysroot/c/foo/bar.dll
22015 @end smallexample
22016
22017 This makes it possible to have a system root that mirrors a target
22018 with more than one drive. E.g., you may want to setup your local
22019 copies of the target system shared libraries like so (note @samp{c} vs
22020 @samp{z}):
22021
22022 @smallexample
22023 @file{/path/to/sysroot/c/sys/bin/foo.dll}
22024 @file{/path/to/sysroot/c/sys/bin/bar.dll}
22025 @file{/path/to/sysroot/z/sys/bin/bar.dll}
22026 @end smallexample
22027
22028 @noindent
22029 and point the system root at @file{/path/to/sysroot}, so that
22030 @value{GDBN} can find the correct copies of both
22031 @file{c:\sys\bin\foo.dll}, and @file{z:\sys\bin\bar.dll}.
22032
22033 If that still does not find the binary, @value{GDBN} tries
22034 removing the whole drive spec from the target file name:
22035
22036 @smallexample
22037 c:/foo/bar.dll @result{} /path/to/sysroot/foo/bar.dll
22038 @end smallexample
22039
22040 This last lookup makes it possible to not care about the drive name,
22041 if you don't want or need to.
22042
22043 The @code{set solib-absolute-prefix} command is an alias for @code{set
22044 sysroot}.
22045
22046 @cindex default system root
22047 @cindex @samp{--with-sysroot}
22048 You can set the default system root by using the configure-time
22049 @samp{--with-sysroot} option. If the system root is inside
22050 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
22051 @samp{--exec-prefix}), then the default system root will be updated
22052 automatically if the installed @value{GDBN} is moved to a new
22053 location.
22054
22055 @kindex show sysroot
22056 @item show sysroot
22057 Display the current executable and shared library prefix.
22058
22059 @kindex set solib-search-path
22060 @item set solib-search-path @var{path}
22061 If this variable is set, @var{path} is a colon-separated list of
22062 directories to search for shared libraries. @samp{solib-search-path}
22063 is used after @samp{sysroot} fails to locate the library, or if the
22064 path to the library is relative instead of absolute. If you want to
22065 use @samp{solib-search-path} instead of @samp{sysroot}, be sure to set
22066 @samp{sysroot} to a nonexistent directory to prevent @value{GDBN} from
22067 finding your host's libraries. @samp{sysroot} is preferred; setting
22068 it to a nonexistent directory may interfere with automatic loading
22069 of shared library symbols.
22070
22071 @kindex show solib-search-path
22072 @item show solib-search-path
22073 Display the current shared library search path.
22074
22075 @cindex DOS file-name semantics of file names.
22076 @kindex set target-file-system-kind (unix|dos-based|auto)
22077 @kindex show target-file-system-kind
22078 @item set target-file-system-kind @var{kind}
22079 Set assumed file system kind for target reported file names.
22080
22081 Shared library file names as reported by the target system may not
22082 make sense as is on the system @value{GDBN} is running on. For
22083 example, when remote debugging a target that has MS-DOS based file
22084 system semantics, from a Unix host, the target may be reporting to
22085 @value{GDBN} a list of loaded shared libraries with file names such as
22086 @file{c:\Windows\kernel32.dll}. On Unix hosts, there's no concept of
22087 drive letters, so the @samp{c:\} prefix is not normally understood as
22088 indicating an absolute file name, and neither is the backslash
22089 normally considered a directory separator character. In that case,
22090 the native file system would interpret this whole absolute file name
22091 as a relative file name with no directory components. This would make
22092 it impossible to point @value{GDBN} at a copy of the remote target's
22093 shared libraries on the host using @code{set sysroot}, and impractical
22094 with @code{set solib-search-path}. Setting
22095 @code{target-file-system-kind} to @code{dos-based} tells @value{GDBN}
22096 to interpret such file names similarly to how the target would, and to
22097 map them to file names valid on @value{GDBN}'s native file system
22098 semantics. The value of @var{kind} can be @code{"auto"}, in addition
22099 to one of the supported file system kinds. In that case, @value{GDBN}
22100 tries to determine the appropriate file system variant based on the
22101 current target's operating system (@pxref{ABI, ,Configuring the
22102 Current ABI}). The supported file system settings are:
22103
22104 @table @code
22105 @item unix
22106 Instruct @value{GDBN} to assume the target file system is of Unix
22107 kind. Only file names starting the forward slash (@samp{/}) character
22108 are considered absolute, and the directory separator character is also
22109 the forward slash.
22110
22111 @item dos-based
22112 Instruct @value{GDBN} to assume the target file system is DOS based.
22113 File names starting with either a forward slash, or a drive letter
22114 followed by a colon (e.g., @samp{c:}), are considered absolute, and
22115 both the slash (@samp{/}) and the backslash (@samp{\\}) characters are
22116 considered directory separators.
22117
22118 @item auto
22119 Instruct @value{GDBN} to use the file system kind associated with the
22120 target operating system (@pxref{ABI, ,Configuring the Current ABI}).
22121 This is the default.
22122 @end table
22123 @end table
22124
22125 @cindex file name canonicalization
22126 @cindex base name differences
22127 When processing file names provided by the user, @value{GDBN}
22128 frequently needs to compare them to the file names recorded in the
22129 program's debug info. Normally, @value{GDBN} compares just the
22130 @dfn{base names} of the files as strings, which is reasonably fast
22131 even for very large programs. (The base name of a file is the last
22132 portion of its name, after stripping all the leading directories.)
22133 This shortcut in comparison is based upon the assumption that files
22134 cannot have more than one base name. This is usually true, but
22135 references to files that use symlinks or similar filesystem
22136 facilities violate that assumption. If your program records files
22137 using such facilities, or if you provide file names to @value{GDBN}
22138 using symlinks etc., you can set @code{basenames-may-differ} to
22139 @code{true} to instruct @value{GDBN} to completely canonicalize each
22140 pair of file names it needs to compare. This will make file-name
22141 comparisons accurate, but at a price of a significant slowdown.
22142
22143 @table @code
22144 @item set basenames-may-differ
22145 @kindex set basenames-may-differ
22146 Set whether a source file may have multiple base names.
22147
22148 @item show basenames-may-differ
22149 @kindex show basenames-may-differ
22150 Show whether a source file may have multiple base names.
22151 @end table
22152
22153 @node File Caching
22154 @section File Caching
22155 @cindex caching of opened files
22156 @cindex caching of bfd objects
22157
22158 To speed up file loading, and reduce memory usage, @value{GDBN} will
22159 reuse the @code{bfd} objects used to track open files. @xref{Top, ,
22160 BFD, bfd, The Binary File Descriptor Library}. The following commands
22161 allow visibility and control of the caching behavior.
22162
22163 @table @code
22164 @kindex maint info bfds
22165 @item maint info bfds
22166 This prints information about each @code{bfd} object that is known to
22167 @value{GDBN}.
22168
22169 @kindex maint set bfd-sharing
22170 @kindex maint show bfd-sharing
22171 @kindex bfd caching
22172 @item maint set bfd-sharing
22173 @item maint show bfd-sharing
22174 Control whether @code{bfd} objects can be shared. When sharing is
22175 enabled @value{GDBN} reuses already open @code{bfd} objects rather
22176 than reopening the same file. Turning sharing off does not cause
22177 already shared @code{bfd} objects to be unshared, but all future files
22178 that are opened will create a new @code{bfd} object. Similarly,
22179 re-enabling sharing does not cause multiple existing @code{bfd}
22180 objects to be collapsed into a single shared @code{bfd} object.
22181
22182 @kindex set debug bfd-cache @var{level}
22183 @kindex bfd caching
22184 @item set debug bfd-cache @var{level}
22185 Turns on debugging of the bfd cache, setting the level to @var{level}.
22186
22187 @kindex show debug bfd-cache
22188 @kindex bfd caching
22189 @item show debug bfd-cache
22190 Show the current debugging level of the bfd cache.
22191 @end table
22192
22193 @node Separate Debug Files
22194 @section Debugging Information in Separate Files
22195 @cindex separate debugging information files
22196 @cindex debugging information in separate files
22197 @cindex @file{.debug} subdirectories
22198 @cindex debugging information directory, global
22199 @cindex global debugging information directories
22200 @cindex build ID, and separate debugging files
22201 @cindex @file{.build-id} directory
22202
22203 @value{GDBN} allows you to put a program's debugging information in a
22204 file separate from the executable itself, in a way that allows
22205 @value{GDBN} to find and load the debugging information automatically.
22206 Since debugging information can be very large---sometimes larger
22207 than the executable code itself---some systems distribute debugging
22208 information for their executables in separate files, which users can
22209 install only when they need to debug a problem.
22210
22211 @value{GDBN} supports two ways of specifying the separate debug info
22212 file:
22213
22214 @itemize @bullet
22215 @item
22216 The executable contains a @dfn{debug link} that specifies the name of
22217 the separate debug info file. The separate debug file's name is
22218 usually @file{@var{executable}.debug}, where @var{executable} is the
22219 name of the corresponding executable file without leading directories
22220 (e.g., @file{ls.debug} for @file{/usr/bin/ls}). In addition, the
22221 debug link specifies a 32-bit @dfn{Cyclic Redundancy Check} (CRC)
22222 checksum for the debug file, which @value{GDBN} uses to validate that
22223 the executable and the debug file came from the same build.
22224
22225 @item
22226 @anchor{build ID}
22227 The executable contains a @dfn{build ID}, a unique bit string that is
22228 also present in the corresponding debug info file. (This is supported
22229 only on some operating systems, when using the ELF or PE file formats
22230 for binary files and the @sc{gnu} Binutils.) For more details about
22231 this feature, see the description of the @option{--build-id}
22232 command-line option in @ref{Options, , Command Line Options, ld,
22233 The GNU Linker}. The debug info file's name is not specified
22234 explicitly by the build ID, but can be computed from the build ID, see
22235 below.
22236 @end itemize
22237
22238 Depending on the way the debug info file is specified, @value{GDBN}
22239 uses two different methods of looking for the debug file:
22240
22241 @itemize @bullet
22242 @item
22243 For the ``debug link'' method, @value{GDBN} looks up the named file in
22244 the directory of the executable file, then in a subdirectory of that
22245 directory named @file{.debug}, and finally under each one of the
22246 global debug directories, in a subdirectory whose name is identical to
22247 the leading directories of the executable's absolute file name. (On
22248 MS-Windows/MS-DOS, the drive letter of the executable's leading
22249 directories is converted to a one-letter subdirectory, i.e.@:
22250 @file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
22251 filesystems disallow colons in file names.)
22252
22253 @item
22254 For the ``build ID'' method, @value{GDBN} looks in the
22255 @file{.build-id} subdirectory of each one of the global debug directories for
22256 a file named @file{@var{nn}/@var{nnnnnnnn}.debug}, where @var{nn} are the
22257 first 2 hex characters of the build ID bit string, and @var{nnnnnnnn}
22258 are the rest of the bit string. (Real build ID strings are 32 or more
22259 hex characters, not 10.) @value{GDBN} can automatically query
22260 @code{debuginfod} servers using build IDs in order to download separate debug
22261 files that cannot be found locally. For more information see @ref{Debuginfod}.
22262 @end itemize
22263
22264 So, for example, suppose you ask @value{GDBN} to debug
22265 @file{/usr/bin/ls}, which has a debug link that specifies the
22266 file @file{ls.debug}, and a build ID whose value in hex is
22267 @code{abcdef1234}. If the list of the global debug directories includes
22268 @file{/usr/lib/debug}, then @value{GDBN} will look for the following
22269 debug information files, in the indicated order:
22270
22271 @itemize @minus
22272 @item
22273 @file{/usr/lib/debug/.build-id/ab/cdef1234.debug}
22274 @item
22275 @file{/usr/bin/ls.debug}
22276 @item
22277 @file{/usr/bin/.debug/ls.debug}
22278 @item
22279 @file{/usr/lib/debug/usr/bin/ls.debug}.
22280 @end itemize
22281
22282 If the debug file still has not been found and @code{debuginfod}
22283 (@pxref{Debuginfod}) is enabled, @value{GDBN} will attempt to download the
22284 file from @code{debuginfod} servers.
22285
22286 @anchor{debug-file-directory}
22287 Global debugging info directories default to what is set by @value{GDBN}
22288 configure option @option{--with-separate-debug-dir} and augmented by the
22289 colon-separated list of directories provided via @value{GDBN} configure
22290 option @option{--additional-debug-dirs}. During @value{GDBN} run you can
22291 also set the global debugging info directories, and view the list
22292 @value{GDBN} is currently using.
22293
22294 @table @code
22295
22296 @kindex set debug-file-directory
22297 @item set debug-file-directory @var{directories}
22298 Set the directories which @value{GDBN} searches for separate debugging
22299 information files to @var{directory}. Multiple path components can be set
22300 concatenating them by a path separator.
22301
22302 @kindex show debug-file-directory
22303 @item show debug-file-directory
22304 Show the directories @value{GDBN} searches for separate debugging
22305 information files.
22306
22307 @end table
22308
22309 @cindex @code{.gnu_debuglink} sections
22310 @cindex debug link sections
22311 A debug link is a special section of the executable file named
22312 @code{.gnu_debuglink}. The section must contain:
22313
22314 @itemize
22315 @item
22316 A filename, with any leading directory components removed, followed by
22317 a zero byte,
22318 @item
22319 zero to three bytes of padding, as needed to reach the next four-byte
22320 boundary within the section, and
22321 @item
22322 a four-byte CRC checksum, stored in the same endianness used for the
22323 executable file itself. The checksum is computed on the debugging
22324 information file's full contents by the function given below, passing
22325 zero as the @var{crc} argument.
22326 @end itemize
22327
22328 Any executable file format can carry a debug link, as long as it can
22329 contain a section named @code{.gnu_debuglink} with the contents
22330 described above.
22331
22332 @cindex @code{.note.gnu.build-id} sections
22333 @cindex build ID sections
22334 The build ID is a special section in the executable file (and in other
22335 ELF binary files that @value{GDBN} may consider). This section is
22336 often named @code{.note.gnu.build-id}, but that name is not mandatory.
22337 It contains unique identification for the built files---the ID remains
22338 the same across multiple builds of the same build tree. The default
22339 algorithm SHA1 produces 160 bits (40 hexadecimal characters) of the
22340 content for the build ID string. The same section with an identical
22341 value is present in the original built binary with symbols, in its
22342 stripped variant, and in the separate debugging information file.
22343
22344 The debugging information file itself should be an ordinary
22345 executable, containing a full set of linker symbols, sections, and
22346 debugging information. The sections of the debugging information file
22347 should have the same names, addresses, and sizes as the original file,
22348 but they need not contain any data---much like a @code{.bss} section
22349 in an ordinary executable.
22350
22351 The @sc{gnu} binary utilities (Binutils) package includes the
22352 @samp{objcopy} utility that can produce
22353 the separated executable / debugging information file pairs using the
22354 following commands:
22355
22356 @smallexample
22357 @kbd{objcopy --only-keep-debug foo foo.debug}
22358 @kbd{strip -g foo}
22359 @end smallexample
22360
22361 @noindent
22362 These commands remove the debugging
22363 information from the executable file @file{foo} and place it in the file
22364 @file{foo.debug}. You can use the first, second or both methods to link the
22365 two files:
22366
22367 @itemize @bullet
22368 @item
22369 The debug link method needs the following additional command to also leave
22370 behind a debug link in @file{foo}:
22371
22372 @smallexample
22373 @kbd{objcopy --add-gnu-debuglink=foo.debug foo}
22374 @end smallexample
22375
22376 Ulrich Drepper's @file{elfutils} package, starting with version 0.53, contains
22377 a version of the @code{strip} command such that the command @kbd{strip foo -f
22378 foo.debug} has the same functionality as the two @code{objcopy} commands and
22379 the @code{ln -s} command above, together.
22380
22381 @item
22382 Build ID gets embedded into the main executable using @code{ld --build-id} or
22383 the @value{NGCC} counterpart @code{gcc -Wl,--build-id}. Build ID support plus
22384 compatibility fixes for debug files separation are present in @sc{gnu} binary
22385 utilities (Binutils) package since version 2.18.
22386 @end itemize
22387
22388 @noindent
22389
22390 @cindex CRC algorithm definition
22391 The CRC used in @code{.gnu_debuglink} is the CRC-32 defined in
22392 IEEE 802.3 using the polynomial:
22393
22394 @c TexInfo requires naked braces for multi-digit exponents for Tex
22395 @c output, but this causes HTML output to barf. HTML has to be set using
22396 @c raw commands. So we end up having to specify this equation in 2
22397 @c different ways!
22398 @ifhtml
22399 @display
22400 @html
22401 <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>
22402 + <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
22403 @end html
22404 @end display
22405 @end ifhtml
22406 @ifnothtml
22407 @display
22408 @math{x^{32} + x^{26} + x^{23} + x^{22} + x^{16} + x^{12} + x^{11}}
22409 @math{+ x^{10} + x^8 + x^7 + x^5 + x^4 + x^2 + x + 1}
22410 @end display
22411 @end ifnothtml
22412
22413 The function is computed byte at a time, taking the least
22414 significant bit of each byte first. The initial pattern
22415 @code{0xffffffff} is used, to ensure leading zeros affect the CRC and
22416 the final result is inverted to ensure trailing zeros also affect the
22417 CRC.
22418
22419 @emph{Note:} This is the same CRC polynomial as used in handling the
22420 @dfn{Remote Serial Protocol} @code{qCRC} packet (@pxref{qCRC packet}).
22421 However in the case of the Remote Serial Protocol, the CRC is computed
22422 @emph{most} significant bit first, and the result is not inverted, so
22423 trailing zeros have no effect on the CRC value.
22424
22425 To complete the description, we show below the code of the function
22426 which produces the CRC used in @code{.gnu_debuglink}. Inverting the
22427 initially supplied @code{crc} argument means that an initial call to
22428 this function passing in zero will start computing the CRC using
22429 @code{0xffffffff}.
22430
22431 @kindex gnu_debuglink_crc32
22432 @smallexample
22433 unsigned long
22434 gnu_debuglink_crc32 (unsigned long crc,
22435 unsigned char *buf, size_t len)
22436 @{
22437 static const unsigned long crc32_table[256] =
22438 @{
22439 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
22440 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
22441 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
22442 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
22443 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
22444 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
22445 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
22446 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
22447 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
22448 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
22449 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
22450 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
22451 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
22452 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
22453 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
22454 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
22455 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
22456 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
22457 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
22458 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
22459 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
22460 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
22461 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
22462 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
22463 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
22464 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
22465 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
22466 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
22467 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
22468 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
22469 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
22470 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
22471 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
22472 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
22473 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
22474 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
22475 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
22476 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
22477 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
22478 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
22479 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
22480 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
22481 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
22482 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
22483 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
22484 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
22485 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
22486 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
22487 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
22488 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
22489 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
22490 0x2d02ef8d
22491 @};
22492 unsigned char *end;
22493
22494 crc = ~crc & 0xffffffff;
22495 for (end = buf + len; buf < end; ++buf)
22496 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
22497 return ~crc & 0xffffffff;
22498 @}
22499 @end smallexample
22500
22501 @noindent
22502 This computation does not apply to the ``build ID'' method.
22503
22504 @node MiniDebugInfo
22505 @section Debugging information in a special section
22506 @cindex separate debug sections
22507 @cindex @samp{.gnu_debugdata} section
22508
22509 Some systems ship pre-built executables and libraries that have a
22510 special @samp{.gnu_debugdata} section. This feature is called
22511 @dfn{MiniDebugInfo}. This section holds an LZMA-compressed object and
22512 is used to supply extra symbols for backtraces.
22513
22514 The intent of this section is to provide extra minimal debugging
22515 information for use in simple backtraces. It is not intended to be a
22516 replacement for full separate debugging information (@pxref{Separate
22517 Debug Files}). The example below shows the intended use; however,
22518 @value{GDBN} does not currently put restrictions on what sort of
22519 debugging information might be included in the section.
22520
22521 @value{GDBN} has support for this extension. If the section exists,
22522 then it is used provided that no other source of debugging information
22523 can be found, and that @value{GDBN} was configured with LZMA support.
22524
22525 This section can be easily created using @command{objcopy} and other
22526 standard utilities:
22527
22528 @smallexample
22529 # Extract the dynamic symbols from the main binary, there is no need
22530 # to also have these in the normal symbol table.
22531 nm -D @var{binary} --format=posix --defined-only \
22532 | awk '@{ print $1 @}' | sort > dynsyms
22533
22534 # Extract all the text (i.e. function) symbols from the debuginfo.
22535 # (Note that we actually also accept "D" symbols, for the benefit
22536 # of platforms like PowerPC64 that use function descriptors.)
22537 nm @var{binary} --format=posix --defined-only \
22538 | awk '@{ if ($2 == "T" || $2 == "t" || $2 == "D") print $1 @}' \
22539 | sort > funcsyms
22540
22541 # Keep all the function symbols not already in the dynamic symbol
22542 # table.
22543 comm -13 dynsyms funcsyms > keep_symbols
22544
22545 # Separate full debug info into debug binary.
22546 objcopy --only-keep-debug @var{binary} debug
22547
22548 # Copy the full debuginfo, keeping only a minimal set of symbols and
22549 # removing some unnecessary sections.
22550 objcopy -S --remove-section .gdb_index --remove-section .comment \
22551 --keep-symbols=keep_symbols debug mini_debuginfo
22552
22553 # Drop the full debug info from the original binary.
22554 strip --strip-all -R .comment @var{binary}
22555
22556 # Inject the compressed data into the .gnu_debugdata section of the
22557 # original binary.
22558 xz mini_debuginfo
22559 objcopy --add-section .gnu_debugdata=mini_debuginfo.xz @var{binary}
22560 @end smallexample
22561
22562 @node Index Files
22563 @section Index Files Speed Up @value{GDBN}
22564 @cindex index files
22565 @cindex @samp{.gdb_index} section
22566
22567 When @value{GDBN} finds a symbol file, it scans the symbols in the
22568 file in order to construct an internal symbol table. This lets most
22569 @value{GDBN} operations work quickly---at the cost of a delay early
22570 on. For large programs, this delay can be quite lengthy, so
22571 @value{GDBN} provides a way to build an index, which speeds up
22572 startup.
22573
22574 For convenience, @value{GDBN} comes with a program,
22575 @command{gdb-add-index}, which can be used to add the index to a
22576 symbol file. It takes the symbol file as its only argument:
22577
22578 @smallexample
22579 $ gdb-add-index symfile
22580 @end smallexample
22581
22582 @xref{gdb-add-index}.
22583
22584 It is also possible to do the work manually. Here is what
22585 @command{gdb-add-index} does behind the curtains.
22586
22587 The index is stored as a section in the symbol file. @value{GDBN} can
22588 write the index to a file, then you can put it into the symbol file
22589 using @command{objcopy}.
22590
22591 To create an index file, use the @code{save gdb-index} command:
22592
22593 @table @code
22594 @item save gdb-index [-dwarf-5] @var{directory}
22595 @kindex save gdb-index
22596 Create index files for all symbol files currently known by
22597 @value{GDBN}. For each known @var{symbol-file}, this command by
22598 default creates it produces a single file
22599 @file{@var{symbol-file}.gdb-index}. If you invoke this command with
22600 the @option{-dwarf-5} option, it produces 2 files:
22601 @file{@var{symbol-file}.debug_names} and
22602 @file{@var{symbol-file}.debug_str}. The files are created in the
22603 given @var{directory}.
22604 @end table
22605
22606 Once you have created an index file you can merge it into your symbol
22607 file, here named @file{symfile}, using @command{objcopy}:
22608
22609 @smallexample
22610 $ objcopy --add-section .gdb_index=symfile.gdb-index \
22611 --set-section-flags .gdb_index=readonly symfile symfile
22612 @end smallexample
22613
22614 Or for @code{-dwarf-5}:
22615
22616 @smallexample
22617 $ objcopy --dump-section .debug_str=symfile.debug_str.new symfile
22618 $ cat symfile.debug_str >>symfile.debug_str.new
22619 $ objcopy --add-section .debug_names=symfile.gdb-index \
22620 --set-section-flags .debug_names=readonly \
22621 --update-section .debug_str=symfile.debug_str.new symfile symfile
22622 @end smallexample
22623
22624 @value{GDBN} will normally ignore older versions of @file{.gdb_index}
22625 sections that have been deprecated. Usually they are deprecated because
22626 they are missing a new feature or have performance issues.
22627 To tell @value{GDBN} to use a deprecated index section anyway
22628 specify @code{set use-deprecated-index-sections on}.
22629 The default is @code{off}.
22630 This can speed up startup, but may result in some functionality being lost.
22631 @xref{Index Section Format}.
22632
22633 @emph{Warning:} Setting @code{use-deprecated-index-sections} to @code{on}
22634 must be done before gdb reads the file. The following will not work:
22635
22636 @smallexample
22637 $ gdb -ex "set use-deprecated-index-sections on" <program>
22638 @end smallexample
22639
22640 Instead you must do, for example,
22641
22642 @smallexample
22643 $ gdb -iex "set use-deprecated-index-sections on" <program>
22644 @end smallexample
22645
22646 Indices only work when using DWARF debugging information, not stabs.
22647
22648 @subsection Automatic symbol index cache
22649
22650 @cindex automatic symbol index cache
22651 It is possible for @value{GDBN} to automatically save a copy of this index in a
22652 cache on disk and retrieve it from there when loading the same binary in the
22653 future. This feature can be turned on with @kbd{set index-cache enabled on}.
22654 The following commands can be used to tweak the behavior of the index cache.
22655
22656 @table @code
22657
22658 @kindex set index-cache
22659 @item set index-cache enabled on
22660 @itemx set index-cache enabled off
22661 Enable or disable the use of the symbol index cache.
22662
22663 @item set index-cache directory @var{directory}
22664 @kindex show index-cache
22665 @itemx show index-cache directory
22666 Set/show the directory where index files will be saved.
22667
22668 The default value for this directory depends on the host platform. On
22669 most systems, the index is cached in the @file{gdb} subdirectory of
22670 the directory pointed to by the @env{XDG_CACHE_HOME} environment
22671 variable, if it is defined, else in the @file{.cache/gdb} subdirectory
22672 of your home directory. However, on some systems, the default may
22673 differ according to local convention.
22674
22675 There is no limit on the disk space used by index cache. It is perfectly safe
22676 to delete the content of that directory to free up disk space.
22677
22678 @item show index-cache stats
22679 Print the number of cache hits and misses since the launch of @value{GDBN}.
22680
22681 @end table
22682
22683 @node Symbol Errors
22684 @section Errors Reading Symbol Files
22685
22686 While reading a symbol file, @value{GDBN} occasionally encounters problems,
22687 such as symbol types it does not recognize, or known bugs in compiler
22688 output. By default, @value{GDBN} does not notify you of such problems, since
22689 they are relatively common and primarily of interest to people
22690 debugging compilers. If you are interested in seeing information
22691 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
22692 only one message about each such type of problem, no matter how many
22693 times the problem occurs; or you can ask @value{GDBN} to print more messages,
22694 to see how many times the problems occur, with the @code{set
22695 complaints} command (@pxref{Messages/Warnings, ,Optional Warnings and
22696 Messages}).
22697
22698 The messages currently printed, and their meanings, include:
22699
22700 @table @code
22701 @item inner block not inside outer block in @var{symbol}
22702
22703 The symbol information shows where symbol scopes begin and end
22704 (such as at the start of a function or a block of statements). This
22705 error indicates that an inner scope block is not fully contained
22706 in its outer scope blocks.
22707
22708 @value{GDBN} circumvents the problem by treating the inner block as if it had
22709 the same scope as the outer block. In the error message, @var{symbol}
22710 may be shown as ``@code{(don't know)}'' if the outer block is not a
22711 function.
22712
22713 @item block at @var{address} out of order
22714
22715 The symbol information for symbol scope blocks should occur in
22716 order of increasing addresses. This error indicates that it does not
22717 do so.
22718
22719 @value{GDBN} does not circumvent this problem, and has trouble
22720 locating symbols in the source file whose symbols it is reading. (You
22721 can often determine what source file is affected by specifying
22722 @code{set verbose on}. @xref{Messages/Warnings, ,Optional Warnings and
22723 Messages}.)
22724
22725 @item bad block start address patched
22726
22727 The symbol information for a symbol scope block has a start address
22728 smaller than the address of the preceding source line. This is known
22729 to occur in the SunOS 4.1.1 (and earlier) C compiler.
22730
22731 @value{GDBN} circumvents the problem by treating the symbol scope block as
22732 starting on the previous source line.
22733
22734 @item bad string table offset in symbol @var{n}
22735
22736 @cindex foo
22737 Symbol number @var{n} contains a pointer into the string table which is
22738 larger than the size of the string table.
22739
22740 @value{GDBN} circumvents the problem by considering the symbol to have the
22741 name @code{foo}, which may cause other problems if many symbols end up
22742 with this name.
22743
22744 @item unknown symbol type @code{0x@var{nn}}
22745
22746 The symbol information contains new data types that @value{GDBN} does
22747 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
22748 uncomprehended information, in hexadecimal.
22749
22750 @value{GDBN} circumvents the error by ignoring this symbol information.
22751 This usually allows you to debug your program, though certain symbols
22752 are not accessible. If you encounter such a problem and feel like
22753 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
22754 on @code{complain}, then go up to the function @code{read_dbx_symtab}
22755 and examine @code{*bufp} to see the symbol.
22756
22757 @item stub type has NULL name
22758
22759 @value{GDBN} could not find the full definition for a struct or class.
22760
22761 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
22762 The symbol information for a C@t{++} member function is missing some
22763 information that recent versions of the compiler should have output for
22764 it.
22765
22766 @item info mismatch between compiler and debugger
22767
22768 @value{GDBN} could not parse a type specification output by the compiler.
22769
22770 @end table
22771
22772 @node Data Files
22773 @section GDB Data Files
22774
22775 @cindex prefix for data files
22776 @value{GDBN} will sometimes read an auxiliary data file. These files
22777 are kept in a directory known as the @dfn{data directory}.
22778
22779 You can set the data directory's name, and view the name @value{GDBN}
22780 is currently using.
22781
22782 @table @code
22783 @kindex set data-directory
22784 @item set data-directory @var{directory}
22785 Set the directory which @value{GDBN} searches for auxiliary data files
22786 to @var{directory}.
22787
22788 @kindex show data-directory
22789 @item show data-directory
22790 Show the directory @value{GDBN} searches for auxiliary data files.
22791 @end table
22792
22793 @cindex default data directory
22794 @cindex @samp{--with-gdb-datadir}
22795 You can set the default data directory by using the configure-time
22796 @samp{--with-gdb-datadir} option. If the data directory is inside
22797 @value{GDBN}'s configured binary prefix (set with @samp{--prefix} or
22798 @samp{--exec-prefix}), then the default data directory will be updated
22799 automatically if the installed @value{GDBN} is moved to a new
22800 location.
22801
22802 The data directory may also be specified with the
22803 @code{--data-directory} command line option.
22804 @xref{Mode Options}.
22805
22806 @node Targets
22807 @chapter Specifying a Debugging Target
22808
22809 @cindex debugging target
22810 A @dfn{target} is the execution environment occupied by your program.
22811
22812 Often, @value{GDBN} runs in the same host environment as your program;
22813 in that case, the debugging target is specified as a side effect when
22814 you use the @code{file} or @code{core} commands. When you need more
22815 flexibility---for example, running @value{GDBN} on a physically separate
22816 host, or controlling a standalone system over a serial port or a
22817 realtime system over a TCP/IP connection---you can use the @code{target}
22818 command to specify one of the target types configured for @value{GDBN}
22819 (@pxref{Target Commands, ,Commands for Managing Targets}).
22820
22821 @cindex target architecture
22822 It is possible to build @value{GDBN} for several different @dfn{target
22823 architectures}. When @value{GDBN} is built like that, you can choose
22824 one of the available architectures with the @kbd{set architecture}
22825 command.
22826
22827 @table @code
22828 @kindex set architecture
22829 @kindex show architecture
22830 @item set architecture @var{arch}
22831 This command sets the current target architecture to @var{arch}. The
22832 value of @var{arch} can be @code{"auto"}, in addition to one of the
22833 supported architectures.
22834
22835 @item show architecture
22836 Show the current target architecture.
22837
22838 @item set processor
22839 @itemx processor
22840 @kindex set processor
22841 @kindex show processor
22842 These are alias commands for, respectively, @code{set architecture}
22843 and @code{show architecture}.
22844 @end table
22845
22846 @menu
22847 * Active Targets:: Active targets
22848 * Target Commands:: Commands for managing targets
22849 * Byte Order:: Choosing target byte order
22850 @end menu
22851
22852 @node Active Targets
22853 @section Active Targets
22854
22855 @cindex stacking targets
22856 @cindex active targets
22857 @cindex multiple targets
22858
22859 There are multiple classes of targets such as: processes, executable files or
22860 recording sessions. Core files belong to the process class, making core file
22861 and process mutually exclusive. Otherwise, @value{GDBN} can work concurrently
22862 on multiple active targets, one in each class. This allows you to (for
22863 example) start a process and inspect its activity, while still having access to
22864 the executable file after the process finishes. Or if you start process
22865 recording (@pxref{Reverse Execution}) and @code{reverse-step} there, you are
22866 presented a virtual layer of the recording target, while the process target
22867 remains stopped at the chronologically last point of the process execution.
22868
22869 Use the @code{core-file} and @code{exec-file} commands to select a new core
22870 file or executable target (@pxref{Files, ,Commands to Specify Files}). To
22871 specify as a target a process that is already running, use the @code{attach}
22872 command (@pxref{Attach, ,Debugging an Already-running Process}).
22873
22874 @node Target Commands
22875 @section Commands for Managing Targets
22876
22877 @table @code
22878 @item target @var{type} @var{parameters}
22879 Connects the @value{GDBN} host environment to a target machine or
22880 process. A target is typically a protocol for talking to debugging
22881 facilities. You use the argument @var{type} to specify the type or
22882 protocol of the target machine.
22883
22884 Further @var{parameters} are interpreted by the target protocol, but
22885 typically include things like device names or host names to connect
22886 with, process numbers, and baud rates.
22887
22888 The @code{target} command does not repeat if you press @key{RET} again
22889 after executing the command.
22890
22891 @kindex help target
22892 @item help target
22893 Displays the names of all targets available. To display targets
22894 currently selected, use either @code{info target} or @code{info files}
22895 (@pxref{Files, ,Commands to Specify Files}).
22896
22897 @item help target @var{name}
22898 Describe a particular target, including any parameters necessary to
22899 select it.
22900
22901 @kindex set gnutarget
22902 @item set gnutarget @var{args}
22903 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
22904 knows whether it is reading an @dfn{executable},
22905 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
22906 with the @code{set gnutarget} command. Unlike most @code{target} commands,
22907 with @code{gnutarget} the @code{target} refers to a program, not a machine.
22908
22909 @quotation
22910 @emph{Warning:} To specify a file format with @code{set gnutarget},
22911 you must know the actual BFD name.
22912 @end quotation
22913
22914 @noindent
22915 @xref{Files, , Commands to Specify Files}.
22916
22917 @kindex show gnutarget
22918 @item show gnutarget
22919 Use the @code{show gnutarget} command to display what file format
22920 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
22921 @value{GDBN} will determine the file format for each file automatically,
22922 and @code{show gnutarget} displays @samp{The current BFD target is "auto"}.
22923 @end table
22924
22925 @cindex common targets
22926 Here are some common targets (available, or not, depending on the GDB
22927 configuration):
22928
22929 @table @code
22930 @kindex target
22931 @item target exec @var{program}
22932 @cindex executable file target
22933 An executable file. @samp{target exec @var{program}} is the same as
22934 @samp{exec-file @var{program}}.
22935
22936 @item target core @var{filename}
22937 @cindex core dump file target
22938 A core dump file. @samp{target core @var{filename}} is the same as
22939 @samp{core-file @var{filename}}.
22940
22941 @item target remote @var{medium}
22942 @cindex remote target
22943 A remote system connected to @value{GDBN} via a serial line or network
22944 connection. This command tells @value{GDBN} to use its own remote
22945 protocol over @var{medium} for debugging. @xref{Remote Debugging}.
22946
22947 For example, if you have a board connected to @file{/dev/ttya} on the
22948 machine running @value{GDBN}, you could say:
22949
22950 @smallexample
22951 target remote /dev/ttya
22952 @end smallexample
22953
22954 @code{target remote} supports the @code{load} command. This is only
22955 useful if you have some other way of getting the stub to the target
22956 system, and you can put it somewhere in memory where it won't get
22957 clobbered by the download.
22958
22959 @item target sim @r{[}@var{simargs}@r{]} @dots{}
22960 @cindex built-in simulator target
22961 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
22962 In general,
22963 @smallexample
22964 target sim
22965 load
22966 run
22967 @end smallexample
22968 @noindent
22969 works; however, you cannot assume that a specific memory map, device
22970 drivers, or even basic I/O is available, although some simulators do
22971 provide these. For info about any processor-specific simulator details,
22972 see the appropriate section in @ref{Embedded Processors, ,Embedded
22973 Processors}.
22974
22975 @item target native
22976 @cindex native target
22977 Setup for local/native process debugging. Useful to make the
22978 @code{run} command spawn native processes (likewise @code{attach},
22979 etc.@:) even when @code{set auto-connect-native-target} is @code{off}
22980 (@pxref{set auto-connect-native-target}).
22981
22982 @end table
22983
22984 Different targets are available on different configurations of @value{GDBN};
22985 your configuration may have more or fewer targets.
22986
22987 Many remote targets require you to download the executable's code once
22988 you've successfully established a connection. You may wish to control
22989 various aspects of this process.
22990
22991 @table @code
22992
22993 @item set hash
22994 @kindex set hash@r{, for remote monitors}
22995 @cindex hash mark while downloading
22996 This command controls whether a hash mark @samp{#} is displayed while
22997 downloading a file to the remote monitor. If on, a hash mark is
22998 displayed after each S-record is successfully downloaded to the
22999 monitor.
23000
23001 @item show hash
23002 @kindex show hash@r{, for remote monitors}
23003 Show the current status of displaying the hash mark.
23004
23005 @item set debug monitor
23006 @kindex set debug monitor
23007 @cindex display remote monitor communications
23008 Enable or disable display of communications messages between
23009 @value{GDBN} and the remote monitor.
23010
23011 @item show debug monitor
23012 @kindex show debug monitor
23013 Show the current status of displaying communications between
23014 @value{GDBN} and the remote monitor.
23015 @end table
23016
23017 @table @code
23018
23019 @kindex load @var{filename} @var{offset}
23020 @item load @var{filename} @var{offset}
23021 @anchor{load}
23022 Depending on what remote debugging facilities are configured into
23023 @value{GDBN}, the @code{load} command may be available. Where it exists, it
23024 is meant to make @var{filename} (an executable) available for debugging
23025 on the remote system---by downloading, or dynamic linking, for example.
23026 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
23027 the @code{add-symbol-file} command.
23028
23029 If your @value{GDBN} does not have a @code{load} command, attempting to
23030 execute it gets the error message ``@code{You can't do that when your
23031 target is @dots{}}''
23032
23033 The file is loaded at whatever address is specified in the executable.
23034 For some object file formats, you can specify the load address when you
23035 link the program; for other formats, like a.out, the object file format
23036 specifies a fixed address.
23037 @c FIXME! This would be a good place for an xref to the GNU linker doc.
23038
23039 It is also possible to tell @value{GDBN} to load the executable file at a
23040 specific offset described by the optional argument @var{offset}. When
23041 @var{offset} is provided, @var{filename} must also be provided.
23042
23043 Depending on the remote side capabilities, @value{GDBN} may be able to
23044 load programs into flash memory.
23045
23046 @code{load} does not repeat if you press @key{RET} again after using it.
23047 @end table
23048
23049 @table @code
23050
23051 @kindex flash-erase
23052 @item flash-erase
23053 @anchor{flash-erase}
23054
23055 Erases all known flash memory regions on the target.
23056
23057 @end table
23058
23059 @node Byte Order
23060 @section Choosing Target Byte Order
23061
23062 @cindex choosing target byte order
23063 @cindex target byte order
23064
23065 Some types of processors, such as the @acronym{MIPS}, PowerPC, and Renesas SH,
23066 offer the ability to run either big-endian or little-endian byte
23067 orders. Usually the executable or symbol will include a bit to
23068 designate the endian-ness, and you will not need to worry about
23069 which to use. However, you may still find it useful to adjust
23070 @value{GDBN}'s idea of processor endian-ness manually.
23071
23072 @table @code
23073 @kindex set endian
23074 @item set endian big
23075 Instruct @value{GDBN} to assume the target is big-endian.
23076
23077 @item set endian little
23078 Instruct @value{GDBN} to assume the target is little-endian.
23079
23080 @item set endian auto
23081 Instruct @value{GDBN} to use the byte order associated with the
23082 executable.
23083
23084 @item show endian
23085 Display @value{GDBN}'s current idea of the target byte order.
23086
23087 @end table
23088
23089 If the @code{set endian auto} mode is in effect and no executable has
23090 been selected, then the endianness used is the last one chosen either
23091 by one of the @code{set endian big} and @code{set endian little}
23092 commands or by inferring from the last executable used. If no
23093 endianness has been previously chosen, then the default for this mode
23094 is inferred from the target @value{GDBN} has been built for, and is
23095 @code{little} if the name of the target CPU has an @code{el} suffix
23096 and @code{big} otherwise.
23097
23098 Note that these commands merely adjust interpretation of symbolic
23099 data on the host, and that they have absolutely no effect on the
23100 target system.
23101
23102
23103 @node Remote Debugging
23104 @chapter Debugging Remote Programs
23105 @cindex remote debugging
23106
23107 If you are trying to debug a program running on a machine that cannot run
23108 @value{GDBN} in the usual way, it is often useful to use remote debugging.
23109 For example, you might use remote debugging on an operating system kernel,
23110 or on a small system which does not have a general purpose operating system
23111 powerful enough to run a full-featured debugger.
23112
23113 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
23114 to make this work with particular debugging targets. In addition,
23115 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
23116 but not specific to any particular target system) which you can use if you
23117 write the remote stubs---the code that runs on the remote system to
23118 communicate with @value{GDBN}.
23119
23120 Other remote targets may be available in your
23121 configuration of @value{GDBN}; use @code{help target} to list them.
23122
23123 @menu
23124 * Connecting:: Connecting to a remote target
23125 * File Transfer:: Sending files to a remote system
23126 * Server:: Using the gdbserver program
23127 * Remote Configuration:: Remote configuration
23128 * Remote Stub:: Implementing a remote stub
23129 @end menu
23130
23131 @node Connecting
23132 @section Connecting to a Remote Target
23133 @cindex remote debugging, connecting
23134 @cindex @code{gdbserver}, connecting
23135 @cindex remote debugging, types of connections
23136 @cindex @code{gdbserver}, types of connections
23137 @cindex @code{gdbserver}, @code{target remote} mode
23138 @cindex @code{gdbserver}, @code{target extended-remote} mode
23139
23140 This section describes how to connect to a remote target, including the
23141 types of connections and their differences, how to set up executable and
23142 symbol files on the host and target, and the commands used for
23143 connecting to and disconnecting from the remote target.
23144
23145 @subsection Types of Remote Connections
23146
23147 @value{GDBN} supports two types of remote connections, @code{target remote}
23148 mode and @code{target extended-remote} mode. Note that many remote targets
23149 support only @code{target remote} mode. There are several major
23150 differences between the two types of connections, enumerated here:
23151
23152 @table @asis
23153
23154 @cindex remote debugging, detach and program exit
23155 @item Result of detach or program exit
23156 @strong{With target remote mode:} When the debugged program exits or you
23157 detach from it, @value{GDBN} disconnects from the target. When using
23158 @code{gdbserver}, @code{gdbserver} will exit.
23159
23160 @strong{With target extended-remote mode:} When the debugged program exits or
23161 you detach from it, @value{GDBN} remains connected to the target, even
23162 though no program is running. You can rerun the program, attach to a
23163 running program, or use @code{monitor} commands specific to the target.
23164
23165 When using @code{gdbserver} in this case, it does not exit unless it was
23166 invoked using the @option{--once} option. If the @option{--once} option
23167 was not used, you can ask @code{gdbserver} to exit using the
23168 @code{monitor exit} command (@pxref{Monitor Commands for gdbserver}).
23169
23170 @item Specifying the program to debug
23171 For both connection types you use the @code{file} command to specify the
23172 program on the host system. If you are using @code{gdbserver} there are
23173 some differences in how to specify the location of the program on the
23174 target.
23175
23176 @strong{With target remote mode:} You must either specify the program to debug
23177 on the @code{gdbserver} command line or use the @option{--attach} option
23178 (@pxref{Attaching to a program,,Attaching to a Running Program}).
23179
23180 @cindex @option{--multi}, @code{gdbserver} option
23181 @strong{With target extended-remote mode:} You may specify the program to debug
23182 on the @code{gdbserver} command line, or you can load the program or attach
23183 to it using @value{GDBN} commands after connecting to @code{gdbserver}.
23184
23185 @anchor{--multi Option in Types of Remote Connnections}
23186 You can start @code{gdbserver} without supplying an initial command to run
23187 or process ID to attach. To do this, use the @option{--multi} command line
23188 option. Then you can connect using @code{target extended-remote} and start
23189 the program you want to debug (see below for details on using the
23190 @code{run} command in this scenario). Note that the conditions under which
23191 @code{gdbserver} terminates depend on how @value{GDBN} connects to it
23192 (@code{target remote} or @code{target extended-remote}). The
23193 @option{--multi} option to @code{gdbserver} has no influence on that.
23194
23195 @item The @code{run} command
23196 @strong{With target remote mode:} The @code{run} command is not
23197 supported. Once a connection has been established, you can use all
23198 the usual @value{GDBN} commands to examine and change data. The
23199 remote program is already running, so you can use commands like
23200 @kbd{step} and @kbd{continue}.
23201
23202 @strong{With target extended-remote mode:} The @code{run} command is
23203 supported. The @code{run} command uses the value set by
23204 @code{set remote exec-file} (@pxref{set remote exec-file}) to select
23205 the program to run. Command line arguments are supported, except for
23206 wildcard expansion and I/O redirection (@pxref{Arguments}).
23207
23208 If you specify the program to debug on the command line, then the
23209 @code{run} command is not required to start execution, and you can
23210 resume using commands like @kbd{step} and @kbd{continue} as with
23211 @code{target remote} mode.
23212
23213 @anchor{Attaching in Types of Remote Connections}
23214 @item Attaching
23215 @strong{With target remote mode:} The @value{GDBN} command @code{attach} is
23216 not supported. To attach to a running program using @code{gdbserver}, you
23217 must use the @option{--attach} option (@pxref{Running gdbserver}).
23218
23219 @strong{With target extended-remote mode:} To attach to a running program,
23220 you may use the @code{attach} command after the connection has been
23221 established. If you are using @code{gdbserver}, you may also invoke
23222 @code{gdbserver} using the @option{--attach} option
23223 (@pxref{Running gdbserver}).
23224
23225 Some remote targets allow @value{GDBN} to determine the executable file running
23226 in the process the debugger is attaching to. In such a case, @value{GDBN}
23227 uses the value of @code{exec-file-mismatch} to handle a possible mismatch
23228 between the executable file name running in the process and the name of the
23229 current exec-file loaded by @value{GDBN} (@pxref{set exec-file-mismatch}).
23230
23231 @end table
23232
23233 @anchor{Host and target files}
23234 @subsection Host and Target Files
23235 @cindex remote debugging, symbol files
23236 @cindex symbol files, remote debugging
23237
23238 @value{GDBN}, running on the host, needs access to symbol and debugging
23239 information for your program running on the target. This requires
23240 access to an unstripped copy of your program, and possibly any associated
23241 symbol files. Note that this section applies equally to both @code{target
23242 remote} mode and @code{target extended-remote} mode.
23243
23244 Some remote targets (@pxref{qXfer executable filename read}, and
23245 @pxref{Host I/O Packets}) allow @value{GDBN} to access program files over
23246 the same connection used to communicate with @value{GDBN}. With such a
23247 target, if the remote program is unstripped, the only command you need is
23248 @code{target remote} (or @code{target extended-remote}).
23249
23250 If the remote program is stripped, or the target does not support remote
23251 program file access, start up @value{GDBN} using the name of the local
23252 unstripped copy of your program as the first argument, or use the
23253 @code{file} command. Use @code{set sysroot} to specify the location (on
23254 the host) of target libraries (unless your @value{GDBN} was compiled with
23255 the correct sysroot using @code{--with-sysroot}). Alternatively, you
23256 may use @code{set solib-search-path} to specify how @value{GDBN} locates
23257 target libraries.
23258
23259 The symbol file and target libraries must exactly match the executable
23260 and libraries on the target, with one exception: the files on the host
23261 system should not be stripped, even if the files on the target system
23262 are. Mismatched or missing files will lead to confusing results
23263 during debugging. On @sc{gnu}/Linux targets, mismatched or missing
23264 files may also prevent @code{gdbserver} from debugging multi-threaded
23265 programs.
23266
23267 @subsection Remote Connection Commands
23268 @cindex remote connection commands
23269 @value{GDBN} can communicate with the target over a serial line, a
23270 local Unix domain socket, or
23271 over an @acronym{IP} network using @acronym{TCP} or @acronym{UDP}. In
23272 each case, @value{GDBN} uses the same protocol for debugging your
23273 program; only the medium carrying the debugging packets varies. The
23274 @code{target remote} and @code{target extended-remote} commands
23275 establish a connection to the target. Both commands accept the same
23276 arguments, which indicate the medium to use:
23277
23278 @table @code
23279
23280 @item target remote @var{serial-device}
23281 @itemx target extended-remote @var{serial-device}
23282 @cindex serial line, @code{target remote}
23283 Use @var{serial-device} to communicate with the target. For example,
23284 to use a serial line connected to the device named @file{/dev/ttyb}:
23285
23286 @smallexample
23287 target remote /dev/ttyb
23288 @end smallexample
23289
23290 If you're using a serial line, you may want to give @value{GDBN} the
23291 @samp{--baud} option, or use the @code{set serial baud} command
23292 (@pxref{Remote Configuration, set serial baud}) before the
23293 @code{target} command.
23294
23295 @item target remote @var{local-socket}
23296 @itemx target extended-remote @var{local-socket}
23297 @cindex local socket, @code{target remote}
23298 @cindex Unix domain socket
23299 Use @var{local-socket} to communicate with the target. For example,
23300 to use a local Unix domain socket bound to the file system entry @file{/tmp/gdb-socket0}:
23301
23302 @smallexample
23303 target remote /tmp/gdb-socket0
23304 @end smallexample
23305
23306 Note that this command has the same form as the command to connect
23307 to a serial line. @value{GDBN} will automatically determine which
23308 kind of file you have specified and will make the appropriate kind
23309 of connection.
23310 This feature is not available if the host system does not support
23311 Unix domain sockets.
23312
23313 @item target remote @code{@var{host}:@var{port}}
23314 @itemx target remote @code{[@var{host}]:@var{port}}
23315 @itemx target remote @code{tcp:@var{host}:@var{port}}
23316 @itemx target remote @code{tcp:[@var{host}]:@var{port}}
23317 @itemx target remote @code{tcp4:@var{host}:@var{port}}
23318 @itemx target remote @code{tcp6:@var{host}:@var{port}}
23319 @itemx target remote @code{tcp6:[@var{host}]:@var{port}}
23320 @itemx target extended-remote @code{@var{host}:@var{port}}
23321 @itemx target extended-remote @code{[@var{host}]:@var{port}}
23322 @itemx target extended-remote @code{tcp:@var{host}:@var{port}}
23323 @itemx target extended-remote @code{tcp:[@var{host}]:@var{port}}
23324 @itemx target extended-remote @code{tcp4:@var{host}:@var{port}}
23325 @itemx target extended-remote @code{tcp6:@var{host}:@var{port}}
23326 @itemx target extended-remote @code{tcp6:[@var{host}]:@var{port}}
23327 @cindex @acronym{TCP} port, @code{target remote}
23328 Debug using a @acronym{TCP} connection to @var{port} on @var{host}.
23329 The @var{host} may be either a host name, a numeric @acronym{IPv4}
23330 address, or a numeric @acronym{IPv6} address (with or without the
23331 square brackets to separate the address from the port); @var{port}
23332 must be a decimal number. The @var{host} could be the target machine
23333 itself, if it is directly connected to the net, or it might be a
23334 terminal server which in turn has a serial line to the target.
23335
23336 For example, to connect to port 2828 on a terminal server named
23337 @code{manyfarms}:
23338
23339 @smallexample
23340 target remote manyfarms:2828
23341 @end smallexample
23342
23343 To connect to port 2828 on a terminal server whose address is
23344 @code{2001:0db8:85a3:0000:0000:8a2e:0370:7334}, you can either use the
23345 square bracket syntax:
23346
23347 @smallexample
23348 target remote [2001:0db8:85a3:0000:0000:8a2e:0370:7334]:2828
23349 @end smallexample
23350
23351 @noindent
23352 or explicitly specify the @acronym{IPv6} protocol:
23353
23354 @smallexample
23355 target remote tcp6:2001:0db8:85a3:0000:0000:8a2e:0370:7334:2828
23356 @end smallexample
23357
23358 This last example may be confusing to the reader, because there is no
23359 visible separation between the hostname and the port number.
23360 Therefore, we recommend the user to provide @acronym{IPv6} addresses
23361 using square brackets for clarity. However, it is important to
23362 mention that for @value{GDBN} there is no ambiguity: the number after
23363 the last colon is considered to be the port number.
23364
23365 If your remote target is actually running on the same machine as your
23366 debugger session (e.g.@: a simulator for your target running on the
23367 same host), you can omit the hostname. For example, to connect to
23368 port 1234 on your local machine:
23369
23370 @smallexample
23371 target remote :1234
23372 @end smallexample
23373 @noindent
23374
23375 Note that the colon is still required here.
23376
23377 @item target remote @code{udp:@var{host}:@var{port}}
23378 @itemx target remote @code{udp:[@var{host}]:@var{port}}
23379 @itemx target remote @code{udp4:@var{host}:@var{port}}
23380 @itemx target remote @code{udp6:[@var{host}]:@var{port}}
23381 @itemx target extended-remote @code{udp:@var{host}:@var{port}}
23382 @itemx target extended-remote @code{udp:@var{host}:@var{port}}
23383 @itemx target extended-remote @code{udp:[@var{host}]:@var{port}}
23384 @itemx target extended-remote @code{udp4:@var{host}:@var{port}}
23385 @itemx target extended-remote @code{udp6:@var{host}:@var{port}}
23386 @itemx target extended-remote @code{udp6:[@var{host}]:@var{port}}
23387 @cindex @acronym{UDP} port, @code{target remote}
23388 Debug using @acronym{UDP} packets to @var{port} on @var{host}. For example, to
23389 connect to @acronym{UDP} port 2828 on a terminal server named @code{manyfarms}:
23390
23391 @smallexample
23392 target remote udp:manyfarms:2828
23393 @end smallexample
23394
23395 When using a @acronym{UDP} connection for remote debugging, you should
23396 keep in mind that the `U' stands for ``Unreliable''. @acronym{UDP}
23397 can silently drop packets on busy or unreliable networks, which will
23398 cause havoc with your debugging session.
23399
23400 @item target remote | @var{command}
23401 @itemx target extended-remote | @var{command}
23402 @cindex pipe, @code{target remote} to
23403 Run @var{command} in the background and communicate with it using a
23404 pipe. The @var{command} is a shell command, to be parsed and expanded
23405 by the system's command shell, @code{/bin/sh}; it should expect remote
23406 protocol packets on its standard input, and send replies on its
23407 standard output. You could use this to run a stand-alone simulator
23408 that speaks the remote debugging protocol, to make net connections
23409 using programs like @code{ssh}, or for other similar tricks.
23410
23411 If @var{command} closes its standard output (perhaps by exiting),
23412 @value{GDBN} will try to send it a @code{SIGTERM} signal. (If the
23413 program has already exited, this will have no effect.)
23414
23415 @end table
23416
23417 @cindex interrupting remote programs
23418 @cindex remote programs, interrupting
23419 Whenever @value{GDBN} is waiting for the remote program, if you type the
23420 interrupt character (often @kbd{Ctrl-c}), @value{GDBN} attempts to stop the
23421 program. This may or may not succeed, depending in part on the hardware
23422 and the serial drivers the remote system uses. If you type the
23423 interrupt character once again, @value{GDBN} displays this prompt:
23424
23425 @smallexample
23426 Interrupted while waiting for the program.
23427 Give up (and stop debugging it)? (y or n)
23428 @end smallexample
23429
23430 In @code{target remote} mode, if you type @kbd{y}, @value{GDBN} abandons
23431 the remote debugging session. (If you decide you want to try again later,
23432 you can use @kbd{target remote} again to connect once more.) If you type
23433 @kbd{n}, @value{GDBN} goes back to waiting.
23434
23435 In @code{target extended-remote} mode, typing @kbd{n} will leave
23436 @value{GDBN} connected to the target.
23437
23438 @table @code
23439 @kindex detach (remote)
23440 @item detach
23441 When you have finished debugging the remote program, you can use the
23442 @code{detach} command to release it from @value{GDBN} control.
23443 Detaching from the target normally resumes its execution, but the results
23444 will depend on your particular remote stub. After the @code{detach}
23445 command in @code{target remote} mode, @value{GDBN} is free to connect to
23446 another target. In @code{target extended-remote} mode, @value{GDBN} is
23447 still connected to the target.
23448
23449 @kindex disconnect
23450 @item disconnect
23451 The @code{disconnect} command closes the connection to the target, and
23452 the target is generally not resumed. It will wait for @value{GDBN}
23453 (this instance or another one) to connect and continue debugging. After
23454 the @code{disconnect} command, @value{GDBN} is again free to connect to
23455 another target.
23456
23457 @cindex send command to remote monitor
23458 @cindex extend @value{GDBN} for remote targets
23459 @cindex add new commands for external monitor
23460 @kindex monitor
23461 @item monitor @var{cmd}
23462 This command allows you to send arbitrary commands directly to the
23463 remote monitor. Since @value{GDBN} doesn't care about the commands it
23464 sends like this, this command is the way to extend @value{GDBN}---you
23465 can add new commands that only the external monitor will understand
23466 and implement.
23467 @end table
23468
23469 @node File Transfer
23470 @section Sending files to a remote system
23471 @cindex remote target, file transfer
23472 @cindex file transfer
23473 @cindex sending files to remote systems
23474
23475 Some remote targets offer the ability to transfer files over the same
23476 connection used to communicate with @value{GDBN}. This is convenient
23477 for targets accessible through other means, e.g.@: @sc{gnu}/Linux systems
23478 running @code{gdbserver} over a network interface. For other targets,
23479 e.g.@: embedded devices with only a single serial port, this may be
23480 the only way to upload or download files.
23481
23482 Not all remote targets support these commands.
23483
23484 @table @code
23485 @kindex remote put
23486 @item remote put @var{hostfile} @var{targetfile}
23487 Copy file @var{hostfile} from the host system (the machine running
23488 @value{GDBN}) to @var{targetfile} on the target system.
23489
23490 @kindex remote get
23491 @item remote get @var{targetfile} @var{hostfile}
23492 Copy file @var{targetfile} from the target system to @var{hostfile}
23493 on the host system.
23494
23495 @kindex remote delete
23496 @item remote delete @var{targetfile}
23497 Delete @var{targetfile} from the target system.
23498
23499 @end table
23500
23501 @node Server
23502 @section Using the @code{gdbserver} Program
23503
23504 @kindex gdbserver
23505 @cindex remote connection without stubs
23506 @code{gdbserver} is a control program for Unix-like systems, which
23507 allows you to connect your program with a remote @value{GDBN} via
23508 @code{target remote} or @code{target extended-remote}---but without
23509 linking in the usual debugging stub.
23510
23511 @code{gdbserver} is not a complete replacement for the debugging stubs,
23512 because it requires essentially the same operating-system facilities
23513 that @value{GDBN} itself does. In fact, a system that can run
23514 @code{gdbserver} to connect to a remote @value{GDBN} could also run
23515 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
23516 because it is a much smaller program than @value{GDBN} itself. It is
23517 also easier to port than all of @value{GDBN}, so you may be able to get
23518 started more quickly on a new system by using @code{gdbserver}.
23519 Finally, if you develop code for real-time systems, you may find that
23520 the tradeoffs involved in real-time operation make it more convenient to
23521 do as much development work as possible on another system, for example
23522 by cross-compiling. You can use @code{gdbserver} to make a similar
23523 choice for debugging.
23524
23525 @value{GDBN} and @code{gdbserver} communicate via either a serial line
23526 or a TCP connection, using the standard @value{GDBN} remote serial
23527 protocol.
23528
23529 @quotation
23530 @emph{Warning:} @code{gdbserver} does not have any built-in security.
23531 Do not run @code{gdbserver} connected to any public network; a
23532 @value{GDBN} connection to @code{gdbserver} provides access to the
23533 target system with the same privileges as the user running
23534 @code{gdbserver}.
23535 @end quotation
23536
23537 @anchor{Running gdbserver}
23538 @subsection Running @code{gdbserver}
23539 @cindex arguments, to @code{gdbserver}
23540 @cindex @code{gdbserver}, command-line arguments
23541
23542 Run @code{gdbserver} on the target system. You need a copy of the
23543 program you want to debug, including any libraries it requires.
23544 @code{gdbserver} does not need your program's symbol table, so you can
23545 strip the program if necessary to save space. @value{GDBN} on the host
23546 system does all the symbol handling.
23547
23548 To use the server, you must tell it how to communicate with @value{GDBN};
23549 the name of your program; and the arguments for your program. The usual
23550 syntax is:
23551
23552 @smallexample
23553 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
23554 @end smallexample
23555
23556 @var{comm} is either a device name (to use a serial line), or a TCP
23557 hostname and portnumber, or @code{-} or @code{stdio} to use
23558 stdin/stdout of @code{gdbserver}.
23559 For example, to debug Emacs with the argument
23560 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
23561 @file{/dev/com1}:
23562
23563 @smallexample
23564 target> gdbserver /dev/com1 emacs foo.txt
23565 @end smallexample
23566
23567 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
23568 with it.
23569
23570 To use a TCP connection instead of a serial line:
23571
23572 @smallexample
23573 target> gdbserver host:2345 emacs foo.txt
23574 @end smallexample
23575
23576 The only difference from the previous example is the first argument,
23577 specifying that you are communicating with the host @value{GDBN} via
23578 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
23579 expect a TCP connection from machine @samp{host} to local TCP port 2345.
23580 (Currently, the @samp{host} part is ignored.) You can choose any number
23581 you want for the port number as long as it does not conflict with any
23582 TCP ports already in use on the target system (for example, @code{23} is
23583 reserved for @code{telnet}).@footnote{If you choose a port number that
23584 conflicts with another service, @code{gdbserver} prints an error message
23585 and exits.} You must use the same port number with the host @value{GDBN}
23586 @code{target remote} command.
23587
23588 The @code{stdio} connection is useful when starting @code{gdbserver}
23589 with ssh:
23590
23591 @smallexample
23592 (@value{GDBP}) target remote | ssh -T hostname gdbserver - hello
23593 @end smallexample
23594
23595 The @samp{-T} option to ssh is provided because we don't need a remote pty,
23596 and we don't want escape-character handling. Ssh does this by default when
23597 a command is provided, the flag is provided to make it explicit.
23598 You could elide it if you want to.
23599
23600 Programs started with stdio-connected gdbserver have @file{/dev/null} for
23601 @code{stdin}, and @code{stdout},@code{stderr} are sent back to gdb for
23602 display through a pipe connected to gdbserver.
23603 Both @code{stdout} and @code{stderr} use the same pipe.
23604
23605 @anchor{Attaching to a program}
23606 @subsubsection Attaching to a Running Program
23607 @cindex attach to a program, @code{gdbserver}
23608 @cindex @option{--attach}, @code{gdbserver} option
23609
23610 On some targets, @code{gdbserver} can also attach to running programs.
23611 This is accomplished via the @code{--attach} argument. The syntax is:
23612
23613 @smallexample
23614 target> gdbserver --attach @var{comm} @var{pid}
23615 @end smallexample
23616
23617 @var{pid} is the process ID of a currently running process. It isn't
23618 necessary to point @code{gdbserver} at a binary for the running process.
23619
23620 In @code{target extended-remote} mode, you can also attach using the
23621 @value{GDBN} attach command
23622 (@pxref{Attaching in Types of Remote Connections}).
23623
23624 @pindex pidof
23625 You can debug processes by name instead of process ID if your target has the
23626 @code{pidof} utility:
23627
23628 @smallexample
23629 target> gdbserver --attach @var{comm} `pidof @var{program}`
23630 @end smallexample
23631
23632 In case more than one copy of @var{program} is running, or @var{program}
23633 has multiple threads, most versions of @code{pidof} support the
23634 @code{-s} option to only return the first process ID.
23635
23636 @subsubsection TCP port allocation lifecycle of @code{gdbserver}
23637
23638 This section applies only when @code{gdbserver} is run to listen on a TCP
23639 port.
23640
23641 @code{gdbserver} normally terminates after all of its debugged processes have
23642 terminated in @kbd{target remote} mode. On the other hand, for @kbd{target
23643 extended-remote}, @code{gdbserver} stays running even with no processes left.
23644 @value{GDBN} normally terminates the spawned debugged process on its exit,
23645 which normally also terminates @code{gdbserver} in the @kbd{target remote}
23646 mode. Therefore, when the connection drops unexpectedly, and @value{GDBN}
23647 cannot ask @code{gdbserver} to kill its debugged processes, @code{gdbserver}
23648 stays running even in the @kbd{target remote} mode.
23649
23650 When @code{gdbserver} stays running, @value{GDBN} can connect to it again later.
23651 Such reconnecting is useful for features like @ref{disconnected tracing}. For
23652 completeness, at most one @value{GDBN} can be connected at a time.
23653
23654 @cindex @option{--once}, @code{gdbserver} option
23655 By default, @code{gdbserver} keeps the listening TCP port open, so that
23656 subsequent connections are possible. However, if you start @code{gdbserver}
23657 with the @option{--once} option, it will stop listening for any further
23658 connection attempts after connecting to the first @value{GDBN} session. This
23659 means no further connections to @code{gdbserver} will be possible after the
23660 first one. It also means @code{gdbserver} will terminate after the first
23661 connection with remote @value{GDBN} has closed, even for unexpectedly closed
23662 connections and even in the @kbd{target extended-remote} mode. The
23663 @option{--once} option allows reusing the same port number for connecting to
23664 multiple instances of @code{gdbserver} running on the same host, since each
23665 instance closes its port after the first connection.
23666
23667 @anchor{Other Command-Line Arguments for gdbserver}
23668 @subsubsection Other Command-Line Arguments for @code{gdbserver}
23669
23670 You can use the @option{--multi} option to start @code{gdbserver} without
23671 specifying a program to debug or a process to attach to. Then you can
23672 attach in @code{target extended-remote} mode and run or attach to a
23673 program. For more information,
23674 @pxref{--multi Option in Types of Remote Connnections}.
23675
23676 @cindex @option{--debug}, @code{gdbserver} option
23677 The @option{--debug} option tells @code{gdbserver} to display extra
23678 status information about the debugging process.
23679 @cindex @option{--remote-debug}, @code{gdbserver} option
23680 The @option{--remote-debug} option tells @code{gdbserver} to display
23681 remote protocol debug output.
23682 @cindex @option{--debug-file}, @code{gdbserver} option
23683 @cindex @code{gdbserver}, send all debug output to a single file
23684 The @option{--debug-file=@var{filename}} option tells @code{gdbserver} to
23685 write any debug output to the given @var{filename}. These options are intended
23686 for @code{gdbserver} development and for bug reports to the developers.
23687
23688 @cindex @option{--debug-format}, @code{gdbserver} option
23689 The @option{--debug-format=option1[,option2,...]} option tells
23690 @code{gdbserver} to include additional information in each output.
23691 Possible options are:
23692
23693 @table @code
23694 @item none
23695 Turn off all extra information in debugging output.
23696 @item all
23697 Turn on all extra information in debugging output.
23698 @item timestamps
23699 Include a timestamp in each line of debugging output.
23700 @end table
23701
23702 Options are processed in order. Thus, for example, if @option{none}
23703 appears last then no additional information is added to debugging output.
23704
23705 @cindex @option{--wrapper}, @code{gdbserver} option
23706 The @option{--wrapper} option specifies a wrapper to launch programs
23707 for debugging. The option should be followed by the name of the
23708 wrapper, then any command-line arguments to pass to the wrapper, then
23709 @kbd{--} indicating the end of the wrapper arguments.
23710
23711 @code{gdbserver} runs the specified wrapper program with a combined
23712 command line including the wrapper arguments, then the name of the
23713 program to debug, then any arguments to the program. The wrapper
23714 runs until it executes your program, and then @value{GDBN} gains control.
23715
23716 You can use any program that eventually calls @code{execve} with
23717 its arguments as a wrapper. Several standard Unix utilities do
23718 this, e.g.@: @code{env} and @code{nohup}. Any Unix shell script ending
23719 with @code{exec "$@@"} will also work.
23720
23721 For example, you can use @code{env} to pass an environment variable to
23722 the debugged program, without setting the variable in @code{gdbserver}'s
23723 environment:
23724
23725 @smallexample
23726 $ gdbserver --wrapper env LD_PRELOAD=libtest.so -- :2222 ./testprog
23727 @end smallexample
23728
23729 @cindex @option{--selftest}
23730 The @option{--selftest} option runs the self tests in @code{gdbserver}:
23731
23732 @smallexample
23733 $ gdbserver --selftest
23734 Ran 2 unit tests, 0 failed
23735 @end smallexample
23736
23737 These tests are disabled in release.
23738 @subsection Connecting to @code{gdbserver}
23739
23740 The basic procedure for connecting to the remote target is:
23741 @itemize
23742
23743 @item
23744 Run @value{GDBN} on the host system.
23745
23746 @item
23747 Make sure you have the necessary symbol files
23748 (@pxref{Host and target files}).
23749 Load symbols for your application using the @code{file} command before you
23750 connect. Use @code{set sysroot} to locate target libraries (unless your
23751 @value{GDBN} was compiled with the correct sysroot using
23752 @code{--with-sysroot}).
23753
23754 @item
23755 Connect to your target (@pxref{Connecting,,Connecting to a Remote Target}).
23756 For TCP connections, you must start up @code{gdbserver} prior to using
23757 the @code{target} command. Otherwise you may get an error whose
23758 text depends on the host system, but which usually looks something like
23759 @samp{Connection refused}. Don't use the @code{load}
23760 command in @value{GDBN} when using @code{target remote} mode, since the
23761 program is already on the target.
23762
23763 @end itemize
23764
23765 @anchor{Monitor Commands for gdbserver}
23766 @subsection Monitor Commands for @code{gdbserver}
23767 @cindex monitor commands, for @code{gdbserver}
23768
23769 During a @value{GDBN} session using @code{gdbserver}, you can use the
23770 @code{monitor} command to send special requests to @code{gdbserver}.
23771 Here are the available commands.
23772
23773 @table @code
23774 @item monitor help
23775 List the available monitor commands.
23776
23777 @item monitor set debug 0
23778 @itemx monitor set debug 1
23779 Disable or enable general debugging messages.
23780
23781 @item monitor set remote-debug 0
23782 @itemx monitor set remote-debug 1
23783 Disable or enable specific debugging messages associated with the remote
23784 protocol (@pxref{Remote Protocol}).
23785
23786 @item monitor set debug-file filename
23787 @itemx monitor set debug-file
23788 Send any debug output to the given file, or to stderr.
23789
23790 @item monitor set debug-format option1@r{[},option2,...@r{]}
23791 Specify additional text to add to debugging messages.
23792 Possible options are:
23793
23794 @table @code
23795 @item none
23796 Turn off all extra information in debugging output.
23797 @item all
23798 Turn on all extra information in debugging output.
23799 @item timestamps
23800 Include a timestamp in each line of debugging output.
23801 @end table
23802
23803 Options are processed in order. Thus, for example, if @option{none}
23804 appears last then no additional information is added to debugging output.
23805
23806 @item monitor set libthread-db-search-path [PATH]
23807 @cindex gdbserver, search path for @code{libthread_db}
23808 When this command is issued, @var{path} is a colon-separated list of
23809 directories to search for @code{libthread_db} (@pxref{Threads,,set
23810 libthread-db-search-path}). If you omit @var{path},
23811 @samp{libthread-db-search-path} will be reset to its default value.
23812
23813 The special entry @samp{$pdir} for @samp{libthread-db-search-path} is
23814 not supported in @code{gdbserver}.
23815
23816 @item monitor exit
23817 Tell gdbserver to exit immediately. This command should be followed by
23818 @code{disconnect} to close the debugging session. @code{gdbserver} will
23819 detach from any attached processes and kill any processes it created.
23820 Use @code{monitor exit} to terminate @code{gdbserver} at the end
23821 of a multi-process mode debug session.
23822
23823 @end table
23824
23825 @subsection Tracepoints support in @code{gdbserver}
23826 @cindex tracepoints support in @code{gdbserver}
23827
23828 On some targets, @code{gdbserver} supports tracepoints, fast
23829 tracepoints and static tracepoints.
23830
23831 For fast or static tracepoints to work, a special library called the
23832 @dfn{in-process agent} (IPA), must be loaded in the inferior process.
23833 This library is built and distributed as an integral part of
23834 @code{gdbserver}. In addition, support for static tracepoints
23835 requires building the in-process agent library with static tracepoints
23836 support. At present, the UST (LTTng Userspace Tracer,
23837 @url{http://lttng.org/ust}) tracing engine is supported. This support
23838 is automatically available if UST development headers are found in the
23839 standard include path when @code{gdbserver} is built, or if
23840 @code{gdbserver} was explicitly configured using @option{--with-ust}
23841 to point at such headers. You can explicitly disable the support
23842 using @option{--with-ust=no}.
23843
23844 There are several ways to load the in-process agent in your program:
23845
23846 @table @code
23847 @item Specifying it as dependency at link time
23848
23849 You can link your program dynamically with the in-process agent
23850 library. On most systems, this is accomplished by adding
23851 @code{-linproctrace} to the link command.
23852
23853 @item Using the system's preloading mechanisms
23854
23855 You can force loading the in-process agent at startup time by using
23856 your system's support for preloading shared libraries. Many Unixes
23857 support the concept of preloading user defined libraries. In most
23858 cases, you do that by specifying @code{LD_PRELOAD=libinproctrace.so}
23859 in the environment. See also the description of @code{gdbserver}'s
23860 @option{--wrapper} command line option.
23861
23862 @item Using @value{GDBN} to force loading the agent at run time
23863
23864 On some systems, you can force the inferior to load a shared library,
23865 by calling a dynamic loader function in the inferior that takes care
23866 of dynamically looking up and loading a shared library. On most Unix
23867 systems, the function is @code{dlopen}. You'll use the @code{call}
23868 command for that. For example:
23869
23870 @smallexample
23871 (@value{GDBP}) call dlopen ("libinproctrace.so", ...)
23872 @end smallexample
23873
23874 Note that on most Unix systems, for the @code{dlopen} function to be
23875 available, the program needs to be linked with @code{-ldl}.
23876 @end table
23877
23878 On systems that have a userspace dynamic loader, like most Unix
23879 systems, when you connect to @code{gdbserver} using @code{target
23880 remote}, you'll find that the program is stopped at the dynamic
23881 loader's entry point, and no shared library has been loaded in the
23882 program's address space yet, including the in-process agent. In that
23883 case, before being able to use any of the fast or static tracepoints
23884 features, you need to let the loader run and load the shared
23885 libraries. The simplest way to do that is to run the program to the
23886 main procedure. E.g., if debugging a C or C@t{++} program, start
23887 @code{gdbserver} like so:
23888
23889 @smallexample
23890 $ gdbserver :9999 myprogram
23891 @end smallexample
23892
23893 Start GDB and connect to @code{gdbserver} like so, and run to main:
23894
23895 @smallexample
23896 $ gdb myprogram
23897 (@value{GDBP}) target remote myhost:9999
23898 0x00007f215893ba60 in ?? () from /lib64/ld-linux-x86-64.so.2
23899 (@value{GDBP}) b main
23900 (@value{GDBP}) continue
23901 @end smallexample
23902
23903 The in-process tracing agent library should now be loaded into the
23904 process; you can confirm it with the @code{info sharedlibrary}
23905 command, which will list @file{libinproctrace.so} as loaded in the
23906 process. You are now ready to install fast tracepoints, list static
23907 tracepoint markers, probe static tracepoints markers, and start
23908 tracing.
23909
23910 @node Remote Configuration
23911 @section Remote Configuration
23912
23913 @kindex set remote
23914 @kindex show remote
23915 This section documents the configuration options available when
23916 debugging remote programs. For the options related to the File I/O
23917 extensions of the remote protocol, see @ref{system,
23918 system-call-allowed}.
23919
23920 @table @code
23921 @item set remoteaddresssize @var{bits}
23922 @cindex address size for remote targets
23923 @cindex bits in remote address
23924 Set the maximum size of address in a memory packet to the specified
23925 number of bits. @value{GDBN} will mask off the address bits above
23926 that number, when it passes addresses to the remote target. The
23927 default value is the number of bits in the target's address.
23928
23929 @item show remoteaddresssize
23930 Show the current value of remote address size in bits.
23931
23932 @item set serial baud @var{n}
23933 @cindex baud rate for remote targets
23934 Set the baud rate for the remote serial I/O to @var{n} baud. The
23935 value is used to set the speed of the serial port used for debugging
23936 remote targets.
23937
23938 @item show serial baud
23939 Show the current speed of the remote connection.
23940
23941 @item set serial parity @var{parity}
23942 Set the parity for the remote serial I/O. Supported values of @var{parity} are:
23943 @code{even}, @code{none}, and @code{odd}. The default is @code{none}.
23944
23945 @item show serial parity
23946 Show the current parity of the serial port.
23947
23948 @item set remotebreak
23949 @cindex interrupt remote programs
23950 @cindex BREAK signal instead of Ctrl-C
23951 @anchor{set remotebreak}
23952 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
23953 when you type @kbd{Ctrl-c} to interrupt the program running
23954 on the remote. If set to off, @value{GDBN} sends the @samp{Ctrl-C}
23955 character instead. The default is off, since most remote systems
23956 expect to see @samp{Ctrl-C} as the interrupt signal.
23957
23958 @item show remotebreak
23959 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
23960 interrupt the remote program.
23961
23962 @item set remoteflow on
23963 @itemx set remoteflow off
23964 @kindex set remoteflow
23965 Enable or disable hardware flow control (@code{RTS}/@code{CTS})
23966 on the serial port used to communicate to the remote target.
23967
23968 @item show remoteflow
23969 @kindex show remoteflow
23970 Show the current setting of hardware flow control.
23971
23972 @item set remotelogbase @var{base}
23973 Set the base (a.k.a.@: radix) of logging serial protocol
23974 communications to @var{base}. Supported values of @var{base} are:
23975 @code{ascii}, @code{octal}, and @code{hex}. The default is
23976 @code{ascii}.
23977
23978 @item show remotelogbase
23979 Show the current setting of the radix for logging remote serial
23980 protocol.
23981
23982 @item set remotelogfile @var{file}
23983 @cindex record serial communications on file
23984 Record remote serial communications on the named @var{file}. The
23985 default is not to record at all.
23986
23987 @item show remotelogfile
23988 Show the current setting of the file name on which to record the
23989 serial communications.
23990
23991 @item set remotetimeout @var{num}
23992 @cindex timeout for serial communications
23993 @cindex remote timeout
23994 Set the timeout limit to wait for the remote target to respond to
23995 @var{num} seconds. The default is 2 seconds.
23996
23997 @item show remotetimeout
23998 Show the current number of seconds to wait for the remote target
23999 responses.
24000
24001 @cindex limit hardware breakpoints and watchpoints
24002 @cindex remote target, limit break- and watchpoints
24003 @anchor{set remote hardware-watchpoint-limit}
24004 @anchor{set remote hardware-breakpoint-limit}
24005 @item set remote hardware-watchpoint-limit @var{limit}
24006 @itemx set remote hardware-breakpoint-limit @var{limit}
24007 Restrict @value{GDBN} to using @var{limit} remote hardware watchpoints
24008 or breakpoints. The @var{limit} can be set to 0 to disable hardware
24009 watchpoints or breakpoints, and @code{unlimited} for unlimited
24010 watchpoints or breakpoints.
24011
24012 @item show remote hardware-watchpoint-limit
24013 @itemx show remote hardware-breakpoint-limit
24014 Show the current limit for the number of hardware watchpoints or
24015 breakpoints that @value{GDBN} can use.
24016
24017 @cindex limit hardware watchpoints length
24018 @cindex remote target, limit watchpoints length
24019 @anchor{set remote hardware-watchpoint-length-limit}
24020 @item set remote hardware-watchpoint-length-limit @var{limit}
24021 Restrict @value{GDBN} to using @var{limit} bytes for the maximum
24022 length of a remote hardware watchpoint. A @var{limit} of 0 disables
24023 hardware watchpoints and @code{unlimited} allows watchpoints of any
24024 length.
24025
24026 @item show remote hardware-watchpoint-length-limit
24027 Show the current limit (in bytes) of the maximum length of
24028 a remote hardware watchpoint.
24029
24030 @item set remote exec-file @var{filename}
24031 @itemx show remote exec-file
24032 @anchor{set remote exec-file}
24033 @cindex executable file, for remote target
24034 Select the file used for @code{run} with @code{target
24035 extended-remote}. This should be set to a filename valid on the
24036 target system. If it is not set, the target will use a default
24037 filename (e.g.@: the last program run).
24038
24039 @item set remote interrupt-sequence
24040 @cindex interrupt remote programs
24041 @cindex select Ctrl-C, BREAK or BREAK-g
24042 Allow the user to select one of @samp{Ctrl-C}, a @code{BREAK} or
24043 @samp{BREAK-g} as the
24044 sequence to the remote target in order to interrupt the execution.
24045 @samp{Ctrl-C} is a default. Some system prefers @code{BREAK} which
24046 is high level of serial line for some certain time.
24047 Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g.
24048 It is @code{BREAK} signal followed by character @code{g}.
24049
24050 @item show remote interrupt-sequence
24051 Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g}
24052 is sent by @value{GDBN} to interrupt the remote program.
24053 @code{BREAK-g} is BREAK signal followed by @code{g} and
24054 also known as Magic SysRq g.
24055
24056 @item set remote interrupt-on-connect
24057 @cindex send interrupt-sequence on start
24058 Specify whether interrupt-sequence is sent to remote target when
24059 @value{GDBN} connects to it. This is mostly needed when you debug
24060 Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g}
24061 which is known as Magic SysRq g in order to connect @value{GDBN}.
24062
24063 @item show remote interrupt-on-connect
24064 Show whether interrupt-sequence is sent
24065 to remote target when @value{GDBN} connects to it.
24066
24067 @kindex set tcp
24068 @kindex show tcp
24069 @item set tcp auto-retry on
24070 @cindex auto-retry, for remote TCP target
24071 Enable auto-retry for remote TCP connections. This is useful if the remote
24072 debugging agent is launched in parallel with @value{GDBN}; there is a race
24073 condition because the agent may not become ready to accept the connection
24074 before @value{GDBN} attempts to connect. When auto-retry is
24075 enabled, if the initial attempt to connect fails, @value{GDBN} reattempts
24076 to establish the connection using the timeout specified by
24077 @code{set tcp connect-timeout}.
24078
24079 @item set tcp auto-retry off
24080 Do not auto-retry failed TCP connections.
24081
24082 @item show tcp auto-retry
24083 Show the current auto-retry setting.
24084
24085 @item set tcp connect-timeout @var{seconds}
24086 @itemx set tcp connect-timeout unlimited
24087 @cindex connection timeout, for remote TCP target
24088 @cindex timeout, for remote target connection
24089 Set the timeout for establishing a TCP connection to the remote target to
24090 @var{seconds}. The timeout affects both polling to retry failed connections
24091 (enabled by @code{set tcp auto-retry on}) and waiting for connections
24092 that are merely slow to complete, and represents an approximate cumulative
24093 value. If @var{seconds} is @code{unlimited}, there is no timeout and
24094 @value{GDBN} will keep attempting to establish a connection forever,
24095 unless interrupted with @kbd{Ctrl-c}. The default is 15 seconds.
24096
24097 @item show tcp connect-timeout
24098 Show the current connection timeout setting.
24099 @end table
24100
24101 @cindex remote packets, enabling and disabling
24102 The @value{GDBN} remote protocol autodetects the packets supported by
24103 your debugging stub. If you need to override the autodetection, you
24104 can use these commands to enable or disable individual packets. Each
24105 packet can be set to @samp{on} (the remote target supports this
24106 packet), @samp{off} (the remote target does not support this packet),
24107 or @samp{auto} (detect remote target support for this packet). They
24108 all default to @samp{auto}. For more information about each packet,
24109 see @ref{Remote Protocol}.
24110
24111 During normal use, you should not have to use any of these commands.
24112 If you do, that may be a bug in your remote debugging stub, or a bug
24113 in @value{GDBN}. You may want to report the problem to the
24114 @value{GDBN} developers.
24115
24116 For each packet @var{name}, the command to enable or disable the
24117 packet is @code{set remote @var{name}-packet}. If you configure a packet, the
24118 configuration will apply for all future remote targets if no target is selected.
24119 In case there is a target selected, only the configuration of the current target
24120 is changed. All other existing remote targets' features are not affected.
24121 The command to print the current configuration of a packet is
24122 @code{show remote @var{name}-packet}. It displays the current remote target's
24123 configuration. If no remote target is selected, the default configuration for
24124 future connections is shown. The available settings are:
24125
24126 @multitable @columnfractions 0.28 0.32 0.25
24127 @item Command Name
24128 @tab Remote Packet
24129 @tab Related Features
24130
24131 @item @code{fetch-register}
24132 @tab @code{p}
24133 @tab @code{info registers}
24134
24135 @item @code{set-register}
24136 @tab @code{P}
24137 @tab @code{set}
24138
24139 @item @code{binary-download}
24140 @tab @code{X}
24141 @tab @code{load}, @code{set}
24142
24143 @item @code{read-aux-vector}
24144 @tab @code{qXfer:auxv:read}
24145 @tab @code{info auxv}
24146
24147 @item @code{symbol-lookup}
24148 @tab @code{qSymbol}
24149 @tab Detecting multiple threads
24150
24151 @item @code{attach}
24152 @tab @code{vAttach}
24153 @tab @code{attach}
24154
24155 @item @code{verbose-resume}
24156 @tab @code{vCont}
24157 @tab Stepping or resuming multiple threads
24158
24159 @item @code{run}
24160 @tab @code{vRun}
24161 @tab @code{run}
24162
24163 @item @code{software-breakpoint}
24164 @tab @code{Z0}
24165 @tab @code{break}
24166
24167 @item @code{hardware-breakpoint}
24168 @tab @code{Z1}
24169 @tab @code{hbreak}
24170
24171 @item @code{write-watchpoint}
24172 @tab @code{Z2}
24173 @tab @code{watch}
24174
24175 @item @code{read-watchpoint}
24176 @tab @code{Z3}
24177 @tab @code{rwatch}
24178
24179 @item @code{access-watchpoint}
24180 @tab @code{Z4}
24181 @tab @code{awatch}
24182
24183 @item @code{pid-to-exec-file}
24184 @tab @code{qXfer:exec-file:read}
24185 @tab @code{attach}, @code{run}
24186
24187 @item @code{target-features}
24188 @tab @code{qXfer:features:read}
24189 @tab @code{set architecture}
24190
24191 @item @code{library-info}
24192 @tab @code{qXfer:libraries:read}
24193 @tab @code{info sharedlibrary}
24194
24195 @item @code{memory-map}
24196 @tab @code{qXfer:memory-map:read}
24197 @tab @code{info mem}
24198
24199 @item @code{read-sdata-object}
24200 @tab @code{qXfer:sdata:read}
24201 @tab @code{print $_sdata}
24202
24203 @item @code{read-siginfo-object}
24204 @tab @code{qXfer:siginfo:read}
24205 @tab @code{print $_siginfo}
24206
24207 @item @code{write-siginfo-object}
24208 @tab @code{qXfer:siginfo:write}
24209 @tab @code{set $_siginfo}
24210
24211 @item @code{threads}
24212 @tab @code{qXfer:threads:read}
24213 @tab @code{info threads}
24214
24215 @item @code{get-thread-local-@*storage-address}
24216 @tab @code{qGetTLSAddr}
24217 @tab Displaying @code{__thread} variables
24218
24219 @item @code{get-thread-information-block-address}
24220 @tab @code{qGetTIBAddr}
24221 @tab Display MS-Windows Thread Information Block.
24222
24223 @item @code{search-memory}
24224 @tab @code{qSearch:memory}
24225 @tab @code{find}
24226
24227 @item @code{supported-packets}
24228 @tab @code{qSupported}
24229 @tab Remote communications parameters
24230
24231 @item @code{catch-syscalls}
24232 @tab @code{QCatchSyscalls}
24233 @tab @code{catch syscall}
24234
24235 @item @code{pass-signals}
24236 @tab @code{QPassSignals}
24237 @tab @code{handle @var{signal}}
24238
24239 @item @code{program-signals}
24240 @tab @code{QProgramSignals}
24241 @tab @code{handle @var{signal}}
24242
24243 @item @code{hostio-close-packet}
24244 @tab @code{vFile:close}
24245 @tab @code{remote get}, @code{remote put}
24246
24247 @item @code{hostio-open-packet}
24248 @tab @code{vFile:open}
24249 @tab @code{remote get}, @code{remote put}
24250
24251 @item @code{hostio-pread-packet}
24252 @tab @code{vFile:pread}
24253 @tab @code{remote get}, @code{remote put}
24254
24255 @item @code{hostio-pwrite-packet}
24256 @tab @code{vFile:pwrite}
24257 @tab @code{remote get}, @code{remote put}
24258
24259 @item @code{hostio-unlink-packet}
24260 @tab @code{vFile:unlink}
24261 @tab @code{remote delete}
24262
24263 @item @code{hostio-readlink-packet}
24264 @tab @code{vFile:readlink}
24265 @tab Host I/O
24266
24267 @item @code{hostio-fstat-packet}
24268 @tab @code{vFile:fstat}
24269 @tab Host I/O
24270
24271 @item @code{hostio-setfs-packet}
24272 @tab @code{vFile:setfs}
24273 @tab Host I/O
24274
24275 @item @code{noack-packet}
24276 @tab @code{QStartNoAckMode}
24277 @tab Packet acknowledgment
24278
24279 @item @code{osdata}
24280 @tab @code{qXfer:osdata:read}
24281 @tab @code{info os}
24282
24283 @item @code{query-attached}
24284 @tab @code{qAttached}
24285 @tab Querying remote process attach state.
24286
24287 @item @code{trace-buffer-size}
24288 @tab @code{QTBuffer:size}
24289 @tab @code{set trace-buffer-size}
24290
24291 @item @code{trace-status}
24292 @tab @code{qTStatus}
24293 @tab @code{tstatus}
24294
24295 @item @code{traceframe-info}
24296 @tab @code{qXfer:traceframe-info:read}
24297 @tab Traceframe info
24298
24299 @item @code{install-in-trace}
24300 @tab @code{InstallInTrace}
24301 @tab Install tracepoint in tracing
24302
24303 @item @code{disable-randomization}
24304 @tab @code{QDisableRandomization}
24305 @tab @code{set disable-randomization}
24306
24307 @item @code{startup-with-shell}
24308 @tab @code{QStartupWithShell}
24309 @tab @code{set startup-with-shell}
24310
24311 @item @code{environment-hex-encoded}
24312 @tab @code{QEnvironmentHexEncoded}
24313 @tab @code{set environment}
24314
24315 @item @code{environment-unset}
24316 @tab @code{QEnvironmentUnset}
24317 @tab @code{unset environment}
24318
24319 @item @code{environment-reset}
24320 @tab @code{QEnvironmentReset}
24321 @tab @code{Reset the inferior environment (i.e., unset user-set variables)}
24322
24323 @item @code{set-working-dir}
24324 @tab @code{QSetWorkingDir}
24325 @tab @code{set cwd}
24326
24327 @item @code{conditional-breakpoints-packet}
24328 @tab @code{Z0 and Z1}
24329 @tab @code{Support for target-side breakpoint condition evaluation}
24330
24331 @item @code{multiprocess-extensions}
24332 @tab @code{multiprocess extensions}
24333 @tab Debug multiple processes and remote process PID awareness
24334
24335 @item @code{swbreak-feature}
24336 @tab @code{swbreak stop reason}
24337 @tab @code{break}
24338
24339 @item @code{hwbreak-feature}
24340 @tab @code{hwbreak stop reason}
24341 @tab @code{hbreak}
24342
24343 @item @code{fork-event-feature}
24344 @tab @code{fork stop reason}
24345 @tab @code{fork}
24346
24347 @item @code{vfork-event-feature}
24348 @tab @code{vfork stop reason}
24349 @tab @code{vfork}
24350
24351 @item @code{exec-event-feature}
24352 @tab @code{exec stop reason}
24353 @tab @code{exec}
24354
24355 @item @code{thread-events}
24356 @tab @code{QThreadEvents}
24357 @tab Tracking thread lifetime.
24358
24359 @item @code{no-resumed-stop-reply}
24360 @tab @code{no resumed thread left stop reply}
24361 @tab Tracking thread lifetime.
24362
24363 @end multitable
24364
24365 @cindex packet size, remote, configuring
24366 The number of bytes per memory-read or memory-write packet for a remote target
24367 can be configured using the commands
24368 @w{@code{set remote memory-read-packet-size}} and
24369 @w{@code{set remote memory-write-packet-size}}. If set to @samp{0} (zero) the
24370 default packet size will be used. The actual limit is further reduced depending
24371 on the target. Specify @samp{fixed} to disable the target-dependent restriction
24372 and @samp{limit} to enable it. Similar to the enabling and disabling of remote
24373 packets, the command applies to the currently selected target (if available).
24374 If no remote target is selected, it applies to all future remote connections.
24375 The configuration of the selected target can be displayed using the commands
24376 @w{@code{show remote memory-read-packet-size}} and
24377 @w{@code{show remote memory-write-packet-size}}. If no remote target is
24378 selected, the default configuration for future connections is shown.
24379
24380 @node Remote Stub
24381 @section Implementing a Remote Stub
24382
24383 @cindex debugging stub, example
24384 @cindex remote stub, example
24385 @cindex stub example, remote debugging
24386 The stub files provided with @value{GDBN} implement the target side of the
24387 communication protocol, and the @value{GDBN} side is implemented in the
24388 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
24389 these subroutines to communicate, and ignore the details. (If you're
24390 implementing your own stub file, you can still ignore the details: start
24391 with one of the existing stub files. @file{sparc-stub.c} is the best
24392 organized, and therefore the easiest to read.)
24393
24394 @cindex remote serial debugging, overview
24395 To debug a program running on another machine (the debugging
24396 @dfn{target} machine), you must first arrange for all the usual
24397 prerequisites for the program to run by itself. For example, for a C
24398 program, you need:
24399
24400 @enumerate
24401 @item
24402 A startup routine to set up the C runtime environment; these usually
24403 have a name like @file{crt0}. The startup routine may be supplied by
24404 your hardware supplier, or you may have to write your own.
24405
24406 @item
24407 A C subroutine library to support your program's
24408 subroutine calls, notably managing input and output.
24409
24410 @item
24411 A way of getting your program to the other machine---for example, a
24412 download program. These are often supplied by the hardware
24413 manufacturer, but you may have to write your own from hardware
24414 documentation.
24415 @end enumerate
24416
24417 The next step is to arrange for your program to use a serial port to
24418 communicate with the machine where @value{GDBN} is running (the @dfn{host}
24419 machine). In general terms, the scheme looks like this:
24420
24421 @table @emph
24422 @item On the host,
24423 @value{GDBN} already understands how to use this protocol; when everything
24424 else is set up, you can simply use the @samp{target remote} command
24425 (@pxref{Targets,,Specifying a Debugging Target}).
24426
24427 @item On the target,
24428 you must link with your program a few special-purpose subroutines that
24429 implement the @value{GDBN} remote serial protocol. The file containing these
24430 subroutines is called a @dfn{debugging stub}.
24431
24432 On certain remote targets, you can use an auxiliary program
24433 @code{gdbserver} instead of linking a stub into your program.
24434 @xref{Server,,Using the @code{gdbserver} Program}, for details.
24435 @end table
24436
24437 The debugging stub is specific to the architecture of the remote
24438 machine; for example, use @file{sparc-stub.c} to debug programs on
24439 @sc{sparc} boards.
24440
24441 @cindex remote serial stub list
24442 These working remote stubs are distributed with @value{GDBN}:
24443
24444 @table @code
24445
24446 @item i386-stub.c
24447 @cindex @file{i386-stub.c}
24448 @cindex Intel
24449 @cindex i386
24450 For Intel 386 and compatible architectures.
24451
24452 @item m68k-stub.c
24453 @cindex @file{m68k-stub.c}
24454 @cindex Motorola 680x0
24455 @cindex m680x0
24456 For Motorola 680x0 architectures.
24457
24458 @item sh-stub.c
24459 @cindex @file{sh-stub.c}
24460 @cindex Renesas
24461 @cindex SH
24462 For Renesas SH architectures.
24463
24464 @item sparc-stub.c
24465 @cindex @file{sparc-stub.c}
24466 @cindex Sparc
24467 For @sc{sparc} architectures.
24468
24469 @item sparcl-stub.c
24470 @cindex @file{sparcl-stub.c}
24471 @cindex Fujitsu
24472 @cindex SparcLite
24473 For Fujitsu @sc{sparclite} architectures.
24474
24475 @end table
24476
24477 The @file{README} file in the @value{GDBN} distribution may list other
24478 recently added stubs.
24479
24480 @menu
24481 * Stub Contents:: What the stub can do for you
24482 * Bootstrapping:: What you must do for the stub
24483 * Debug Session:: Putting it all together
24484 @end menu
24485
24486 @node Stub Contents
24487 @subsection What the Stub Can Do for You
24488
24489 @cindex remote serial stub
24490 The debugging stub for your architecture supplies these three
24491 subroutines:
24492
24493 @table @code
24494 @findex set_debug_traps
24495 @item set_debug_traps
24496 @cindex remote serial stub, initialization
24497 This routine arranges for @code{handle_exception} to run when your
24498 program stops. You must call this subroutine explicitly in your
24499 program's startup code.
24500
24501 @findex handle_exception
24502 @item handle_exception
24503 @cindex remote serial stub, main routine
24504 This is the central workhorse, but your program never calls it
24505 explicitly---the setup code arranges for @code{handle_exception} to
24506 run when a trap is triggered.
24507
24508 @code{handle_exception} takes control when your program stops during
24509 execution (for example, on a breakpoint), and mediates communications
24510 with @value{GDBN} on the host machine. This is where the communications
24511 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
24512 representative on the target machine. It begins by sending summary
24513 information on the state of your program, then continues to execute,
24514 retrieving and transmitting any information @value{GDBN} needs, until you
24515 execute a @value{GDBN} command that makes your program resume; at that point,
24516 @code{handle_exception} returns control to your own code on the target
24517 machine.
24518
24519 @item breakpoint
24520 @cindex @code{breakpoint} subroutine, remote
24521 Use this auxiliary subroutine to make your program contain a
24522 breakpoint. Depending on the particular situation, this may be the only
24523 way for @value{GDBN} to get control. For instance, if your target
24524 machine has some sort of interrupt button, you won't need to call this;
24525 pressing the interrupt button transfers control to
24526 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
24527 simply receiving characters on the serial port may also trigger a trap;
24528 again, in that situation, you don't need to call @code{breakpoint} from
24529 your own program---simply running @samp{target remote} from the host
24530 @value{GDBN} session gets control.
24531
24532 Call @code{breakpoint} if none of these is true, or if you simply want
24533 to make certain your program stops at a predetermined point for the
24534 start of your debugging session.
24535 @end table
24536
24537 @node Bootstrapping
24538 @subsection What You Must Do for the Stub
24539
24540 @cindex remote stub, support routines
24541 The debugging stubs that come with @value{GDBN} are set up for a particular
24542 chip architecture, but they have no information about the rest of your
24543 debugging target machine.
24544
24545 First of all you need to tell the stub how to communicate with the
24546 serial port.
24547
24548 @table @code
24549 @findex getDebugChar
24550 @item int getDebugChar()
24551 Write this subroutine to read a single character from the serial port.
24552 It may be identical to @code{getchar} for your target system; a
24553 different name is used to allow you to distinguish the two if you wish.
24554
24555 @findex putDebugChar
24556 @item void putDebugChar(int)
24557 Write this subroutine to write a single character to the serial port.
24558 It may be identical to @code{putchar} for your target system; a
24559 different name is used to allow you to distinguish the two if you wish.
24560 @end table
24561
24562 @cindex control C, and remote debugging
24563 @cindex interrupting remote targets
24564 If you want @value{GDBN} to be able to stop your program while it is
24565 running, you need to use an interrupt-driven serial driver, and arrange
24566 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
24567 character). That is the character which @value{GDBN} uses to tell the
24568 remote system to stop.
24569
24570 Getting the debugging target to return the proper status to @value{GDBN}
24571 probably requires changes to the standard stub; one quick and dirty way
24572 is to just execute a breakpoint instruction (the ``dirty'' part is that
24573 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
24574
24575 Other routines you need to supply are:
24576
24577 @table @code
24578 @findex exceptionHandler
24579 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
24580 Write this function to install @var{exception_address} in the exception
24581 handling tables. You need to do this because the stub does not have any
24582 way of knowing what the exception handling tables on your target system
24583 are like (for example, the processor's table might be in @sc{rom},
24584 containing entries which point to a table in @sc{ram}).
24585 The @var{exception_number} specifies the exception which should be changed;
24586 its meaning is architecture-dependent (for example, different numbers
24587 might represent divide by zero, misaligned access, etc). When this
24588 exception occurs, control should be transferred directly to
24589 @var{exception_address}, and the processor state (stack, registers,
24590 and so on) should be just as it is when a processor exception occurs. So if
24591 you want to use a jump instruction to reach @var{exception_address}, it
24592 should be a simple jump, not a jump to subroutine.
24593
24594 For the 386, @var{exception_address} should be installed as an interrupt
24595 gate so that interrupts are masked while the handler runs. The gate
24596 should be at privilege level 0 (the most privileged level). The
24597 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
24598 help from @code{exceptionHandler}.
24599
24600 @findex flush_i_cache
24601 @item void flush_i_cache()
24602 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
24603 instruction cache, if any, on your target machine. If there is no
24604 instruction cache, this subroutine may be a no-op.
24605
24606 On target machines that have instruction caches, @value{GDBN} requires this
24607 function to make certain that the state of your program is stable.
24608 @end table
24609
24610 @noindent
24611 You must also make sure this library routine is available:
24612
24613 @table @code
24614 @findex memset
24615 @item void *memset(void *, int, int)
24616 This is the standard library function @code{memset} that sets an area of
24617 memory to a known value. If you have one of the free versions of
24618 @code{libc.a}, @code{memset} can be found there; otherwise, you must
24619 either obtain it from your hardware manufacturer, or write your own.
24620 @end table
24621
24622 If you do not use the GNU C compiler, you may need other standard
24623 library subroutines as well; this varies from one stub to another,
24624 but in general the stubs are likely to use any of the common library
24625 subroutines which @code{@value{NGCC}} generates as inline code.
24626
24627
24628 @node Debug Session
24629 @subsection Putting it All Together
24630
24631 @cindex remote serial debugging summary
24632 In summary, when your program is ready to debug, you must follow these
24633 steps.
24634
24635 @enumerate
24636 @item
24637 Make sure you have defined the supporting low-level routines
24638 (@pxref{Bootstrapping,,What You Must Do for the Stub}):
24639 @display
24640 @code{getDebugChar}, @code{putDebugChar},
24641 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
24642 @end display
24643
24644 @item
24645 Insert these lines in your program's startup code, before the main
24646 procedure is called:
24647
24648 @smallexample
24649 set_debug_traps();
24650 breakpoint();
24651 @end smallexample
24652
24653 On some machines, when a breakpoint trap is raised, the hardware
24654 automatically makes the PC point to the instruction after the
24655 breakpoint. If your machine doesn't do that, you may need to adjust
24656 @code{handle_exception} to arrange for it to return to the instruction
24657 after the breakpoint on this first invocation, so that your program
24658 doesn't keep hitting the initial breakpoint instead of making
24659 progress.
24660
24661 @item
24662 For the 680x0 stub only, you need to provide a variable called
24663 @code{exceptionHook}. Normally you just use:
24664
24665 @smallexample
24666 void (*exceptionHook)() = 0;
24667 @end smallexample
24668
24669 @noindent
24670 but if before calling @code{set_debug_traps}, you set it to point to a
24671 function in your program, that function is called when
24672 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
24673 error). The function indicated by @code{exceptionHook} is called with
24674 one parameter: an @code{int} which is the exception number.
24675
24676 @item
24677 Compile and link together: your program, the @value{GDBN} debugging stub for
24678 your target architecture, and the supporting subroutines.
24679
24680 @item
24681 Make sure you have a serial connection between your target machine and
24682 the @value{GDBN} host, and identify the serial port on the host.
24683
24684 @item
24685 @c The "remote" target now provides a `load' command, so we should
24686 @c document that. FIXME.
24687 Download your program to your target machine (or get it there by
24688 whatever means the manufacturer provides), and start it.
24689
24690 @item
24691 Start @value{GDBN} on the host, and connect to the target
24692 (@pxref{Connecting,,Connecting to a Remote Target}).
24693
24694 @end enumerate
24695
24696 @node Configurations
24697 @chapter Configuration-Specific Information
24698
24699 While nearly all @value{GDBN} commands are available for all native and
24700 cross versions of the debugger, there are some exceptions. This chapter
24701 describes things that are only available in certain configurations.
24702
24703 There are three major categories of configurations: native
24704 configurations, where the host and target are the same, embedded
24705 operating system configurations, which are usually the same for several
24706 different processor architectures, and bare embedded processors, which
24707 are quite different from each other.
24708
24709 @menu
24710 * Native::
24711 * Embedded OS::
24712 * Embedded Processors::
24713 * Architectures::
24714 @end menu
24715
24716 @node Native
24717 @section Native
24718
24719 This section describes details specific to particular native
24720 configurations.
24721
24722 @menu
24723 * BSD libkvm Interface:: Debugging BSD kernel memory images
24724 * Process Information:: Process information
24725 * DJGPP Native:: Features specific to the DJGPP port
24726 * Cygwin Native:: Features specific to the Cygwin port
24727 * Hurd Native:: Features specific to @sc{gnu} Hurd
24728 * Darwin:: Features specific to Darwin
24729 * FreeBSD:: Features specific to FreeBSD
24730 @end menu
24731
24732 @node BSD libkvm Interface
24733 @subsection BSD libkvm Interface
24734
24735 @cindex libkvm
24736 @cindex kernel memory image
24737 @cindex kernel crash dump
24738
24739 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
24740 interface that provides a uniform interface for accessing kernel virtual
24741 memory images, including live systems and crash dumps. @value{GDBN}
24742 uses this interface to allow you to debug live kernels and kernel crash
24743 dumps on many native BSD configurations. This is implemented as a
24744 special @code{kvm} debugging target. For debugging a live system, load
24745 the currently running kernel into @value{GDBN} and connect to the
24746 @code{kvm} target:
24747
24748 @smallexample
24749 (@value{GDBP}) @b{target kvm}
24750 @end smallexample
24751
24752 For debugging crash dumps, provide the file name of the crash dump as an
24753 argument:
24754
24755 @smallexample
24756 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
24757 @end smallexample
24758
24759 Once connected to the @code{kvm} target, the following commands are
24760 available:
24761
24762 @table @code
24763 @kindex kvm
24764 @item kvm pcb
24765 Set current context from the @dfn{Process Control Block} (PCB) address.
24766
24767 @item kvm proc
24768 Set current context from proc address. This command isn't available on
24769 modern FreeBSD systems.
24770 @end table
24771
24772 @node Process Information
24773 @subsection Process Information
24774 @cindex /proc
24775 @cindex examine process image
24776 @cindex process info via @file{/proc}
24777
24778 Some operating systems provide interfaces to fetch additional
24779 information about running processes beyond memory and per-thread
24780 register state. If @value{GDBN} is configured for an operating system
24781 with a supported interface, the command @code{info proc} is available
24782 to report information about the process running your program, or about
24783 any process running on your system.
24784
24785 One supported interface is a facility called @samp{/proc} that can be
24786 used to examine the image of a running process using file-system
24787 subroutines. This facility is supported on @sc{gnu}/Linux and Solaris
24788 systems.
24789
24790 On FreeBSD and NetBSD systems, system control nodes are used to query
24791 process information.
24792
24793 In addition, some systems may provide additional process information
24794 in core files. Note that a core file may include a subset of the
24795 information available from a live process. Process information is
24796 currently available from cores created on @sc{gnu}/Linux and FreeBSD
24797 systems.
24798
24799 @table @code
24800 @kindex info proc
24801 @cindex process ID
24802 @item info proc
24803 @itemx info proc @var{process-id}
24804 Summarize available information about a process. If a
24805 process ID is specified by @var{process-id}, display information about
24806 that process; otherwise display information about the program being
24807 debugged. The summary includes the debugged process ID, the command
24808 line used to invoke it, its current working directory, and its
24809 executable file's absolute file name.
24810
24811 On some systems, @var{process-id} can be of the form
24812 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
24813 within a process. If the optional @var{pid} part is missing, it means
24814 a thread from the process being debugged (the leading @samp{/} still
24815 needs to be present, or else @value{GDBN} will interpret the number as
24816 a process ID rather than a thread ID).
24817
24818 @item info proc cmdline
24819 @cindex info proc cmdline
24820 Show the original command line of the process. This command is
24821 supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
24822
24823 @item info proc cwd
24824 @cindex info proc cwd
24825 Show the current working directory of the process. This command is
24826 supported on @sc{gnu}/Linux, FreeBSD and NetBSD.
24827
24828 @item info proc exe
24829 @cindex info proc exe
24830 Show the name of executable of the process. This command is supported
24831 on @sc{gnu}/Linux, FreeBSD and NetBSD.
24832
24833 @item info proc files
24834 @cindex info proc files
24835 Show the file descriptors open by the process. For each open file
24836 descriptor, @value{GDBN} shows its number, type (file, directory,
24837 character device, socket), file pointer offset, and the name of the
24838 resource open on the descriptor. The resource name can be a file name
24839 (for files, directories, and devices) or a protocol followed by socket
24840 address (for network connections). This command is supported on
24841 FreeBSD.
24842
24843 This example shows the open file descriptors for a process using a
24844 tty for standard input and output as well as two network sockets:
24845
24846 @smallexample
24847 (@value{GDBP}) info proc files 22136
24848 process 22136
24849 Open files:
24850
24851 FD Type Offset Flags Name
24852 text file - r-------- /usr/bin/ssh
24853 ctty chr - rw------- /dev/pts/20
24854 cwd dir - r-------- /usr/home/john
24855 root dir - r-------- /
24856 0 chr 0x32933a4 rw------- /dev/pts/20
24857 1 chr 0x32933a4 rw------- /dev/pts/20
24858 2 chr 0x32933a4 rw------- /dev/pts/20
24859 3 socket 0x0 rw----n-- tcp4 10.0.1.2:53014 -> 10.0.1.10:22
24860 4 socket 0x0 rw------- unix stream:/tmp/ssh-FIt89oAzOn5f/agent.2456
24861 @end smallexample
24862
24863 @item info proc mappings
24864 @cindex memory address space mappings
24865 Report the memory address space ranges accessible in a process. On
24866 Solaris, FreeBSD and NetBSD systems, each memory range includes information
24867 on whether the process has read, write, or execute access rights to each
24868 range. On @sc{gnu}/Linux, FreeBSD and NetBSD systems, each memory range
24869 includes the object file which is mapped to that range.
24870
24871 @item info proc stat
24872 @itemx info proc status
24873 @cindex process detailed status information
24874 Show additional process-related information, including the user ID and
24875 group ID; virtual memory usage; the signals that are pending, blocked,
24876 and ignored; its TTY; its consumption of system and user time; its
24877 stack size; its @samp{nice} value; etc. These commands are supported
24878 on @sc{gnu}/Linux, FreeBSD and NetBSD.
24879
24880 For @sc{gnu}/Linux systems, see the @samp{proc} man page for more
24881 information (type @kbd{man 5 proc} from your shell prompt).
24882
24883 For FreeBSD and NetBSD systems, @code{info proc stat} is an alias for
24884 @code{info proc status}.
24885
24886 @item info proc all
24887 Show all the information about the process described under all of the
24888 above @code{info proc} subcommands.
24889
24890 @ignore
24891 @comment These sub-options of 'info proc' were not included when
24892 @comment procfs.c was re-written. Keep their descriptions around
24893 @comment against the day when someone finds the time to put them back in.
24894 @kindex info proc times
24895 @item info proc times
24896 Starting time, user CPU time, and system CPU time for your program and
24897 its children.
24898
24899 @kindex info proc id
24900 @item info proc id
24901 Report on the process IDs related to your program: its own process ID,
24902 the ID of its parent, the process group ID, and the session ID.
24903 @end ignore
24904
24905 @item set procfs-trace
24906 @kindex set procfs-trace
24907 @cindex @code{procfs} API calls
24908 This command enables and disables tracing of @code{procfs} API calls.
24909
24910 @item show procfs-trace
24911 @kindex show procfs-trace
24912 Show the current state of @code{procfs} API call tracing.
24913
24914 @item set procfs-file @var{file}
24915 @kindex set procfs-file
24916 Tell @value{GDBN} to write @code{procfs} API trace to the named
24917 @var{file}. @value{GDBN} appends the trace info to the previous
24918 contents of the file. The default is to display the trace on the
24919 standard output.
24920
24921 @item show procfs-file
24922 @kindex show procfs-file
24923 Show the file to which @code{procfs} API trace is written.
24924
24925 @item proc-trace-entry
24926 @itemx proc-trace-exit
24927 @itemx proc-untrace-entry
24928 @itemx proc-untrace-exit
24929 @kindex proc-trace-entry
24930 @kindex proc-trace-exit
24931 @kindex proc-untrace-entry
24932 @kindex proc-untrace-exit
24933 These commands enable and disable tracing of entries into and exits
24934 from the @code{syscall} interface.
24935
24936 @item info pidlist
24937 @kindex info pidlist
24938 @cindex process list, QNX Neutrino
24939 For QNX Neutrino only, this command displays the list of all the
24940 processes and all the threads within each process.
24941
24942 @item info meminfo
24943 @kindex info meminfo
24944 @cindex mapinfo list, QNX Neutrino
24945 For QNX Neutrino only, this command displays the list of all mapinfos.
24946 @end table
24947
24948 @node DJGPP Native
24949 @subsection Features for Debugging @sc{djgpp} Programs
24950 @cindex @sc{djgpp} debugging
24951 @cindex native @sc{djgpp} debugging
24952 @cindex MS-DOS-specific commands
24953
24954 @cindex DPMI
24955 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
24956 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
24957 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
24958 top of real-mode DOS systems and their emulations.
24959
24960 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
24961 defines a few commands specific to the @sc{djgpp} port. This
24962 subsection describes those commands.
24963
24964 @table @code
24965 @kindex info dos
24966 @item info dos
24967 This is a prefix of @sc{djgpp}-specific commands which print
24968 information about the target system and important OS structures.
24969
24970 @kindex sysinfo
24971 @cindex MS-DOS system info
24972 @cindex free memory information (MS-DOS)
24973 @item info dos sysinfo
24974 This command displays assorted information about the underlying
24975 platform: the CPU type and features, the OS version and flavor, the
24976 DPMI version, and the available conventional and DPMI memory.
24977
24978 @cindex GDT
24979 @cindex LDT
24980 @cindex IDT
24981 @cindex segment descriptor tables
24982 @cindex descriptor tables display
24983 @item info dos gdt
24984 @itemx info dos ldt
24985 @itemx info dos idt
24986 These 3 commands display entries from, respectively, Global, Local,
24987 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
24988 tables are data structures which store a descriptor for each segment
24989 that is currently in use. The segment's selector is an index into a
24990 descriptor table; the table entry for that index holds the
24991 descriptor's base address and limit, and its attributes and access
24992 rights.
24993
24994 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
24995 segment (used for both data and the stack), and a DOS segment (which
24996 allows access to DOS/BIOS data structures and absolute addresses in
24997 conventional memory). However, the DPMI host will usually define
24998 additional segments in order to support the DPMI environment.
24999
25000 @cindex garbled pointers
25001 These commands allow to display entries from the descriptor tables.
25002 Without an argument, all entries from the specified table are
25003 displayed. An argument, which should be an integer expression, means
25004 display a single entry whose index is given by the argument. For
25005 example, here's a convenient way to display information about the
25006 debugged program's data segment:
25007
25008 @smallexample
25009 @exdent @code{(@value{GDBP}) info dos ldt $ds}
25010 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
25011 @end smallexample
25012
25013 @noindent
25014 This comes in handy when you want to see whether a pointer is outside
25015 the data segment's limit (i.e.@: @dfn{garbled}).
25016
25017 @cindex page tables display (MS-DOS)
25018 @item info dos pde
25019 @itemx info dos pte
25020 These two commands display entries from, respectively, the Page
25021 Directory and the Page Tables. Page Directories and Page Tables are
25022 data structures which control how virtual memory addresses are mapped
25023 into physical addresses. A Page Table includes an entry for every
25024 page of memory that is mapped into the program's address space; there
25025 may be several Page Tables, each one holding up to 4096 entries. A
25026 Page Directory has up to 4096 entries, one each for every Page Table
25027 that is currently in use.
25028
25029 Without an argument, @kbd{info dos pde} displays the entire Page
25030 Directory, and @kbd{info dos pte} displays all the entries in all of
25031 the Page Tables. An argument, an integer expression, given to the
25032 @kbd{info dos pde} command means display only that entry from the Page
25033 Directory table. An argument given to the @kbd{info dos pte} command
25034 means display entries from a single Page Table, the one pointed to by
25035 the specified entry in the Page Directory.
25036
25037 @cindex direct memory access (DMA) on MS-DOS
25038 These commands are useful when your program uses @dfn{DMA} (Direct
25039 Memory Access), which needs physical addresses to program the DMA
25040 controller.
25041
25042 These commands are supported only with some DPMI servers.
25043
25044 @cindex physical address from linear address
25045 @item info dos address-pte @var{addr}
25046 This command displays the Page Table entry for a specified linear
25047 address. The argument @var{addr} is a linear address which should
25048 already have the appropriate segment's base address added to it,
25049 because this command accepts addresses which may belong to @emph{any}
25050 segment. For example, here's how to display the Page Table entry for
25051 the page where a variable @code{i} is stored:
25052
25053 @smallexample
25054 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
25055 @exdent @code{Page Table entry for address 0x11a00d30:}
25056 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
25057 @end smallexample
25058
25059 @noindent
25060 This says that @code{i} is stored at offset @code{0xd30} from the page
25061 whose physical base address is @code{0x02698000}, and shows all the
25062 attributes of that page.
25063
25064 Note that you must cast the addresses of variables to a @code{char *},
25065 since otherwise the value of @code{__djgpp_base_address}, the base
25066 address of all variables and functions in a @sc{djgpp} program, will
25067 be added using the rules of C pointer arithmetics: if @code{i} is
25068 declared an @code{int}, @value{GDBN} will add 4 times the value of
25069 @code{__djgpp_base_address} to the address of @code{i}.
25070
25071 Here's another example, it displays the Page Table entry for the
25072 transfer buffer:
25073
25074 @smallexample
25075 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
25076 @exdent @code{Page Table entry for address 0x29110:}
25077 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
25078 @end smallexample
25079
25080 @noindent
25081 (The @code{+ 3} offset is because the transfer buffer's address is the
25082 3rd member of the @code{_go32_info_block} structure.) The output
25083 clearly shows that this DPMI server maps the addresses in conventional
25084 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
25085 linear (@code{0x29110}) addresses are identical.
25086
25087 This command is supported only with some DPMI servers.
25088 @end table
25089
25090 @cindex DOS serial data link, remote debugging
25091 In addition to native debugging, the DJGPP port supports remote
25092 debugging via a serial data link. The following commands are specific
25093 to remote serial debugging in the DJGPP port of @value{GDBN}.
25094
25095 @table @code
25096 @kindex set com1base
25097 @kindex set com1irq
25098 @kindex set com2base
25099 @kindex set com2irq
25100 @kindex set com3base
25101 @kindex set com3irq
25102 @kindex set com4base
25103 @kindex set com4irq
25104 @item set com1base @var{addr}
25105 This command sets the base I/O port address of the @file{COM1} serial
25106 port.
25107
25108 @item set com1irq @var{irq}
25109 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
25110 for the @file{COM1} serial port.
25111
25112 There are similar commands @samp{set com2base}, @samp{set com3irq},
25113 etc.@: for setting the port address and the @code{IRQ} lines for the
25114 other 3 COM ports.
25115
25116 @kindex show com1base
25117 @kindex show com1irq
25118 @kindex show com2base
25119 @kindex show com2irq
25120 @kindex show com3base
25121 @kindex show com3irq
25122 @kindex show com4base
25123 @kindex show com4irq
25124 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
25125 display the current settings of the base address and the @code{IRQ}
25126 lines used by the COM ports.
25127
25128 @item info serial
25129 @kindex info serial
25130 @cindex DOS serial port status
25131 This command prints the status of the 4 DOS serial ports. For each
25132 port, it prints whether it's active or not, its I/O base address and
25133 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
25134 counts of various errors encountered so far.
25135 @end table
25136
25137
25138 @node Cygwin Native
25139 @subsection Features for Debugging MS Windows PE Executables
25140 @cindex MS Windows debugging
25141 @cindex native Cygwin debugging
25142 @cindex Cygwin-specific commands
25143
25144 @value{GDBN} supports native debugging of MS Windows programs, including
25145 DLLs with and without symbolic debugging information.
25146
25147 @cindex Ctrl-BREAK, MS-Windows
25148 @cindex interrupt debuggee on MS-Windows
25149 MS-Windows programs that call @code{SetConsoleMode} to switch off the
25150 special meaning of the @samp{Ctrl-C} keystroke cannot be interrupted
25151 by typing @kbd{C-c}. For this reason, @value{GDBN} on MS-Windows
25152 supports @kbd{C-@key{BREAK}} as an alternative interrupt key
25153 sequence, which can be used to interrupt the debuggee even if it
25154 ignores @kbd{C-c}.
25155
25156 There are various additional Cygwin-specific commands, described in
25157 this section. Working with DLLs that have no debugging symbols is
25158 described in @ref{Non-debug DLL Symbols}.
25159
25160 @table @code
25161 @kindex info w32
25162 @item info w32
25163 This is a prefix of MS Windows-specific commands which print
25164 information about the target system and important OS structures.
25165
25166 @item info w32 selector
25167 This command displays information returned by
25168 the Win32 API @code{GetThreadSelectorEntry} function.
25169 It takes an optional argument that is evaluated to
25170 a long value to give the information about this given selector.
25171 Without argument, this command displays information
25172 about the six segment registers.
25173
25174 @item info w32 thread-information-block
25175 This command displays thread specific information stored in the
25176 Thread Information Block (readable on the X86 CPU family using @code{$fs}
25177 selector for 32-bit programs and @code{$gs} for 64-bit programs).
25178
25179 @kindex signal-event
25180 @item signal-event @var{id}
25181 This command signals an event with user-provided @var{id}. Used to resume
25182 crashing process when attached to it using MS-Windows JIT debugging (AeDebug).
25183
25184 To use it, create or edit the following keys in
25185 @code{HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug} and/or
25186 @code{HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug}
25187 (for x86_64 versions):
25188
25189 @itemize @minus
25190 @item
25191 @code{Debugger} (REG_SZ) --- a command to launch the debugger.
25192 Suggested command is: @code{@var{fully-qualified-path-to-gdb.exe} -ex
25193 "attach %ld" -ex "signal-event %ld" -ex "continue"}.
25194
25195 The first @code{%ld} will be replaced by the process ID of the
25196 crashing process, the second @code{%ld} will be replaced by the ID of
25197 the event that blocks the crashing process, waiting for @value{GDBN}
25198 to attach.
25199
25200 @item
25201 @code{Auto} (REG_SZ) --- either @code{1} or @code{0}. @code{1} will
25202 make the system run debugger specified by the Debugger key
25203 automatically, @code{0} will cause a dialog box with ``OK'' and
25204 ``Cancel'' buttons to appear, which allows the user to either
25205 terminate the crashing process (OK) or debug it (Cancel).
25206 @end itemize
25207
25208 @kindex set cygwin-exceptions
25209 @cindex debugging the Cygwin DLL
25210 @cindex Cygwin DLL, debugging
25211 @item set cygwin-exceptions @var{mode}
25212 If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
25213 happen inside the Cygwin DLL. If @var{mode} is @code{off},
25214 @value{GDBN} will delay recognition of exceptions, and may ignore some
25215 exceptions which seem to be caused by internal Cygwin DLL
25216 ``bookkeeping''. This option is meant primarily for debugging the
25217 Cygwin DLL itself; the default value is @code{off} to avoid annoying
25218 @value{GDBN} users with false @code{SIGSEGV} signals.
25219
25220 @kindex show cygwin-exceptions
25221 @item show cygwin-exceptions
25222 Displays whether @value{GDBN} will break on exceptions that happen
25223 inside the Cygwin DLL itself.
25224
25225 @kindex set new-console
25226 @item set new-console @var{mode}
25227 If @var{mode} is @code{on} the debuggee will
25228 be started in a new console on next start.
25229 If @var{mode} is @code{off}, the debuggee will
25230 be started in the same console as the debugger.
25231
25232 @kindex show new-console
25233 @item show new-console
25234 Displays whether a new console is used
25235 when the debuggee is started.
25236
25237 @kindex set new-group
25238 @item set new-group @var{mode}
25239 This boolean value controls whether the debuggee should
25240 start a new group or stay in the same group as the debugger.
25241 This affects the way the Windows OS handles
25242 @samp{Ctrl-C}.
25243
25244 @kindex show new-group
25245 @item show new-group
25246 Displays current value of new-group boolean.
25247
25248 @kindex set debugevents
25249 @item set debugevents
25250 This boolean value adds debug output concerning kernel events related
25251 to the debuggee seen by the debugger. This includes events that
25252 signal thread and process creation and exit, DLL loading and
25253 unloading, console interrupts, and debugging messages produced by the
25254 Windows @code{OutputDebugString} API call.
25255
25256 @kindex set debugexec
25257 @item set debugexec
25258 This boolean value adds debug output concerning execute events
25259 (such as resume thread) seen by the debugger.
25260
25261 @kindex set debugexceptions
25262 @item set debugexceptions
25263 This boolean value adds debug output concerning exceptions in the
25264 debuggee seen by the debugger.
25265
25266 @kindex set debugmemory
25267 @item set debugmemory
25268 This boolean value adds debug output concerning debuggee memory reads
25269 and writes by the debugger.
25270
25271 @kindex set shell
25272 @item set shell
25273 This boolean values specifies whether the debuggee is called
25274 via a shell or directly (default value is on).
25275
25276 @kindex show shell
25277 @item show shell
25278 Displays if the debuggee will be started with a shell.
25279
25280 @end table
25281
25282 @menu
25283 * Non-debug DLL Symbols:: Support for DLLs without debugging symbols
25284 @end menu
25285
25286 @node Non-debug DLL Symbols
25287 @subsubsection Support for DLLs without Debugging Symbols
25288 @cindex DLLs with no debugging symbols
25289 @cindex Minimal symbols and DLLs
25290
25291 Very often on windows, some of the DLLs that your program relies on do
25292 not include symbolic debugging information (for example,
25293 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
25294 symbols in a DLL, it relies on the minimal amount of symbolic
25295 information contained in the DLL's export table. This section
25296 describes working with such symbols, known internally to @value{GDBN} as
25297 ``minimal symbols''.
25298
25299 Note that before the debugged program has started execution, no DLLs
25300 will have been loaded. The easiest way around this problem is simply to
25301 start the program --- either by setting a breakpoint or letting the
25302 program run once to completion.
25303
25304 @subsubsection DLL Name Prefixes
25305
25306 In keeping with the naming conventions used by the Microsoft debugging
25307 tools, DLL export symbols are made available with a prefix based on the
25308 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
25309 also entered into the symbol table, so @code{CreateFileA} is often
25310 sufficient. In some cases there will be name clashes within a program
25311 (particularly if the executable itself includes full debugging symbols)
25312 necessitating the use of the fully qualified name when referring to the
25313 contents of the DLL. Use single-quotes around the name to avoid the
25314 exclamation mark (``!'') being interpreted as a language operator.
25315
25316 Note that the internal name of the DLL may be all upper-case, even
25317 though the file name of the DLL is lower-case, or vice-versa. Since
25318 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
25319 some confusion. If in doubt, try the @code{info functions} and
25320 @code{info variables} commands or even @code{maint print msymbols}
25321 (@pxref{Symbols}). Here's an example:
25322
25323 @smallexample
25324 (@value{GDBP}) info function CreateFileA
25325 All functions matching regular expression "CreateFileA":
25326
25327 Non-debugging symbols:
25328 0x77e885f4 CreateFileA
25329 0x77e885f4 KERNEL32!CreateFileA
25330 @end smallexample
25331
25332 @smallexample
25333 (@value{GDBP}) info function !
25334 All functions matching regular expression "!":
25335
25336 Non-debugging symbols:
25337 0x6100114c cygwin1!__assert
25338 0x61004034 cygwin1!_dll_crt0@@0
25339 0x61004240 cygwin1!dll_crt0(per_process *)
25340 [etc...]
25341 @end smallexample
25342
25343 @subsubsection Working with Minimal Symbols
25344
25345 Symbols extracted from a DLL's export table do not contain very much
25346 type information. All that @value{GDBN} can do is guess whether a symbol
25347 refers to a function or variable depending on the linker section that
25348 contains the symbol. Also note that the actual contents of the memory
25349 contained in a DLL are not available unless the program is running. This
25350 means that you cannot examine the contents of a variable or disassemble
25351 a function within a DLL without a running program.
25352
25353 Variables are generally treated as pointers and dereferenced
25354 automatically. For this reason, it is often necessary to prefix a
25355 variable name with the address-of operator (``&'') and provide explicit
25356 type information in the command. Here's an example of the type of
25357 problem:
25358
25359 @smallexample
25360 (@value{GDBP}) print 'cygwin1!__argv'
25361 'cygwin1!__argv' has unknown type; cast it to its declared type
25362 @end smallexample
25363
25364 @smallexample
25365 (@value{GDBP}) x 'cygwin1!__argv'
25366 'cygwin1!__argv' has unknown type; cast it to its declared type
25367 @end smallexample
25368
25369 And two possible solutions:
25370
25371 @smallexample
25372 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
25373 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
25374 @end smallexample
25375
25376 @smallexample
25377 (@value{GDBP}) x/2x &'cygwin1!__argv'
25378 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
25379 (@value{GDBP}) x/x 0x10021608
25380 0x10021608: 0x0022fd98
25381 (@value{GDBP}) x/s 0x0022fd98
25382 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
25383 @end smallexample
25384
25385 Setting a break point within a DLL is possible even before the program
25386 starts execution. However, under these circumstances, @value{GDBN} can't
25387 examine the initial instructions of the function in order to skip the
25388 function's frame set-up code. You can work around this by using ``*&''
25389 to set the breakpoint at a raw memory address:
25390
25391 @smallexample
25392 (@value{GDBP}) break *&'python22!PyOS_Readline'
25393 Breakpoint 1 at 0x1e04eff0
25394 @end smallexample
25395
25396 The author of these extensions is not entirely convinced that setting a
25397 break point within a shared DLL like @file{kernel32.dll} is completely
25398 safe.
25399
25400 @node Hurd Native
25401 @subsection Commands Specific to @sc{gnu} Hurd Systems
25402 @cindex @sc{gnu} Hurd debugging
25403
25404 This subsection describes @value{GDBN} commands specific to the
25405 @sc{gnu} Hurd native debugging.
25406
25407 @table @code
25408 @item set signals
25409 @itemx set sigs
25410 @kindex set signals@r{, Hurd command}
25411 @kindex set sigs@r{, Hurd command}
25412 This command toggles the state of inferior signal interception by
25413 @value{GDBN}. Mach exceptions, such as breakpoint traps, are not
25414 affected by this command. @code{sigs} is a shorthand alias for
25415 @code{signals}.
25416
25417 @item show signals
25418 @itemx show sigs
25419 @kindex show signals@r{, Hurd command}
25420 @kindex show sigs@r{, Hurd command}
25421 Show the current state of intercepting inferior's signals.
25422
25423 @item set signal-thread
25424 @itemx set sigthread
25425 @kindex set signal-thread
25426 @kindex set sigthread
25427 This command tells @value{GDBN} which thread is the @code{libc} signal
25428 thread. That thread is run when a signal is delivered to a running
25429 process. @code{set sigthread} is the shorthand alias of @code{set
25430 signal-thread}.
25431
25432 @item show signal-thread
25433 @itemx show sigthread
25434 @kindex show signal-thread
25435 @kindex show sigthread
25436 These two commands show which thread will run when the inferior is
25437 delivered a signal.
25438
25439 @item set stopped
25440 @kindex set stopped@r{, Hurd command}
25441 This commands tells @value{GDBN} that the inferior process is stopped,
25442 as with the @code{SIGSTOP} signal. The stopped process can be
25443 continued by delivering a signal to it.
25444
25445 @item show stopped
25446 @kindex show stopped@r{, Hurd command}
25447 This command shows whether @value{GDBN} thinks the debuggee is
25448 stopped.
25449
25450 @item set exceptions
25451 @kindex set exceptions@r{, Hurd command}
25452 Use this command to turn off trapping of exceptions in the inferior.
25453 When exception trapping is off, neither breakpoints nor
25454 single-stepping will work. To restore the default, set exception
25455 trapping on.
25456
25457 @item show exceptions
25458 @kindex show exceptions@r{, Hurd command}
25459 Show the current state of trapping exceptions in the inferior.
25460
25461 @item set task pause
25462 @kindex set task@r{, Hurd commands}
25463 @cindex task attributes (@sc{gnu} Hurd)
25464 @cindex pause current task (@sc{gnu} Hurd)
25465 This command toggles task suspension when @value{GDBN} has control.
25466 Setting it to on takes effect immediately, and the task is suspended
25467 whenever @value{GDBN} gets control. Setting it to off will take
25468 effect the next time the inferior is continued. If this option is set
25469 to off, you can use @code{set thread default pause on} or @code{set
25470 thread pause on} (see below) to pause individual threads.
25471
25472 @item show task pause
25473 @kindex show task@r{, Hurd commands}
25474 Show the current state of task suspension.
25475
25476 @item set task detach-suspend-count
25477 @cindex task suspend count
25478 @cindex detach from task, @sc{gnu} Hurd
25479 This command sets the suspend count the task will be left with when
25480 @value{GDBN} detaches from it.
25481
25482 @item show task detach-suspend-count
25483 Show the suspend count the task will be left with when detaching.
25484
25485 @item set task exception-port
25486 @itemx set task excp
25487 @cindex task exception port, @sc{gnu} Hurd
25488 This command sets the task exception port to which @value{GDBN} will
25489 forward exceptions. The argument should be the value of the @dfn{send
25490 rights} of the task. @code{set task excp} is a shorthand alias.
25491
25492 @item set noninvasive
25493 @cindex noninvasive task options
25494 This command switches @value{GDBN} to a mode that is the least
25495 invasive as far as interfering with the inferior is concerned. This
25496 is the same as using @code{set task pause}, @code{set exceptions}, and
25497 @code{set signals} to values opposite to the defaults.
25498
25499 @item info send-rights
25500 @itemx info receive-rights
25501 @itemx info port-rights
25502 @itemx info port-sets
25503 @itemx info dead-names
25504 @itemx info ports
25505 @itemx info psets
25506 @cindex send rights, @sc{gnu} Hurd
25507 @cindex receive rights, @sc{gnu} Hurd
25508 @cindex port rights, @sc{gnu} Hurd
25509 @cindex port sets, @sc{gnu} Hurd
25510 @cindex dead names, @sc{gnu} Hurd
25511 These commands display information about, respectively, send rights,
25512 receive rights, port rights, port sets, and dead names of a task.
25513 There are also shorthand aliases: @code{info ports} for @code{info
25514 port-rights} and @code{info psets} for @code{info port-sets}.
25515
25516 @item set thread pause
25517 @kindex set thread@r{, Hurd command}
25518 @cindex thread properties, @sc{gnu} Hurd
25519 @cindex pause current thread (@sc{gnu} Hurd)
25520 This command toggles current thread suspension when @value{GDBN} has
25521 control. Setting it to on takes effect immediately, and the current
25522 thread is suspended whenever @value{GDBN} gets control. Setting it to
25523 off will take effect the next time the inferior is continued.
25524 Normally, this command has no effect, since when @value{GDBN} has
25525 control, the whole task is suspended. However, if you used @code{set
25526 task pause off} (see above), this command comes in handy to suspend
25527 only the current thread.
25528
25529 @item show thread pause
25530 @kindex show thread@r{, Hurd command}
25531 This command shows the state of current thread suspension.
25532
25533 @item set thread run
25534 This command sets whether the current thread is allowed to run.
25535
25536 @item show thread run
25537 Show whether the current thread is allowed to run.
25538
25539 @item set thread detach-suspend-count
25540 @cindex thread suspend count, @sc{gnu} Hurd
25541 @cindex detach from thread, @sc{gnu} Hurd
25542 This command sets the suspend count @value{GDBN} will leave on a
25543 thread when detaching. This number is relative to the suspend count
25544 found by @value{GDBN} when it notices the thread; use @code{set thread
25545 takeover-suspend-count} to force it to an absolute value.
25546
25547 @item show thread detach-suspend-count
25548 Show the suspend count @value{GDBN} will leave on the thread when
25549 detaching.
25550
25551 @item set thread exception-port
25552 @itemx set thread excp
25553 Set the thread exception port to which to forward exceptions. This
25554 overrides the port set by @code{set task exception-port} (see above).
25555 @code{set thread excp} is the shorthand alias.
25556
25557 @item set thread takeover-suspend-count
25558 Normally, @value{GDBN}'s thread suspend counts are relative to the
25559 value @value{GDBN} finds when it notices each thread. This command
25560 changes the suspend counts to be absolute instead.
25561
25562 @item set thread default
25563 @itemx show thread default
25564 @cindex thread default settings, @sc{gnu} Hurd
25565 Each of the above @code{set thread} commands has a @code{set thread
25566 default} counterpart (e.g., @code{set thread default pause}, @code{set
25567 thread default exception-port}, etc.). The @code{thread default}
25568 variety of commands sets the default thread properties for all
25569 threads; you can then change the properties of individual threads with
25570 the non-default commands.
25571 @end table
25572
25573 @node Darwin
25574 @subsection Darwin
25575 @cindex Darwin
25576
25577 @value{GDBN} provides the following commands specific to the Darwin target:
25578
25579 @table @code
25580 @item set debug darwin @var{num}
25581 @kindex set debug darwin
25582 When set to a non zero value, enables debugging messages specific to
25583 the Darwin support. Higher values produce more verbose output.
25584
25585 @item show debug darwin
25586 @kindex show debug darwin
25587 Show the current state of Darwin messages.
25588
25589 @item set debug mach-o @var{num}
25590 @kindex set debug mach-o
25591 When set to a non zero value, enables debugging messages while
25592 @value{GDBN} is reading Darwin object files. (@dfn{Mach-O} is the
25593 file format used on Darwin for object and executable files.) Higher
25594 values produce more verbose output. This is a command to diagnose
25595 problems internal to @value{GDBN} and should not be needed in normal
25596 usage.
25597
25598 @item show debug mach-o
25599 @kindex show debug mach-o
25600 Show the current state of Mach-O file messages.
25601
25602 @item set mach-exceptions on
25603 @itemx set mach-exceptions off
25604 @kindex set mach-exceptions
25605 On Darwin, faults are first reported as a Mach exception and are then
25606 mapped to a Posix signal. Use this command to turn on trapping of
25607 Mach exceptions in the inferior. This might be sometimes useful to
25608 better understand the cause of a fault. The default is off.
25609
25610 @item show mach-exceptions
25611 @kindex show mach-exceptions
25612 Show the current state of exceptions trapping.
25613 @end table
25614
25615 @node FreeBSD
25616 @subsection FreeBSD
25617 @cindex FreeBSD
25618
25619 When the ABI of a system call is changed in the FreeBSD kernel, this
25620 is implemented by leaving a compatibility system call using the old
25621 ABI at the existing number and allocating a new system call number for
25622 the version using the new ABI. As a convenience, when a system call
25623 is caught by name (@pxref{catch syscall}), compatibility system calls
25624 are also caught.
25625
25626 For example, FreeBSD 12 introduced a new variant of the @code{kevent}
25627 system call and catching the @code{kevent} system call by name catches
25628 both variants:
25629
25630 @smallexample
25631 (@value{GDBP}) catch syscall kevent
25632 Catchpoint 1 (syscalls 'freebsd11_kevent' [363] 'kevent' [560])
25633 (@value{GDBP})
25634 @end smallexample
25635
25636
25637 @node Embedded OS
25638 @section Embedded Operating Systems
25639
25640 This section describes configurations involving the debugging of
25641 embedded operating systems that are available for several different
25642 architectures.
25643
25644 @value{GDBN} includes the ability to debug programs running on
25645 various real-time operating systems.
25646
25647 @node Embedded Processors
25648 @section Embedded Processors
25649
25650 This section goes into details specific to particular embedded
25651 configurations.
25652
25653 @cindex send command to simulator
25654 Whenever a specific embedded processor has a simulator, @value{GDBN}
25655 allows to send an arbitrary command to the simulator.
25656
25657 @table @code
25658 @item sim @var{command}
25659 @kindex sim@r{, a command}
25660 Send an arbitrary @var{command} string to the simulator. Consult the
25661 documentation for the specific simulator in use for information about
25662 acceptable commands.
25663 @end table
25664
25665
25666 @menu
25667 * ARC:: Synopsys ARC
25668 * ARM:: ARM
25669 * BPF:: eBPF
25670 * M68K:: Motorola M68K
25671 * MicroBlaze:: Xilinx MicroBlaze
25672 * MIPS Embedded:: MIPS Embedded
25673 * OpenRISC 1000:: OpenRISC 1000 (or1k)
25674 * PowerPC Embedded:: PowerPC Embedded
25675 * AVR:: Atmel AVR
25676 * CRIS:: CRIS
25677 * Super-H:: Renesas Super-H
25678 @end menu
25679
25680 @node ARC
25681 @subsection Synopsys ARC
25682 @cindex Synopsys ARC
25683 @cindex ARC specific commands
25684 @cindex ARC600
25685 @cindex ARC700
25686 @cindex ARC EM
25687 @cindex ARC HS
25688
25689 @value{GDBN} provides the following ARC-specific commands:
25690
25691 @table @code
25692 @item set debug arc
25693 @kindex set debug arc
25694 Control the level of ARC specific debug messages. Use 0 for no messages (the
25695 default), 1 for debug messages, and 2 for even more debug messages.
25696
25697 @item show debug arc
25698 @kindex show debug arc
25699 Show the level of ARC specific debugging in operation.
25700
25701 @item maint print arc arc-instruction @var{address}
25702 @kindex maint print arc arc-instruction
25703 Print internal disassembler information about instruction at a given address.
25704
25705 @end table
25706
25707 @node ARM
25708 @subsection ARM
25709
25710 @value{GDBN} provides the following ARM-specific commands:
25711
25712 @table @code
25713 @item set arm disassembler
25714 @kindex set arm
25715 This commands selects from a list of disassembly styles. The
25716 @code{"std"} style is the standard style.
25717
25718 @item show arm disassembler
25719 @kindex show arm
25720 Show the current disassembly style.
25721
25722 @item set arm apcs32
25723 @cindex ARM 32-bit mode
25724 This command toggles ARM operation mode between 32-bit and 26-bit.
25725
25726 @item show arm apcs32
25727 Display the current usage of the ARM 32-bit mode.
25728
25729 @item set arm fpu @var{fputype}
25730 This command sets the ARM floating-point unit (FPU) type. The
25731 argument @var{fputype} can be one of these:
25732
25733 @table @code
25734 @item auto
25735 Determine the FPU type by querying the OS ABI.
25736 @item softfpa
25737 Software FPU, with mixed-endian doubles on little-endian ARM
25738 processors.
25739 @item fpa
25740 GCC-compiled FPA co-processor.
25741 @item softvfp
25742 Software FPU with pure-endian doubles.
25743 @item vfp
25744 VFP co-processor.
25745 @end table
25746
25747 @item show arm fpu
25748 Show the current type of the FPU.
25749
25750 @item set arm abi
25751 This command forces @value{GDBN} to use the specified ABI.
25752
25753 @item show arm abi
25754 Show the currently used ABI.
25755
25756 @item set arm fallback-mode (arm|thumb|auto)
25757 @value{GDBN} uses the symbol table, when available, to determine
25758 whether instructions are ARM or Thumb. This command controls
25759 @value{GDBN}'s default behavior when the symbol table is not
25760 available. The default is @samp{auto}, which causes @value{GDBN} to
25761 use the current execution mode (from the @code{T} bit in the @code{CPSR}
25762 register).
25763
25764 @item show arm fallback-mode
25765 Show the current fallback instruction mode.
25766
25767 @item set arm force-mode (arm|thumb|auto)
25768 This command overrides use of the symbol table to determine whether
25769 instructions are ARM or Thumb. The default is @samp{auto}, which
25770 causes @value{GDBN} to use the symbol table and then the setting
25771 of @samp{set arm fallback-mode}.
25772
25773 @item show arm force-mode
25774 Show the current forced instruction mode.
25775
25776 @item set arm unwind-secure-frames
25777 This command enables unwinding from Non-secure to Secure mode on
25778 Cortex-M with Security extension.
25779 This can trigger security exceptions when unwinding the exception
25780 stack.
25781 It is enabled by default.
25782
25783 @item show arm unwind-secure-frames
25784 Show whether unwinding from Non-secure to Secure mode is enabled.
25785
25786 @item set debug arm
25787 Toggle whether to display ARM-specific debugging messages from the ARM
25788 target support subsystem.
25789
25790 @item show debug arm
25791 Show whether ARM-specific debugging messages are enabled.
25792 @end table
25793
25794 @table @code
25795 @item target sim @r{[}@var{simargs}@r{]} @dots{}
25796 The @value{GDBN} ARM simulator accepts the following optional arguments.
25797
25798 @table @code
25799 @item --swi-support=@var{type}
25800 Tell the simulator which SWI interfaces to support. The argument
25801 @var{type} may be a comma separated list of the following values.
25802 The default value is @code{all}.
25803
25804 @table @code
25805 @item none
25806 @item demon
25807 @item angel
25808 @item redboot
25809 @item all
25810 @end table
25811 @end table
25812 @end table
25813
25814 @node BPF
25815 @subsection BPF
25816
25817 @table @code
25818 @item target sim @r{[}@var{simargs}@r{]} @dots{}
25819 The @value{GDBN} BPF simulator accepts the following optional arguments.
25820
25821 @table @code
25822 @item --skb-data-offset=@var{offset}
25823 Tell the simulator the offset, measured in bytes, of the
25824 @code{skb_data} field in the kernel @code{struct sk_buff} structure.
25825 This offset is used by some BPF specific-purpose load/store
25826 instructions. Defaults to 0.
25827 @end table
25828 @end table
25829
25830 @node M68K
25831 @subsection M68k
25832
25833 The Motorola m68k configuration includes ColdFire support.
25834
25835 @node MicroBlaze
25836 @subsection MicroBlaze
25837 @cindex Xilinx MicroBlaze
25838 @cindex XMD, Xilinx Microprocessor Debugger
25839
25840 The MicroBlaze is a soft-core processor supported on various Xilinx
25841 FPGAs, such as Spartan or Virtex series. Boards with these processors
25842 usually have JTAG ports which connect to a host system running the Xilinx
25843 Embedded Development Kit (EDK) or Software Development Kit (SDK).
25844 This host system is used to download the configuration bitstream to
25845 the target FPGA. The Xilinx Microprocessor Debugger (XMD) program
25846 communicates with the target board using the JTAG interface and
25847 presents a @code{gdbserver} interface to the board. By default
25848 @code{xmd} uses port @code{1234}. (While it is possible to change
25849 this default port, it requires the use of undocumented @code{xmd}
25850 commands. Contact Xilinx support if you need to do this.)
25851
25852 Use these GDB commands to connect to the MicroBlaze target processor.
25853
25854 @table @code
25855 @item target remote :1234
25856 Use this command to connect to the target if you are running @value{GDBN}
25857 on the same system as @code{xmd}.
25858
25859 @item target remote @var{xmd-host}:1234
25860 Use this command to connect to the target if it is connected to @code{xmd}
25861 running on a different system named @var{xmd-host}.
25862
25863 @item load
25864 Use this command to download a program to the MicroBlaze target.
25865
25866 @item set debug microblaze @var{n}
25867 Enable MicroBlaze-specific debugging messages if non-zero.
25868
25869 @item show debug microblaze @var{n}
25870 Show MicroBlaze-specific debugging level.
25871 @end table
25872
25873 @node MIPS Embedded
25874 @subsection @acronym{MIPS} Embedded
25875
25876 @noindent
25877 @value{GDBN} supports these special commands for @acronym{MIPS} targets:
25878
25879 @table @code
25880 @item set mipsfpu double
25881 @itemx set mipsfpu single
25882 @itemx set mipsfpu none
25883 @itemx set mipsfpu auto
25884 @itemx show mipsfpu
25885 @kindex set mipsfpu
25886 @kindex show mipsfpu
25887 @cindex @acronym{MIPS} remote floating point
25888 @cindex floating point, @acronym{MIPS} remote
25889 If your target board does not support the @acronym{MIPS} floating point
25890 coprocessor, you should use the command @samp{set mipsfpu none} (if you
25891 need this, you may wish to put the command in your @value{GDBN} init
25892 file). This tells @value{GDBN} how to find the return value of
25893 functions which return floating point values. It also allows
25894 @value{GDBN} to avoid saving the floating point registers when calling
25895 functions on the board. If you are using a floating point coprocessor
25896 with only single precision floating point support, as on the @sc{r4650}
25897 processor, use the command @samp{set mipsfpu single}. The default
25898 double precision floating point coprocessor may be selected using
25899 @samp{set mipsfpu double}.
25900
25901 In previous versions the only choices were double precision or no
25902 floating point, so @samp{set mipsfpu on} will select double precision
25903 and @samp{set mipsfpu off} will select no floating point.
25904
25905 As usual, you can inquire about the @code{mipsfpu} variable with
25906 @samp{show mipsfpu}.
25907 @end table
25908
25909 @node OpenRISC 1000
25910 @subsection OpenRISC 1000
25911 @cindex OpenRISC 1000
25912
25913 @noindent
25914 The OpenRISC 1000 provides a free RISC instruction set architecture. It is
25915 mainly provided as a soft-core which can run on Xilinx, Altera and other
25916 FPGA's.
25917
25918 @value{GDBN} for OpenRISC supports the below commands when connecting to
25919 a target:
25920
25921 @table @code
25922
25923 @kindex target sim
25924 @item target sim
25925
25926 Runs the builtin CPU simulator which can run very basic
25927 programs but does not support most hardware functions like MMU.
25928 For more complex use cases the user is advised to run an external
25929 target, and connect using @samp{target remote}.
25930
25931 Example: @code{target sim}
25932
25933 @item set debug or1k
25934 Toggle whether to display OpenRISC-specific debugging messages from the
25935 OpenRISC target support subsystem.
25936
25937 @item show debug or1k
25938 Show whether OpenRISC-specific debugging messages are enabled.
25939 @end table
25940
25941 @node PowerPC Embedded
25942 @subsection PowerPC Embedded
25943
25944 @cindex DVC register
25945 @value{GDBN} supports using the DVC (Data Value Compare) register to
25946 implement in hardware simple hardware watchpoint conditions of the form:
25947
25948 @smallexample
25949 (@value{GDBP}) watch @var{address|variable} \
25950 if @var{address|variable} == @var{constant expression}
25951 @end smallexample
25952
25953 The DVC register will be automatically used when @value{GDBN} detects
25954 such pattern in a condition expression, and the created watchpoint uses one
25955 debug register (either the @code{exact-watchpoints} option is on and the
25956 variable is scalar, or the variable has a length of one byte). This feature
25957 is available in native @value{GDBN} running on a Linux kernel version 2.6.34
25958 or newer.
25959
25960 When running on PowerPC embedded processors, @value{GDBN} automatically uses
25961 ranged hardware watchpoints, unless the @code{exact-watchpoints} option is on,
25962 in which case watchpoints using only one debug register are created when
25963 watching variables of scalar types.
25964
25965 You can create an artificial array to watch an arbitrary memory
25966 region using one of the following commands (@pxref{Expressions}):
25967
25968 @smallexample
25969 (@value{GDBP}) watch *((char *) @var{address})@@@var{length}
25970 (@value{GDBP}) watch @{char[@var{length}]@} @var{address}
25971 @end smallexample
25972
25973 PowerPC embedded processors support masked watchpoints. See the discussion
25974 about the @code{mask} argument in @ref{Set Watchpoints}.
25975
25976 @cindex ranged breakpoint
25977 PowerPC embedded processors support hardware accelerated
25978 @dfn{ranged breakpoints}. A ranged breakpoint stops execution of
25979 the inferior whenever it executes an instruction at any address within
25980 the range it was set at. To set a ranged breakpoint in @value{GDBN},
25981 use the @code{break-range} command.
25982
25983 @value{GDBN} provides the following PowerPC-specific commands:
25984
25985 @table @code
25986 @kindex break-range
25987 @item break-range @var{start-locspec}, @var{end-locspec}
25988 Set a breakpoint for an address range given by @var{start-locspec} and
25989 @var{end-locspec}, which are location specs. @xref{Location
25990 Specifications}, for a list of all the possible forms of location
25991 specs. @value{GDBN} resolves both @var{start-locspec} and
25992 @var{end-locspec}, and uses the addresses of the resolved code
25993 locations as start and end addresses of the range to break at. The
25994 breakpoint will stop execution of the inferior whenever it executes an
25995 instruction at any address between the start and end addresses,
25996 inclusive. If either @var{start-locspec} or @var{end-locspec} resolve
25997 to multiple code locations in the program, then the command aborts
25998 with an error without creating a breakpoint.
25999
26000 @kindex set powerpc
26001 @item set powerpc soft-float
26002 @itemx show powerpc soft-float
26003 Force @value{GDBN} to use (or not use) a software floating point calling
26004 convention. By default, @value{GDBN} selects the calling convention based
26005 on the selected architecture and the provided executable file.
26006
26007 @item set powerpc vector-abi
26008 @itemx show powerpc vector-abi
26009 Force @value{GDBN} to use the specified calling convention for vector
26010 arguments and return values. The valid options are @samp{auto};
26011 @samp{generic}, to avoid vector registers even if they are present;
26012 @samp{altivec}, to use AltiVec registers; and @samp{spe} to use SPE
26013 registers. By default, @value{GDBN} selects the calling convention
26014 based on the selected architecture and the provided executable file.
26015
26016 @item set powerpc exact-watchpoints
26017 @itemx show powerpc exact-watchpoints
26018 Allow @value{GDBN} to use only one debug register when watching a variable
26019 of scalar type, thus assuming that the variable is accessed through the
26020 address of its first byte.
26021
26022 @end table
26023
26024 @node AVR
26025 @subsection Atmel AVR
26026 @cindex AVR
26027
26028 When configured for debugging the Atmel AVR, @value{GDBN} supports the
26029 following AVR-specific commands:
26030
26031 @table @code
26032 @item info io_registers
26033 @kindex info io_registers@r{, AVR}
26034 @cindex I/O registers (Atmel AVR)
26035 This command displays information about the AVR I/O registers. For
26036 each register, @value{GDBN} prints its number and value.
26037 @end table
26038
26039 @node CRIS
26040 @subsection CRIS
26041 @cindex CRIS
26042
26043 When configured for debugging CRIS, @value{GDBN} provides the
26044 following CRIS-specific commands:
26045
26046 @table @code
26047 @item set cris-version @var{ver}
26048 @cindex CRIS version
26049 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
26050 The CRIS version affects register names and sizes. This command is useful in
26051 case autodetection of the CRIS version fails.
26052
26053 @item show cris-version
26054 Show the current CRIS version.
26055
26056 @item set cris-dwarf2-cfi
26057 @cindex DWARF-2 CFI and CRIS
26058 Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
26059 Change to @samp{off} when using @code{gcc-cris} whose version is below
26060 @code{R59}.
26061
26062 @item show cris-dwarf2-cfi
26063 Show the current state of using DWARF-2 CFI.
26064
26065 @item set cris-mode @var{mode}
26066 @cindex CRIS mode
26067 Set the current CRIS mode to @var{mode}. It should only be changed when
26068 debugging in guru mode, in which case it should be set to
26069 @samp{guru} (the default is @samp{normal}).
26070
26071 @item show cris-mode
26072 Show the current CRIS mode.
26073 @end table
26074
26075 @node Super-H
26076 @subsection Renesas Super-H
26077 @cindex Super-H
26078
26079 For the Renesas Super-H processor, @value{GDBN} provides these
26080 commands:
26081
26082 @table @code
26083 @item set sh calling-convention @var{convention}
26084 @kindex set sh calling-convention
26085 Set the calling-convention used when calling functions from @value{GDBN}.
26086 Allowed values are @samp{gcc}, which is the default setting, and @samp{renesas}.
26087 With the @samp{gcc} setting, functions are called using the @value{NGCC} calling
26088 convention. If the DWARF-2 information of the called function specifies
26089 that the function follows the Renesas calling convention, the function
26090 is called using the Renesas calling convention. If the calling convention
26091 is set to @samp{renesas}, the Renesas calling convention is always used,
26092 regardless of the DWARF-2 information. This can be used to override the
26093 default of @samp{gcc} if debug information is missing, or the compiler
26094 does not emit the DWARF-2 calling convention entry for a function.
26095
26096 @item show sh calling-convention
26097 @kindex show sh calling-convention
26098 Show the current calling convention setting.
26099
26100 @end table
26101
26102
26103 @node Architectures
26104 @section Architectures
26105
26106 This section describes characteristics of architectures that affect
26107 all uses of @value{GDBN} with the architecture, both native and cross.
26108
26109 @menu
26110 * AArch64::
26111 * x86::
26112 * Alpha::
26113 * MIPS::
26114 * HPPA:: HP PA architecture
26115 * PowerPC::
26116 * Nios II::
26117 * Sparc64::
26118 * S12Z::
26119 * AMD GPU:: @acronym{AMD GPU} architectures
26120 @end menu
26121
26122 @node AArch64
26123 @subsection AArch64
26124 @cindex AArch64 support
26125
26126 When @value{GDBN} is debugging the AArch64 architecture, it provides the
26127 following special commands:
26128
26129 @table @code
26130 @item set debug aarch64
26131 @kindex set debug aarch64
26132 This command determines whether AArch64 architecture-specific debugging
26133 messages are to be displayed.
26134
26135 @item show debug aarch64
26136 Show whether AArch64 debugging messages are displayed.
26137
26138 @end table
26139
26140 @subsubsection AArch64 SVE.
26141 @cindex AArch64 SVE.
26142
26143 When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Vector
26144 Extension (SVE) is present, then @value{GDBN} will provide the vector registers
26145 @code{$z0} through @code{$z31}, vector predicate registers @code{$p0} through
26146 @code{$p15}, and the @code{$ffr} register. In addition, the pseudo register
26147 @code{$vg} will be provided. This is the vector granule for the current thread
26148 and represents the number of 64-bit chunks in an SVE @code{z} register.
26149
26150 If the vector length changes, then the @code{$vg} register will be updated,
26151 but the lengths of the @code{z} and @code{p} registers will not change. This
26152 is a known limitation of @value{GDBN} and does not affect the execution of the
26153 target process.
26154
26155 For SVE, the following definitions are used throughout @value{GDBN}'s source
26156 code and in this document:
26157
26158 @itemize
26159
26160 @item
26161 @var{vl}: The vector length, in bytes. It defines the size of each @code{Z}
26162 register.
26163 @anchor{vl}
26164 @cindex vl
26165
26166 @item
26167 @var{vq}: The number of 128 bit units in @var{vl}. This is mostly used
26168 internally by @value{GDBN} and the Linux Kernel.
26169 @anchor{vq}
26170 @cindex vq
26171
26172 @item
26173 @var{vg}: The number of 64 bit units in @var{vl}. This is mostly used
26174 internally by @value{GDBN} and the Linux Kernel.
26175 @anchor{vg}
26176 @cindex vg
26177
26178 @end itemize
26179
26180 @subsubsection AArch64 SME.
26181 @anchor{AArch64 SME}
26182 @cindex SME
26183 @cindex AArch64 SME
26184 @cindex Scalable Matrix Extension
26185
26186 The Scalable Matrix Extension (@url{https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/scalable-matrix-extension-armv9-a-architecture, @acronym{SME}})
26187 is an AArch64 architecture extension that expands on the concept of the
26188 Scalable Vector Extension (@url{https://developer.arm.com/documentation/101726/4-0/Learn-about-the-Scalable-Vector-Extension--SVE-/What-is-the-Scalable-Vector-Extension-, @acronym{SVE}})
26189 by providing a 2-dimensional register @code{ZA}, which is a square
26190 matrix of variable size, just like SVE provides a group of vector registers of
26191 variable size.
26192
26193 Similarly to SVE, where the size of each @code{Z} register is directly related
26194 to the vector length (@var{vl} for short), the @acronym{SME} @code{ZA} matrix
26195 register's size is directly related to the streaming vector length
26196 (@var{svl} for short). @xref{vl}. @xref{svl}.
26197
26198 The @code{ZA} register state can be either active or inactive, if it is not in
26199 use.
26200
26201 @acronym{SME} also introduces a new execution mode called streaming
26202 @acronym{SVE} mode (streaming mode for short). When streaming mode is
26203 enabled, the program supports execution of @acronym{SVE2} instructions and the
26204 @acronym{SVE} registers will have vector length @var{svl}. When streaming
26205 mode is disabled, the SVE registers have vector length @var{vl}.
26206
26207 For more information about @acronym{SME} and @acronym{SVE}, please refer to
26208 official @url{https://developer.arm.com/documentation/ddi0487/latest,
26209 architecture documentation}.
26210
26211 The following definitions are used throughout @value{GDBN}'s source code and
26212 in this document:
26213
26214 @itemize
26215
26216 @item
26217 @var{svl}: The streaming vector length, in bytes. It defines the size of each
26218 dimension of the 2-dimensional square @code{ZA} matrix. The total size of
26219 @code{ZA} is therefore @var{svl} by @var{svl}.
26220
26221 When streaming mode is enabled, it defines the size of the @acronym{SVE}
26222 registers as well.
26223 @anchor{svl}
26224 @cindex svl
26225
26226 @item
26227 @var{svq}: The number of 128 bit units in @var{svl}, also known as streaming
26228 vector granule. This is mostly used internally by @value{GDBN} and the Linux
26229 Kernel.
26230 @anchor{svq}
26231 @cindex svq
26232
26233 @item
26234 @var{svg}: The number of 64 bit units in @var{svl}. This is mostly used
26235 internally by @value{GDBN} and the Linux Kernel.
26236 @anchor{svg}
26237 @cindex svg
26238
26239 @end itemize
26240
26241 When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Matrix
26242 Extension (@acronym{SME}) is present, then @value{GDBN} will make the @code{ZA}
26243 register available. @value{GDBN} will also make the @code{SVG} register and
26244 @code{SVCR} pseudo-register available.
26245
26246 The @code{ZA} register is a 2-dimensional square @var{svl} by @var{svl}
26247 matrix of bytes. To simplify the representation and access to the @code{ZA}
26248 register in @value{GDBN}, it is defined as a vector of
26249 @var{svl}x@var{svl} bytes.
26250
26251 If the user wants to index the @code{ZA} register as a matrix, it is possible
26252 to reference @code{ZA} as @code{ZA[@var{i}][@var{j}]}, where @var{i} is the
26253 row number and @var{j} is the column number.
26254
26255 The @code{SVG} register always contains the streaming vector granule
26256 (@var{svg}) for the current thread. From the value of register @code{SVG} we
26257 can easily derive the @var{svl} value.
26258
26259 @anchor{aarch64 sme svcr}
26260 The @code{SVCR} pseudo-register (streaming vector control register) is a status
26261 register that holds two state bits: @sc{sm} in bit 0 and @sc{za} in bit 1.
26262
26263 If the @sc{sm} bit is 1, it means the current thread is in streaming
26264 mode, and the @acronym{SVE} registers will use @var{svl} for their sizes. If
26265 the @sc{sm} bit is 0, the current thread is not in streaming mode, and the
26266 @acronym{SVE} registers will use @var{vl} for their sizes. @xref{vl}.
26267
26268 If the @sc{za} bit is 1, it means the @code{ZA} register is being used and
26269 has meaningful contents. If the @sc{za} bit is 0, the @code{ZA} register is
26270 unavailable and its contents are undefined.
26271
26272 For convenience and simplicity, if the @sc{za} bit is 0, the @code{ZA}
26273 register and all of its pseudo-registers will read as zero.
26274
26275 If @var{svl} changes during the execution of a program, then the @code{ZA}
26276 register size and the bits in the @code{SVCR} pseudo-register will be updated
26277 to reflect it.
26278
26279 It is possible for users to change @var{svl} during the execution of a
26280 program by modifying the @code{SVG} register value.
26281
26282 Whenever the @code{SVG} register is modified with a new value, the
26283 following will be observed:
26284
26285 @itemize
26286
26287 @item The @sc{za} and @sc{sm} bits will be cleared in the @code{SVCR}
26288 pseudo-register.
26289
26290 @item The @code{ZA} register will have a new size and its state will be
26291 cleared, forcing its contents and the contents of all of its pseudo-registers
26292 back to zero.
26293
26294 @item If the @sc{sm} bit was 1, the @acronym{SVE} registers will be reset to
26295 having their sizes based on @var{vl} as opposed to @var{svl}. If the
26296 @sc{sm} bit was 0 prior to modifying the @code{SVG} register, there will be no
26297 observable effect on the @acronym{SVE} registers.
26298
26299 @end itemize
26300
26301 The possible values for the @code{SVG} register are 2, 4, 8, 16, 32. These
26302 numbers correspond to streaming vector length (@var{svl}) values of 16
26303 bytes, 32 bytes, 64 bytes, 128 bytes and 256 bytes respectively.
26304
26305 The minimum size of the @code{ZA} register is 16 x 16 (256) bytes, and the
26306 maximum size is 256 x 256 (65536) bytes. In streaming mode, with bit @sc{sm}
26307 set, the size of the @code{ZA} register is the size of all the SVE @code{Z}
26308 registers combined.
26309
26310 The @code{ZA} register can also be accessed using tiles and tile slices.
26311
26312 Tile pseudo-registers are square, 2-dimensional sub-arrays of elements within
26313 the @code{ZA} register.
26314
26315 The tile pseudo-registers have the following naming pattern:
26316 @code{ZA<@var{tile number}><@var{qualifier}>}.
26317
26318 There is a total of 31 @code{ZA} tile pseudo-registers. They are
26319 @code{ZA0B}, @code{ZA0H} through @code{ZA1H}, @code{ZA0S} through @code{ZA3S},
26320 @code{ZA0D} through @code{ZA7D} and @code{ZA0Q} through @code{ZA15Q}.
26321
26322 Tile slice pseudo-registers are vectors of horizontally or vertically
26323 contiguous elements within the @code{ZA} register.
26324
26325 The tile slice pseudo-registers have the following naming pattern:
26326 @code{ZA<@var{tile number}><@var{direction}><@var{qualifier}>
26327 <@var{slice number}>}.
26328
26329 There are up to 16 tiles (0 ~ 15), the direction can be either @code{v}
26330 (vertical) or @code{h} (horizontal), the qualifiers can be @code{b} (byte),
26331 @code{h} (halfword), @code{s} (word), @code{d} (doubleword) and @code{q}
26332 (quadword) and there are up to 256 slices (0 ~ 255) depending on the value
26333 of @var{svl}. The number of slices is the same as the value of @var{svl}.
26334
26335 The number of available tile slice pseudo-registers can be large. For a
26336 minimum @var{svl} of 16 bytes, there are 5 (number of qualifiers) x
26337 2 (number of directions) x 16 (@var{svl}) pseudo-registers. For the
26338 maximum @var{svl} of 256 bytes, there are 5 x 2 x 256 pseudo-registers.
26339
26340 When listing all the available registers, users will see the
26341 currently-available @code{ZA} pseudo-registers. Pseudo-registers that don't
26342 exist for a given @var{svl} value will not be displayed.
26343
26344 For more information on @acronym{SME} and its terminology, please refer to the
26345 @url{https://developer.arm.com/documentation/ddi0616/aa/,
26346 Arm Architecture Reference Manual Supplement}, The Scalable Matrix Extension
26347 (@acronym{SME}), for Armv9-A.
26348
26349 Some features are still under development and rely on
26350 @url{https://github.com/ARM-software/acle/releases/latest, ACLE} and
26351 @url{https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst, ABI}
26352 definitions, so there are known limitations to the current @acronym{SME}
26353 support in @value{GDBN}.
26354
26355 One such example is calling functions in the program being debugged by
26356 @value{GDBN}. Such calls are not @acronym{SME}-aware and thus don't take into
26357 account the @code{SVCR} pseudo-register bits nor the @code{ZA} register
26358 contents. @xref{Calling}.
26359
26360 The @url{https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst#the-za-lazy-saving-scheme,
26361 lazy saving scheme} involving the @code{TPIDR2} register is not yet supported
26362 by @value{GDBN}, though the @code{TPIDR2} register is known and supported
26363 by @value{GDBN}.
26364
26365 Lastly, an important limitation for @command{gdbserver} is its inability to
26366 communicate @var{svl} changes to @value{GDBN}. This means @command{gdbserver},
26367 even though it is capable of adjusting its internal caches to reflect a change
26368 in the value of @var{svl} mid-execution, will operate with a potentially
26369 different @var{svl} value compared to @value{GDBN}. This can lead to
26370 @value{GDBN} showing incorrect values for the @code{ZA} register and
26371 incorrect values for SVE registers (when in streaming mode).
26372
26373 This is the same limitation we have for the @acronym{SVE} registers, and there
26374 are plans to address this limitation going forward.
26375
26376 @subsubsection AArch64 SME2.
26377 @anchor{AArch64 SME2}
26378 @cindex SME2
26379 @cindex AArch64 SME2
26380 @cindex Scalable Matrix Extension 2
26381
26382 The Scalable Matrix Extension 2 is an AArch64 architecture extension that
26383 further expands the @acronym{SME} extension with the following:
26384
26385 @itemize
26386
26387 @item The ability to address the @code{ZA} array through groups of
26388 one-dimensional @code{ZA} array vectors, as opposed to @code{ZA} tiles
26389 with 2 dimensions.
26390
26391 @item Instructions to operate on groups of @acronym{SVE} @code{Z} registers and
26392 @code{ZA} array vectors.
26393
26394 @item A new 512 bit @code{ZT0} lookup table register, for data decompression.
26395
26396 @end itemize
26397
26398 When @value{GDBN} is debugging the AArch64 architecture, if the Scalable Matrix
26399 Extension 2 (@acronym{SME2}) is present, then @value{GDBN} will make the
26400 @code{ZT0} register available.
26401
26402 The @code{ZT0} register is only considered active when the @code{ZA} register
26403 state is active, therefore when the @sc{za} bit of the @code{SVCR} is 1.
26404
26405 When the @sc{za} bit of @code{SVCR} is 0, that means the @code{ZA} register
26406 state is not active, which means the @code{ZT0} register state is also not
26407 active.
26408
26409 When @code{ZT0} is not active, it is comprised of zeroes, just like @code{ZA}.
26410
26411 Similarly to the @code{ZA} register, if the @code{ZT0} state is not active and
26412 the user attempts to modify its value such that any of its bytes is non-zero,
26413 then @value{GDBN} will initialize the @code{ZA} register state as well, which
26414 means the @code{SVCR} @sc{za} bit gets set to 1.
26415
26416 For more information about @acronym{SME2}, please refer to the
26417 official @url{https://developer.arm.com/documentation/ddi0487/latest,
26418 architecture documentation}.
26419
26420 @subsubsection AArch64 Pointer Authentication.
26421 @cindex AArch64 Pointer Authentication.
26422 @anchor{AArch64 PAC}
26423
26424 When @value{GDBN} is debugging the AArch64 architecture, and the program is
26425 using the v8.3-A feature Pointer Authentication (PAC), then whenever the link
26426 register @code{$lr} is pointing to an PAC function its value will be masked.
26427 When GDB prints a backtrace, any addresses that required unmasking will be
26428 postfixed with the marker [PAC]. When using the MI, this is printed as part
26429 of the @code{addr_flags} field.
26430
26431 @subsubsection AArch64 Memory Tagging Extension.
26432 @cindex AArch64 Memory Tagging Extension.
26433
26434 When @value{GDBN} is debugging the AArch64 architecture, the program is
26435 using the v8.5-A feature Memory Tagging Extension (MTE) and there is support
26436 in the kernel for MTE, @value{GDBN} will make memory tagging functionality
26437 available for inspection and editing of logical and allocation tags.
26438 @xref{Memory Tagging}.
26439
26440 To aid debugging, @value{GDBN} will output additional information when SIGSEGV
26441 signals are generated as a result of memory tag failures.
26442
26443 If the tag violation is synchronous, the following will be shown:
26444
26445 @smallexample
26446 Program received signal SIGSEGV, Segmentation fault
26447 Memory tag violation while accessing address 0x0500fffff7ff8000
26448 Allocation tag 0x1
26449 Logical tag 0x5.
26450 @end smallexample
26451
26452 If the tag violation is asynchronous, the fault address is not available.
26453 In this case @value{GDBN} will show the following:
26454
26455 @smallexample
26456 Program received signal SIGSEGV, Segmentation fault
26457 Memory tag violation
26458 Fault address unavailable.
26459 @end smallexample
26460
26461 A special register, @code{tag_ctl}, is made available through the
26462 @code{org.gnu.gdb.aarch64.mte} feature. This register exposes some
26463 options that can be controlled at runtime and emulates the @code{prctl}
26464 option @code{PR_SET_TAGGED_ADDR_CTRL}. For further information, see the
26465 documentation in the Linux kernel.
26466
26467 @value{GDBN} supports dumping memory tag data to core files through the
26468 @command{gcore} command and reading memory tag data from core files generated
26469 by the @command{gcore} command or the Linux kernel.
26470
26471 When a process uses memory-mapped pages protected by memory tags (for
26472 example, AArch64 MTE), this additional information will be recorded in
26473 the core file in the event of a crash or if @value{GDBN} generates a core file
26474 from the current process state.
26475
26476 The memory tag data will be used so developers can display the memory
26477 tags from a particular memory region (using the @samp{m} modifier to the
26478 @command{x} command, using the @command{print} command or using the various
26479 @command{memory-tag} subcommands.
26480
26481 In the case of a crash, @value{GDBN} will attempt to retrieve the memory tag
26482 information automatically from the core file, and will show one of the above
26483 messages depending on whether the synchronous or asynchronous mode is selected.
26484 @xref{Memory Tagging}. @xref{Memory}.
26485
26486 @node x86
26487 @subsection x86
26488
26489 @table @code
26490 @item set struct-convention @var{mode}
26491 @kindex set struct-convention
26492 @cindex struct return convention
26493 @cindex struct/union returned in registers
26494 Set the convention used by the inferior to return @code{struct}s and
26495 @code{union}s from functions to @var{mode}. Possible values of
26496 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
26497 default). @code{"default"} or @code{"pcc"} means that @code{struct}s
26498 are returned on the stack, while @code{"reg"} means that a
26499 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
26500 be returned in a register.
26501
26502 @item show struct-convention
26503 @kindex show struct-convention
26504 Show the current setting of the convention to return @code{struct}s
26505 from functions.
26506 @end table
26507
26508
26509 @subsubsection Intel @dfn{Memory Protection Extensions} (MPX).
26510 @cindex Intel Memory Protection Extensions (MPX).
26511
26512 Memory Protection Extension (MPX) adds the bound registers @samp{BND0}
26513 @footnote{The register named with capital letters represent the architecture
26514 registers.} through @samp{BND3}. Bound registers store a pair of 64-bit values
26515 which are the lower bound and upper bound. Bounds are effective addresses or
26516 memory locations. The upper bounds are architecturally represented in 1's
26517 complement form. A bound having lower bound = 0, and upper bound = 0
26518 (1's complement of all bits set) will allow access to the entire address space.
26519
26520 @samp{BND0} through @samp{BND3} are represented in @value{GDBN} as @samp{bnd0raw}
26521 through @samp{bnd3raw}. Pseudo registers @samp{bnd0} through @samp{bnd3}
26522 display the upper bound performing the complement of one operation on the
26523 upper bound value, i.e.@ when upper bound in @samp{bnd0raw} is 0 in the
26524 @value{GDBN} @samp{bnd0} it will be @code{0xfff@dots{}}. In this sense it
26525 can also be noted that the upper bounds are inclusive.
26526
26527 As an example, assume that the register BND0 holds bounds for a pointer having
26528 access allowed for the range between 0x32 and 0x71. The values present on
26529 bnd0raw and bnd registers are presented as follows:
26530
26531 @smallexample
26532 bnd0raw = @{0x32, 0xffffffff8e@}
26533 bnd0 = @{lbound = 0x32, ubound = 0x71@} : size 64
26534 @end smallexample
26535
26536 This way the raw value can be accessed via bnd0raw@dots{}bnd3raw. Any
26537 change on bnd0@dots{}bnd3 or bnd0raw@dots{}bnd3raw is reflect on its
26538 counterpart. When the bnd0@dots{}bnd3 registers are displayed via
26539 Python, the display includes the memory size, in bits, accessible to
26540 the pointer.
26541
26542 Bounds can also be stored in bounds tables, which are stored in
26543 application memory. These tables store bounds for pointers by specifying
26544 the bounds pointer's value along with its bounds. Evaluating and changing
26545 bounds located in bound tables is therefore interesting while investigating
26546 bugs on MPX context. @value{GDBN} provides commands for this purpose:
26547
26548 @table @code
26549 @item show mpx bound @var{pointer}
26550 @kindex show mpx bound
26551 Display bounds of the given @var{pointer}.
26552
26553 @item set mpx bound @var{pointer}, @var{lbound}, @var{ubound}
26554 @kindex set mpx bound
26555 Set the bounds of a pointer in the bound table.
26556 This command takes three parameters: @var{pointer} is the pointers
26557 whose bounds are to be changed, @var{lbound} and @var{ubound} are new values
26558 for lower and upper bounds respectively.
26559 @end table
26560
26561 When you call an inferior function on an Intel MPX enabled program,
26562 GDB sets the inferior's bound registers to the init (disabled) state
26563 before calling the function. As a consequence, bounds checks for the
26564 pointer arguments passed to the function will always pass.
26565
26566 This is necessary because when you call an inferior function, the
26567 program is usually in the middle of the execution of other function.
26568 Since at that point bound registers are in an arbitrary state, not
26569 clearing them would lead to random bound violations in the called
26570 function.
26571
26572 You can still examine the influence of the bound registers on the
26573 execution of the called function by stopping the execution of the
26574 called function at its prologue, setting bound registers, and
26575 continuing the execution. For example:
26576
26577 @smallexample
26578 $ break *upper
26579 Breakpoint 2 at 0x4009de: file i386-mpx-call.c, line 47.
26580 $ print upper (a, b, c, d, 1)
26581 Breakpoint 2, upper (a=0x0, b=0x6e0000005b, c=0x0, d=0x0, len=48)....
26582 $ print $bnd0
26583 @{lbound = 0x0, ubound = ffffffff@} : size -1
26584 @end smallexample
26585
26586 At this last step the value of bnd0 can be changed for investigation of bound
26587 violations caused along the execution of the call. In order to know how to
26588 set the bound registers or bound table for the call consult the ABI.
26589
26590 @subsubsection x87 registers
26591
26592 @value{GDBN} provides access to the x87 state through the following registers:
26593
26594 @itemize
26595
26596 @item @code{$st0} to @code{st7}: @code{ST(0)} to @code{ST(7)} floating-point
26597 registers
26598 @item @code{$fctrl}: control word register (@code{FCW})
26599 @item @code{$fstat}: status word register (@code{FSW})
26600 @item @code{$ftag}: tag word (@code{FTW})
26601 @item @code{$fiseg}: last instruction pointer segment
26602 @item @code{$fioff}: last instruction pointer
26603 @item @code{$foseg}: last data pointer segment
26604 @item @code{$fooff}: last data pointer
26605 @item @code{$fop}: last opcode
26606
26607 @end itemize
26608
26609 @node Alpha
26610 @subsection Alpha
26611
26612 See the following section.
26613
26614 @node MIPS
26615 @subsection @acronym{MIPS}
26616
26617 @cindex stack on Alpha
26618 @cindex stack on @acronym{MIPS}
26619 @cindex Alpha stack
26620 @cindex @acronym{MIPS} stack
26621 Alpha- and @acronym{MIPS}-based computers use an unusual stack frame, which
26622 sometimes requires @value{GDBN} to search backward in the object code to
26623 find the beginning of a function.
26624
26625 @cindex response time, @acronym{MIPS} debugging
26626 To improve response time (especially for embedded applications, where
26627 @value{GDBN} may be restricted to a slow serial line for this search)
26628 you may want to limit the size of this search, using one of these
26629 commands:
26630
26631 @table @code
26632 @cindex @code{heuristic-fence-post} (Alpha, @acronym{MIPS})
26633 @item set heuristic-fence-post @var{limit}
26634 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
26635 search for the beginning of a function. A value of @var{0} (the
26636 default) means there is no limit. However, except for @var{0}, the
26637 larger the limit the more bytes @code{heuristic-fence-post} must search
26638 and therefore the longer it takes to run. You should only need to use
26639 this command when debugging a stripped executable.
26640
26641 @item show heuristic-fence-post
26642 Display the current limit.
26643 @end table
26644
26645 @noindent
26646 These commands are available @emph{only} when @value{GDBN} is configured
26647 for debugging programs on Alpha or @acronym{MIPS} processors.
26648
26649 Several @acronym{MIPS}-specific commands are available when debugging @acronym{MIPS}
26650 programs:
26651
26652 @table @code
26653 @item set mips abi @var{arg}
26654 @kindex set mips abi
26655 @cindex set ABI for @acronym{MIPS}
26656 Tell @value{GDBN} which @acronym{MIPS} ABI is used by the inferior. Possible
26657 values of @var{arg} are:
26658
26659 @table @samp
26660 @item auto
26661 The default ABI associated with the current binary (this is the
26662 default).
26663 @item o32
26664 @item o64
26665 @item n32
26666 @item n64
26667 @item eabi32
26668 @item eabi64
26669 @end table
26670
26671 @item show mips abi
26672 @kindex show mips abi
26673 Show the @acronym{MIPS} ABI used by @value{GDBN} to debug the inferior.
26674
26675 @item set mips compression @var{arg}
26676 @kindex set mips compression
26677 @cindex code compression, @acronym{MIPS}
26678 Tell @value{GDBN} which @acronym{MIPS} compressed
26679 @acronym{ISA, Instruction Set Architecture} encoding is used by the
26680 inferior. @value{GDBN} uses this for code disassembly and other
26681 internal interpretation purposes. This setting is only referred to
26682 when no executable has been associated with the debugging session or
26683 the executable does not provide information about the encoding it uses.
26684 Otherwise this setting is automatically updated from information
26685 provided by the executable.
26686
26687 Possible values of @var{arg} are @samp{mips16} and @samp{micromips}.
26688 The default compressed @acronym{ISA} encoding is @samp{mips16}, as
26689 executables containing @acronym{MIPS16} code frequently are not
26690 identified as such.
26691
26692 This setting is ``sticky''; that is, it retains its value across
26693 debugging sessions until reset either explicitly with this command or
26694 implicitly from an executable.
26695
26696 The compiler and/or assembler typically add symbol table annotations to
26697 identify functions compiled for the @acronym{MIPS16} or
26698 @acronym{microMIPS} @acronym{ISA}s. If these function-scope annotations
26699 are present, @value{GDBN} uses them in preference to the global
26700 compressed @acronym{ISA} encoding setting.
26701
26702 @item show mips compression
26703 @kindex show mips compression
26704 Show the @acronym{MIPS} compressed @acronym{ISA} encoding used by
26705 @value{GDBN} to debug the inferior.
26706
26707 @item set mipsfpu
26708 @itemx show mipsfpu
26709 @xref{MIPS Embedded, set mipsfpu}.
26710
26711 @item set mips mask-address @var{arg}
26712 @kindex set mips mask-address
26713 @cindex @acronym{MIPS} addresses, masking
26714 This command determines whether the most-significant 32 bits of 64-bit
26715 @acronym{MIPS} addresses are masked off. The argument @var{arg} can be
26716 @samp{on}, @samp{off}, or @samp{auto}. The latter is the default
26717 setting, which lets @value{GDBN} determine the correct value.
26718
26719 @item show mips mask-address
26720 @kindex show mips mask-address
26721 Show whether the upper 32 bits of @acronym{MIPS} addresses are masked off or
26722 not.
26723
26724 @item set remote-mips64-transfers-32bit-regs
26725 @kindex set remote-mips64-transfers-32bit-regs
26726 This command controls compatibility with 64-bit @acronym{MIPS} targets that
26727 transfer data in 32-bit quantities. If you have an old @acronym{MIPS} 64 target
26728 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
26729 and 64 bits for other registers, set this option to @samp{on}.
26730
26731 @item show remote-mips64-transfers-32bit-regs
26732 @kindex show remote-mips64-transfers-32bit-regs
26733 Show the current setting of compatibility with older @acronym{MIPS} 64 targets.
26734
26735 @item set debug mips
26736 @kindex set debug mips
26737 This command turns on and off debugging messages for the @acronym{MIPS}-specific
26738 target code in @value{GDBN}.
26739
26740 @item show debug mips
26741 @kindex show debug mips
26742 Show the current setting of @acronym{MIPS} debugging messages.
26743 @end table
26744
26745
26746 @node HPPA
26747 @subsection HPPA
26748 @cindex HPPA support
26749
26750 When @value{GDBN} is debugging the HP PA architecture, it provides the
26751 following special commands:
26752
26753 @table @code
26754 @item set debug hppa
26755 @kindex set debug hppa
26756 This command determines whether HPPA architecture-specific debugging
26757 messages are to be displayed.
26758
26759 @item show debug hppa
26760 Show whether HPPA debugging messages are displayed.
26761
26762 @item maint print unwind @var{address}
26763 @kindex maint print unwind@r{, HPPA}
26764 This command displays the contents of the unwind table entry at the
26765 given @var{address}.
26766
26767 @end table
26768
26769
26770 @node PowerPC
26771 @subsection PowerPC
26772 @cindex PowerPC architecture
26773
26774 When @value{GDBN} is debugging the PowerPC architecture, it provides a set of
26775 pseudo-registers to enable inspection of 128-bit wide Decimal Floating Point
26776 numbers stored in the floating point registers. These values must be stored
26777 in two consecutive registers, always starting at an even register like
26778 @code{f0} or @code{f2}.
26779
26780 The pseudo-registers go from @code{$dl0} through @code{$dl15}, and are formed
26781 by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
26782 @code{f2} and @code{f3} for @code{$dl1} and so on.
26783
26784 For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
26785 wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
26786
26787 @node Nios II
26788 @subsection Nios II
26789 @cindex Nios II architecture
26790
26791 When @value{GDBN} is debugging the Nios II architecture,
26792 it provides the following special commands:
26793
26794 @table @code
26795
26796 @item set debug nios2
26797 @kindex set debug nios2
26798 This command turns on and off debugging messages for the Nios II
26799 target code in @value{GDBN}.
26800
26801 @item show debug nios2
26802 @kindex show debug nios2
26803 Show the current setting of Nios II debugging messages.
26804 @end table
26805
26806 @node Sparc64
26807 @subsection Sparc64
26808 @cindex Sparc64 support
26809 @cindex Application Data Integrity
26810 @subsubsection ADI Support
26811
26812 The M7 processor supports an Application Data Integrity (ADI) feature that
26813 detects invalid data accesses. When software allocates memory and enables
26814 ADI on the allocated memory, it chooses a 4-bit version number, sets the
26815 version in the upper 4 bits of the 64-bit pointer to that data, and stores
26816 the 4-bit version in every cacheline of that data. Hardware saves the latter
26817 in spare bits in the cache and memory hierarchy. On each load and store,
26818 the processor compares the upper 4 VA (virtual address) bits to the
26819 cacheline's version. If there is a mismatch, the processor generates a
26820 version mismatch trap which can be either precise or disrupting. The trap
26821 is an error condition which the kernel delivers to the process as a SIGSEGV
26822 signal.
26823
26824 Note that only 64-bit applications can use ADI and need to be built with
26825 ADI-enabled.
26826
26827 Values of the ADI version tags, which are in granularity of a
26828 cacheline (64 bytes), can be viewed or modified.
26829
26830
26831 @table @code
26832 @kindex adi examine
26833 @item adi (examine | x) [ / @var{n} ] @var{addr}
26834
26835 The @code{adi examine} command displays the value of one ADI version tag per
26836 cacheline.
26837
26838 @var{n} is a decimal integer specifying the number in bytes; the default
26839 is 1. It specifies how much ADI version information, at the ratio of 1:ADI
26840 block size, to display.
26841
26842 @var{addr} is the address in user address space where you want @value{GDBN}
26843 to begin displaying the ADI version tags.
26844
26845 Below is an example of displaying ADI versions of variable "shmaddr".
26846
26847 @smallexample
26848 (@value{GDBP}) adi x/100 shmaddr
26849 0xfff800010002c000: 0 0
26850 @end smallexample
26851
26852 @kindex adi assign
26853 @item adi (assign | a) [ / @var{n} ] @var{addr} = @var{tag}
26854
26855 The @code{adi assign} command is used to assign new ADI version tag
26856 to an address.
26857
26858 @var{n} is a decimal integer specifying the number in bytes;
26859 the default is 1. It specifies how much ADI version information, at the
26860 ratio of 1:ADI block size, to modify.
26861
26862 @var{addr} is the address in user address space where you want @value{GDBN}
26863 to begin modifying the ADI version tags.
26864
26865 @var{tag} is the new ADI version tag.
26866
26867 For example, do the following to modify then verify ADI versions of
26868 variable "shmaddr":
26869
26870 @smallexample
26871 (@value{GDBP}) adi a/100 shmaddr = 7
26872 (@value{GDBP}) adi x/100 shmaddr
26873 0xfff800010002c000: 7 7
26874 @end smallexample
26875
26876 @end table
26877
26878 @node S12Z
26879 @subsection S12Z
26880 @cindex S12Z support
26881
26882 When @value{GDBN} is debugging the S12Z architecture,
26883 it provides the following special command:
26884
26885 @table @code
26886 @item maint info bdccsr
26887 @kindex maint info bdccsr@r{, S12Z}
26888 This command displays the current value of the microprocessor's
26889 BDCCSR register.
26890 @end table
26891
26892 @node AMD GPU
26893 @subsection @acronym{AMD GPU}
26894 @cindex @acronym{AMD GPU} support
26895
26896 @value{GDBN} supports debugging programs offloaded to @acronym{AMD GPU} devices
26897 using the @url{https://docs.amd.com/, @acronym{AMD ROCm}} platform.
26898 @value{GDBN} presents host threads alongside GPU wavefronts, allowing debugging
26899 both the host and device parts of the program simultaneously.
26900
26901 @subsubsection @acronym{AMD GPU} Architectures
26902
26903 The list of @acronym{AMD GPU} architectures supported by @value{GDBN} depends
26904 on the version of the AMD Debugger API library used. See its
26905 @uref{https://docs.amd.com/bundle/ROCDebugger_User_and_API, documentation} for
26906 more details.
26907
26908 @subsubsection @acronym{AMD GPU} Device Driver and @acronym{AMD ROCm} Runtime
26909
26910 @value{GDBN} requires a compatible @acronym{AMD GPU} device driver to
26911 be installed. A warning message is displayed if either the device
26912 driver version or the version of the debug support it implements is
26913 unsupported. @value{GDBN} will continue to function except no
26914 @acronym{AMD GPU} debugging will be possible.
26915
26916 @value{GDBN} requires each agent to have compatible firmware installed
26917 by the device driver. A warning message is displayed if unsupported
26918 firmware is detected. @value{GDBN} will continue to function except
26919 no @acronym{AMD GPU} debugging will be possible on the agent.
26920
26921 @value{GDBN} requires a compatible @acronym{AMD ROCm} runtime to be
26922 loaded in order to detect @acronym{AMD GPU} code objects and
26923 wavefronts. A warning message is displayed if an unsupported
26924 @acronym{AMD ROCm} runtime is detected, or there is an error or
26925 restriction that prevents debugging. @value{GDBN} will continue to
26926 function except no @acronym{AMD GPU} debugging will be possible.
26927
26928 @subsubsection @acronym{AMD GPU} Wavefronts
26929 @cindex wavefronts
26930
26931 An @acronym{AMD GPU} wavefront is represented in @value{GDBN} as a
26932 thread.
26933
26934 Note that some @acronym{AMD GPU} architectures may have restrictions
26935 on providing information about @acronym{AMD GPU} wavefronts created
26936 when @value{GDBN} is not attached (@pxref{AMD GPU Attaching
26937 Restrictions, , @acronym{AMD GPU} Attaching Restrictions}).
26938
26939 When scheduler-locking is in effect (@pxref{set scheduler-locking}),
26940 new wavefronts created by the resumed thread (either CPU thread or GPU
26941 wavefront) are held in the halt state.
26942
26943 @subsubsection @acronym{AMD GPU} Code Objects
26944
26945 The @samp{info sharedlibrary} command will show the @acronym{AMD GPU}
26946 code objects as file or memory URIs, together with the host's shared
26947 libraries. For example:
26948
26949 @smallexample
26950 (@value{GDBP}) info sharedlibrary
26951 From To Syms Read Shared Object Library
26952 0x1111 0x2222 Yes (*) /lib64/ld-linux-x86-64.so.2
26953 ...
26954 0x3333 0x4444 Yes (*) /opt/rocm-4.5.0/.../libamd_comgr.so
26955 0x5555 0x6666 Yes (*) /lib/x86_64-linux-gnu/libtinfo.so.5
26956 0x7777 0x8888 Yes file:///tmp/a.out#offset=6477&size=10832
26957 0x9999 0xaaaa Yes (*) memory://95557/mem#offset=0x1234&size=100
26958 (*): Shared library is missing debugging information.
26959 (@value{GDBP})
26960 @end smallexample
26961
26962 For a @samp{file} URI, the path portion is the file on disk containing
26963 the code object. The @var{offset} parameter is a 0-based offset in
26964 this file, to the start of the code object. If omitted, it defaults to
26965 0. The @var{size} parameter is the size of the code object in bytes.
26966 If omitted, it defaults to the size of the file.
26967
26968 For a @samp{memory} URI, the path portion is the process id of the
26969 process owning the memory containing the code object. The @var{offset}
26970 parameter is the memory address where the code object is found, and
26971 the @var{size} parameter is its size in bytes.
26972
26973 @acronym{AMD GPU} code objects are loaded into each @acronym{AMD GPU}
26974 device separately. The @samp{info sharedlibrary} command may
26975 therefore show the same code object loaded multiple times. As a
26976 consequence, setting a breakpoint in @acronym{AMD GPU} code will
26977 result in multiple breakpoint locations if there are multiple
26978 @acronym{AMD GPU} devices.
26979
26980 @subsubsection @acronym{AMD GPU} Entity Target Identifiers and Convenience Variables
26981
26982 The @acronym{AMD GPU} entities have the following target identifier formats:
26983
26984 @table @asis
26985
26986 @item Thread Target ID
26987 The @acronym{AMD GPU} thread target identifier (@var{systag}) string has the
26988 following format:
26989
26990 @smallexample
26991 AMDGPU Wave @var{agent-id}:@var{queue-id}:@var{dispatch-id}:@var{wave-id} (@var{work-group-x},@var{work-group-y},@var{work-group-z})/@var{work-group-thread-index}
26992 @end smallexample
26993
26994 @end table
26995
26996 @anchor{AMD GPU Signals}
26997 @subsubsection @acronym{AMD GPU} Signals
26998
26999 For @acronym{AMD GPU} wavefronts, @value{GDBN} maps target conditions to stop
27000 signals in the following way:
27001
27002 @table @code
27003
27004 @item SIGILL
27005 Execution of an illegal instruction.
27006
27007 @item SIGTRAP
27008 Execution of a @code{S_TRAP} instruction other than:
27009
27010 @itemize @bullet{}
27011
27012 @item
27013 @code{S_TRAP 1} which is used by @value{GDBN} to insert breakpoints.
27014
27015 @item
27016 @code{S_TRAP 2} which raises @code{SIGABRT}.
27017
27018 @end itemize
27019
27020 @item SIGABRT
27021 Execution of a @code{S_TRAP 2} instruction.
27022
27023 @item SIGFPE
27024 Execution of a floating point or integer instruction detects a
27025 condition that is enabled to raise a signal. The conditions include:
27026
27027 @itemize @bullet{}
27028
27029 @item
27030 Floating point operation is invalid.
27031
27032 @item
27033 Floating point operation had subnormal input that was rounded to zero.
27034
27035 @item
27036 Floating point operation performed a division by zero.
27037
27038 @item
27039 Floating point operation produced an overflow result. The result was
27040 rounded to infinity.
27041
27042 @item
27043 Floating point operation produced an underflow result. A subnormal
27044 result was rounded to zero.
27045
27046 @item
27047 Floating point operation produced an inexact result.
27048
27049 @item
27050 Integer operation performed a division by zero.
27051
27052 @end itemize
27053
27054 By default, these conditions are not enabled to raise signals. The
27055 @samp{set $mode} command can be used to change the @acronym{AMD GPU}
27056 wavefront's register that has bits controlling which conditions are
27057 enabled to raise signals. The @samp{print $trapsts} command can be
27058 used to inspect which conditions have been detected even if they are
27059 not enabled to raise a signal.
27060
27061 @item SIGBUS
27062 Execution of an instruction that accessed global memory using an
27063 address that is outside the virtual address range.
27064
27065 @item SIGSEGV
27066 Execution of an instruction that accessed a global memory page that is
27067 either not mapped or accessed with incompatible permissions.
27068
27069 @end table
27070
27071 If a single instruction raises more than one signal, they will be
27072 reported one at a time each time the wavefront is continued.
27073
27074 @subsubsection @acronym{AMD GPU} Memory Violation Reporting
27075
27076 A wavefront can report memory violation events. However, the program
27077 location at which they are reported may be after the machine instruction
27078 that caused them. This can result in the reported source statement
27079 being incorrect. The following commands can be used to control this
27080 behavior:
27081
27082 @table @code
27083
27084 @kindex set amdgpu precise-memory
27085 @cindex AMD GPU precise memory event reporting
27086 @item set amdgpu precise-memory @var{mode}
27087 Controls how @acronym{AMD GPU} devices detect memory violations, where
27088 @var{mode} can be:
27089
27090 @table @code
27091
27092 @item off
27093 The program location may not be immediately after the instruction that
27094 caused the memory violation. This is the default.
27095
27096 @item on
27097 Requests that the program location will be immediately after the
27098 instruction that caused a memory violation. Enabling this mode may make
27099 the @acronym{AMD GPU} device execution significantly slower as it has to
27100 wait for each memory operation to complete before executing the next
27101 instruction.
27102
27103 @end table
27104
27105 The @code{amdgpu precise-memory} parameter is per-inferior. When an
27106 inferior forks or execs, or the user uses the @code{clone-inferior} command,
27107 and an inferior is created as a result, the newly created inferior inherits
27108 the parameter value of the original inferior.
27109
27110 @kindex show amdgpu precise-memory
27111 @cindex AMD GPU precise memory event reporting
27112 @item show amdgpu precise-memory
27113 Displays the currently requested AMD GPU precise memory setting.
27114
27115 @end table
27116
27117 @subsubsection @acronym{AMD GPU} Logging
27118
27119 The @samp{set debug amd-dbgapi} command can be used
27120 to enable diagnostic messages in the @samp{amd-dbgapi} target. The
27121 @samp{show debug amd-dbgapi} command displays the current setting.
27122 @xref{set debug amd-dbgapi}.
27123
27124 The @samp{set debug amd-dbgapi-lib log-level @var{level}} command can be used
27125 to enable diagnostic messages from the @samp{amd-dbgapi} library (which
27126 @value{GDBN} uses under the hood). The @samp{show debug amd-dbgapi-lib
27127 log-level} command displays the current @samp{amd-dbgapi} library log level.
27128 @xref{set debug amd-dbgapi-lib}.
27129
27130 @subsubsection @acronym{AMD GPU} Restrictions
27131
27132 @enumerate
27133
27134 @item
27135 When in non-stop mode, wavefronts may not hit breakpoints inserted
27136 while not stopped, nor see memory updates made while not stopped,
27137 until the wavefront is next stopped. Memory updated by non-stopped
27138 wavefronts may not be visible until the wavefront is next stopped.
27139
27140 @item The HIP runtime performs deferred code object loading by default.
27141 @acronym{AMD GPU} code objects are not loaded until the first kernel is
27142 launched. Before then, all breakpoints have to be set as pending breakpoints.
27143
27144 If source line positions are used that only correspond to source lines in
27145 unloaded code objects, then @value{GDBN} may not set pending breakpoints, and
27146 instead set breakpoints on the next following source line that maps to host
27147 code. This can result in unexpected breakpoint hits being reported. When the
27148 code object containing the source lines is loaded, the incorrect breakpoints
27149 will be removed and replaced by the correct ones. This problem can be avoided
27150 by only setting breakpoints in unloaded code objects using symbol or function
27151 names.
27152
27153 Setting the @code{HIP_ENABLE_DEFERRED_LOADING} environment variable to @code{0}
27154 can be used to disable deferred code object loading by the HIP runtime. This
27155 ensures all code objects will be loaded when the inferior reaches the beginning
27156 of the @code{main} function.
27157
27158 @item
27159 If no CPU thread is running, then @samp{Ctrl-C} is not able to stop
27160 @acronym{AMD GPU} threads. This can happen for example if you enable
27161 @code{scheduler-locking} after the whole program stopped, and then resume an
27162 @acronym{AMD GPU} thread. The only way to unblock the situation is to kill the
27163 @value{GDBN} process.
27164
27165 @anchor{AMD GPU Attaching Restrictions}
27166 @item
27167
27168 By default, for some architectures, the @acronym{AMD GPU} device driver causes
27169 all @acronym{AMD GPU} wavefronts created when @value{GDBN} is not attached to
27170 be unable to report the dispatch associated with the wavefront, or the
27171 wavefront's work-group position. The @samp{info threads} command will display
27172 this missing information with a @samp{?}.
27173
27174 This does not affect wavefronts created while @value{GDBN} is attached which
27175 are always capable of reporting this information.
27176
27177 If the @env{HSA_ENABLE_DEBUG} environment variable is set to @samp{1} when the
27178 @acronym{AMD ROCm} runtime is initialized, then this information will be
27179 available for all architectures even for wavefronts created when @value{GDBN}
27180 was not attached.
27181
27182 @end enumerate
27183
27184 @node Controlling GDB
27185 @chapter Controlling @value{GDBN}
27186
27187 You can alter the way @value{GDBN} interacts with you by using the
27188 @code{set} command. For commands controlling how @value{GDBN} displays
27189 data, see @ref{Print Settings, ,Print Settings}. Other settings are
27190 described here.
27191
27192 @menu
27193 * Prompt:: Prompt
27194 * Editing:: Command editing
27195 * Command History:: Command history
27196 * Screen Size:: Screen size
27197 * Output Styling:: Output styling
27198 * Numbers:: Numbers
27199 * ABI:: Configuring the current ABI
27200 * Auto-loading:: Automatically loading associated files
27201 * Messages/Warnings:: Optional warnings and messages
27202 * Debugging Output:: Optional messages about internal happenings
27203 * Other Misc Settings:: Other Miscellaneous Settings
27204 @end menu
27205
27206 @node Prompt
27207 @section Prompt
27208
27209 @cindex prompt
27210
27211 @value{GDBN} indicates its readiness to read a command by printing a string
27212 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
27213 can change the prompt string with the @code{set prompt} command. For
27214 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
27215 the prompt in one of the @value{GDBN} sessions so that you can always tell
27216 which one you are talking to.
27217
27218 @emph{Note:} @code{set prompt} does not add a space for you after the
27219 prompt you set. This allows you to set a prompt which ends in a space
27220 or a prompt that does not.
27221
27222 @table @code
27223 @kindex set prompt
27224 @item set prompt @var{newprompt}
27225 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
27226
27227 @kindex show prompt
27228 @item show prompt
27229 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
27230 @end table
27231
27232 Versions of @value{GDBN} that ship with Python scripting enabled have
27233 prompt extensions. The commands for interacting with these extensions
27234 are:
27235
27236 @table @code
27237 @kindex set extended-prompt
27238 @item set extended-prompt @var{prompt}
27239 Set an extended prompt that allows for substitutions.
27240 @xref{gdb.prompt}, for a list of escape sequences that can be used for
27241 substitution. Any escape sequences specified as part of the prompt
27242 string are replaced with the corresponding strings each time the prompt
27243 is displayed.
27244
27245 For example:
27246
27247 @smallexample
27248 set extended-prompt Current working directory: \w (@value{GDBP})
27249 @end smallexample
27250
27251 Note that when an extended-prompt is set, it takes control of the
27252 @var{prompt_hook} hook. @xref{prompt_hook}, for further information.
27253
27254 @kindex show extended-prompt
27255 @item show extended-prompt
27256 Prints the extended prompt. Any escape sequences specified as part of
27257 the prompt string with @code{set extended-prompt}, are replaced with the
27258 corresponding strings each time the prompt is displayed.
27259 @end table
27260
27261 @node Editing
27262 @section Command Editing
27263 @cindex readline
27264 @cindex command line editing
27265
27266 @value{GDBN} reads its input commands via the @dfn{Readline} interface. This
27267 @sc{gnu} library provides consistent behavior for programs which provide a
27268 command line interface to the user. Advantages are @sc{gnu} Emacs-style
27269 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
27270 substitution, and a storage and recall of command history across
27271 debugging sessions.
27272
27273 You may control the behavior of command line editing in @value{GDBN} with the
27274 command @code{set}.
27275
27276 @table @code
27277 @kindex set editing
27278 @cindex editing
27279 @item set editing
27280 @itemx set editing on
27281 Enable command line editing (enabled by default).
27282
27283 @item set editing off
27284 Disable command line editing.
27285
27286 @kindex show editing
27287 @item show editing
27288 Show whether command line editing is enabled.
27289 @end table
27290
27291 @ifset SYSTEM_READLINE
27292 @xref{Command Line Editing, , , rluserman, GNU Readline Library},
27293 @end ifset
27294 @ifclear SYSTEM_READLINE
27295 @xref{Command Line Editing},
27296 @end ifclear
27297 for more details about the Readline
27298 interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
27299 encouraged to read that chapter.
27300
27301 @cindex Readline application name
27302 @value{GDBN} sets the Readline application name to @samp{gdb}. This
27303 is useful for conditions in @file{.inputrc}.
27304
27305 @cindex operate-and-get-next
27306 @value{GDBN} defines a bindable Readline command,
27307 @code{operate-and-get-next}. This is bound to @kbd{C-o} by default.
27308 This command accepts the current line for execution and fetches the
27309 next line relative to the current line from the history for editing.
27310 Any argument is ignored.
27311
27312 @node Command History
27313 @section Command History
27314 @cindex command history
27315
27316 @value{GDBN} can keep track of the commands you type during your
27317 debugging sessions, so that you can be certain of precisely what
27318 happened. Use these commands to manage the @value{GDBN} command
27319 history facility.
27320
27321 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
27322 package, to provide the history facility.
27323 @ifset SYSTEM_READLINE
27324 @xref{Using History Interactively, , , history, GNU History Library},
27325 @end ifset
27326 @ifclear SYSTEM_READLINE
27327 @xref{Using History Interactively},
27328 @end ifclear
27329 for the detailed description of the History library.
27330
27331 To issue a command to @value{GDBN} without affecting certain aspects of
27332 the state which is seen by users, prefix it with @samp{server }
27333 (@pxref{Server Prefix}). This
27334 means that this command will not affect the command history, nor will it
27335 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
27336 pressed on a line by itself.
27337
27338 @cindex @code{server}, command prefix
27339 The server prefix does not affect the recording of values into the value
27340 history; to print a value without recording it into the value history,
27341 use the @code{output} command instead of the @code{print} command.
27342
27343 Here is the description of @value{GDBN} commands related to command
27344 history.
27345
27346 @table @code
27347 @cindex history substitution
27348 @cindex history file
27349 @kindex set history filename
27350 @cindex @env{GDBHISTFILE}, environment variable
27351 @item set history filename @r{[}@var{fname}@r{]}
27352 Set the name of the @value{GDBN} command history file to @var{fname}.
27353 This is the file where @value{GDBN} reads an initial command history
27354 list, and where it writes the command history from this session when it
27355 exits. You can access this list through history expansion or through
27356 the history command editing characters listed below. This file defaults
27357 to the value of the environment variable @env{GDBHISTFILE}, or to
27358 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
27359 is not set.
27360
27361 The @env{GDBHISTFILE} environment variable is read after processing
27362 any @value{GDBN} initialization files (@pxref{Startup}) and after
27363 processing any commands passed using command line options (for
27364 example, @code{-ex}).
27365
27366 If the @var{fname} argument is not given, or if the @env{GDBHISTFILE}
27367 is the empty string then @value{GDBN} will neither try to load an
27368 existing history file, nor will it try to save the history on exit.
27369
27370 @cindex save command history
27371 @kindex set history save
27372 @item set history save
27373 @itemx set history save on
27374 Record command history in a file, whose name may be specified with the
27375 @code{set history filename} command. By default, this option is
27376 disabled. The command history will be recorded when @value{GDBN}
27377 exits. If @code{set history filename} is set to the empty string then
27378 history saving is disabled, even when @code{set history save} is
27379 @code{on}.
27380
27381 @item set history save off
27382 Don't record the command history into the file specified by @code{set
27383 history filename} when @value{GDBN} exits.
27384
27385 @cindex history size
27386 @kindex set history size
27387 @cindex @env{GDBHISTSIZE}, environment variable
27388 @item set history size @var{size}
27389 @itemx set history size unlimited
27390 Set the number of commands which @value{GDBN} keeps in its history list.
27391 This defaults to the value of the environment variable @env{GDBHISTSIZE}, or
27392 to 256 if this variable is not set. Non-numeric values of @env{GDBHISTSIZE}
27393 are ignored. If @var{size} is @code{unlimited} or if @env{GDBHISTSIZE} is
27394 either a negative number or the empty string, then the number of commands
27395 @value{GDBN} keeps in the history list is unlimited.
27396
27397 The @env{GDBHISTSIZE} environment variable is read after processing
27398 any @value{GDBN} initialization files (@pxref{Startup}) and after
27399 processing any commands passed using command line options (for
27400 example, @code{-ex}).
27401
27402 @cindex remove duplicate history
27403 @kindex set history remove-duplicates
27404 @item set history remove-duplicates @var{count}
27405 @itemx set history remove-duplicates unlimited
27406 Control the removal of duplicate history entries in the command history list.
27407 If @var{count} is non-zero, @value{GDBN} will look back at the last @var{count}
27408 history entries and remove the first entry that is a duplicate of the current
27409 entry being added to the command history list. If @var{count} is
27410 @code{unlimited} then this lookbehind is unbounded. If @var{count} is 0, then
27411 removal of duplicate history entries is disabled.
27412
27413 Only history entries added during the current session are considered for
27414 removal. This option is set to 0 by default.
27415
27416 @end table
27417
27418 History expansion assigns special meaning to the character @kbd{!}.
27419 @ifset SYSTEM_READLINE
27420 @xref{Event Designators, , , history, GNU History Library},
27421 @end ifset
27422 @ifclear SYSTEM_READLINE
27423 @xref{Event Designators},
27424 @end ifclear
27425 for more details.
27426
27427 @cindex history expansion, turn on/off
27428 Since @kbd{!} is also the logical not operator in C, history expansion
27429 is off by default. If you decide to enable history expansion with the
27430 @code{set history expansion on} command, you may sometimes need to
27431 follow @kbd{!} (when it is used as logical not, in an expression) with
27432 a space or a tab to prevent it from being expanded. The readline
27433 history facilities do not attempt substitution on the strings
27434 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
27435
27436 The commands to control history expansion are:
27437
27438 @table @code
27439 @item set history expansion on
27440 @itemx set history expansion
27441 @kindex set history expansion
27442 Enable history expansion. History expansion is off by default.
27443
27444 @item set history expansion off
27445 Disable history expansion.
27446
27447 @c @group
27448 @kindex show history
27449 @item show history
27450 @itemx show history filename
27451 @itemx show history save
27452 @itemx show history size
27453 @itemx show history expansion
27454 These commands display the state of the @value{GDBN} history parameters.
27455 @code{show history} by itself displays all four states.
27456 @c @end group
27457 @end table
27458
27459 @table @code
27460 @kindex show commands
27461 @cindex show last commands
27462 @cindex display command history
27463 @item show commands
27464 Display the last ten commands in the command history.
27465
27466 @item show commands @var{n}
27467 Print ten commands centered on command number @var{n}.
27468
27469 @item show commands +
27470 Print ten commands just after the commands last printed.
27471 @end table
27472
27473 @node Screen Size
27474 @section Screen Size
27475 @cindex size of screen
27476 @cindex screen size
27477 @cindex pagination
27478 @cindex page size
27479 @cindex pauses in output
27480
27481 Certain commands to @value{GDBN} may produce large amounts of
27482 information output to the screen. To help you read all of it,
27483 @value{GDBN} pauses and asks you for input at the end of each page of
27484 output. Type @key{RET} when you want to see one more page of output,
27485 @kbd{q} to discard the remaining output, or @kbd{c} to continue
27486 without paging for the rest of the current command. Also, the screen
27487 width setting determines when to wrap lines of output. Depending on
27488 what is being printed, @value{GDBN} tries to break the line at a
27489 readable place, rather than simply letting it overflow onto the
27490 following line.
27491
27492 Normally @value{GDBN} knows the size of the screen from the terminal
27493 driver software. For example, on Unix @value{GDBN} uses the termcap data base
27494 together with the value of the @env{TERM} environment variable and the
27495 @code{stty rows} and @code{stty cols} settings. If this is not correct,
27496 you can override it with the @code{set height} and @code{set
27497 width} commands:
27498
27499 @table @code
27500 @kindex set height
27501 @kindex set width
27502 @kindex show width
27503 @kindex show height
27504 @item set height @var{lpp}
27505 @itemx set height unlimited
27506 @itemx show height
27507 @itemx set width @var{cpl}
27508 @itemx set width unlimited
27509 @itemx show width
27510 These @code{set} commands specify a screen height of @var{lpp} lines and
27511 a screen width of @var{cpl} characters. The associated @code{show}
27512 commands display the current settings.
27513
27514 If you specify a height of either @code{unlimited} or zero lines,
27515 @value{GDBN} does not pause during output no matter how long the
27516 output is. This is useful if output is to a file or to an editor
27517 buffer.
27518
27519 Likewise, you can specify @samp{set width unlimited} or @samp{set
27520 width 0} to prevent @value{GDBN} from wrapping its output.
27521
27522 @item set pagination on
27523 @itemx set pagination off
27524 @kindex set pagination
27525 Turn the output pagination on or off; the default is on. Turning
27526 pagination off is the alternative to @code{set height unlimited}. Note that
27527 running @value{GDBN} with the @option{--batch} option (@pxref{Mode
27528 Options, -batch}) also automatically disables pagination.
27529
27530 @item show pagination
27531 @kindex show pagination
27532 Show the current pagination mode.
27533 @end table
27534
27535 @node Output Styling
27536 @section Output Styling
27537 @cindex styling
27538 @cindex colors
27539
27540 @kindex set style
27541 @kindex show style
27542 @value{GDBN} can style its output on a capable terminal. This is
27543 enabled by default on most systems, but disabled by default when in
27544 batch mode (@pxref{Mode Options}). Various style settings are available;
27545 and styles can also be disabled entirely.
27546
27547 @table @code
27548 @item set style enabled @samp{on|off}
27549 Enable or disable all styling. The default is host-dependent, with
27550 most hosts defaulting to @samp{on}.
27551
27552 If the @env{NO_COLOR} environment variable is set to a non-empty
27553 value, then @value{GDBN} will change this to @samp{off} at startup.
27554
27555 @item show style enabled
27556 Show the current state of styling.
27557
27558 @item set style sources @samp{on|off}
27559 Enable or disable source code styling. This affects whether source
27560 code, such as the output of the @code{list} command, is styled. The
27561 default is @samp{on}. Note that source styling only works if styling
27562 in general is enabled, and if a source highlighting library is
27563 available to @value{GDBN}.
27564
27565 There are two ways that highlighting can be done. First, if
27566 @value{GDBN} was linked with the GNU Source Highlight library, then it
27567 is used. Otherwise, if @value{GDBN} was configured with Python
27568 scripting support, and if the Python Pygments package is available,
27569 then it will be used.
27570
27571 @item show style sources
27572 Show the current state of source code styling.
27573
27574 @item set style tui-current-position @samp{on|off}
27575 Enable or disable styling of the source and assembly code highlighted
27576 by the TUI's current position indicator. The default is @samp{off}.
27577 @xref{TUI, ,@value{GDBN} Text User Interface}.
27578
27579 @item show style tui-current-position
27580 Show whether the source and assembly code highlighted by the TUI's
27581 current position indicator is styled.
27582
27583 @anchor{style_disassembler_enabled}
27584 @item set style disassembler enabled @samp{on|off}
27585 Enable or disable disassembler styling. This affects whether
27586 disassembler output, such as the output of the @code{disassemble}
27587 command, is styled. Disassembler styling only works if styling in
27588 general is enabled (with @code{set style enabled on}), and if a source
27589 highlighting library is available to @value{GDBN}.
27590
27591 The two source highlighting libraries that @value{GDBN} could use to
27592 style disassembler output are; @value{GDBN}'s builtin disassembler, or
27593 the Python Pygments package.
27594
27595 @value{GDBN}'s first choice will be to use the builtin disassembler
27596 for styling, this usually provides better results, being able to style
27597 different types of instruction operands differently. However, the
27598 builtin disassembler is not able to style all architectures.
27599
27600 For architectures that the builtin disassembler is unable to style,
27601 @value{GDBN} will fall back to use the Python Pygments package where
27602 possible. In order to use the Python Pygments package, @value{GDBN}
27603 must be built with Python support, and the Pygments package must be
27604 installed.
27605
27606 If neither of these options are available then @value{GDBN} will
27607 produce unstyled disassembler output, even when this setting is
27608 @samp{on}.
27609
27610 To discover if the current architecture supports styling using the
27611 builtin disassembler library see @ref{maint_libopcodes_styling,,@kbd{maint
27612 show libopcodes-styling enabled}}.
27613
27614 @item show style disassembler enabled
27615 Show the current state of disassembler styling.
27616
27617 @end table
27618
27619 Subcommands of @code{set style} control specific forms of styling.
27620 These subcommands all follow the same pattern: each style-able object
27621 can be styled with a foreground color, a background color, and an
27622 intensity.
27623
27624 For example, the style of file names can be controlled using the
27625 @code{set style filename} group of commands:
27626
27627 @table @code
27628 @item set style filename background @var{color}
27629 Set the background to @var{color}. Valid colors are @samp{none}
27630 (meaning the terminal's default color), @samp{black}, @samp{red},
27631 @samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
27632 and@samp{white}.
27633
27634 @item set style filename foreground @var{color}
27635 Set the foreground to @var{color}. Valid colors are @samp{none}
27636 (meaning the terminal's default color), @samp{black}, @samp{red},
27637 @samp{green}, @samp{yellow}, @samp{blue}, @samp{magenta}, @samp{cyan},
27638 and@samp{white}.
27639
27640 @item set style filename intensity @var{value}
27641 Set the intensity to @var{value}. Valid intensities are @samp{normal}
27642 (the default), @samp{bold}, and @samp{dim}.
27643 @end table
27644
27645 The @code{show style} command and its subcommands are styling
27646 a style name in their output using its own style.
27647 So, use @command{show style} to see the complete list of styles,
27648 their characteristics and the visual aspect of each style.
27649
27650 The style-able objects are:
27651 @table @code
27652 @item filename
27653 Control the styling of file names and URLs. By default, this style's
27654 foreground color is green.
27655
27656 @item function
27657 Control the styling of function names. These are managed with the
27658 @code{set style function} family of commands. By default, this
27659 style's foreground color is yellow.
27660
27661 This style is also used for symbol names in styled disassembler output
27662 if @value{GDBN} is using its builtin disassembler library for styling
27663 (@pxref{style_disassembler_enabled,,@kbd{set style disassembler
27664 enabled}}).
27665
27666 @item variable
27667 Control the styling of variable names. These are managed with the
27668 @code{set style variable} family of commands. By default, this style's
27669 foreground color is cyan.
27670
27671 @item address
27672 Control the styling of addresses. These are managed with the
27673 @code{set style address} family of commands. By default, this style's
27674 foreground color is blue.
27675
27676 This style is also used for addresses in styled disassembler output
27677 if @value{GDBN} is using its builtin disassembler library for styling
27678 (@pxref{style_disassembler_enabled,,@kbd{set style disassembler
27679 enabled}}).
27680
27681 @item version
27682 Control the styling of @value{GDBN}'s version number text. By
27683 default, this style's foreground color is magenta and it has bold
27684 intensity. The version number is displayed in two places, the output
27685 of @command{show version}, and when @value{GDBN} starts up.
27686
27687 In order to control how @value{GDBN} styles the version number at
27688 startup, add the @code{set style version} family of commands to the
27689 early initialization command file (@pxref{Initialization
27690 Files}).
27691
27692 @item title
27693 Control the styling of titles. These are managed with the
27694 @code{set style title} family of commands. By default, this style's
27695 intensity is bold. Commands are using the title style to improve
27696 the readability of large output. For example, the commands
27697 @command{apropos} and @command{help} are using the title style
27698 for the command names.
27699
27700 @item highlight
27701 Control the styling of highlightings. These are managed with the
27702 @code{set style highlight} family of commands. By default, this style's
27703 foreground color is red. Commands are using the highlight style to draw
27704 the user attention to some specific parts of their output. For example,
27705 the command @command{apropos -v REGEXP} uses the highlight style to
27706 mark the documentation parts matching @var{regexp}.
27707
27708 @item metadata
27709 Control the styling of data annotations added by @value{GDBN} to data
27710 it displays. By default, this style's intensity is dim. Metadata
27711 annotations include the @samp{repeats @var{n} times} annotation for
27712 suppressed display of repeated array elements (@pxref{Print Settings}),
27713 @samp{<unavailable>} and @w{@samp{<error @var{descr}>}} annotations
27714 for errors and @samp{<optimized-out>} annotations for optimized-out
27715 values in displaying stack frame information in backtraces
27716 (@pxref{Backtrace}), etc.
27717
27718 @item tui-border
27719 Control the styling of the TUI border. Note that, unlike other
27720 styling options, only the color of the border can be controlled via
27721 @code{set style}. This was done for compatibility reasons, as TUI
27722 controls to set the border's intensity predated the addition of
27723 general styling to @value{GDBN}. @xref{TUI Configuration}.
27724
27725 @item tui-active-border
27726 Control the styling of the active TUI border; that is, the TUI window
27727 that has the focus.
27728
27729 @item disassembler comment
27730 Control the styling of comments in the disassembler output. These are
27731 managed with the @code{set style disassembler comment} family of
27732 commands. This style is only used when @value{GDBN} is styling using
27733 its builtin disassembler library
27734 (@pxref{style_disassembler_enabled,,@kbd{set style disassembler
27735 enabled}}). By default, this style's intensity is dim, and its
27736 foreground color is white.
27737
27738 @item disassembler immediate
27739 Control the styling of numeric operands in the disassembler output.
27740 These are managed with the @code{set style disassembler immediate}
27741 family of commands. This style is not used for instruction operands
27742 that represent addresses, in that case the @samp{disassembler address}
27743 style is used. This style is only used when @value{GDBN} is styling
27744 using its builtin disassembler library. By default, this style's
27745 foreground color is blue.
27746
27747 @item disassembler address
27748 Control the styling of address operands in the disassembler output.
27749 This is an alias for the @samp{address} style.
27750
27751 @item disassembler symbol
27752 Control the styling of symbol names in the disassembler output. This
27753 is an alias for the @samp{function} style.
27754
27755 @item disassembler mnemonic
27756 Control the styling of instruction mnemonics in the disassembler
27757 output. These are managed with the @code{set style disassembler
27758 mnemonic} family of commands. This style is also used for assembler
27759 directives, e.g.@: @code{.byte}, @code{.word}, etc. This style is
27760 only used when @value{GDBN} is styling using its builtin disassembler
27761 library. By default, this style's foreground color is green.
27762
27763 @item disassembler register
27764 Control the styling of register operands in the disassembler output.
27765 These are managed with the @code{set style disassembler register}
27766 family of commands. This style is only used when @value{GDBN} is
27767 styling using its builtin disassembler library. By default, this style's
27768 foreground color is red.
27769
27770 @end table
27771
27772 @node Numbers
27773 @section Numbers
27774 @cindex number representation
27775 @cindex entering numbers
27776
27777 You can always enter numbers in octal, decimal, or hexadecimal in
27778 @value{GDBN} by the usual conventions: octal numbers begin with
27779 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
27780 begin with @samp{0x}. Numbers that neither begin with @samp{0} or
27781 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
27782 10; likewise, the default display for numbers---when no particular
27783 format is specified---is base 10. You can change the default base for
27784 both input and output with the commands described below.
27785
27786 @table @code
27787 @kindex set input-radix
27788 @item set input-radix @var{base}
27789 Set the default base for numeric input. Supported choices
27790 for @var{base} are decimal 8, 10, or 16. The base must itself be
27791 specified either unambiguously or using the current input radix; for
27792 example, any of
27793
27794 @smallexample
27795 set input-radix 012
27796 set input-radix 10.
27797 set input-radix 0xa
27798 @end smallexample
27799
27800 @noindent
27801 sets the input base to decimal. On the other hand, @samp{set input-radix 10}
27802 leaves the input radix unchanged, no matter what it was, since
27803 @samp{10}, being without any leading or trailing signs of its base, is
27804 interpreted in the current radix. Thus, if the current radix is 16,
27805 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
27806 change the radix.
27807
27808 @kindex set output-radix
27809 @item set output-radix @var{base}
27810 Set the default base for numeric display. Supported choices
27811 for @var{base} are decimal 8, 10, or 16. The base must itself be
27812 specified either unambiguously or using the current input radix.
27813
27814 @kindex show input-radix
27815 @item show input-radix
27816 Display the current default base for numeric input.
27817
27818 @kindex show output-radix
27819 @item show output-radix
27820 Display the current default base for numeric display.
27821
27822 @item set radix @r{[}@var{base}@r{]}
27823 @itemx show radix
27824 @kindex set radix
27825 @kindex show radix
27826 These commands set and show the default base for both input and output
27827 of numbers. @code{set radix} sets the radix of input and output to
27828 the same base; without an argument, it resets the radix back to its
27829 default value of 10.
27830
27831 @end table
27832
27833 @node ABI
27834 @section Configuring the Current ABI
27835
27836 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
27837 application automatically. However, sometimes you need to override its
27838 conclusions. Use these commands to manage @value{GDBN}'s view of the
27839 current ABI.
27840
27841 @cindex OS ABI
27842 @kindex set osabi
27843 @kindex show osabi
27844 @cindex Newlib OS ABI and its influence on the longjmp handling
27845
27846 One @value{GDBN} configuration can debug binaries for multiple operating
27847 system targets, either via remote debugging or native emulation.
27848 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
27849 but you can override its conclusion using the @code{set osabi} command.
27850 One example where this is useful is in debugging of binaries which use
27851 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
27852 not have the same identifying marks that the standard C library for your
27853 platform provides.
27854
27855 When @value{GDBN} is debugging the AArch64 architecture, it provides a
27856 ``Newlib'' OS ABI. This is useful for handling @code{setjmp} and
27857 @code{longjmp} when debugging binaries that use the @sc{newlib} C library.
27858 The ``Newlib'' OS ABI can be selected by @code{set osabi Newlib}.
27859
27860 @table @code
27861 @item show osabi
27862 Show the OS ABI currently in use.
27863
27864 @item set osabi
27865 With no argument, show the list of registered available OS ABI's.
27866
27867 @item set osabi @var{abi}
27868 Set the current OS ABI to @var{abi}.
27869 @end table
27870
27871 @cindex float promotion
27872
27873 Generally, the way that an argument of type @code{float} is passed to a
27874 function depends on whether the function is prototyped. For a prototyped
27875 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
27876 according to the architecture's convention for @code{float}. For unprototyped
27877 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
27878 @code{double} and then passed.
27879
27880 Unfortunately, some forms of debug information do not reliably indicate whether
27881 a function is prototyped. If @value{GDBN} calls a function that is not marked
27882 as prototyped, it consults @kbd{set coerce-float-to-double}.
27883
27884 @table @code
27885 @kindex set coerce-float-to-double
27886 @item set coerce-float-to-double
27887 @itemx set coerce-float-to-double on
27888 Arguments of type @code{float} will be promoted to @code{double} when passed
27889 to an unprototyped function. This is the default setting.
27890
27891 @item set coerce-float-to-double off
27892 Arguments of type @code{float} will be passed directly to unprototyped
27893 functions.
27894
27895 @kindex show coerce-float-to-double
27896 @item show coerce-float-to-double
27897 Show the current setting of promoting @code{float} to @code{double}.
27898 @end table
27899
27900 @kindex set cp-abi
27901 @kindex show cp-abi
27902 @value{GDBN} needs to know the ABI used for your program's C@t{++}
27903 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
27904 used to build your application. @value{GDBN} only fully supports
27905 programs with a single C@t{++} ABI; if your program contains code using
27906 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
27907 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
27908 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
27909 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
27910 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
27911 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
27912 ``auto''.
27913
27914 @table @code
27915 @item show cp-abi
27916 Show the C@t{++} ABI currently in use.
27917
27918 @item set cp-abi
27919 With no argument, show the list of supported C@t{++} ABI's.
27920
27921 @item set cp-abi @var{abi}
27922 @itemx set cp-abi auto
27923 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
27924 @end table
27925
27926 @node Auto-loading
27927 @section Automatically loading associated files
27928 @cindex auto-loading
27929
27930 @value{GDBN} sometimes reads files with commands and settings automatically,
27931 without being explicitly told so by the user. We call this feature
27932 @dfn{auto-loading}. While auto-loading is useful for automatically adapting
27933 @value{GDBN} to the needs of your project, it can sometimes produce unexpected
27934 results or introduce security risks (e.g., if the file comes from untrusted
27935 sources).
27936
27937 There are various kinds of files @value{GDBN} can automatically load.
27938 In addition to these files, @value{GDBN} supports auto-loading code written
27939 in various extension languages. @xref{Auto-loading extensions}.
27940
27941 Note that loading of these associated files (including the local @file{.gdbinit}
27942 file) requires accordingly configured @code{auto-load safe-path}
27943 (@pxref{Auto-loading safe path}).
27944
27945 For these reasons, @value{GDBN} includes commands and options to let you
27946 control when to auto-load files and which files should be auto-loaded.
27947
27948 @table @code
27949 @anchor{set auto-load off}
27950 @kindex set auto-load off
27951 @item set auto-load off
27952 Globally disable loading of all auto-loaded files.
27953 You may want to use this command with the @samp{-iex} option
27954 (@pxref{Option -init-eval-command}) such as:
27955 @smallexample
27956 $ @kbd{gdb -iex "set auto-load off" untrusted-executable corefile}
27957 @end smallexample
27958
27959 Be aware that system init file (@pxref{System-wide configuration})
27960 and init files from your home directory (@pxref{Home Directory Init File})
27961 still get read (as they come from generally trusted directories).
27962 To prevent @value{GDBN} from auto-loading even those init files, use the
27963 @option{-nx} option (@pxref{Mode Options}), in addition to
27964 @code{set auto-load no}.
27965
27966 @anchor{show auto-load}
27967 @kindex show auto-load
27968 @item show auto-load
27969 Show whether auto-loading of each specific @samp{auto-load} file(s) is enabled
27970 or disabled.
27971
27972 @smallexample
27973 (@value{GDBP}) show auto-load
27974 gdb-scripts: Auto-loading of canned sequences of commands scripts is on.
27975 libthread-db: Auto-loading of inferior specific libthread_db is on.
27976 local-gdbinit: Auto-loading of .gdbinit script from current directory
27977 is on.
27978 python-scripts: Auto-loading of Python scripts is on.
27979 safe-path: List of directories from which it is safe to auto-load files
27980 is $debugdir:$datadir/auto-load.
27981 scripts-directory: List of directories from which to load auto-loaded scripts
27982 is $debugdir:$datadir/auto-load.
27983 @end smallexample
27984
27985 @anchor{info auto-load}
27986 @kindex info auto-load
27987 @item info auto-load
27988 Print whether each specific @samp{auto-load} file(s) have been auto-loaded or
27989 not.
27990
27991 @smallexample
27992 (@value{GDBP}) info auto-load
27993 gdb-scripts:
27994 Loaded Script
27995 Yes /home/user/gdb/gdb-gdb.gdb
27996 libthread-db: No auto-loaded libthread-db.
27997 local-gdbinit: Local .gdbinit file "/home/user/gdb/.gdbinit" has been
27998 loaded.
27999 python-scripts:
28000 Loaded Script
28001 Yes /home/user/gdb/gdb-gdb.py
28002 @end smallexample
28003 @end table
28004
28005 These are @value{GDBN} control commands for the auto-loading:
28006
28007 @multitable @columnfractions .5 .5
28008 @item @xref{set auto-load off}.
28009 @tab Disable auto-loading globally.
28010 @item @xref{show auto-load}.
28011 @tab Show setting of all kinds of files.
28012 @item @xref{info auto-load}.
28013 @tab Show state of all kinds of files.
28014 @item @xref{set auto-load gdb-scripts}.
28015 @tab Control for @value{GDBN} command scripts.
28016 @item @xref{show auto-load gdb-scripts}.
28017 @tab Show setting of @value{GDBN} command scripts.
28018 @item @xref{info auto-load gdb-scripts}.
28019 @tab Show state of @value{GDBN} command scripts.
28020 @item @xref{set auto-load python-scripts}.
28021 @tab Control for @value{GDBN} Python scripts.
28022 @item @xref{show auto-load python-scripts}.
28023 @tab Show setting of @value{GDBN} Python scripts.
28024 @item @xref{info auto-load python-scripts}.
28025 @tab Show state of @value{GDBN} Python scripts.
28026 @item @xref{set auto-load guile-scripts}.
28027 @tab Control for @value{GDBN} Guile scripts.
28028 @item @xref{show auto-load guile-scripts}.
28029 @tab Show setting of @value{GDBN} Guile scripts.
28030 @item @xref{info auto-load guile-scripts}.
28031 @tab Show state of @value{GDBN} Guile scripts.
28032 @item @xref{set auto-load scripts-directory}.
28033 @tab Control for @value{GDBN} auto-loaded scripts location.
28034 @item @xref{show auto-load scripts-directory}.
28035 @tab Show @value{GDBN} auto-loaded scripts location.
28036 @item @xref{add-auto-load-scripts-directory}.
28037 @tab Add directory for auto-loaded scripts location list.
28038 @item @xref{set auto-load local-gdbinit}.
28039 @tab Control for init file in the current directory.
28040 @item @xref{show auto-load local-gdbinit}.
28041 @tab Show setting of init file in the current directory.
28042 @item @xref{info auto-load local-gdbinit}.
28043 @tab Show state of init file in the current directory.
28044 @item @xref{set auto-load libthread-db}.
28045 @tab Control for thread debugging library.
28046 @item @xref{show auto-load libthread-db}.
28047 @tab Show setting of thread debugging library.
28048 @item @xref{info auto-load libthread-db}.
28049 @tab Show state of thread debugging library.
28050 @item @xref{set auto-load safe-path}.
28051 @tab Control directories trusted for automatic loading.
28052 @item @xref{show auto-load safe-path}.
28053 @tab Show directories trusted for automatic loading.
28054 @item @xref{add-auto-load-safe-path}.
28055 @tab Add directory trusted for automatic loading.
28056 @end multitable
28057
28058 @menu
28059 * Init File in the Current Directory:: @samp{set/show/info auto-load local-gdbinit}
28060 * libthread_db.so.1 file:: @samp{set/show/info auto-load libthread-db}
28061
28062 * Auto-loading safe path:: @samp{set/show/info auto-load safe-path}
28063 * Auto-loading verbose mode:: @samp{set/show debug auto-load}
28064 @end menu
28065
28066 @node Init File in the Current Directory
28067 @subsection Automatically loading init file in the current directory
28068 @cindex auto-loading init file in the current directory
28069
28070 By default, @value{GDBN} reads and executes the canned sequences of commands
28071 from init file (if any) in the current working directory,
28072 see @ref{Init File in the Current Directory during Startup}.
28073
28074 Note that loading of this local @file{.gdbinit} file also requires accordingly
28075 configured @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28076
28077 @table @code
28078 @anchor{set auto-load local-gdbinit}
28079 @kindex set auto-load local-gdbinit
28080 @item set auto-load local-gdbinit [on|off]
28081 Enable or disable the auto-loading of canned sequences of commands
28082 (@pxref{Sequences}) found in init file in the current directory.
28083
28084 @anchor{show auto-load local-gdbinit}
28085 @kindex show auto-load local-gdbinit
28086 @item show auto-load local-gdbinit
28087 Show whether auto-loading of canned sequences of commands from init file in the
28088 current directory is enabled or disabled.
28089
28090 @anchor{info auto-load local-gdbinit}
28091 @kindex info auto-load local-gdbinit
28092 @item info auto-load local-gdbinit
28093 Print whether canned sequences of commands from init file in the
28094 current directory have been auto-loaded.
28095 @end table
28096
28097 @node libthread_db.so.1 file
28098 @subsection Automatically loading thread debugging library
28099 @cindex auto-loading libthread_db.so.1
28100
28101 This feature is currently present only on @sc{gnu}/Linux native hosts.
28102
28103 @value{GDBN} reads in some cases thread debugging library from places specific
28104 to the inferior (@pxref{set libthread-db-search-path}).
28105
28106 The special @samp{libthread-db-search-path} entry @samp{$sdir} is processed
28107 without checking this @samp{set auto-load libthread-db} switch as system
28108 libraries have to be trusted in general. In all other cases of
28109 @samp{libthread-db-search-path} entries @value{GDBN} checks first if @samp{set
28110 auto-load libthread-db} is enabled before trying to open such thread debugging
28111 library.
28112
28113 Note that loading of this debugging library also requires accordingly configured
28114 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
28115
28116 @table @code
28117 @anchor{set auto-load libthread-db}
28118 @kindex set auto-load libthread-db
28119 @item set auto-load libthread-db [on|off]
28120 Enable or disable the auto-loading of inferior specific thread debugging library.
28121
28122 @anchor{show auto-load libthread-db}
28123 @kindex show auto-load libthread-db
28124 @item show auto-load libthread-db
28125 Show whether auto-loading of inferior specific thread debugging library is
28126 enabled or disabled.
28127
28128 @anchor{info auto-load libthread-db}
28129 @kindex info auto-load libthread-db
28130 @item info auto-load libthread-db
28131 Print the list of all loaded inferior specific thread debugging libraries and
28132 for each such library print list of inferior @var{pid}s using it.
28133 @end table
28134
28135 @node Auto-loading safe path
28136 @subsection Security restriction for auto-loading
28137 @cindex auto-loading safe-path
28138
28139 As the files of inferior can come from untrusted source (such as submitted by
28140 an application user) @value{GDBN} does not always load any files automatically.
28141 @value{GDBN} provides the @samp{set auto-load safe-path} setting to list
28142 directories trusted for loading files not explicitly requested by user.
28143 Each directory can also be a shell wildcard pattern.
28144
28145 If the path is not set properly you will see a warning and the file will not
28146 get loaded:
28147
28148 @smallexample
28149 $ ./gdb -q ./gdb
28150 Reading symbols from /home/user/gdb/gdb...
28151 warning: File "/home/user/gdb/gdb-gdb.gdb" auto-loading has been
28152 declined by your `auto-load safe-path' set
28153 to "$debugdir:$datadir/auto-load".
28154 warning: File "/home/user/gdb/gdb-gdb.py" auto-loading has been
28155 declined by your `auto-load safe-path' set
28156 to "$debugdir:$datadir/auto-load".
28157 @end smallexample
28158
28159 @noindent
28160 To instruct @value{GDBN} to go ahead and use the init files anyway,
28161 invoke @value{GDBN} like this:
28162
28163 @smallexample
28164 $ gdb -q -iex "set auto-load safe-path /home/user/gdb" ./gdb
28165 @end smallexample
28166
28167 The list of trusted directories is controlled by the following commands:
28168
28169 @table @code
28170 @anchor{set auto-load safe-path}
28171 @kindex set auto-load safe-path
28172 @item set auto-load safe-path @r{[}@var{directories}@r{]}
28173 Set the list of directories (and their subdirectories) trusted for automatic
28174 loading and execution of scripts. You can also enter a specific trusted file.
28175 Each directory can also be a shell wildcard pattern; wildcards do not match
28176 directory separator - see @code{FNM_PATHNAME} for system function @code{fnmatch}
28177 (@pxref{Wildcard Matching, fnmatch, , libc, GNU C Library Reference Manual}).
28178 If you omit @var{directories}, @samp{auto-load safe-path} will be reset to
28179 its default value as specified during @value{GDBN} compilation.
28180
28181 The list of directories uses path separator (@samp{:} on GNU and Unix
28182 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
28183 to the @env{PATH} environment variable.
28184
28185 @anchor{show auto-load safe-path}
28186 @kindex show auto-load safe-path
28187 @item show auto-load safe-path
28188 Show the list of directories trusted for automatic loading and execution of
28189 scripts.
28190
28191 @anchor{add-auto-load-safe-path}
28192 @kindex add-auto-load-safe-path
28193 @item add-auto-load-safe-path
28194 Add an entry (or list of entries) to the list of directories trusted for
28195 automatic loading and execution of scripts. Multiple entries may be delimited
28196 by the host platform path separator in use.
28197 @end table
28198
28199 This variable defaults to what @code{--with-auto-load-dir} has been configured
28200 to (@pxref{with-auto-load-dir}). @file{$debugdir} and @file{$datadir}
28201 substitution applies the same as for @ref{set auto-load scripts-directory}.
28202 The default @code{set auto-load safe-path} value can be also overriden by
28203 @value{GDBN} configuration option @option{--with-auto-load-safe-path}.
28204
28205 Setting this variable to @file{/} disables this security protection,
28206 corresponding @value{GDBN} configuration option is
28207 @option{--without-auto-load-safe-path}.
28208 This variable is supposed to be set to the system directories writable by the
28209 system superuser only. Users can add their source directories in init files in
28210 their home directories (@pxref{Home Directory Init File}). See also deprecated
28211 init file in the current directory
28212 (@pxref{Init File in the Current Directory during Startup}).
28213
28214 To force @value{GDBN} to load the files it declined to load in the previous
28215 example, you could use one of the following ways:
28216
28217 @table @asis
28218 @item @file{~/.gdbinit}: @samp{add-auto-load-safe-path ~/src/gdb}
28219 Specify this trusted directory (or a file) as additional component of the list.
28220 You have to specify also any existing directories displayed by
28221 by @samp{show auto-load safe-path} (such as @samp{/usr:/bin} in this example).
28222
28223 @item @kbd{gdb -iex "set auto-load safe-path /usr:/bin:~/src/gdb" @dots{}}
28224 Specify this directory as in the previous case but just for a single
28225 @value{GDBN} session.
28226
28227 @item @kbd{gdb -iex "set auto-load safe-path /" @dots{}}
28228 Disable auto-loading safety for a single @value{GDBN} session.
28229 This assumes all the files you debug during this @value{GDBN} session will come
28230 from trusted sources.
28231
28232 @item @kbd{./configure --without-auto-load-safe-path}
28233 During compilation of @value{GDBN} you may disable any auto-loading safety.
28234 This assumes all the files you will ever debug with this @value{GDBN} come from
28235 trusted sources.
28236 @end table
28237
28238 On the other hand you can also explicitly forbid automatic files loading which
28239 also suppresses any such warning messages:
28240
28241 @table @asis
28242 @item @kbd{gdb -iex "set auto-load no" @dots{}}
28243 You can use @value{GDBN} command-line option for a single @value{GDBN} session.
28244
28245 @item @file{~/.gdbinit}: @samp{set auto-load no}
28246 Disable auto-loading globally for the user
28247 (@pxref{Home Directory Init File}). While it is improbable, you could also
28248 use system init file instead (@pxref{System-wide configuration}).
28249 @end table
28250
28251 This setting applies to the file names as entered by user. If no entry matches
28252 @value{GDBN} tries as a last resort to also resolve all the file names into
28253 their canonical form (typically resolving symbolic links) and compare the
28254 entries again. @value{GDBN} already canonicalizes most of the filenames on its
28255 own before starting the comparison so a canonical form of directories is
28256 recommended to be entered.
28257
28258 @node Auto-loading verbose mode
28259 @subsection Displaying files tried for auto-load
28260 @cindex auto-loading verbose mode
28261
28262 For better visibility of all the file locations where you can place scripts to
28263 be auto-loaded with inferior --- or to protect yourself against accidental
28264 execution of untrusted scripts --- @value{GDBN} provides a feature for printing
28265 all the files attempted to be loaded. Both existing and non-existing files may
28266 be printed.
28267
28268 For example the list of directories from which it is safe to auto-load files
28269 (@pxref{Auto-loading safe path}) applies also to canonicalized filenames which
28270 may not be too obvious while setting it up.
28271
28272 @smallexample
28273 (@value{GDBP}) set debug auto-load on
28274 (@value{GDBP}) file ~/src/t/true
28275 auto-load: Loading canned sequences of commands script "/tmp/true-gdb.gdb"
28276 for objfile "/tmp/true".
28277 auto-load: Updating directories of "/usr:/opt".
28278 auto-load: Using directory "/usr".
28279 auto-load: Using directory "/opt".
28280 warning: File "/tmp/true-gdb.gdb" auto-loading has been declined
28281 by your `auto-load safe-path' set to "/usr:/opt".
28282 @end smallexample
28283
28284 @table @code
28285 @anchor{set debug auto-load}
28286 @kindex set debug auto-load
28287 @item set debug auto-load [on|off]
28288 Set whether to print the filenames attempted to be auto-loaded.
28289
28290 @anchor{show debug auto-load}
28291 @kindex show debug auto-load
28292 @item show debug auto-load
28293 Show whether printing of the filenames attempted to be auto-loaded is turned
28294 on or off.
28295 @end table
28296
28297 @node Messages/Warnings
28298 @section Optional Warnings and Messages
28299
28300 @cindex verbose operation
28301 @cindex optional warnings
28302 By default, @value{GDBN} is silent about its inner workings. If you are
28303 running on a slow machine, you may want to use the @code{set verbose}
28304 command. This makes @value{GDBN} tell you when it does a lengthy
28305 internal operation, so you will not think it has crashed.
28306
28307 Currently, the messages controlled by @code{set verbose} are those
28308 which announce that the symbol table for a source file is being read;
28309 see @code{symbol-file} in @ref{Files, ,Commands to Specify Files}.
28310
28311 @table @code
28312 @kindex set verbose
28313 @item set verbose on
28314 Enables @value{GDBN} output of certain informational messages.
28315
28316 @item set verbose off
28317 Disables @value{GDBN} output of certain informational messages.
28318
28319 @kindex show verbose
28320 @item show verbose
28321 Displays whether @code{set verbose} is on or off.
28322 @end table
28323
28324 By default, if @value{GDBN} encounters bugs in the symbol table of an
28325 object file, it is silent; but if you are debugging a compiler, you may
28326 find this information useful (@pxref{Symbol Errors, ,Errors Reading
28327 Symbol Files}).
28328
28329 @table @code
28330
28331 @kindex set complaints
28332 @item set complaints @var{limit}
28333 Permits @value{GDBN} to output @var{limit} complaints about each type of
28334 unusual symbols before becoming silent about the problem. Set
28335 @var{limit} to zero to suppress all complaints; set it to a large number
28336 to prevent complaints from being suppressed.
28337
28338 @kindex show complaints
28339 @item show complaints
28340 Displays how many symbol complaints @value{GDBN} is permitted to produce.
28341
28342 @end table
28343
28344 @anchor{confirmation requests}
28345 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
28346 lot of stupid questions to confirm certain commands. For example, if
28347 you try to run a program which is already running:
28348
28349 @smallexample
28350 (@value{GDBP}) run
28351 The program being debugged has been started already.
28352 Start it from the beginning? (y or n)
28353 @end smallexample
28354
28355 If you are willing to unflinchingly face the consequences of your own
28356 commands, you can disable this ``feature'':
28357
28358 @table @code
28359
28360 @kindex set confirm
28361 @cindex flinching
28362 @cindex confirmation
28363 @cindex stupid questions
28364 @item set confirm off
28365 Disables confirmation requests. Note that running @value{GDBN} with
28366 the @option{--batch} option (@pxref{Mode Options, -batch}) also
28367 automatically disables confirmation requests.
28368
28369 @item set confirm on
28370 Enables confirmation requests (the default).
28371
28372 @kindex show confirm
28373 @item show confirm
28374 Displays state of confirmation requests.
28375
28376 @end table
28377
28378 @cindex command tracing
28379 If you need to debug user-defined commands or sourced files you may find it
28380 useful to enable @dfn{command tracing}. In this mode each command will be
28381 printed as it is executed, prefixed with one or more @samp{+} symbols, the
28382 quantity denoting the call depth of each command.
28383
28384 @table @code
28385 @kindex set trace-commands
28386 @cindex command scripts, debugging
28387 @item set trace-commands on
28388 Enable command tracing.
28389 @item set trace-commands off
28390 Disable command tracing.
28391 @item show trace-commands
28392 Display the current state of command tracing.
28393 @end table
28394
28395 @node Debugging Output
28396 @section Optional Messages about Internal Happenings
28397 @cindex optional debugging messages
28398
28399 @value{GDBN} has commands that enable optional debugging messages from
28400 various @value{GDBN} subsystems; normally these commands are of
28401 interest to @value{GDBN} maintainers, or when reporting a bug. This
28402 section documents those commands.
28403
28404 @table @code
28405 @kindex set exec-done-display
28406 @item set exec-done-display
28407 Turns on or off the notification of asynchronous commands'
28408 completion. When on, @value{GDBN} will print a message when an
28409 asynchronous command finishes its execution. The default is off.
28410 @kindex show exec-done-display
28411 @item show exec-done-display
28412 Displays the current setting of asynchronous command completion
28413 notification.
28414
28415 @kindex set debug
28416 @cindex ARM AArch64
28417 @item set debug aarch64
28418 Turns on or off display of debugging messages related to ARM AArch64.
28419 The default is off.
28420 @kindex show debug
28421 @item show debug aarch64
28422 Displays the current state of displaying debugging messages related to
28423 ARM AArch64.
28424
28425 @cindex gdbarch debugging info
28426 @cindex architecture debugging info
28427 @item set debug arch
28428 Turns on or off display of gdbarch debugging info. The default is off
28429 @item show debug arch
28430 Displays the current state of displaying gdbarch debugging info.
28431
28432 @item set debug aix-thread
28433 @cindex AIX threads
28434 Display debugging messages about inner workings of the AIX thread
28435 module.
28436 @item show debug aix-thread
28437 Show the current state of AIX thread debugging info display.
28438
28439 @cindex AMD GPU debugging info
28440 @anchor{set debug amd-dbgapi-lib}
28441 @item set debug amd-dbgapi-lib
28442 @itemx show debug amd-dbgapi-lib
28443
28444 The @code{set debug amd-dbgapi-lib log-level @var{level}} command can be used
28445 to enable diagnostic messages from the @samp{amd-dbgapi} library, where
28446 @var{level} can be:
28447
28448 @table @code
28449
28450 @item off
28451 no logging is enabled
28452
28453 @item error
28454 fatal errors are reported
28455
28456 @item warning
28457 fatal errors and warnings are reported
28458
28459 @item info
28460 fatal errors, warnings, and info messages are reported
28461
28462 @item verbose
28463 all messages are reported
28464
28465 @end table
28466
28467 The @code{show debug amd-dbgapi-lib log-level} command displays the current
28468 @acronym{amd-dbgapi} library log level.
28469
28470 @anchor{set debug amd-dbgapi}
28471 @item set debug amd-dbgapi
28472 @itemx show debug amd-dbgapi
28473
28474 The @samp{set debug amd-dbgapi} command can be used
28475 to enable diagnostic messages in the @samp{amd-dbgapi} target. The
28476 @samp{show debug amd-dbgapi} command displays the current setting.
28477 @xref{set debug amd-dbgapi}.
28478
28479 @item set debug check-physname
28480 @cindex physname
28481 Check the results of the ``physname'' computation. When reading DWARF
28482 debugging information for C@t{++}, @value{GDBN} attempts to compute
28483 each entity's name. @value{GDBN} can do this computation in two
28484 different ways, depending on exactly what information is present.
28485 When enabled, this setting causes @value{GDBN} to compute the names
28486 both ways and display any discrepancies.
28487 @item show debug check-physname
28488 Show the current state of ``physname'' checking.
28489
28490 @item set debug coff-pe-read
28491 @cindex COFF/PE exported symbols
28492 Control display of debugging messages related to reading of COFF/PE
28493 exported symbols. The default is off.
28494 @item show debug coff-pe-read
28495 Displays the current state of displaying debugging messages related to
28496 reading of COFF/PE exported symbols.
28497
28498 @item set debug dwarf-die
28499 @cindex DWARF DIEs
28500 Dump DWARF DIEs after they are read in.
28501 The value is the number of nesting levels to print.
28502 A value of zero turns off the display.
28503 @item show debug dwarf-die
28504 Show the current state of DWARF DIE debugging.
28505
28506 @item set debug dwarf-line
28507 @cindex DWARF Line Tables
28508 Turns on or off display of debugging messages related to reading
28509 DWARF line tables. The default is 0 (off).
28510 A value of 1 provides basic information.
28511 A value greater than 1 provides more verbose information.
28512 @item show debug dwarf-line
28513 Show the current state of DWARF line table debugging.
28514
28515 @item set debug dwarf-read
28516 @cindex DWARF Reading
28517 Turns on or off display of debugging messages related to reading
28518 DWARF debug info. The default is 0 (off).
28519 A value of 1 provides basic information.
28520 A value greater than 1 provides more verbose information.
28521 @item show debug dwarf-read
28522 Show the current state of DWARF reader debugging.
28523
28524 @item set debug displaced
28525 @cindex displaced stepping debugging info
28526 Turns on or off display of @value{GDBN} debugging info for the
28527 displaced stepping support. The default is off.
28528 @item show debug displaced
28529 Displays the current state of displaying @value{GDBN} debugging info
28530 related to displaced stepping.
28531
28532 @item set debug event
28533 @cindex event debugging info
28534 Turns on or off display of @value{GDBN} event debugging info. The
28535 default is off.
28536 @item show debug event
28537 Displays the current state of displaying @value{GDBN} event debugging
28538 info.
28539
28540 @item set debug event-loop
28541 @cindex event-loop debugging
28542 Controls output of debugging info about the event loop. The possible
28543 values are @samp{off}, @samp{all} (shows all debugging info) and
28544 @samp{all-except-ui} (shows all debugging info except those about
28545 UI-related events).
28546 @item show debug event-loop
28547 Shows the current state of displaying debugging info about the event
28548 loop.
28549
28550 @item set debug expression
28551 @cindex expression debugging info
28552 Turns on or off display of debugging info about @value{GDBN}
28553 expression parsing. The default is off.
28554 @item show debug expression
28555 Displays the current state of displaying debugging info about
28556 @value{GDBN} expression parsing.
28557
28558 @item set debug fbsd-lwp
28559 @cindex FreeBSD LWP debug messages
28560 Turns on or off debugging messages from the FreeBSD LWP debug support.
28561 @item show debug fbsd-lwp
28562 Show the current state of FreeBSD LWP debugging messages.
28563
28564 @item set debug fbsd-nat
28565 @cindex FreeBSD native target debug messages
28566 Turns on or off debugging messages from the FreeBSD native target.
28567 @item show debug fbsd-nat
28568 Show the current state of FreeBSD native target debugging messages.
28569
28570 @item set debug fortran-array-slicing
28571 @cindex fortran array slicing debugging info
28572 Turns on or off display of @value{GDBN} Fortran array slicing
28573 debugging info. The default is off.
28574
28575 @item show debug fortran-array-slicing
28576 Displays the current state of displaying @value{GDBN} Fortran array
28577 slicing debugging info.
28578
28579 @item set debug frame
28580 @cindex frame debugging info
28581 Turns on or off display of @value{GDBN} frame debugging info. The
28582 default is off.
28583 @item show debug frame
28584 Displays the current state of displaying @value{GDBN} frame debugging
28585 info.
28586
28587 @item set debug gnu-nat
28588 @cindex @sc{gnu}/Hurd debug messages
28589 Turn on or off debugging messages from the @sc{gnu}/Hurd debug support.
28590 @item show debug gnu-nat
28591 Show the current state of @sc{gnu}/Hurd debugging messages.
28592
28593 @item set debug infrun
28594 @cindex inferior debugging info
28595 Turns on or off display of @value{GDBN} debugging info for running the inferior.
28596 The default is off. @file{infrun.c} contains GDB's runtime state machine used
28597 for implementing operations such as single-stepping the inferior.
28598 @item show debug infrun
28599 Displays the current state of @value{GDBN} inferior debugging.
28600
28601 @item set debug infcall
28602 @cindex inferior function call debugging info
28603 Turns on or off display of debugging info related to inferior function
28604 calls made by @value{GDBN}.
28605 @item show debug infcall
28606 Displays the current state of @value{GDBN} inferior function call debugging.
28607
28608 @item set debug jit
28609 @cindex just-in-time compilation, debugging messages
28610 Turn on or off debugging messages from JIT debug support.
28611 @item show debug jit
28612 Displays the current state of @value{GDBN} JIT debugging.
28613
28614 @item set debug linux-nat @r{[}on@r{|}off@r{]}
28615 @cindex @sc{gnu}/Linux native target debug messages
28616 @cindex Linux native targets
28617 Turn on or off debugging messages from the Linux native target debug support.
28618 @item show debug linux-nat
28619 Show the current state of Linux native target debugging messages.
28620
28621 @item set debug linux-namespaces
28622 @cindex @sc{gnu}/Linux namespaces debug messages
28623 Turn on or off debugging messages from the Linux namespaces debug support.
28624 @item show debug linux-namespaces
28625 Show the current state of Linux namespaces debugging messages.
28626
28627 @item set debug mach-o
28628 @cindex Mach-O symbols processing
28629 Control display of debugging messages related to Mach-O symbols
28630 processing. The default is off.
28631 @item show debug mach-o
28632 Displays the current state of displaying debugging messages related to
28633 reading of COFF/PE exported symbols.
28634
28635 @item set debug notification
28636 @cindex remote async notification debugging info
28637 Turn on or off debugging messages about remote async notification.
28638 The default is off.
28639 @item show debug notification
28640 Displays the current state of remote async notification debugging messages.
28641
28642 @item set debug observer
28643 @cindex observer debugging info
28644 Turns on or off display of @value{GDBN} observer debugging. This
28645 includes info such as the notification of observable events.
28646 @item show debug observer
28647 Displays the current state of observer debugging.
28648
28649 @item set debug overload
28650 @cindex C@t{++} overload debugging info
28651 Turns on or off display of @value{GDBN} C@t{++} overload debugging
28652 info. This includes info such as ranking of functions, etc. The default
28653 is off.
28654 @item show debug overload
28655 Displays the current state of displaying @value{GDBN} C@t{++} overload
28656 debugging info.
28657
28658 @cindex expression parser, debugging info
28659 @cindex debug expression parser
28660 @item set debug parser
28661 Turns on or off the display of expression parser debugging output.
28662 Internally, this sets the @code{yydebug} variable in the expression
28663 parser. @xref{Tracing, , Tracing Your Parser, bison, Bison}, for
28664 details. The default is off.
28665 @item show debug parser
28666 Show the current state of expression parser debugging.
28667
28668 @cindex packets, reporting on stdout
28669 @cindex serial connections, debugging
28670 @cindex debug remote protocol
28671 @cindex remote protocol debugging
28672 @cindex display remote packets
28673 @item set debug remote
28674 Turns on or off display of reports on all packets sent back and forth across
28675 the serial line to the remote machine. The info is printed on the
28676 @value{GDBN} standard output stream. The default is off.
28677 @item show debug remote
28678 Displays the state of display of remote packets.
28679
28680 @item set debug remote-packet-max-chars
28681 Sets the maximum number of characters to display for each remote packet when
28682 @code{set debug remote} is on. This is useful to prevent @value{GDBN} from
28683 displaying lengthy remote packets and polluting the console.
28684
28685 The default value is @code{512}, which means @value{GDBN} will truncate each
28686 remote packet after 512 bytes.
28687
28688 Setting this option to @code{unlimited} will disable truncation and will output
28689 the full length of the remote packets.
28690 @item show debug remote-packet-max-chars
28691 Displays the number of bytes to output for remote packet debugging.
28692
28693 @item set debug separate-debug-file
28694 Turns on or off display of debug output about separate debug file search.
28695 @item show debug separate-debug-file
28696 Displays the state of separate debug file search debug output.
28697
28698 @item set debug serial
28699 Turns on or off display of @value{GDBN} serial debugging info. The
28700 default is off.
28701 @item show debug serial
28702 Displays the current state of displaying @value{GDBN} serial debugging
28703 info.
28704
28705 @item set debug solib
28706 Turns on or off display of debugging messages related to shared libraries.
28707 The default is off.
28708 @item show debug solib
28709 Show the current state of solib debugging messages.
28710
28711 @item set debug symbol-lookup
28712 @cindex symbol lookup
28713 Turns on or off display of debugging messages related to symbol lookup.
28714 The default is 0 (off).
28715 A value of 1 provides basic information.
28716 A value greater than 1 provides more verbose information.
28717 @item show debug symbol-lookup
28718 Show the current state of symbol lookup debugging messages.
28719
28720 @item set debug symfile
28721 @cindex symbol file functions
28722 Turns on or off display of debugging messages related to symbol file functions.
28723 The default is off. @xref{Files}.
28724 @item show debug symfile
28725 Show the current state of symbol file debugging messages.
28726
28727 @item set debug symtab-create
28728 @cindex symbol table creation
28729 Turns on or off display of debugging messages related to symbol table creation.
28730 The default is 0 (off).
28731 A value of 1 provides basic information.
28732 A value greater than 1 provides more verbose information.
28733 @item show debug symtab-create
28734 Show the current state of symbol table creation debugging.
28735
28736 @item set debug target
28737 @cindex target debugging info
28738 Turns on or off display of @value{GDBN} target debugging info. This info
28739 includes what is going on at the target level of GDB, as it happens. The
28740 default is 0. Set it to 1 to track events, and to 2 to also track the
28741 value of large memory transfers.
28742 @item show debug target
28743 Displays the current state of displaying @value{GDBN} target debugging
28744 info.
28745
28746 @item set debug timestamp
28747 @cindex timestamping debugging info
28748 Turns on or off display of timestamps with @value{GDBN} debugging info.
28749 When enabled, seconds and microseconds are displayed before each debugging
28750 message.
28751 @item show debug timestamp
28752 Displays the current state of displaying timestamps with @value{GDBN}
28753 debugging info.
28754
28755 @item set debug varobj
28756 @cindex variable object debugging info
28757 Turns on or off display of @value{GDBN} variable object debugging
28758 info. The default is off.
28759 @item show debug varobj
28760 Displays the current state of displaying @value{GDBN} variable object
28761 debugging info.
28762
28763 @item set debug xml
28764 @cindex XML parser debugging
28765 Turn on or off debugging messages for built-in XML parsers.
28766 @item show debug xml
28767 Displays the current state of XML debugging messages.
28768
28769 @item set debug breakpoints
28770 @cindex breakpoint debugging info
28771 Turns on or off display of @value{GDBN} debugging info for breakpoint insertion
28772 and removal. The default is off.
28773 @item show debug breakpoints
28774 Displays the current state of displaying @value{GDBN} debugging info for
28775 breakpoint insertion and removal.
28776 @end table
28777
28778 @node Other Misc Settings
28779 @section Other Miscellaneous Settings
28780 @cindex miscellaneous settings
28781
28782 @table @code
28783 @kindex set interactive-mode
28784 @item set interactive-mode
28785 If @code{on}, forces @value{GDBN} to assume that GDB was started
28786 in a terminal. In practice, this means that @value{GDBN} should wait
28787 for the user to answer queries generated by commands entered at
28788 the command prompt. If @code{off}, forces @value{GDBN} to operate
28789 in the opposite mode, and it uses the default answers to all queries.
28790 If @code{auto} (the default), @value{GDBN} tries to determine whether
28791 its standard input is a terminal, and works in interactive-mode if it
28792 is, non-interactively otherwise.
28793
28794 In the vast majority of cases, the debugger should be able to guess
28795 correctly which mode should be used. But this setting can be useful
28796 in certain specific cases, such as running a MinGW @value{GDBN}
28797 inside a cygwin window.
28798
28799 @kindex show interactive-mode
28800 @item show interactive-mode
28801 Displays whether the debugger is operating in interactive mode or not.
28802 @end table
28803
28804 @table @code
28805 @kindex set suppress-cli-notifications
28806 @item set suppress-cli-notifications
28807 If @code{on}, command-line-interface (CLI) notifications that are
28808 printed by @value{GDBN} are suppressed. If @code{off}, the
28809 notifications are printed as usual. The default value is @code{off}.
28810 CLI notifications occur when you change the selected context or when
28811 the program being debugged stops, as detailed below.
28812
28813 @table @emph
28814 @item User-selected context changes:
28815 When you change the selected context (i.e.@: the current inferior,
28816 thread and/or the frame), @value{GDBN} prints information about the
28817 new context. For example, the default behavior is below:
28818
28819 @smallexample
28820 (gdb) inferior 1
28821 [Switching to inferior 1 [process 634] (/tmp/test)]
28822 [Switching to thread 1 (process 634)]
28823 #0 main () at test.c:3
28824 3 return 0;
28825 (gdb)
28826 @end smallexample
28827
28828 When the notifications are suppressed, the new context is not printed:
28829
28830 @smallexample
28831 (gdb) set suppress-cli-notifications on
28832 (gdb) inferior 1
28833 (gdb)
28834 @end smallexample
28835
28836 @item The program being debugged stops:
28837 When the program you are debugging stops (e.g.@: because of hitting a
28838 breakpoint, completing source-stepping, an interrupt, etc.),
28839 @value{GDBN} prints information about the stop event. For example,
28840 below is a breakpoint hit:
28841
28842 @smallexample
28843 (gdb) break test.c:3
28844 Breakpoint 2 at 0x555555555155: file test.c, line 3.
28845 (gdb) continue
28846 Continuing.
28847
28848 Breakpoint 2, main () at test.c:3
28849 3 return 0;
28850 (gdb)
28851 @end smallexample
28852
28853 When the notifications are suppressed, the output becomes:
28854
28855 @smallexample
28856 (gdb) break test.c:3
28857 Breakpoint 2 at 0x555555555155: file test.c, line 3.
28858 (gdb) set suppress-cli-notifications on
28859 (gdb) continue
28860 Continuing.
28861 (gdb)
28862 @end smallexample
28863
28864 Suppressing CLI notifications may be useful in scripts to obtain a
28865 reduced output from a list of commands.
28866 @end table
28867
28868 @kindex show suppress-cli-notifications
28869 @item show suppress-cli-notifications
28870 Displays whether printing CLI notifications is suppressed or not.
28871 @end table
28872
28873 @node Extending GDB
28874 @chapter Extending @value{GDBN}
28875 @cindex extending GDB
28876
28877 @value{GDBN} provides several mechanisms for extension.
28878 @value{GDBN} also provides the ability to automatically load
28879 extensions when it reads a file for debugging. This allows the
28880 user to automatically customize @value{GDBN} for the program
28881 being debugged.
28882
28883 To facilitate the use of extension languages, @value{GDBN} is capable
28884 of evaluating the contents of a file. When doing so, @value{GDBN}
28885 can recognize which extension language is being used by looking at
28886 the filename extension. Files with an unrecognized filename extension
28887 are always treated as a @value{GDBN} Command Files.
28888 @xref{Command Files,, Command files}.
28889
28890 You can control how @value{GDBN} evaluates these files with the following
28891 setting:
28892
28893 @table @code
28894 @kindex set script-extension
28895 @kindex show script-extension
28896 @item set script-extension off
28897 All scripts are always evaluated as @value{GDBN} Command Files.
28898
28899 @item set script-extension soft
28900 The debugger determines the scripting language based on filename
28901 extension. If this scripting language is supported, @value{GDBN}
28902 evaluates the script using that language. Otherwise, it evaluates
28903 the file as a @value{GDBN} Command File.
28904
28905 @item set script-extension strict
28906 The debugger determines the scripting language based on filename
28907 extension, and evaluates the script using that language. If the
28908 language is not supported, then the evaluation fails.
28909
28910 @item show script-extension
28911 Display the current value of the @code{script-extension} option.
28912
28913 @end table
28914
28915 @ifset SYSTEM_GDBINIT_DIR
28916 This setting is not used for files in the system-wide gdbinit directory.
28917 Files in that directory must have an extension matching their language,
28918 or have a @file{.gdb} extension to be interpreted as regular @value{GDBN}
28919 commands. @xref{Startup}.
28920 @end ifset
28921
28922 @menu
28923 * Sequences:: Canned Sequences of @value{GDBN} Commands
28924 * Aliases:: Command Aliases
28925 * Python:: Extending @value{GDBN} using Python
28926 * Guile:: Extending @value{GDBN} using Guile
28927 * Auto-loading extensions:: Automatically loading extensions
28928 * Multiple Extension Languages:: Working with multiple extension languages
28929 @end menu
28930
28931 @node Sequences
28932 @section Canned Sequences of Commands
28933
28934 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
28935 Command Lists}), @value{GDBN} provides two ways to store sequences of
28936 commands for execution as a unit: user-defined commands and command
28937 files.
28938
28939 @menu
28940 * Define:: How to define your own commands
28941 * Hooks:: Hooks for user-defined commands
28942 * Command Files:: How to write scripts of commands to be stored in a file
28943 * Output:: Commands for controlled output
28944 * Auto-loading sequences:: Controlling auto-loaded command files
28945 @end menu
28946
28947 @node Define
28948 @subsection User-defined Commands
28949
28950 @cindex user-defined command
28951 @cindex arguments, to user-defined commands
28952 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
28953 which you assign a new name as a command. This is done with the
28954 @code{define} command. User commands may accept an unlimited number of arguments
28955 separated by whitespace. Arguments are accessed within the user command
28956 via @code{$arg0@dots{}$argN}. A trivial example:
28957
28958 @smallexample
28959 define adder
28960 print $arg0 + $arg1 + $arg2
28961 end
28962 @end smallexample
28963
28964 @noindent
28965 To execute the command use:
28966
28967 @smallexample
28968 adder 1 2 3
28969 @end smallexample
28970
28971 @noindent
28972 This defines the command @code{adder}, which prints the sum of
28973 its three arguments. Note the arguments are text substitutions, so they may
28974 reference variables, use complex expressions, or even perform inferior
28975 functions calls.
28976
28977 @cindex argument count in user-defined commands
28978 @cindex how many arguments (user-defined commands)
28979 In addition, @code{$argc} may be used to find out how many arguments have
28980 been passed.
28981
28982 @smallexample
28983 define adder
28984 if $argc == 2
28985 print $arg0 + $arg1
28986 end
28987 if $argc == 3
28988 print $arg0 + $arg1 + $arg2
28989 end
28990 end
28991 @end smallexample
28992
28993 Combining with the @code{eval} command (@pxref{eval}) makes it easier
28994 to process a variable number of arguments:
28995
28996 @smallexample
28997 define adder
28998 set $i = 0
28999 set $sum = 0
29000 while $i < $argc
29001 eval "set $sum = $sum + $arg%d", $i
29002 set $i = $i + 1
29003 end
29004 print $sum
29005 end
29006 @end smallexample
29007
29008 @table @code
29009
29010 @kindex define
29011 @item define @var{commandname}
29012 Define a command named @var{commandname}. If there is already a command
29013 by that name, you are asked to confirm that you want to redefine it.
29014 The argument @var{commandname} may be a bare command name consisting of letters,
29015 numbers, dashes, dots, and underscores. It may also start with any
29016 predefined or user-defined prefix command.
29017 For example, @samp{define target my-target} creates
29018 a user-defined @samp{target my-target} command.
29019
29020 The definition of the command is made up of other @value{GDBN} command lines,
29021 which are given following the @code{define} command. The end of these
29022 commands is marked by a line containing @code{end}.
29023
29024 @kindex document
29025 @kindex end@r{ (user-defined commands)}
29026 @item document @var{commandname}
29027 Document the user-defined command @var{commandname}, so that it can be
29028 accessed by @code{help}. The command @var{commandname} must already be
29029 defined. This command reads lines of documentation just as @code{define}
29030 reads the lines of the command definition, ending with @code{end}.
29031 After the @code{document} command is finished, @code{help} on command
29032 @var{commandname} displays the documentation you have written.
29033
29034 You may use the @code{document} command again to change the
29035 documentation of a command. Redefining the command with @code{define}
29036 does not change the documentation.
29037
29038 It is also possible to document user-defined aliases. The alias documentation
29039 will then be used by the @code{help} and @code{apropos} commands
29040 instead of the documentation of the aliased command.
29041 Documenting a user-defined alias is particularly useful when defining
29042 an alias as a set of nested @code{with} commands
29043 (@pxref{Command aliases default args}).
29044
29045 @kindex define-prefix
29046 @item define-prefix @var{commandname}
29047 Define or mark the command @var{commandname} as a user-defined prefix
29048 command. Once marked, @var{commandname} can be used as prefix command
29049 by the @code{define} command.
29050 Note that @code{define-prefix} can be used with a not yet defined
29051 @var{commandname}. In such a case, @var{commandname} is defined as
29052 an empty user-defined command.
29053 In case you redefine a command that was marked as a user-defined
29054 prefix command, the subcommands of the redefined command are kept
29055 (and @value{GDBN} indicates so to the user).
29056
29057 Example:
29058 @example
29059 (@value{GDBP}) define-prefix abc
29060 (@value{GDBP}) define-prefix abc def
29061 (@value{GDBP}) define abc def
29062 Type commands for definition of "abc def".
29063 End with a line saying just "end".
29064 >echo command initial def\n
29065 >end
29066 (@value{GDBP}) define abc def ghi
29067 Type commands for definition of "abc def ghi".
29068 End with a line saying just "end".
29069 >echo command ghi\n
29070 >end
29071 (@value{GDBP}) define abc def
29072 Keeping subcommands of prefix command "def".
29073 Redefine command "def"? (y or n) y
29074 Type commands for definition of "abc def".
29075 End with a line saying just "end".
29076 >echo command def\n
29077 >end
29078 (@value{GDBP}) abc def ghi
29079 command ghi
29080 (@value{GDBP}) abc def
29081 command def
29082 (@value{GDBP})
29083 @end example
29084
29085 @kindex dont-repeat
29086 @cindex don't repeat command
29087 @item dont-repeat
29088 Used inside a user-defined command, this tells @value{GDBN} that this
29089 command should not be repeated when the user hits @key{RET}
29090 (@pxref{Command Syntax, repeat last command}).
29091
29092 @kindex help user-defined
29093 @item help user-defined
29094 List all user-defined commands and all python commands defined in class
29095 COMMAND_USER. The first line of the documentation or docstring is
29096 included (if any).
29097
29098 @kindex show user
29099 @item show user
29100 @itemx show user @var{commandname}
29101 Display the @value{GDBN} commands used to define @var{commandname} (but
29102 not its documentation). If no @var{commandname} is given, display the
29103 definitions for all user-defined commands.
29104 This does not work for user-defined python commands.
29105
29106 @cindex infinite recursion in user-defined commands
29107 @kindex show max-user-call-depth
29108 @kindex set max-user-call-depth
29109 @item show max-user-call-depth
29110 @itemx set max-user-call-depth
29111 The value of @code{max-user-call-depth} controls how many recursion
29112 levels are allowed in user-defined commands before @value{GDBN} suspects an
29113 infinite recursion and aborts the command.
29114 This does not apply to user-defined python commands.
29115 @end table
29116
29117 In addition to the above commands, user-defined commands frequently
29118 use control flow commands, described in @ref{Command Files}.
29119
29120 When user-defined commands are executed, the
29121 commands of the definition are not printed. An error in any command
29122 stops execution of the user-defined command.
29123
29124 If used interactively, commands that would ask for confirmation proceed
29125 without asking when used inside a user-defined command. Many @value{GDBN}
29126 commands that normally print messages to say what they are doing omit the
29127 messages when used in a user-defined command.
29128
29129 @node Hooks
29130 @subsection User-defined Command Hooks
29131 @cindex command hooks
29132 @cindex hooks, for commands
29133 @cindex hooks, pre-command
29134
29135 @kindex hook
29136 You may define @dfn{hooks}, which are a special kind of user-defined
29137 command. Whenever you run the command @samp{foo}, if the user-defined
29138 command @samp{hook-foo} exists, it is executed (with no arguments)
29139 before that command.
29140
29141 @cindex hooks, post-command
29142 @kindex hookpost
29143 A hook may also be defined which is run after the command you executed.
29144 Whenever you run the command @samp{foo}, if the user-defined command
29145 @samp{hookpost-foo} exists, it is executed (with no arguments) after
29146 that command. Post-execution hooks may exist simultaneously with
29147 pre-execution hooks, for the same command.
29148
29149 It is valid for a hook to call the command which it hooks. If this
29150 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
29151
29152 @c It would be nice if hookpost could be passed a parameter indicating
29153 @c if the command it hooks executed properly or not. FIXME!
29154
29155 @kindex stop@r{, a pseudo-command}
29156 In addition, a pseudo-command, @samp{stop} exists. Defining
29157 (@samp{hook-stop}) makes the associated commands execute every time
29158 execution stops in your program: before breakpoint commands are run,
29159 displays are printed, or the stack frame is printed.
29160
29161 For example, to ignore @code{SIGALRM} signals while
29162 single-stepping, but treat them normally during normal execution,
29163 you could define:
29164
29165 @smallexample
29166 define hook-stop
29167 handle SIGALRM nopass
29168 end
29169
29170 define hook-run
29171 handle SIGALRM pass
29172 end
29173
29174 define hook-continue
29175 handle SIGALRM pass
29176 end
29177 @end smallexample
29178
29179 As a further example, to hook at the beginning and end of the @code{echo}
29180 command, and to add extra text to the beginning and end of the message,
29181 you could define:
29182
29183 @smallexample
29184 define hook-echo
29185 echo <<<---
29186 end
29187
29188 define hookpost-echo
29189 echo --->>>\n
29190 end
29191
29192 (@value{GDBP}) echo Hello World
29193 <<<---Hello World--->>>
29194 (@value{GDBP})
29195
29196 @end smallexample
29197
29198 You can define a hook for any single-word command in @value{GDBN}, but
29199 not for command aliases; you should define a hook for the basic command
29200 name, e.g.@: @code{backtrace} rather than @code{bt}.
29201 @c FIXME! So how does Joe User discover whether a command is an alias
29202 @c or not?
29203 You can hook a multi-word command by adding @code{hook-} or
29204 @code{hookpost-} to the last word of the command, e.g.@:
29205 @samp{define target hook-remote} to add a hook to @samp{target remote}.
29206
29207 If an error occurs during the execution of your hook, execution of
29208 @value{GDBN} commands stops and @value{GDBN} issues a prompt
29209 (before the command that you actually typed had a chance to run).
29210
29211 If you try to define a hook which does not match any known command, you
29212 get a warning from the @code{define} command.
29213
29214 @node Command Files
29215 @subsection Command Files
29216
29217 @cindex command files
29218 @cindex scripting commands
29219 A command file for @value{GDBN} is a text file made of lines that are
29220 @value{GDBN} commands. Comments (lines starting with @kbd{#}) may
29221 also be included. An empty line in a command file does nothing; it
29222 does not mean to repeat the last command, as it would from the
29223 terminal.
29224
29225 You can request the execution of a command file with the @code{source}
29226 command. Note that the @code{source} command is also used to evaluate
29227 scripts that are not Command Files. The exact behavior can be configured
29228 using the @code{script-extension} setting.
29229 @xref{Extending GDB,, Extending GDB}.
29230
29231 @table @code
29232 @kindex source
29233 @cindex execute commands from a file
29234 @item source [-s] [-v] @var{filename}
29235 Execute the command file @var{filename}.
29236 @end table
29237
29238 The lines in a command file are generally executed sequentially,
29239 unless the order of execution is changed by one of the
29240 @emph{flow-control commands} described below. The commands are not
29241 printed as they are executed. An error in any command terminates
29242 execution of the command file and control is returned to the console.
29243
29244 @value{GDBN} first searches for @var{filename} in the current directory.
29245 If the file is not found there, and @var{filename} does not specify a
29246 directory, then @value{GDBN} also looks for the file on the source search path
29247 (specified with the @samp{directory} command);
29248 except that @file{$cdir} is not searched because the compilation directory
29249 is not relevant to scripts.
29250
29251 If @code{-s} is specified, then @value{GDBN} searches for @var{filename}
29252 on the search path even if @var{filename} specifies a directory.
29253 The search is done by appending @var{filename} to each element of the
29254 search path. So, for example, if @var{filename} is @file{mylib/myscript}
29255 and the search path contains @file{/home/user} then @value{GDBN} will
29256 look for the script @file{/home/user/mylib/myscript}.
29257 The search is also done if @var{filename} is an absolute path.
29258 For example, if @var{filename} is @file{/tmp/myscript} and
29259 the search path contains @file{/home/user} then @value{GDBN} will
29260 look for the script @file{/home/user/tmp/myscript}.
29261 For DOS-like systems, if @var{filename} contains a drive specification,
29262 it is stripped before concatenation. For example, if @var{filename} is
29263 @file{d:myscript} and the search path contains @file{c:/tmp} then @value{GDBN}
29264 will look for the script @file{c:/tmp/myscript}.
29265
29266 If @code{-v}, for verbose mode, is given then @value{GDBN} displays
29267 each command as it is executed. The option must be given before
29268 @var{filename}, and is interpreted as part of the filename anywhere else.
29269
29270 Commands that would ask for confirmation if used interactively proceed
29271 without asking when used in a command file. Many @value{GDBN} commands that
29272 normally print messages to say what they are doing omit the messages
29273 when called from command files.
29274
29275 @value{GDBN} also accepts command input from standard input. In this
29276 mode, normal output goes to standard output and error output goes to
29277 standard error. Errors in a command file supplied on standard input do
29278 not terminate execution of the command file---execution continues with
29279 the next command.
29280
29281 @smallexample
29282 gdb < cmds > log 2>&1
29283 @end smallexample
29284
29285 (The syntax above will vary depending on the shell used.) This example
29286 will execute commands from the file @file{cmds}. All output and errors
29287 would be directed to @file{log}.
29288
29289 Since commands stored on command files tend to be more general than
29290 commands typed interactively, they frequently need to deal with
29291 complicated situations, such as different or unexpected values of
29292 variables and symbols, changes in how the program being debugged is
29293 built, etc. @value{GDBN} provides a set of flow-control commands to
29294 deal with these complexities. Using these commands, you can write
29295 complex scripts that loop over data structures, execute commands
29296 conditionally, etc.
29297
29298 @table @code
29299 @kindex if
29300 @kindex else
29301 @item if
29302 @itemx else
29303 This command allows to include in your script conditionally executed
29304 commands. The @code{if} command takes a single argument, which is an
29305 expression to evaluate. It is followed by a series of commands that
29306 are executed only if the expression is true (its value is nonzero).
29307 There can then optionally be an @code{else} line, followed by a series
29308 of commands that are only executed if the expression was false. The
29309 end of the list is marked by a line containing @code{end}.
29310
29311 @kindex while
29312 @item while
29313 This command allows to write loops. Its syntax is similar to
29314 @code{if}: the command takes a single argument, which is an expression
29315 to evaluate, and must be followed by the commands to execute, one per
29316 line, terminated by an @code{end}. These commands are called the
29317 @dfn{body} of the loop. The commands in the body of @code{while} are
29318 executed repeatedly as long as the expression evaluates to true.
29319
29320 @kindex loop_break
29321 @item loop_break
29322 This command exits the @code{while} loop in whose body it is included.
29323 Execution of the script continues after that @code{while}s @code{end}
29324 line.
29325
29326 @kindex loop_continue
29327 @item loop_continue
29328 This command skips the execution of the rest of the body of commands
29329 in the @code{while} loop in whose body it is included. Execution
29330 branches to the beginning of the @code{while} loop, where it evaluates
29331 the controlling expression.
29332
29333 @kindex end@r{ (if/else/while commands)}
29334 @item end
29335 Terminate the block of commands that are the body of @code{if},
29336 @code{else}, or @code{while} flow-control commands.
29337 @end table
29338
29339
29340 @node Output
29341 @subsection Commands for Controlled Output
29342
29343 During the execution of a command file or a user-defined command, normal
29344 @value{GDBN} output is suppressed; the only output that appears is what is
29345 explicitly printed by the commands in the definition. This section
29346 describes three commands useful for generating exactly the output you
29347 want.
29348
29349 @table @code
29350 @kindex echo
29351 @item echo @var{text}
29352 @c I do not consider backslash-space a standard C escape sequence
29353 @c because it is not in ANSI.
29354 Print @var{text}. Nonprinting characters can be included in
29355 @var{text} using C escape sequences, such as @samp{\n} to print a
29356 newline. @strong{No newline is printed unless you specify one.}
29357 In addition to the standard C escape sequences, a backslash followed
29358 by a space stands for a space. This is useful for displaying a
29359 string with spaces at the beginning or the end, since leading and
29360 trailing spaces are otherwise trimmed from all arguments.
29361 To print @samp{@w{ }and foo =@w{ }}, use the command
29362 @samp{echo \@w{ }and foo = \@w{ }}.
29363
29364 A backslash at the end of @var{text} can be used, as in C, to continue
29365 the command onto subsequent lines. For example,
29366
29367 @smallexample
29368 echo This is some text\n\
29369 which is continued\n\
29370 onto several lines.\n
29371 @end smallexample
29372
29373 produces the same output as
29374
29375 @smallexample
29376 echo This is some text\n
29377 echo which is continued\n
29378 echo onto several lines.\n
29379 @end smallexample
29380
29381 @kindex output
29382 @item output @var{expression}
29383 Print the value of @var{expression} and nothing but that value: no
29384 newlines, no @samp{$@var{nn} = }. The value is not entered in the
29385 value history either. @xref{Expressions, ,Expressions}, for more information
29386 on expressions.
29387
29388 @item output/@var{fmt} @var{expression}
29389 Print the value of @var{expression} in format @var{fmt}. You can use
29390 the same formats as for @code{print}. @xref{Output Formats,,Output
29391 Formats}, for more information.
29392
29393 @kindex printf
29394 @item printf @var{template}, @var{expressions}@dots{}
29395 Print the values of one or more @var{expressions} under the control of
29396 the string @var{template}. To print several values, make
29397 @var{expressions} be a comma-separated list of individual expressions,
29398 which may be either numbers or pointers. Their values are printed as
29399 specified by @var{template}, exactly as a C program would do by
29400 executing the code below:
29401
29402 @smallexample
29403 printf (@var{template}, @var{expressions}@dots{});
29404 @end smallexample
29405
29406 As in @code{C} @code{printf}, ordinary characters in @var{template}
29407 are printed verbatim, while @dfn{conversion specification} introduced
29408 by the @samp{%} character cause subsequent @var{expressions} to be
29409 evaluated, their values converted and formatted according to type and
29410 style information encoded in the conversion specifications, and then
29411 printed.
29412
29413 For example, you can print two values in hex like this:
29414
29415 @smallexample
29416 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
29417 @end smallexample
29418
29419 @code{printf} supports all the standard @code{C} conversion
29420 specifications, including the flags and modifiers between the @samp{%}
29421 character and the conversion letter, with the following exceptions:
29422
29423 @itemize @bullet
29424 @item
29425 The argument-ordering modifiers, such as @samp{2$}, are not supported.
29426
29427 @item
29428 The modifier @samp{*} is not supported for specifying precision or
29429 width.
29430
29431 @item
29432 The @samp{'} flag (for separation of digits into groups according to
29433 @code{LC_NUMERIC'}) is not supported.
29434
29435 @item
29436 The type modifiers @samp{hh}, @samp{j}, @samp{t}, and @samp{z} are not
29437 supported.
29438
29439 @item
29440 The conversion letter @samp{n} (as in @samp{%n}) is not supported.
29441
29442 @item
29443 The conversion letters @samp{a} and @samp{A} are not supported.
29444 @end itemize
29445
29446 @noindent
29447 Note that the @samp{ll} type modifier is supported only if the
29448 underlying @code{C} implementation used to build @value{GDBN} supports
29449 the @code{long long int} type, and the @samp{L} type modifier is
29450 supported only if @code{long double} type is available.
29451
29452 As in @code{C}, @code{printf} supports simple backslash-escape
29453 sequences, such as @code{\n}, @samp{\t}, @samp{\\}, @samp{\"},
29454 @samp{\a}, and @samp{\f}, that consist of backslash followed by a
29455 single character. Octal and hexadecimal escape sequences are not
29456 supported.
29457
29458 Additionally, @code{printf} supports conversion specifications for DFP
29459 (@dfn{Decimal Floating Point}) types using the following length modifiers
29460 together with a floating point specifier.
29461 letters:
29462
29463 @itemize @bullet
29464 @item
29465 @samp{H} for printing @code{Decimal32} types.
29466
29467 @item
29468 @samp{D} for printing @code{Decimal64} types.
29469
29470 @item
29471 @samp{DD} for printing @code{Decimal128} types.
29472 @end itemize
29473
29474 If the underlying @code{C} implementation used to build @value{GDBN} has
29475 support for the three length modifiers for DFP types, other modifiers
29476 such as width and precision will also be available for @value{GDBN} to use.
29477
29478 In case there is no such @code{C} support, no additional modifiers will be
29479 available and the value will be printed in the standard way.
29480
29481 Here's an example of printing DFP types using the above conversion letters:
29482 @smallexample
29483 printf "D32: %Hf - D64: %Df - D128: %DDf\n",1.2345df,1.2E10dd,1.2E1dl
29484 @end smallexample
29485
29486 @anchor{%V Format Specifier}
29487 Additionally, @code{printf} supports a special @samp{%V} output format.
29488 This format prints the string representation of an expression just as
29489 @value{GDBN} would produce with the standard @kbd{print} command
29490 (@pxref{Data, ,Examining Data}):
29491
29492 @smallexample
29493 (@value{GDBP}) print array
29494 $1 = @{0, 1, 2, 3, 4, 5@}
29495 (@value{GDBP}) printf "Array is: %V\n", array
29496 Array is: @{0, 1, 2, 3, 4, 5@}
29497 @end smallexample
29498
29499 It is possible to include print options with the @samp{%V} format by
29500 placing them in @samp{[...]} immediately after the @samp{%V}, like
29501 this:
29502
29503 @smallexample
29504 (@value{GDBP}) printf "Array is: %V[-array-indexes on]\n", array
29505 Array is: @{[0] = 0, [1] = 1, [2] = 2, [3] = 3, [4] = 4, [5] = 5@}
29506 @end smallexample
29507
29508 If you need to print a literal @samp{[} directly after a @samp{%V}, then
29509 just include an empty print options list:
29510
29511 @smallexample
29512 (@value{GDBP}) printf "Array is: %V[][Hello]\n", array
29513 Array is: @{0, 1, 2, 3, 4, 5@}[Hello]
29514 @end smallexample
29515
29516 @anchor{eval}
29517 @kindex eval
29518 @item eval @var{template}, @var{expressions}@dots{}
29519 Convert the values of one or more @var{expressions} under the control of
29520 the string @var{template} to a command line, and call it.
29521
29522 @end table
29523
29524 @node Auto-loading sequences
29525 @subsection Controlling auto-loading native @value{GDBN} scripts
29526 @cindex native script auto-loading
29527
29528 When a new object file is read (for example, due to the @code{file}
29529 command, or because the inferior has loaded a shared library),
29530 @value{GDBN} will look for the command file @file{@var{objfile}-gdb.gdb}.
29531 @xref{Auto-loading extensions}.
29532
29533 Auto-loading can be enabled or disabled,
29534 and the list of auto-loaded scripts can be printed.
29535
29536 @table @code
29537 @anchor{set auto-load gdb-scripts}
29538 @kindex set auto-load gdb-scripts
29539 @item set auto-load gdb-scripts [on|off]
29540 Enable or disable the auto-loading of canned sequences of commands scripts.
29541
29542 @anchor{show auto-load gdb-scripts}
29543 @kindex show auto-load gdb-scripts
29544 @item show auto-load gdb-scripts
29545 Show whether auto-loading of canned sequences of commands scripts is enabled or
29546 disabled.
29547
29548 @anchor{info auto-load gdb-scripts}
29549 @kindex info auto-load gdb-scripts
29550 @cindex print list of auto-loaded canned sequences of commands scripts
29551 @item info auto-load gdb-scripts [@var{regexp}]
29552 Print the list of all canned sequences of commands scripts that @value{GDBN}
29553 auto-loaded.
29554 @end table
29555
29556 If @var{regexp} is supplied only canned sequences of commands scripts with
29557 matching names are printed.
29558
29559 @node Aliases
29560 @section Command Aliases
29561 @cindex aliases for commands
29562
29563 Aliases allow you to define alternate spellings for existing commands.
29564 For example, if a new @value{GDBN} command defined in Python
29565 (@pxref{Python}) has a long name, it is handy to have an abbreviated
29566 version of it that involves less typing.
29567
29568 @value{GDBN} itself uses aliases. For example @samp{s} is an alias
29569 of the @samp{step} command even though it is otherwise an ambiguous
29570 abbreviation of other commands like @samp{set} and @samp{show}.
29571
29572 Aliases are also used to provide shortened or more common versions
29573 of multi-word commands. For example, @value{GDBN} provides the
29574 @samp{tty} alias of the @samp{set inferior-tty} command.
29575
29576 You can define a new alias with the @samp{alias} command.
29577
29578 @table @code
29579
29580 @kindex alias
29581 @item alias [-a] [--] @var{alias} = @var{command} [@var{default-args}]
29582
29583 @end table
29584
29585 @var{alias} specifies the name of the new alias. Each word of
29586 @var{alias} must consist of letters, numbers, dashes and underscores.
29587
29588 @var{command} specifies the name of an existing command
29589 that is being aliased.
29590
29591 @var{command} can also be the name of an existing alias. In this
29592 case, @var{command} cannot be an alias that has default arguments.
29593
29594 The @samp{-a} option specifies that the new alias is an abbreviation
29595 of the command. Abbreviations are not used in command completion.
29596
29597 The @samp{--} option specifies the end of options,
29598 and is useful when @var{alias} begins with a dash.
29599
29600 You can specify @var{default-args} for your alias. These
29601 @var{default-args} will be automatically added before the alias
29602 arguments typed explicitly on the command line.
29603
29604 For example, the below defines an alias @code{btfullall} that shows all local
29605 variables and all frame arguments:
29606 @smallexample
29607 (@value{GDBP}) alias btfullall = backtrace -full -frame-arguments all
29608 @end smallexample
29609
29610 For more information about @var{default-args}, see @ref{Command
29611 aliases default args, ,Default Arguments}.
29612
29613 Here is a simple example showing how to make an abbreviation of a
29614 command so that there is less to type. Suppose you were tired of
29615 typing @samp{disas}, the current shortest unambiguous abbreviation of
29616 the @samp{disassemble} command and you wanted an even shorter version
29617 named @samp{di}. The following will accomplish this.
29618
29619 @smallexample
29620 (@value{GDBP}) alias -a di = disas
29621 @end smallexample
29622
29623 Note that aliases are different from user-defined commands. With a
29624 user-defined command, you also need to write documentation for it with
29625 the @samp{document} command. An alias automatically picks up the
29626 documentation of the existing command.
29627
29628 Here is an example where we make @samp{elms} an abbreviation of
29629 @samp{elements} in the @samp{set print elements} command.
29630 This is to show that you can make an abbreviation of any part
29631 of a command.
29632
29633 @smallexample
29634 (@value{GDBP}) alias -a set print elms = set print elements
29635 (@value{GDBP}) alias -a show print elms = show print elements
29636 (@value{GDBP}) set p elms 200
29637 (@value{GDBP}) show p elms
29638 Limit on string chars or array elements to print is 200.
29639 @end smallexample
29640
29641 Note that if you are defining an alias of a @samp{set} command,
29642 and you want to have an alias for the corresponding @samp{show}
29643 command, then you need to define the latter separately.
29644
29645 Unambiguously abbreviated commands are allowed in @var{command} and
29646 @var{alias}, just as they are normally.
29647
29648 @smallexample
29649 (@value{GDBP}) alias -a set pr elms = set p ele
29650 @end smallexample
29651
29652 Finally, here is an example showing the creation of a one word
29653 alias for a more complex command.
29654 This creates alias @samp{spe} of the command @samp{set print elements}.
29655
29656 @smallexample
29657 (@value{GDBP}) alias spe = set print elements
29658 (@value{GDBP}) spe 20
29659 @end smallexample
29660
29661 @menu
29662 * Command aliases default args:: Default arguments for aliases
29663 @end menu
29664
29665 @node Command aliases default args
29666 @subsection Default Arguments
29667 @cindex aliases for commands, default arguments
29668
29669 You can tell @value{GDBN} to always prepend some default arguments to
29670 the list of arguments provided explicitly by the user when using a
29671 user-defined alias.
29672
29673 If you repeatedly use the same arguments or options for a command, you
29674 can define an alias for this command and tell @value{GDBN} to
29675 automatically prepend these arguments or options to the list of
29676 arguments you type explicitly when using the alias@footnote{@value{GDBN}
29677 could easily accept default arguments for pre-defined commands and aliases,
29678 but it was deemed this would be confusing, and so is not allowed.}.
29679
29680 For example, if you often use the command @code{thread apply all}
29681 specifying to work on the threads in ascending order and to continue in case it
29682 encounters an error, you can tell @value{GDBN} to automatically preprend
29683 the @code{-ascending} and @code{-c} options by using:
29684
29685 @smallexample
29686 (@value{GDBP}) alias thread apply asc-all = thread apply all -ascending -c
29687 @end smallexample
29688
29689 Once you have defined this alias with its default args, any time you type
29690 the @code{thread apply asc-all} followed by @code{some arguments},
29691 @value{GDBN} will execute @code{thread apply all -ascending -c some arguments}.
29692
29693 To have even less to type, you can also define a one word alias:
29694 @smallexample
29695 (@value{GDBP}) alias t_a_c = thread apply all -ascending -c
29696 @end smallexample
29697
29698 As usual, unambiguous abbreviations can be used for @var{alias}
29699 and @var{default-args}.
29700
29701 The different aliases of a command do not share their default args.
29702 For example, you define a new alias @code{bt_ALL} showing all possible
29703 information and another alias @code{bt_SMALL} showing very limited information
29704 using:
29705 @smallexample
29706 (@value{GDBP}) alias bt_ALL = backtrace -entry-values both -frame-arg all \
29707 -past-main -past-entry -full
29708 (@value{GDBP}) alias bt_SMALL = backtrace -entry-values no -frame-arg none \
29709 -past-main off -past-entry off
29710 @end smallexample
29711
29712 (For more on using the @code{alias} command, see @ref{Aliases}.)
29713
29714 Default args are not limited to the arguments and options of @var{command},
29715 but can specify nested commands if @var{command} accepts such a nested command
29716 as argument.
29717 For example, the below defines @code{faalocalsoftype} that lists the
29718 frames having locals of a certain type, together with the matching
29719 local vars:
29720 @smallexample
29721 (@value{GDBP}) alias faalocalsoftype = frame apply all info locals -q -t
29722 (@value{GDBP}) faalocalsoftype int
29723 #1 0x55554f5e in sleeper_or_burner (v=0xdf50) at sleepers.c:86
29724 i = 0
29725 ret = 21845
29726 @end smallexample
29727
29728 This is also very useful to define an alias for a set of nested @code{with}
29729 commands to have a particular combination of temporary settings. For example,
29730 the below defines the alias @code{pp10} that pretty prints an expression
29731 argument, with a maximum of 10 elements if the expression is a string or
29732 an array:
29733 @smallexample
29734 (@value{GDBP}) alias pp10 = with print pretty -- with print elements 10 -- print
29735 @end smallexample
29736 This defines the alias @code{pp10} as being a sequence of 3 commands.
29737 The first part @code{with print pretty --} temporarily activates the setting
29738 @code{set print pretty}, then launches the command that follows the separator
29739 @code{--}.
29740 The command following the first part is also a @code{with} command that
29741 temporarily changes the setting @code{set print elements} to 10, then
29742 launches the command that follows the second separator @code{--}.
29743 The third part @code{print} is the command the @code{pp10} alias will launch,
29744 using the temporary values of the settings and the arguments explicitly given
29745 by the user.
29746 For more information about the @code{with} command usage,
29747 see @ref{Command Settings}.
29748
29749 By default, asking the help for an alias shows the documentation of
29750 the aliased command. When the alias is a set of nested commands, @code{help}
29751 of an alias shows the documentation of the first command. This help
29752 is not particularly useful for an alias such as @code{pp10}.
29753 For such an alias, it is useful to give a specific documentation
29754 using the @code{document} command (@pxref{Define, document}).
29755
29756
29757 @c Python docs live in a separate file.
29758 @include python.texi
29759
29760 @c Guile docs live in a separate file.
29761 @include guile.texi
29762
29763 @node Auto-loading extensions
29764 @section Auto-loading extensions
29765 @cindex auto-loading extensions
29766
29767 @value{GDBN} provides two mechanisms for automatically loading
29768 extensions when a new object file is read (for example, due to the
29769 @code{file} command, or because the inferior has loaded a shared
29770 library): @file{@var{objfile}-gdb.@var{ext}} (@pxref{objfile-gdbdotext
29771 file,,The @file{@var{objfile}-gdb.@var{ext}} file}) and the
29772 @code{.debug_gdb_scripts} section of modern file formats like ELF
29773 (@pxref{dotdebug_gdb_scripts section,,The @code{.debug_gdb_scripts}
29774 section}). For a discussion of the differences between these two
29775 approaches see @ref{Which flavor to choose?}.
29776
29777 The auto-loading feature is useful for supplying application-specific
29778 debugging commands and features.
29779
29780 Auto-loading can be enabled or disabled,
29781 and the list of auto-loaded scripts can be printed.
29782 See the @samp{auto-loading} section of each extension language
29783 for more information.
29784 For @value{GDBN} command files see @ref{Auto-loading sequences}.
29785 For Python files see @ref{Python Auto-loading}.
29786
29787 Note that loading of this script file also requires accordingly configured
29788 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
29789
29790 @menu
29791 * objfile-gdbdotext file:: The @file{@var{objfile}-gdb.@var{ext}} file
29792 * dotdebug_gdb_scripts section:: The @code{.debug_gdb_scripts} section
29793 * Which flavor to choose?:: Choosing between these approaches
29794 @end menu
29795
29796 @node objfile-gdbdotext file
29797 @subsection The @file{@var{objfile}-gdb.@var{ext}} file
29798 @cindex @file{@var{objfile}-gdb.gdb}
29799 @cindex @file{@var{objfile}-gdb.py}
29800 @cindex @file{@var{objfile}-gdb.scm}
29801
29802 When a new object file is read, @value{GDBN} looks for a file named
29803 @file{@var{objfile}-gdb.@var{ext}} (we call it @var{script-name} below),
29804 where @var{objfile} is the object file's name and
29805 where @var{ext} is the file extension for the extension language:
29806
29807 @table @code
29808 @item @file{@var{objfile}-gdb.gdb}
29809 GDB's own command language
29810 @item @file{@var{objfile}-gdb.py}
29811 Python
29812 @item @file{@var{objfile}-gdb.scm}
29813 Guile
29814 @end table
29815
29816 @var{script-name} is formed by ensuring that the file name of @var{objfile}
29817 is absolute, following all symlinks, and resolving @code{.} and @code{..}
29818 components, and appending the @file{-gdb.@var{ext}} suffix.
29819 If this file exists and is readable, @value{GDBN} will evaluate it as a
29820 script in the specified extension language.
29821
29822 If this file does not exist, then @value{GDBN} will look for
29823 @var{script-name} file in all of the directories as specified below.
29824 (On MS-Windows/MS-DOS, the drive letter of the executable's leading
29825 directories is converted to a one-letter subdirectory, i.e.@:
29826 @file{d:/usr/bin/} is converted to @file{/d/usr/bin/}, because Windows
29827 filesystems disallow colons in file names.)
29828
29829 Note that loading of these files requires an accordingly configured
29830 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
29831
29832 For object files using @file{.exe} suffix @value{GDBN} tries to load first the
29833 scripts normally according to its @file{.exe} filename. But if no scripts are
29834 found @value{GDBN} also tries script filenames matching the object file without
29835 its @file{.exe} suffix. This @file{.exe} stripping is case insensitive and it
29836 is attempted on any platform. This makes the script filenames compatible
29837 between Unix and MS-Windows hosts.
29838
29839 @table @code
29840 @anchor{set auto-load scripts-directory}
29841 @kindex set auto-load scripts-directory
29842 @item set auto-load scripts-directory @r{[}@var{directories}@r{]}
29843 Control @value{GDBN} auto-loaded scripts location. Multiple directory entries
29844 may be delimited by the host platform path separator in use
29845 (@samp{:} on Unix, @samp{;} on MS-Windows and MS-DOS).
29846
29847 Each entry here needs to be covered also by the security setting
29848 @code{set auto-load safe-path} (@pxref{set auto-load safe-path}).
29849
29850 @anchor{with-auto-load-dir}
29851 This variable defaults to @file{$debugdir:$datadir/auto-load}. The default
29852 @code{set auto-load safe-path} value can be also overriden by @value{GDBN}
29853 configuration option @option{--with-auto-load-dir}.
29854
29855 Any reference to @file{$debugdir} will get replaced by
29856 @var{debug-file-directory} value (@pxref{Separate Debug Files}) and any
29857 reference to @file{$datadir} will get replaced by @var{data-directory} which is
29858 determined at @value{GDBN} startup (@pxref{Data Files}). @file{$debugdir} and
29859 @file{$datadir} must be placed as a directory component --- either alone or
29860 delimited by @file{/} or @file{\} directory separators, depending on the host
29861 platform.
29862
29863 The list of directories uses path separator (@samp{:} on GNU and Unix
29864 systems, @samp{;} on MS-Windows and MS-DOS) to separate directories, similarly
29865 to the @env{PATH} environment variable.
29866
29867 @anchor{show auto-load scripts-directory}
29868 @kindex show auto-load scripts-directory
29869 @item show auto-load scripts-directory
29870 Show @value{GDBN} auto-loaded scripts location.
29871
29872 @anchor{add-auto-load-scripts-directory}
29873 @kindex add-auto-load-scripts-directory
29874 @item add-auto-load-scripts-directory @r{[}@var{directories}@dots{}@r{]}
29875 Add an entry (or list of entries) to the list of auto-loaded scripts locations.
29876 Multiple entries may be delimited by the host platform path separator in use.
29877 @end table
29878
29879 @value{GDBN} does not track which files it has already auto-loaded this way.
29880 @value{GDBN} will load the associated script every time the corresponding
29881 @var{objfile} is opened.
29882 So your @file{-gdb.@var{ext}} file should be careful to avoid errors if it
29883 is evaluated more than once.
29884
29885 @node dotdebug_gdb_scripts section
29886 @subsection The @code{.debug_gdb_scripts} section
29887 @cindex @code{.debug_gdb_scripts} section
29888
29889 For systems using file formats like ELF and COFF,
29890 when @value{GDBN} loads a new object file
29891 it will look for a special section named @code{.debug_gdb_scripts}.
29892 If this section exists, its contents is a list of null-terminated entries
29893 specifying scripts to load. Each entry begins with a non-null prefix byte that
29894 specifies the kind of entry, typically the extension language and whether the
29895 script is in a file or inlined in @code{.debug_gdb_scripts}.
29896
29897 The following entries are supported:
29898
29899 @table @code
29900 @item SECTION_SCRIPT_ID_PYTHON_FILE = 1
29901 @item SECTION_SCRIPT_ID_SCHEME_FILE = 3
29902 @item SECTION_SCRIPT_ID_PYTHON_TEXT = 4
29903 @item SECTION_SCRIPT_ID_SCHEME_TEXT = 6
29904 @end table
29905
29906 @subsubsection Script File Entries
29907
29908 If the entry specifies a file, @value{GDBN} will look for the file first
29909 in the current directory and then along the source search path
29910 (@pxref{Source Path, ,Specifying Source Directories}),
29911 except that @file{$cdir} is not searched, since the compilation
29912 directory is not relevant to scripts.
29913
29914 File entries can be placed in section @code{.debug_gdb_scripts} with,
29915 for example, this GCC macro for Python scripts.
29916
29917 @example
29918 /* Note: The "MS" section flags are to remove duplicates. */
29919 #define DEFINE_GDB_PY_SCRIPT(script_name) \
29920 asm("\
29921 .pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n\
29922 .byte 1 /* Python */\n\
29923 .asciz \"" script_name "\"\n\
29924 .popsection \n\
29925 ");
29926 @end example
29927
29928 @noindent
29929 For Guile scripts, replace @code{.byte 1} with @code{.byte 3}.
29930 Then one can reference the macro in a header or source file like this:
29931
29932 @example
29933 DEFINE_GDB_PY_SCRIPT ("my-app-scripts.py")
29934 @end example
29935
29936 The script name may include directories if desired.
29937
29938 Note that loading of this script file also requires accordingly configured
29939 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
29940
29941 If the macro invocation is put in a header, any application or library
29942 using this header will get a reference to the specified script,
29943 and with the use of @code{"MS"} attributes on the section, the linker
29944 will remove duplicates.
29945
29946 @subsubsection Script Text Entries
29947
29948 Script text entries allow to put the executable script in the entry
29949 itself instead of loading it from a file.
29950 The first line of the entry, everything after the prefix byte and up to
29951 the first newline (@code{0xa}) character, is the script name, and must not
29952 contain any kind of space character, e.g., spaces or tabs.
29953 The rest of the entry, up to the trailing null byte, is the script to
29954 execute in the specified language. The name needs to be unique among
29955 all script names, as @value{GDBN} executes each script only once based
29956 on its name.
29957
29958 Here is an example from file @file{py-section-script.c} in the @value{GDBN}
29959 testsuite.
29960
29961 @example
29962 #include "symcat.h"
29963 #include "gdb/section-scripts.h"
29964 asm(
29965 ".pushsection \".debug_gdb_scripts\", \"MS\",@@progbits,1\n"
29966 ".byte " XSTRING (SECTION_SCRIPT_ID_PYTHON_TEXT) "\n"
29967 ".ascii \"gdb.inlined-script\\n\"\n"
29968 ".ascii \"class test_cmd (gdb.Command):\\n\"\n"
29969 ".ascii \" def __init__ (self):\\n\"\n"
29970 ".ascii \" super (test_cmd, self).__init__ ("
29971 "\\\"test-cmd\\\", gdb.COMMAND_OBSCURE)\\n\"\n"
29972 ".ascii \" def invoke (self, arg, from_tty):\\n\"\n"
29973 ".ascii \" print (\\\"test-cmd output, arg = %s\\\" % arg)\\n\"\n"
29974 ".ascii \"test_cmd ()\\n\"\n"
29975 ".byte 0\n"
29976 ".popsection\n"
29977 );
29978 @end example
29979
29980 Loading of inlined scripts requires a properly configured
29981 @code{auto-load safe-path} (@pxref{Auto-loading safe path}).
29982 The path to specify in @code{auto-load safe-path} is the path of the file
29983 containing the @code{.debug_gdb_scripts} section.
29984
29985 @node Which flavor to choose?
29986 @subsection Which flavor to choose?
29987
29988 Given the multiple ways of auto-loading extensions, it might not always
29989 be clear which one to choose. This section provides some guidance.
29990
29991 @noindent
29992 Benefits of the @file{-gdb.@var{ext}} way:
29993
29994 @itemize @bullet
29995 @item
29996 Can be used with file formats that don't support multiple sections.
29997
29998 @item
29999 Ease of finding scripts for public libraries.
30000
30001 Scripts specified in the @code{.debug_gdb_scripts} section are searched for
30002 in the source search path.
30003 For publicly installed libraries, e.g., @file{libstdc++}, there typically
30004 isn't a source directory in which to find the script.
30005
30006 @item
30007 Doesn't require source code additions.
30008 @end itemize
30009
30010 @noindent
30011 Benefits of the @code{.debug_gdb_scripts} way:
30012
30013 @itemize @bullet
30014 @item
30015 Works with static linking.
30016
30017 Scripts for libraries done the @file{-gdb.@var{ext}} way require an objfile to
30018 trigger their loading. When an application is statically linked the only
30019 objfile available is the executable, and it is cumbersome to attach all the
30020 scripts from all the input libraries to the executable's
30021 @file{-gdb.@var{ext}} script.
30022
30023 @item
30024 Works with classes that are entirely inlined.
30025
30026 Some classes can be entirely inlined, and thus there may not be an associated
30027 shared library to attach a @file{-gdb.@var{ext}} script to.
30028
30029 @item
30030 Scripts needn't be copied out of the source tree.
30031
30032 In some circumstances, apps can be built out of large collections of internal
30033 libraries, and the build infrastructure necessary to install the
30034 @file{-gdb.@var{ext}} scripts in a place where @value{GDBN} can find them is
30035 cumbersome. It may be easier to specify the scripts in the
30036 @code{.debug_gdb_scripts} section as relative paths, and add a path to the
30037 top of the source tree to the source search path.
30038 @end itemize
30039
30040 @node Multiple Extension Languages
30041 @section Multiple Extension Languages
30042
30043 The Guile and Python extension languages do not share any state,
30044 and generally do not interfere with each other.
30045 There are some things to be aware of, however.
30046
30047 @subsection Python comes first
30048
30049 Python was @value{GDBN}'s first extension language, and to avoid breaking
30050 existing behaviour Python comes first. This is generally solved by the
30051 ``first one wins'' principle. @value{GDBN} maintains a list of enabled
30052 extension languages, and when it makes a call to an extension language,
30053 (say to pretty-print a value), it tries each in turn until an extension
30054 language indicates it has performed the request (e.g., has returned the
30055 pretty-printed form of a value).
30056 This extends to errors while performing such requests: If an error happens
30057 while, for example, trying to pretty-print an object then the error is
30058 reported and any following extension languages are not tried.
30059
30060 @node Interpreters
30061 @chapter Command Interpreters
30062 @cindex command interpreters
30063
30064 @value{GDBN} supports multiple command interpreters, and some command
30065 infrastructure to allow users or user interface writers to switch
30066 between interpreters or run commands in other interpreters.
30067
30068 @value{GDBN} currently supports two command interpreters, the console
30069 interpreter (sometimes called the command-line interpreter or @sc{cli})
30070 and the machine interface interpreter (or @sc{gdb/mi}). This manual
30071 describes both of these interfaces in great detail.
30072
30073 By default, @value{GDBN} will start with the console interpreter.
30074 However, the user may choose to start @value{GDBN} with another
30075 interpreter by specifying the @option{-i} or @option{--interpreter}
30076 startup options. Defined interpreters include:
30077
30078 @table @code
30079 @item console
30080 @cindex console interpreter
30081 The traditional console or command-line interpreter. This is the most often
30082 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
30083 @value{GDBN} will use this interpreter.
30084
30085 @item dap
30086 @cindex DAP
30087 @cindex Debugger Adapter Protocol
30088 When @value{GDBN} has been built with Python support, it also supports
30089 the Debugger Adapter Protocol. This protocol can be used by a
30090 debugger GUI or an IDE to communicate with @value{GDBN}. This
30091 protocol is documented at
30092 @url{https://microsoft.github.io/debug-adapter-protocol/}.
30093 @xref{Debugger Adapter Protocol}, for information about @value{GDBN}
30094 extensions to the protocol.
30095
30096 @item mi
30097 @cindex mi interpreter
30098 The newest @sc{gdb/mi} interface (currently @code{mi3}). Used primarily
30099 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
30100 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
30101 Interface}.
30102
30103 @item mi3
30104 @cindex mi3 interpreter
30105 The @sc{gdb/mi} interface introduced in @value{GDBN} 9.1.
30106
30107 @item mi2
30108 @cindex mi2 interpreter
30109 The @sc{gdb/mi} interface introduced in @value{GDBN} 6.0.
30110
30111 @end table
30112
30113 @cindex invoke another interpreter
30114
30115 @kindex interpreter-exec
30116 You may execute commands in any interpreter from the current
30117 interpreter using the appropriate command. If you are running the
30118 console interpreter, simply use the @code{interpreter-exec} command:
30119
30120 @smallexample
30121 interpreter-exec mi "-data-list-register-names"
30122 @end smallexample
30123
30124 @sc{gdb/mi} has a similar command, although it is only available in versions of
30125 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
30126
30127 Note that @code{interpreter-exec} only changes the interpreter for the
30128 duration of the specified command. It does not change the interpreter
30129 permanently.
30130
30131 @cindex start a new independent interpreter
30132
30133 Although you may only choose a single interpreter at startup, it is
30134 possible to run an independent interpreter on a specified input/output
30135 device (usually a tty).
30136
30137 For example, consider a debugger GUI or IDE that wants to provide a
30138 @value{GDBN} console view. It may do so by embedding a terminal
30139 emulator widget in its GUI, starting @value{GDBN} in the traditional
30140 command-line mode with stdin/stdout/stderr redirected to that
30141 terminal, and then creating an MI interpreter running on a specified
30142 input/output device. The console interpreter created by @value{GDBN}
30143 at startup handles commands the user types in the terminal widget,
30144 while the GUI controls and synchronizes state with @value{GDBN} using
30145 the separate MI interpreter.
30146
30147 To start a new secondary @dfn{user interface} running MI, use the
30148 @code{new-ui} command:
30149
30150 @kindex new-ui
30151 @cindex new user interface
30152 @smallexample
30153 new-ui @var{interpreter} @var{tty}
30154 @end smallexample
30155
30156 The @var{interpreter} parameter specifies the interpreter to run.
30157 This accepts the same values as the @code{interpreter-exec} command.
30158 For example, @samp{console}, @samp{mi}, @samp{mi2}, etc. The
30159 @var{tty} parameter specifies the name of the bidirectional file the
30160 interpreter uses for input/output, usually the name of a
30161 pseudoterminal slave on Unix systems. For example:
30162
30163 @smallexample
30164 (@value{GDBP}) new-ui mi /dev/pts/9
30165 @end smallexample
30166
30167 @noindent
30168 runs an MI interpreter on @file{/dev/pts/9}.
30169
30170 @node TUI
30171 @chapter @value{GDBN} Text User Interface
30172 @cindex TUI
30173 @cindex Text User Interface
30174
30175 The @value{GDBN} Text User Interface (TUI) is a terminal
30176 interface which uses the @code{curses} library to show the source
30177 file, the assembly output, the program registers and @value{GDBN}
30178 commands in separate text windows. The TUI mode is supported only
30179 on platforms where a suitable version of the @code{curses} library
30180 is available.
30181
30182 The TUI mode is enabled by default when you invoke @value{GDBN} as
30183 @samp{@value{GDBP} -tui}.
30184 You can also switch in and out of TUI mode while @value{GDBN} runs by
30185 using various TUI commands and key bindings, such as @command{tui
30186 enable} or @kbd{C-x C-a}. @xref{TUI Commands, ,TUI Commands}, and
30187 @ref{TUI Keys, ,TUI Key Bindings}.
30188
30189 @menu
30190 * TUI Overview:: TUI overview
30191 * TUI Keys:: TUI key bindings
30192 * TUI Single Key Mode:: TUI single key mode
30193 * TUI Mouse Support:: TUI mouse support
30194 * TUI Commands:: TUI-specific commands
30195 * TUI Configuration:: TUI configuration variables
30196 @end menu
30197
30198 @node TUI Overview
30199 @section TUI Overview
30200
30201 In TUI mode, @value{GDBN} can display several text windows:
30202
30203 @table @emph
30204 @item command
30205 This window is the @value{GDBN} command window with the @value{GDBN}
30206 prompt and the @value{GDBN} output. The @value{GDBN} input is still
30207 managed using readline.
30208
30209 @item source
30210 The source window shows the source file of the program. The current
30211 line and active breakpoints are displayed in this window.
30212
30213 @item assembly
30214 The assembly window shows the disassembly output of the program.
30215
30216 @item register
30217 This window shows the processor registers. Registers are highlighted
30218 when their values change.
30219 @end table
30220
30221 The source and assembly windows show the current program position by
30222 highlighting the current line and marking it with a @samp{>} marker.
30223 By default, source and assembly code styling is disabled for the
30224 highlighted text, but you can enable it with the @code{set style
30225 tui-current-position on} command. @xref{Output Styling}.
30226
30227 Breakpoints are indicated with two markers. The first marker
30228 indicates the breakpoint type:
30229
30230 @table @code
30231 @item B
30232 Breakpoint which was hit at least once.
30233
30234 @item b
30235 Breakpoint which was never hit.
30236
30237 @item H
30238 Hardware breakpoint which was hit at least once.
30239
30240 @item h
30241 Hardware breakpoint which was never hit.
30242 @end table
30243
30244 The second marker indicates whether the breakpoint is enabled or not:
30245
30246 @table @code
30247 @item +
30248 Breakpoint is enabled.
30249
30250 @item -
30251 Breakpoint is disabled.
30252 @end table
30253
30254 The source, assembly and register windows are updated when the current
30255 thread changes, when the frame changes, or when the program counter
30256 changes.
30257
30258 These windows are not all visible at the same time. The command
30259 window is always visible. The others can be arranged in several
30260 layouts:
30261
30262 @itemize @bullet
30263 @item
30264 source only,
30265
30266 @item
30267 assembly only,
30268
30269 @item
30270 source and assembly,
30271
30272 @item
30273 source and registers, or
30274
30275 @item
30276 assembly and registers.
30277 @end itemize
30278
30279 These are the standard layouts, but other layouts can be defined.
30280
30281 A status line above the command window shows the following information:
30282
30283 @table @emph
30284 @item target
30285 Indicates the current @value{GDBN} target.
30286 (@pxref{Targets, ,Specifying a Debugging Target}).
30287
30288 @item process
30289 Gives the current process or thread number.
30290 When no process is being debugged, this field is set to @code{No process}.
30291
30292 @item function
30293 Gives the current function name for the selected frame.
30294 The name is demangled if demangling is turned on (@pxref{Print Settings}).
30295 When there is no symbol corresponding to the current program counter,
30296 the string @code{??} is displayed.
30297
30298 @item line
30299 Indicates the current line number for the selected frame.
30300 When the current line number is not known, the string @code{??} is displayed.
30301
30302 @item pc
30303 Indicates the current program counter address.
30304 @end table
30305
30306 @node TUI Keys
30307 @section TUI Key Bindings
30308 @cindex TUI key bindings
30309
30310 The TUI installs several key bindings in the readline keymaps
30311 @ifset SYSTEM_READLINE
30312 (@pxref{Command Line Editing, , , rluserman, GNU Readline Library}).
30313 @end ifset
30314 @ifclear SYSTEM_READLINE
30315 (@pxref{Command Line Editing}).
30316 @end ifclear
30317 The following key bindings are installed for both TUI mode and the
30318 @value{GDBN} standard mode.
30319
30320 @table @kbd
30321 @kindex C-x C-a
30322 @item C-x C-a
30323 @kindex C-x a
30324 @itemx C-x a
30325 @kindex C-x A
30326 @itemx C-x A
30327 Enter or leave the TUI mode. When leaving the TUI mode,
30328 the curses window management stops and @value{GDBN} operates using
30329 its standard mode, writing on the terminal directly. When reentering
30330 the TUI mode, control is given back to the curses windows.
30331 The screen is then refreshed.
30332
30333 This key binding uses the bindable Readline function
30334 @code{tui-switch-mode}.
30335
30336 @kindex C-x 1
30337 @item C-x 1
30338 Use a TUI layout with only one window. The layout will
30339 either be @samp{source} or @samp{assembly}. When the TUI mode
30340 is not active, it will switch to the TUI mode.
30341
30342 Think of this key binding as the Emacs @kbd{C-x 1} binding.
30343
30344 This key binding uses the bindable Readline function
30345 @code{tui-delete-other-windows}.
30346
30347 @kindex C-x 2
30348 @item C-x 2
30349 Use a TUI layout with at least two windows. When the current
30350 layout already has two windows, the next layout with two windows is used.
30351 When a new layout is chosen, one window will always be common to the
30352 previous layout and the new one.
30353
30354 Think of it as the Emacs @kbd{C-x 2} binding.
30355
30356 This key binding uses the bindable Readline function
30357 @code{tui-change-windows}.
30358
30359 @kindex C-x o
30360 @item C-x o
30361 Change the active window. The TUI associates several key bindings
30362 (like scrolling and arrow keys) with the active window. This command
30363 gives the focus to the next TUI window.
30364
30365 Think of it as the Emacs @kbd{C-x o} binding.
30366
30367 This key binding uses the bindable Readline function
30368 @code{tui-other-window}.
30369
30370 @kindex C-x s
30371 @item C-x s
30372 Switch in and out of the TUI SingleKey mode that binds single
30373 keys to @value{GDBN} commands (@pxref{TUI Single Key Mode}).
30374
30375 This key binding uses the bindable Readline function
30376 @code{next-keymap}.
30377 @end table
30378
30379 The following key bindings only work in the TUI mode:
30380
30381 @table @asis
30382 @kindex PgUp
30383 @item @key{PgUp}
30384 Scroll the active window one page up.
30385
30386 @kindex PgDn
30387 @item @key{PgDn}
30388 Scroll the active window one page down.
30389
30390 @kindex Up
30391 @item @key{Up}
30392 Scroll the active window one line up.
30393
30394 @kindex Down
30395 @item @key{Down}
30396 Scroll the active window one line down.
30397
30398 @kindex Left
30399 @item @key{Left}
30400 Scroll the active window one column left.
30401
30402 @kindex Right
30403 @item @key{Right}
30404 Scroll the active window one column right.
30405
30406 @kindex C-L
30407 @item @kbd{C-L}
30408 Refresh the screen.
30409 @end table
30410
30411 Because the arrow keys scroll the active window in the TUI mode, they
30412 are not available for their normal use by readline unless the command
30413 window has the focus. When another window is active, you must use
30414 other readline key bindings such as @kbd{C-p}, @kbd{C-n}, @kbd{C-b}
30415 and @kbd{C-f} to control the command window.
30416
30417 @node TUI Single Key Mode
30418 @section TUI Single Key Mode
30419 @cindex TUI single key mode
30420
30421 The TUI also provides a @dfn{SingleKey} mode, which binds several
30422 frequently used @value{GDBN} commands to single keys. Type @kbd{C-x s} to
30423 switch into this mode, where the following key bindings are used:
30424
30425 @table @kbd
30426 @kindex c @r{(SingleKey TUI key)}
30427 @item c
30428 continue
30429
30430 @kindex d @r{(SingleKey TUI key)}
30431 @item d
30432 down
30433
30434 @kindex f @r{(SingleKey TUI key)}
30435 @item f
30436 finish
30437
30438 @kindex n @r{(SingleKey TUI key)}
30439 @item n
30440 next
30441
30442 @kindex o @r{(SingleKey TUI key)}
30443 @item o
30444 nexti. The shortcut letter @samp{o} stands for ``step Over''.
30445
30446 @kindex q @r{(SingleKey TUI key)}
30447 @item q
30448 exit the SingleKey mode.
30449
30450 @kindex r @r{(SingleKey TUI key)}
30451 @item r
30452 run
30453
30454 @kindex s @r{(SingleKey TUI key)}
30455 @item s
30456 step
30457
30458 @kindex i @r{(SingleKey TUI key)}
30459 @item i
30460 stepi. The shortcut letter @samp{i} stands for ``step Into''.
30461
30462 @kindex u @r{(SingleKey TUI key)}
30463 @item u
30464 up
30465
30466 @kindex v @r{(SingleKey TUI key)}
30467 @item v
30468 info locals
30469
30470 @kindex w @r{(SingleKey TUI key)}
30471 @item w
30472 where
30473 @end table
30474
30475 Other keys temporarily switch to the @value{GDBN} command prompt.
30476 The key that was pressed is inserted in the editing buffer so that
30477 it is possible to type most @value{GDBN} commands without interaction
30478 with the TUI SingleKey mode. Once the command is entered the TUI
30479 SingleKey mode is restored. The only way to permanently leave
30480 this mode is by typing @kbd{q} or @kbd{C-x s}.
30481
30482 @cindex SingleKey keymap name
30483 If @value{GDBN} was built with Readline 8.0 or later, the TUI
30484 SingleKey keymap will be named @samp{SingleKey}. This can be used in
30485 @file{.inputrc} to add additional bindings to this keymap.
30486
30487 @node TUI Mouse Support
30488 @section TUI Mouse Support
30489 @cindex TUI mouse support
30490
30491 If the curses library supports the mouse, the TUI supports mouse
30492 actions.
30493
30494 The mouse wheel scrolls the appropriate window under the mouse cursor.
30495
30496 The TUI itself does not directly support copying/pasting with the
30497 mouse. However, on Unix terminals, you can typically press and hold
30498 the @key{SHIFT} key on your keyboard to temporarily bypass
30499 @value{GDBN}'s TUI and access the terminal's native mouse copy/paste
30500 functionality (commonly, click-drag-release or double-click to select
30501 text, middle-click to paste). This copy/paste works with the
30502 terminal's selection buffer, as opposed to the TUI's buffer. Alternatively, to
30503 disable mouse support in the TUI entirely and give the terminal control over
30504 mouse clicks, turn off the @code{tui mouse-events} setting
30505 (@pxref{tui-mouse-events,,set tui mouse-events}).
30506
30507 Python extensions can react to mouse clicks
30508 (@pxref{python-window-click,,Window.click}).
30509
30510 @node TUI Commands
30511 @section TUI-specific Commands
30512 @cindex TUI commands
30513
30514 The TUI has specific commands to control the text windows.
30515 These commands are always available, even when @value{GDBN} is not in
30516 the TUI mode. When @value{GDBN} is in the standard mode, most
30517 of these commands will automatically switch to the TUI mode.
30518
30519 Note that if @value{GDBN}'s @code{stdout} is not connected to a
30520 terminal, or @value{GDBN} has been started with the machine interface
30521 interpreter (@pxref{GDB/MI, ,The @sc{gdb/mi} Interface}), most of
30522 these commands will fail with an error, because it would not be
30523 possible or desirable to enable curses window management.
30524
30525 @table @code
30526 @item tui enable
30527 @kindex tui enable
30528 Activate TUI mode. The last active TUI window layout will be used if
30529 TUI mode has previously been used in the current debugging session,
30530 otherwise a default layout is used.
30531
30532 @item tui disable
30533 @kindex tui disable
30534 Disable TUI mode, returning to the console interpreter.
30535
30536 @anchor{info_win_command}
30537 @item info win
30538 @kindex info win
30539 List the names and sizes of all currently displayed windows.
30540
30541 @item tui new-layout @var{name} @var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}
30542 @kindex tui new-layout
30543 Create a new TUI layout. The new layout will be named @var{name}, and
30544 can be accessed using the @code{layout} command (see below).
30545
30546 Each @var{window} parameter is either the name of a window to display,
30547 or a window description. The windows will be displayed from top to
30548 bottom in the order listed.
30549
30550 The names of the windows are the same as the ones given to the
30551 @code{focus} command (see below); additional, the @code{status}
30552 window can be specified. Note that, because it is of fixed height,
30553 the weight assigned to the status window is of no importance. It is
30554 conventional to use @samp{0} here.
30555
30556 A window description looks a bit like an invocation of @code{tui
30557 new-layout}, and is of the form
30558 @{@r{[}@code{-horizontal}@r{]}@var{window} @var{weight} @r{[}@var{window} @var{weight}@dots{}@r{]}@}.
30559
30560 This specifies a sub-layout. If @code{-horizontal} is given, the
30561 windows in this description will be arranged side-by-side, rather than
30562 top-to-bottom.
30563
30564 Each @var{weight} is an integer. It is the weight of this window
30565 relative to all the other windows in the layout. These numbers are
30566 used to calculate how much of the screen is given to each window.
30567
30568 For example:
30569
30570 @example
30571 (gdb) tui new-layout example src 1 regs 1 status 0 cmd 1
30572 @end example
30573
30574 Here, the new layout is called @samp{example}. It shows the source
30575 and register windows, followed by the status window, and then finally
30576 the command window. The non-status windows all have the same weight,
30577 so the terminal will be split into three roughly equal sections.
30578
30579 Here is a more complex example, showing a horizontal layout:
30580
30581 @example
30582 (gdb) tui new-layout example @{-horizontal src 1 asm 1@} 2 status 0 cmd 1
30583 @end example
30584
30585 This will result in side-by-side source and assembly windows; with the
30586 status and command window being beneath these, filling the entire
30587 width of the terminal. Because they have weight 2, the source and
30588 assembly windows will be twice the height of the command window.
30589
30590 @kindex tui layout
30591 @kindex layout
30592 @item tui layout @var{name}
30593 @itemx layout @var{name}
30594 Changes which TUI windows are displayed. The @var{name} parameter
30595 controls which layout is shown. It can be either one of the built-in
30596 layout names, or the name of a layout defined by the user using
30597 @code{tui new-layout}.
30598
30599 The built-in layouts are as follows:
30600
30601 @table @code
30602 @item next
30603 Display the next layout.
30604
30605 @item prev
30606 Display the previous layout.
30607
30608 @item src
30609 Display the source and command windows.
30610
30611 @item asm
30612 Display the assembly and command windows.
30613
30614 @item split
30615 Display the source, assembly, and command windows.
30616
30617 @item regs
30618 When in @code{src} layout display the register, source, and command
30619 windows. When in @code{asm} or @code{split} layout display the
30620 register, assembler, and command windows.
30621 @end table
30622
30623 @kindex focus
30624 @item tui focus @var{name}
30625 @itemx focus @var{name}
30626 Changes which TUI window is currently active for scrolling. The
30627 @var{name} parameter can be any of the following:
30628
30629 @table @code
30630 @item next
30631 Make the next window active for scrolling.
30632
30633 @item prev
30634 Make the previous window active for scrolling.
30635
30636 @item src
30637 Make the source window active for scrolling.
30638
30639 @item asm
30640 Make the assembly window active for scrolling.
30641
30642 @item regs
30643 Make the register window active for scrolling.
30644
30645 @item cmd
30646 Make the command window active for scrolling.
30647 @end table
30648
30649 @kindex tui refresh
30650 @kindex refresh
30651 @item tui refresh
30652 @itemx refresh
30653 Refresh the screen. This is similar to typing @kbd{C-L}.
30654
30655 @item tui reg @var{group}
30656 @kindex tui reg
30657 Changes the register group displayed in the tui register window to
30658 @var{group}. If the register window is not currently displayed this
30659 command will cause the register window to be displayed. The list of
30660 register groups, as well as their order is target specific. The
30661 following groups are available on most targets:
30662 @table @code
30663 @item next
30664 Repeatedly selecting this group will cause the display to cycle
30665 through all of the available register groups.
30666
30667 @item prev
30668 Repeatedly selecting this group will cause the display to cycle
30669 through all of the available register groups in the reverse order to
30670 @var{next}.
30671
30672 @item general
30673 Display the general registers.
30674 @item float
30675 Display the floating point registers.
30676 @item system
30677 Display the system registers.
30678 @item vector
30679 Display the vector registers.
30680 @item all
30681 Display all registers.
30682 @end table
30683
30684 @item update
30685 @kindex update
30686 Update the source window and the current execution point.
30687
30688 @kindex tui window height
30689 @kindex winheight
30690 @item tui window height @var{name} +@var{count}
30691 @itemx tui window height @var{name} -@var{count}
30692 @itemx winheight @var{name} +@var{count}
30693 @itemx winheight @var{name} -@var{count}
30694 Change the height of the window @var{name} by @var{count} lines.
30695 Positive counts increase the height, while negative counts decrease
30696 it. The @var{name} parameter can be the name of any currently visible
30697 window. The names of the currently visible windows can be discovered
30698 using @kbd{info win} (@pxref{info_win_command,,info win}).
30699
30700 The set of currently visible windows must always fill the terminal,
30701 and so, it is only possible to resize on window if there are other
30702 visible windows that can either give or receive the extra terminal
30703 space.
30704
30705 @kindex tui window width
30706 @kindex winwidth
30707 @item tui window width @var{name} +@var{count}
30708 @itemx tui window width @var{name} -@var{count}
30709 @itemx winwidth @var{name} +@var{count}
30710 @itemx winwidth @var{name} -@var{count}
30711 Change the width of the window @var{name} by @var{count} columns.
30712 Positive counts increase the width, while negative counts decrease it.
30713 The @var{name} parameter can be the name of any currently visible
30714 window. The names of the currently visible windows can be discovered
30715 using @code{info win} (@pxref{info_win_command,,info win}).
30716
30717 The set of currently visible windows must always fill the terminal,
30718 and so, it is only possible to resize on window if there are other
30719 visible windows that can either give or receive the extra terminal
30720 space.
30721 @end table
30722
30723 @node TUI Configuration
30724 @section TUI Configuration Variables
30725 @cindex TUI configuration variables
30726
30727 Several configuration variables control the appearance of TUI windows.
30728
30729 @table @code
30730 @item set tui border-kind @var{kind}
30731 @kindex set tui border-kind
30732 Select the border appearance for the source, assembly and register windows.
30733 The possible values are the following:
30734 @table @code
30735 @item space
30736 Use a space character to draw the border.
30737
30738 @item ascii
30739 Use @sc{ascii} characters @samp{+}, @samp{-} and @samp{|} to draw the border.
30740
30741 @item acs
30742 Use the Alternate Character Set to draw the border. The border is
30743 drawn using character line graphics if the terminal supports them.
30744 @end table
30745
30746 @item set tui border-mode @var{mode}
30747 @kindex set tui border-mode
30748 @itemx set tui active-border-mode @var{mode}
30749 @kindex set tui active-border-mode
30750 Select the display attributes for the borders of the inactive windows
30751 or the active window. The @var{mode} can be one of the following:
30752 @table @code
30753 @item normal
30754 Use normal attributes to display the border.
30755
30756 @item standout
30757 Use standout mode.
30758
30759 @item reverse
30760 Use reverse video mode.
30761
30762 @item half
30763 Use half bright mode.
30764
30765 @item half-standout
30766 Use half bright and standout mode.
30767
30768 @item bold
30769 Use extra bright or bold mode.
30770
30771 @item bold-standout
30772 Use extra bright or bold and standout mode.
30773 @end table
30774
30775 @item set tui tab-width @var{nchars}
30776 @kindex set tui tab-width
30777 @kindex tabset
30778 Set the width of tab stops to be @var{nchars} characters. This
30779 setting affects the display of TAB characters in the source and
30780 assembly windows.
30781
30782 @item set tui compact-source @r{[}on@r{|}off@r{]}
30783 @kindex set tui compact-source
30784 Set whether the TUI source window is displayed in ``compact'' form.
30785 The default display uses more space for line numbers; the compact
30786 display uses only as much space as is needed for the line numbers in
30787 the current file.
30788
30789 @anchor{tui-mouse-events}
30790 @item set tui mouse-events @r{[}on@r{|}off@r{]}
30791 @kindex set tui mouse-events
30792 When on (default), mouse clicks control the TUI (@pxref{TUI Mouse Support}).
30793 When off, mouse clicks are handled by the terminal, enabling terminal-native
30794 text selection.
30795
30796 @kindex set debug tui
30797 @item set debug tui @r{[}on|off@r{]}
30798 Turn on or off display of @value{GDBN} internal debug messages relating
30799 to the TUI.
30800
30801 @kindex show debug tui
30802 @item show debug tui
30803 Show the current status of displaying @value{GDBN} internal debug
30804 messages relating to the TUI.
30805
30806 @end table
30807
30808 Note that the colors of the TUI borders can be controlled using the
30809 appropriate @code{set style} commands. @xref{Output Styling}.
30810
30811 @node Emacs
30812 @chapter Using @value{GDBN} under @sc{gnu} Emacs
30813
30814 @cindex Emacs
30815 @cindex @sc{gnu} Emacs
30816 A special interface allows you to use @sc{gnu} Emacs to view (and
30817 edit) the source files for the program you are debugging with
30818 @value{GDBN}.
30819
30820 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
30821 executable file you want to debug as an argument. This command starts
30822 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
30823 created Emacs buffer.
30824 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
30825
30826 Running @value{GDBN} under Emacs can be just like running @value{GDBN} normally except for two
30827 things:
30828
30829 @itemize @bullet
30830 @item
30831 All ``terminal'' input and output goes through an Emacs buffer, called
30832 the GUD buffer.
30833
30834 This applies both to @value{GDBN} commands and their output, and to the input
30835 and output done by the program you are debugging.
30836
30837 This is useful because it means that you can copy the text of previous
30838 commands and input them again; you can even use parts of the output
30839 in this way.
30840
30841 All the facilities of Emacs' Shell mode are available for interacting
30842 with your program. In particular, you can send signals the usual
30843 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
30844 stop.
30845
30846 @item
30847 @value{GDBN} displays source code through Emacs.
30848
30849 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
30850 source file for that frame and puts an arrow (@samp{=>}) at the
30851 left margin of the current line. Emacs uses a separate buffer for
30852 source display, and splits the screen to show both your @value{GDBN} session
30853 and the source.
30854
30855 Explicit @value{GDBN} @code{list} or search commands still produce output as
30856 usual, but you probably have no reason to use them from Emacs.
30857 @end itemize
30858
30859 We call this @dfn{text command mode}. Emacs 22.1, and later, also uses
30860 a graphical mode, enabled by default, which provides further buffers
30861 that can control the execution and describe the state of your program.
30862 @xref{GDB Graphical Interface,,, Emacs, The @sc{gnu} Emacs Manual}.
30863
30864 If you specify an absolute file name when prompted for the @kbd{M-x
30865 gdb} argument, then Emacs sets your current working directory to where
30866 your program resides. If you only specify the file name, then Emacs
30867 sets your current working directory to the directory associated
30868 with the previous buffer. In this case, @value{GDBN} may find your
30869 program by searching your environment's @env{PATH} variable, but on
30870 some operating systems it might not find the source. So, although the
30871 @value{GDBN} input and output session proceeds normally, the auxiliary
30872 buffer does not display the current source and line of execution.
30873
30874 The initial working directory of @value{GDBN} is printed on the top
30875 line of the GUD buffer and this serves as a default for the commands
30876 that specify files for @value{GDBN} to operate on. @xref{Files,
30877 ,Commands to Specify Files}.
30878
30879 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
30880 need to call @value{GDBN} by a different name (for example, if you
30881 keep several configurations around, with different names) you can
30882 customize the Emacs variable @code{gud-gdb-command-name} to run the
30883 one you want.
30884
30885 In the GUD buffer, you can use these special Emacs commands in
30886 addition to the standard Shell mode commands:
30887
30888 @table @kbd
30889 @item C-h m
30890 Describe the features of Emacs' GUD Mode.
30891
30892 @item C-c C-s
30893 Execute to another source line, like the @value{GDBN} @code{step} command; also
30894 update the display window to show the current file and location.
30895
30896 @item C-c C-n
30897 Execute to next source line in this function, skipping all function
30898 calls, like the @value{GDBN} @code{next} command. Then update the display window
30899 to show the current file and location.
30900
30901 @item C-c C-i
30902 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
30903 display window accordingly.
30904
30905 @item C-c C-f
30906 Execute until exit from the selected stack frame, like the @value{GDBN}
30907 @code{finish} command.
30908
30909 @item C-c C-r
30910 Continue execution of your program, like the @value{GDBN} @code{continue}
30911 command.
30912
30913 @item C-c <
30914 Go up the number of frames indicated by the numeric argument
30915 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
30916 like the @value{GDBN} @code{up} command.
30917
30918 @item C-c >
30919 Go down the number of frames indicated by the numeric argument, like the
30920 @value{GDBN} @code{down} command.
30921 @end table
30922
30923 In any source file, the Emacs command @kbd{C-x @key{SPC}} (@code{gud-break})
30924 tells @value{GDBN} to set a breakpoint on the source line point is on.
30925
30926 In text command mode, if you type @kbd{M-x speedbar}, Emacs displays a
30927 separate frame which shows a backtrace when the GUD buffer is current.
30928 Move point to any frame in the stack and type @key{RET} to make it
30929 become the current frame and display the associated source in the
30930 source buffer. Alternatively, click @kbd{Mouse-2} to make the
30931 selected frame become the current one. In graphical mode, the
30932 speedbar displays watch expressions.
30933
30934 If you accidentally delete the source-display buffer, an easy way to get
30935 it back is to type the command @code{f} in the @value{GDBN} buffer, to
30936 request a frame display; when you run under Emacs, this recreates
30937 the source buffer if necessary to show you the context of the current
30938 frame.
30939
30940 The source files displayed in Emacs are in ordinary Emacs buffers
30941 which are visiting the source files in the usual way. You can edit
30942 the files with these buffers if you wish; but keep in mind that @value{GDBN}
30943 communicates with Emacs in terms of line numbers. If you add or
30944 delete lines from the text, the line numbers that @value{GDBN} knows cease
30945 to correspond properly with the code.
30946
30947 A more detailed description of Emacs' interaction with @value{GDBN} is
30948 given in the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu}
30949 Emacs Manual}).
30950
30951 @node GDB/MI
30952 @chapter The @sc{gdb/mi} Interface
30953
30954 @unnumberedsec Function and Purpose
30955
30956 @cindex @sc{gdb/mi}, its purpose
30957 @sc{gdb/mi} is a line based machine oriented text interface to
30958 @value{GDBN} and is activated by specifying using the
30959 @option{--interpreter} command line option (@pxref{Mode Options}). It
30960 is specifically intended to support the development of systems which
30961 use the debugger as just one small component of a larger system.
30962
30963 This chapter is a specification of the @sc{gdb/mi} interface. It is written
30964 in the form of a reference manual.
30965
30966 Note that @sc{gdb/mi} is still under construction, so some of the
30967 features described below are incomplete and subject to change
30968 (@pxref{GDB/MI Development and Front Ends, , @sc{gdb/mi} Development and Front Ends}).
30969
30970 @unnumberedsec Notation and Terminology
30971
30972 @cindex notational conventions, for @sc{gdb/mi}
30973 This chapter uses the following notation:
30974
30975 @itemize @bullet
30976 @item
30977 @code{|} separates two alternatives.
30978
30979 @item
30980 @code{[ @var{something} ]} indicates that @var{something} is optional:
30981 it may or may not be given.
30982
30983 @item
30984 @code{( @var{group} )*} means that @var{group} inside the parentheses
30985 may repeat zero or more times.
30986
30987 @item
30988 @code{( @var{group} )+} means that @var{group} inside the parentheses
30989 may repeat one or more times.
30990
30991 @item
30992 @code{( @var{group} )} means that @var{group} inside the parentheses
30993 occurs exactly once.
30994
30995 @item
30996 @code{"@var{string}"} means a literal @var{string}.
30997 @end itemize
30998
30999 @ignore
31000 @heading Dependencies
31001 @end ignore
31002
31003 @menu
31004 * GDB/MI General Design::
31005 * GDB/MI Command Syntax::
31006 * GDB/MI Compatibility with CLI::
31007 * GDB/MI Development and Front Ends::
31008 * GDB/MI Output Records::
31009 * GDB/MI Simple Examples::
31010 * GDB/MI Command Description Format::
31011 * GDB/MI Breakpoint Commands::
31012 * GDB/MI Catchpoint Commands::
31013 * GDB/MI Program Context::
31014 * GDB/MI Thread Commands::
31015 * GDB/MI Ada Tasking Commands::
31016 * GDB/MI Program Execution::
31017 * GDB/MI Stack Manipulation::
31018 * GDB/MI Variable Objects::
31019 * GDB/MI Data Manipulation::
31020 * GDB/MI Tracepoint Commands::
31021 * GDB/MI Symbol Query::
31022 * GDB/MI File Commands::
31023 @ignore
31024 * GDB/MI Kod Commands::
31025 * GDB/MI Memory Overlay Commands::
31026 * GDB/MI Signal Handling Commands::
31027 @end ignore
31028 * GDB/MI Target Manipulation::
31029 * GDB/MI File Transfer Commands::
31030 * GDB/MI Ada Exceptions Commands::
31031 * GDB/MI Support Commands::
31032 * GDB/MI Miscellaneous Commands::
31033 @end menu
31034
31035 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31036 @node GDB/MI General Design
31037 @section @sc{gdb/mi} General Design
31038 @cindex GDB/MI General Design
31039
31040 Interaction of a @sc{gdb/mi} frontend with @value{GDBN} involves three
31041 parts---commands sent to @value{GDBN}, responses to those commands
31042 and notifications. Each command results in exactly one response,
31043 indicating either successful completion of the command, or an error.
31044 For the commands that do not resume the target, the response contains the
31045 requested information. For the commands that resume the target, the
31046 response only indicates whether the target was successfully resumed.
31047 Notifications is the mechanism for reporting changes in the state of the
31048 target, or in @value{GDBN} state, that cannot conveniently be associated with
31049 a command and reported as part of that command response.
31050
31051 The important examples of notifications are:
31052 @itemize @bullet
31053
31054 @item
31055 Exec notifications. These are used to report changes in
31056 target state---when a target is resumed, or stopped. It would not
31057 be feasible to include this information in response of resuming
31058 commands, because one resume commands can result in multiple events in
31059 different threads. Also, quite some time may pass before any event
31060 happens in the target, while a frontend needs to know whether the resuming
31061 command itself was successfully executed.
31062
31063 @item
31064 Console output, and status notifications. Console output
31065 notifications are used to report output of CLI commands, as well as
31066 diagnostics for other commands. Status notifications are used to
31067 report the progress of a long-running operation. Naturally, including
31068 this information in command response would mean no output is produced
31069 until the command is finished, which is undesirable.
31070
31071 @item
31072 General notifications. Commands may have various side effects on
31073 the @value{GDBN} or target state beyond their official purpose. For example,
31074 a command may change the selected thread. Although such changes can
31075 be included in command response, using notification allows for more
31076 orthogonal frontend design.
31077
31078 @end itemize
31079
31080 There's no guarantee that whenever an MI command reports an error,
31081 @value{GDBN} or the target are in any specific state, and especially,
31082 the state is not reverted to the state before the MI command was
31083 processed. Therefore, whenever an MI command results in an error,
31084 we recommend that the frontend refreshes all the information shown in
31085 the user interface.
31086
31087
31088 @menu
31089 * Context management::
31090 * Asynchronous and non-stop modes::
31091 * Thread groups::
31092 @end menu
31093
31094 @node Context management
31095 @subsection Context management
31096
31097 @subsubsection Threads and Frames
31098
31099 In most cases when @value{GDBN} accesses the target, this access is
31100 done in context of a specific thread and frame (@pxref{Frames}).
31101 Often, even when accessing global data, the target requires that a thread
31102 be specified. The CLI interface maintains the selected thread and frame,
31103 and supplies them to target on each command. This is convenient,
31104 because a command line user would not want to specify that information
31105 explicitly on each command, and because user interacts with
31106 @value{GDBN} via a single terminal, so no confusion is possible as
31107 to what thread and frame are the current ones.
31108
31109 In the case of MI, the concept of selected thread and frame is less
31110 useful. First, a frontend can easily remember this information
31111 itself. Second, a graphical frontend can have more than one window,
31112 each one used for debugging a different thread, and the frontend might
31113 want to access additional threads for internal purposes. This
31114 increases the risk that by relying on implicitly selected thread, the
31115 frontend may be operating on a wrong one. Therefore, each MI command
31116 should explicitly specify which thread and frame to operate on. To
31117 make it possible, each MI command accepts the @samp{--thread} and
31118 @samp{--frame} options, the value to each is @value{GDBN} global
31119 identifier for thread and frame to operate on.
31120
31121 Usually, each top-level window in a frontend allows the user to select
31122 a thread and a frame, and remembers the user selection for further
31123 operations. However, in some cases @value{GDBN} may suggest that the
31124 current thread or frame be changed. For example, when stopping on a
31125 breakpoint it is reasonable to switch to the thread where breakpoint is
31126 hit. For another example, if the user issues the CLI @samp{thread} or
31127 @samp{frame} commands via the frontend, it is desirable to change the
31128 frontend's selection to the one specified by user. @value{GDBN}
31129 communicates the suggestion to change current thread and frame using the
31130 @samp{=thread-selected} notification.
31131
31132 Note that historically, MI shares the selected thread with CLI, so
31133 frontends used the @code{-thread-select} to execute commands in the
31134 right context. However, getting this to work right is cumbersome. The
31135 simplest way is for frontend to emit @code{-thread-select} command
31136 before every command. This doubles the number of commands that need
31137 to be sent. The alternative approach is to suppress @code{-thread-select}
31138 if the selected thread in @value{GDBN} is supposed to be identical to the
31139 thread the frontend wants to operate on. However, getting this
31140 optimization right can be tricky. In particular, if the frontend
31141 sends several commands to @value{GDBN}, and one of the commands changes the
31142 selected thread, then the behaviour of subsequent commands will
31143 change. So, a frontend should either wait for response from such
31144 problematic commands, or explicitly add @code{-thread-select} for
31145 all subsequent commands. No frontend is known to do this exactly
31146 right, so it is suggested to just always pass the @samp{--thread} and
31147 @samp{--frame} options.
31148
31149 @subsubsection Language
31150
31151 The execution of several commands depends on which language is selected.
31152 By default, the current language (@pxref{show language}) is used.
31153 But for commands known to be language-sensitive, it is recommended
31154 to use the @samp{--language} option. This option takes one argument,
31155 which is the name of the language to use while executing the command.
31156 For instance:
31157
31158 @smallexample
31159 -data-evaluate-expression --language c "sizeof (void*)"
31160 ^done,value="4"
31161 (gdb)
31162 @end smallexample
31163
31164 The valid language names are the same names accepted by the
31165 @samp{set language} command (@pxref{Manually}), excluding @samp{auto},
31166 @samp{local} or @samp{unknown}.
31167
31168 @node Asynchronous and non-stop modes
31169 @subsection Asynchronous command execution and non-stop mode
31170
31171 On some targets, @value{GDBN} is capable of processing MI commands
31172 even while the target is running. This is called @dfn{asynchronous
31173 command execution} (@pxref{Background Execution}). The frontend may
31174 specify a preference for asynchronous execution using the
31175 @code{-gdb-set mi-async 1} command, which should be emitted before
31176 either running the executable or attaching to the target. After the
31177 frontend has started the executable or attached to the target, it can
31178 find if asynchronous execution is enabled using the
31179 @code{-list-target-features} command.
31180
31181 @table @code
31182 @cindex foreground execution
31183 @cindex background execution
31184 @cindex asynchronous execution
31185 @cindex execution, foreground, background and asynchronous
31186 @kindex set mi-async
31187 @item -gdb-set mi-async @r{[}on@r{|}off@r{]}
31188 Set whether MI is in asynchronous mode.
31189
31190 When @code{off}, which is the default, MI execution commands (e.g.,
31191 @code{-exec-continue}) are foreground commands, and @value{GDBN} waits
31192 for the program to stop before processing further commands.
31193
31194 When @code{on}, MI execution commands are background execution
31195 commands (e.g., @code{-exec-continue} becomes the equivalent of the
31196 @code{c&} CLI command), and so @value{GDBN} is capable of processing
31197 MI commands even while the target is running.
31198
31199 @kindex show mi-async
31200 @item -gdb-show mi-async
31201 Show whether MI asynchronous mode is enabled.
31202 @end table
31203
31204 Note: In @value{GDBN} version 7.7 and earlier, this option was called
31205 @code{target-async} instead of @code{mi-async}, and it had the effect
31206 of both putting MI in asynchronous mode and making CLI background
31207 commands possible. CLI background commands are now always possible
31208 ``out of the box'' if the target supports them. The old spelling is
31209 kept as a deprecated alias for backwards compatibility.
31210
31211 Even if @value{GDBN} can accept a command while target is running,
31212 many commands that access the target do not work when the target is
31213 running. Therefore, asynchronous command execution is most useful
31214 when combined with non-stop mode (@pxref{Non-Stop Mode}). Then,
31215 it is possible to examine the state of one thread, while other threads
31216 are running.
31217
31218 When a given thread is running, MI commands that try to access the
31219 target in the context of that thread may not work, or may work only on
31220 some targets. In particular, commands that try to operate on thread's
31221 stack will not work, on any target. Commands that read memory, or
31222 modify breakpoints, may work or not work, depending on the target. Note
31223 that even commands that operate on global state, such as @code{print},
31224 @code{set}, and breakpoint commands, still access the target in the
31225 context of a specific thread, so frontend should try to find a
31226 stopped thread and perform the operation on that thread (using the
31227 @samp{--thread} option).
31228
31229 Which commands will work in the context of a running thread is
31230 highly target dependent. However, the two commands
31231 @code{-exec-interrupt}, to stop a thread, and @code{-thread-info},
31232 to find the state of a thread, will always work.
31233
31234 @node Thread groups
31235 @subsection Thread groups
31236 @value{GDBN} may be used to debug several processes at the same time.
31237 On some platforms, @value{GDBN} may support debugging of several
31238 hardware systems, each one having several cores with several different
31239 processes running on each core. This section describes the MI
31240 mechanism to support such debugging scenarios.
31241
31242 The key observation is that regardless of the structure of the
31243 target, MI can have a global list of threads, because most commands that
31244 accept the @samp{--thread} option do not need to know what process that
31245 thread belongs to. Therefore, it is not necessary to introduce
31246 neither additional @samp{--process} option, nor an notion of the
31247 current process in the MI interface. The only strictly new feature
31248 that is required is the ability to find how the threads are grouped
31249 into processes.
31250
31251 To allow the user to discover such grouping, and to support arbitrary
31252 hierarchy of machines/cores/processes, MI introduces the concept of a
31253 @dfn{thread group}. Thread group is a collection of threads and other
31254 thread groups. A thread group always has a string identifier, a type,
31255 and may have additional attributes specific to the type. A new
31256 command, @code{-list-thread-groups}, returns the list of top-level
31257 thread groups, which correspond to processes that @value{GDBN} is
31258 debugging at the moment. By passing an identifier of a thread group
31259 to the @code{-list-thread-groups} command, it is possible to obtain
31260 the members of specific thread group.
31261
31262 To allow the user to easily discover processes, and other objects, he
31263 wishes to debug, a concept of @dfn{available thread group} is
31264 introduced. Available thread group is an thread group that
31265 @value{GDBN} is not debugging, but that can be attached to, using the
31266 @code{-target-attach} command. The list of available top-level thread
31267 groups can be obtained using @samp{-list-thread-groups --available}.
31268 In general, the content of a thread group may be only retrieved only
31269 after attaching to that thread group.
31270
31271 Thread groups are related to inferiors (@pxref{Inferiors Connections and
31272 Programs}). Each inferior corresponds to a thread group of a special
31273 type @samp{process}, and some additional operations are permitted on
31274 such thread groups.
31275
31276 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31277 @node GDB/MI Command Syntax
31278 @section @sc{gdb/mi} Command Syntax
31279
31280 @menu
31281 * GDB/MI Input Syntax::
31282 * GDB/MI Output Syntax::
31283 @end menu
31284
31285 @node GDB/MI Input Syntax
31286 @subsection @sc{gdb/mi} Input Syntax
31287
31288 @cindex input syntax for @sc{gdb/mi}
31289 @cindex @sc{gdb/mi}, input syntax
31290 @table @code
31291 @item @var{command} @expansion{}
31292 @code{@var{cli-command} | @var{mi-command}}
31293
31294 @item @var{cli-command} @expansion{}
31295 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
31296 @var{cli-command} is any existing @value{GDBN} CLI command.
31297
31298 @item @var{mi-command} @expansion{}
31299 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
31300 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
31301
31302 @item @var{token} @expansion{}
31303 "any sequence of digits"
31304
31305 @item @var{option} @expansion{}
31306 @code{"-" @var{parameter} [ " " @var{parameter} ]}
31307
31308 @item @var{parameter} @expansion{}
31309 @code{@var{non-blank-sequence} | @var{c-string}}
31310
31311 @item @var{operation} @expansion{}
31312 @emph{any of the operations described in this chapter}
31313
31314 @item @var{non-blank-sequence} @expansion{}
31315 @emph{anything, provided it doesn't contain special characters such as
31316 "-", @var{nl}, """ and of course " "}
31317
31318 @item @var{c-string} @expansion{}
31319 @code{""" @var{seven-bit-iso-c-string-content} """}
31320
31321 @item @var{nl} @expansion{}
31322 @code{CR | CR-LF}
31323 @end table
31324
31325 @noindent
31326 Notes:
31327
31328 @itemize @bullet
31329 @item
31330 The CLI commands are still handled by the @sc{mi} interpreter; their
31331 output is described below.
31332
31333 @item
31334 The @code{@var{token}}, when present, is passed back when the command
31335 finishes.
31336
31337 @item
31338 Some @sc{mi} commands accept optional arguments as part of the parameter
31339 list. Each option is identified by a leading @samp{-} (dash) and may be
31340 followed by an optional argument parameter. Options occur first in the
31341 parameter list and can be delimited from normal parameters using
31342 @samp{--} (this is useful when some parameters begin with a dash).
31343 @end itemize
31344
31345 Pragmatics:
31346
31347 @itemize @bullet
31348 @item
31349 We want easy access to the existing CLI syntax (for debugging).
31350
31351 @item
31352 We want it to be easy to spot a @sc{mi} operation.
31353 @end itemize
31354
31355 @node GDB/MI Output Syntax
31356 @subsection @sc{gdb/mi} Output Syntax
31357
31358 @cindex output syntax of @sc{gdb/mi}
31359 @cindex @sc{gdb/mi}, output syntax
31360 The output from @sc{gdb/mi} consists of zero or more out-of-band records
31361 followed, optionally, by a single result record. This result record
31362 is for the most recent command. The sequence of output records is
31363 terminated by @samp{(gdb)}.
31364
31365 If an input command was prefixed with a @code{@var{token}} then the
31366 corresponding output for that command will also be prefixed by that same
31367 @var{token}.
31368
31369 @table @code
31370 @item @var{output} @expansion{}
31371 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
31372
31373 @item @var{result-record} @expansion{}
31374 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
31375
31376 @item @var{out-of-band-record} @expansion{}
31377 @code{@var{async-record} | @var{stream-record}}
31378
31379 @item @var{async-record} @expansion{}
31380 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
31381
31382 @item @var{exec-async-output} @expansion{}
31383 @code{[ @var{token} ] "*" @var{async-output nl}}
31384
31385 @item @var{status-async-output} @expansion{}
31386 @code{[ @var{token} ] "+" @var{async-output nl}}
31387
31388 @item @var{notify-async-output} @expansion{}
31389 @code{[ @var{token} ] "=" @var{async-output nl}}
31390
31391 @item @var{async-output} @expansion{}
31392 @code{@var{async-class} ( "," @var{result} )*}
31393
31394 @item @var{result-class} @expansion{}
31395 @code{"done" | "running" | "connected" | "error" | "exit"}
31396
31397 @item @var{async-class} @expansion{}
31398 @code{"stopped" | @var{others}} (where @var{others} will be added
31399 depending on the needs---this is still in development).
31400
31401 @item @var{result} @expansion{}
31402 @code{ @var{variable} "=" @var{value}}
31403
31404 @item @var{variable} @expansion{}
31405 @code{ @var{string} }
31406
31407 @item @var{value} @expansion{}
31408 @code{ @var{const} | @var{tuple} | @var{list} }
31409
31410 @item @var{const} @expansion{}
31411 @code{@var{c-string}}
31412
31413 @item @var{tuple} @expansion{}
31414 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
31415
31416 @item @var{list} @expansion{}
31417 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
31418 @var{result} ( "," @var{result} )* "]" }
31419
31420 @item @var{stream-record} @expansion{}
31421 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
31422
31423 @item @var{console-stream-output} @expansion{}
31424 @code{"~" @var{c-string nl}}
31425
31426 @item @var{target-stream-output} @expansion{}
31427 @code{"@@" @var{c-string nl}}
31428
31429 @item @var{log-stream-output} @expansion{}
31430 @code{"&" @var{c-string nl}}
31431
31432 @item @var{nl} @expansion{}
31433 @code{CR | CR-LF}
31434
31435 @item @var{token} @expansion{}
31436 @emph{any sequence of digits}.
31437 @end table
31438
31439 @noindent
31440 Notes:
31441
31442 @itemize @bullet
31443 @item
31444 All output sequences end in a single line containing a period.
31445
31446 @item
31447 The @code{@var{token}} is from the corresponding request. Note that
31448 for all async output, while the token is allowed by the grammar and
31449 may be output by future versions of @value{GDBN} for select async
31450 output messages, it is generally omitted. Frontends should treat
31451 all async output as reporting general changes in the state of the
31452 target and there should be no need to associate async output to any
31453 prior command.
31454
31455 @item
31456 @cindex status output in @sc{gdb/mi}
31457 @var{status-async-output} contains on-going status information about the
31458 progress of a slow operation. It can be discarded. All status output is
31459 prefixed by @samp{+}.
31460
31461 @item
31462 @cindex async output in @sc{gdb/mi}
31463 @var{exec-async-output} contains asynchronous state change on the target
31464 (stopped, started, disappeared). All async output is prefixed by
31465 @samp{*}.
31466
31467 @item
31468 @cindex notify output in @sc{gdb/mi}
31469 @var{notify-async-output} contains supplementary information that the
31470 client should handle (e.g., a new breakpoint information). All notify
31471 output is prefixed by @samp{=}.
31472
31473 @item
31474 @cindex console output in @sc{gdb/mi}
31475 @var{console-stream-output} is output that should be displayed as is in the
31476 console. It is the textual response to a CLI command. All the console
31477 output is prefixed by @samp{~}.
31478
31479 @item
31480 @cindex target output in @sc{gdb/mi}
31481 @var{target-stream-output} is the output produced by the target program.
31482 All the target output is prefixed by @samp{@@}.
31483
31484 @item
31485 @cindex log output in @sc{gdb/mi}
31486 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
31487 instance messages that should be displayed as part of an error log. All
31488 the log output is prefixed by @samp{&}.
31489
31490 @item
31491 @cindex list output in @sc{gdb/mi}
31492 New @sc{gdb/mi} commands should only output @var{lists} containing
31493 @var{values}.
31494
31495
31496 @end itemize
31497
31498 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
31499 details about the various output records.
31500
31501 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31502 @node GDB/MI Compatibility with CLI
31503 @section @sc{gdb/mi} Compatibility with CLI
31504
31505 @cindex compatibility, @sc{gdb/mi} and CLI
31506 @cindex @sc{gdb/mi}, compatibility with CLI
31507
31508 For the developers convenience CLI commands can be entered directly,
31509 but there may be some unexpected behaviour. For example, commands
31510 that query the user will behave as if the user replied yes, breakpoint
31511 command lists are not executed and some CLI commands, such as
31512 @code{if}, @code{when} and @code{define}, prompt for further input with
31513 @samp{>}, which is not valid MI output.
31514
31515 This feature may be removed at some stage in the future and it is
31516 recommended that front ends use the @code{-interpreter-exec} command
31517 (@pxref{-interpreter-exec}).
31518
31519 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31520 @node GDB/MI Development and Front Ends
31521 @section @sc{gdb/mi} Development and Front Ends
31522 @cindex @sc{gdb/mi} development
31523
31524 The application which takes the MI output and presents the state of the
31525 program being debugged to the user is called a @dfn{front end}.
31526
31527 Since @sc{gdb/mi} is used by a variety of front ends to @value{GDBN}, changes
31528 to the MI interface may break existing usage. This section describes how the
31529 protocol changes and how to request previous version of the protocol when it
31530 does.
31531
31532 Some changes in MI need not break a carefully designed front end, and
31533 for these the MI version will remain unchanged. The following is a
31534 list of changes that may occur within one level, so front ends should
31535 parse MI output in a way that can handle them:
31536
31537 @itemize @bullet
31538 @item
31539 New MI commands may be added.
31540
31541 @item
31542 New fields may be added to the output of any MI command.
31543
31544 @item
31545 The range of values for fields with specified values, e.g.,
31546 @code{in_scope} (@pxref{-var-update}) may be extended.
31547
31548 @c The format of field's content e.g type prefix, may change so parse it
31549 @c at your own risk. Yes, in general?
31550
31551 @c The order of fields may change? Shouldn't really matter but it might
31552 @c resolve inconsistencies.
31553 @end itemize
31554
31555 If the changes are likely to break front ends, the MI version level
31556 will be increased by one. The new versions of the MI protocol are not compatible
31557 with the old versions. Old versions of MI remain available, allowing front ends
31558 to keep using them until they are modified to use the latest MI version.
31559
31560 Since @code{--interpreter=mi} always points to the latest MI version, it is
31561 recommended that front ends request a specific version of MI when launching
31562 @value{GDBN} (e.g.@: @code{--interpreter=mi2}) to make sure they get an
31563 interpreter with the MI version they expect.
31564
31565 The following table gives a summary of the released versions of the MI
31566 interface: the version number, the version of GDB in which it first appeared
31567 and the breaking changes compared to the previous version.
31568
31569 @multitable @columnfractions .1 .1 .8
31570 @headitem MI version @tab GDB version @tab Breaking changes
31571
31572 @item
31573 @center 1
31574 @tab
31575 @center 5.1
31576 @tab
31577 None
31578
31579 @item
31580 @center 2
31581 @tab
31582 @center 6.0
31583 @tab
31584
31585 @itemize
31586 @item
31587 The @code{-environment-pwd}, @code{-environment-directory} and
31588 @code{-environment-path} commands now returns values using the MI output
31589 syntax, rather than CLI output syntax.
31590
31591 @item
31592 @code{-var-list-children}'s @code{children} result field is now a list, rather
31593 than a tuple.
31594
31595 @item
31596 @code{-var-update}'s @code{changelist} result field is now a list, rather than
31597 a tuple.
31598 @end itemize
31599
31600 @item
31601 @center 3
31602 @tab
31603 @center 9.1
31604 @tab
31605
31606 @itemize
31607 @item
31608 The output of information about multi-location breakpoints has changed in the
31609 responses to the @code{-break-insert} and @code{-break-info} commands, as well
31610 as in the @code{=breakpoint-created} and @code{=breakpoint-modified} events.
31611 The multiple locations are now placed in a @code{locations} field, whose value
31612 is a list.
31613 @end itemize
31614
31615 @item
31616 @center 4
31617 @tab
31618 @center 13.1
31619 @tab
31620
31621 @itemize
31622 @item
31623 The syntax of the "script" field in breakpoint output has changed in the
31624 responses to the @code{-break-insert} and @code{-break-info} commands, as
31625 well as the @code{=breakpoint-created} and @code{=breakpoint-modified}
31626 events. The previous output was syntactically invalid. The new output is
31627 a list.
31628 @end itemize
31629
31630 @end multitable
31631
31632 If your front end cannot yet migrate to a more recent version of the
31633 MI protocol, you can nevertheless selectively enable specific features
31634 available in those recent MI versions, using the following commands:
31635
31636 @table @code
31637
31638 @item -fix-multi-location-breakpoint-output
31639 Use the output for multi-location breakpoints which was introduced by
31640 MI 3, even when using MI versions below 3. This command has no
31641 effect when using MI version 3 or later.
31642
31643 @item -fix-breakpoint-script-output
31644 Use the output for the breakpoint "script" field which was introduced by
31645 MI 4, even when using MI versions below 4. This command has no effect when
31646 using MI version 4 or later.
31647
31648 @end table
31649
31650 The best way to avoid unexpected changes in MI that might break your front
31651 end is to make your project known to @value{GDBN} developers and
31652 follow development on @email{gdb@@sourceware.org} and
31653 @email{gdb-patches@@sourceware.org}.
31654 @cindex mailing lists
31655
31656 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31657 @node GDB/MI Output Records
31658 @section @sc{gdb/mi} Output Records
31659
31660 @menu
31661 * GDB/MI Result Records::
31662 * GDB/MI Stream Records::
31663 * GDB/MI Async Records::
31664 * GDB/MI Breakpoint Information::
31665 * GDB/MI Frame Information::
31666 * GDB/MI Thread Information::
31667 * GDB/MI Ada Exception Information::
31668 @end menu
31669
31670 @node GDB/MI Result Records
31671 @subsection @sc{gdb/mi} Result Records
31672
31673 @cindex result records in @sc{gdb/mi}
31674 @cindex @sc{gdb/mi}, result records
31675 In addition to a number of out-of-band notifications, the response to a
31676 @sc{gdb/mi} command includes one of the following result indications:
31677
31678 @table @code
31679 @findex ^done
31680 @item "^done" [ "," @var{results} ]
31681 The synchronous operation was successful, @code{@var{results}} are the return
31682 values.
31683
31684 @findex ^running
31685 @item "^running"
31686 This result record is equivalent to @samp{^done}. Historically, it
31687 was output instead of @samp{^done} if the command has resumed the
31688 target. This behaviour is maintained for backward compatibility, but
31689 all frontends should treat @samp{^done} and @samp{^running}
31690 identically and rely on the @samp{*running} output record to determine
31691 which threads are resumed.
31692
31693 @findex ^connected
31694 @item "^connected"
31695 @value{GDBN} has connected to a remote target.
31696
31697 @findex ^error
31698 @item "^error" "," "msg=" @var{c-string} [ "," "code=" @var{c-string} ]
31699 The operation failed. The @code{msg=@var{c-string}} variable contains
31700 the corresponding error message.
31701
31702 If present, the @code{code=@var{c-string}} variable provides an error
31703 code on which consumers can rely on to detect the corresponding
31704 error condition. At present, only one error code is defined:
31705
31706 @table @samp
31707 @item "undefined-command"
31708 Indicates that the command causing the error does not exist.
31709 @end table
31710
31711 @findex ^exit
31712 @item "^exit"
31713 @value{GDBN} has terminated.
31714
31715 @end table
31716
31717 @node GDB/MI Stream Records
31718 @subsection @sc{gdb/mi} Stream Records
31719
31720 @cindex @sc{gdb/mi}, stream records
31721 @cindex stream records in @sc{gdb/mi}
31722 @value{GDBN} internally maintains a number of output streams: the console, the
31723 target, and the log. The output intended for each of these streams is
31724 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
31725
31726 Each stream record begins with a unique @dfn{prefix character} which
31727 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
31728 Syntax}). In addition to the prefix, each stream record contains a
31729 @code{@var{string-output}}. This is either raw text (with an implicit new
31730 line) or a quoted C string (which does not contain an implicit newline).
31731
31732 @table @code
31733 @item "~" @var{string-output}
31734 The console output stream contains text that should be displayed in the
31735 CLI console window. It contains the textual responses to CLI commands.
31736
31737 @item "@@" @var{string-output}
31738 The target output stream contains any textual output from the running
31739 target. This is only present when GDB's event loop is truly
31740 asynchronous, which is currently only the case for remote targets.
31741
31742 @item "&" @var{string-output}
31743 The log stream contains debugging messages being produced by @value{GDBN}'s
31744 internals.
31745 @end table
31746
31747 @node GDB/MI Async Records
31748 @subsection @sc{gdb/mi} Async Records
31749
31750 @cindex async records in @sc{gdb/mi}
31751 @cindex @sc{gdb/mi}, async records
31752 @dfn{Async} records are used to notify the @sc{gdb/mi} client of
31753 additional changes that have occurred. Those changes can either be a
31754 consequence of @sc{gdb/mi} commands (e.g., a breakpoint modified) or a result of
31755 target activity (e.g., target stopped).
31756
31757 The following is the list of possible async records:
31758
31759 @table @code
31760
31761 @item *running,thread-id="@var{thread}"
31762 The target is now running. The @var{thread} field can be the global
31763 thread ID of the thread that is now running, and it can be
31764 @samp{all} if all threads are running. The frontend should assume
31765 that no interaction with a running thread is possible after this
31766 notification is produced. The frontend should not assume that this
31767 notification is output only once for any command. @value{GDBN} may
31768 emit this notification several times, either for different threads,
31769 because it cannot resume all threads together, or even for a single
31770 thread, if the thread must be stepped though some code before letting
31771 it run freely.
31772
31773 @item *stopped,reason="@var{reason}",thread-id="@var{id}",stopped-threads="@var{stopped}",core="@var{core}"
31774 The target has stopped. The @var{reason} field can have one of the
31775 following values:
31776
31777 @table @code
31778 @item breakpoint-hit
31779 A breakpoint was reached.
31780 @item watchpoint-trigger
31781 A watchpoint was triggered.
31782 @item read-watchpoint-trigger
31783 A read watchpoint was triggered.
31784 @item access-watchpoint-trigger
31785 An access watchpoint was triggered.
31786 @item function-finished
31787 An -exec-finish or similar CLI command was accomplished.
31788 @item location-reached
31789 An -exec-until or similar CLI command was accomplished.
31790 @item watchpoint-scope
31791 A watchpoint has gone out of scope.
31792 @item end-stepping-range
31793 An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
31794 similar CLI command was accomplished.
31795 @item exited-signalled
31796 The inferior exited because of a signal.
31797 @item exited
31798 The inferior exited.
31799 @item exited-normally
31800 The inferior exited normally.
31801 @item signal-received
31802 A signal was received by the inferior.
31803 @item solib-event
31804 The inferior has stopped due to a library being loaded or unloaded.
31805 This can happen when @code{stop-on-solib-events} (@pxref{Files}) is
31806 set or when a @code{catch load} or @code{catch unload} catchpoint is
31807 in use (@pxref{Set Catchpoints}).
31808 @item fork
31809 The inferior has forked. This is reported when @code{catch fork}
31810 (@pxref{Set Catchpoints}) has been used.
31811 @item vfork
31812 The inferior has vforked. This is reported in when @code{catch vfork}
31813 (@pxref{Set Catchpoints}) has been used.
31814 @item syscall-entry
31815 The inferior entered a system call. This is reported when @code{catch
31816 syscall} (@pxref{Set Catchpoints}) has been used.
31817 @item syscall-return
31818 The inferior returned from a system call. This is reported when
31819 @code{catch syscall} (@pxref{Set Catchpoints}) has been used.
31820 @item exec
31821 The inferior called @code{exec}. This is reported when @code{catch exec}
31822 (@pxref{Set Catchpoints}) has been used.
31823 @item no-history
31824 There isn't enough history recorded to continue reverse execution.
31825 @end table
31826
31827 The @var{id} field identifies the global thread ID of the thread
31828 that directly caused the stop -- for example by hitting a breakpoint.
31829 Depending on whether all-stop
31830 mode is in effect (@pxref{All-Stop Mode}), @value{GDBN} may either
31831 stop all threads, or only the thread that directly triggered the stop.
31832 If all threads are stopped, the @var{stopped} field will have the
31833 value of @code{"all"}. Otherwise, the value of the @var{stopped}
31834 field will be a list of thread identifiers. Presently, this list will
31835 always include a single thread, but frontend should be prepared to see
31836 several threads in the list. The @var{core} field reports the
31837 processor core on which the stop event has happened. This field may be absent
31838 if such information is not available.
31839
31840 @item =thread-group-added,id="@var{id}"
31841 @itemx =thread-group-removed,id="@var{id}"
31842 A thread group was either added or removed. The @var{id} field
31843 contains the @value{GDBN} identifier of the thread group. When a thread
31844 group is added, it generally might not be associated with a running
31845 process. When a thread group is removed, its id becomes invalid and
31846 cannot be used in any way.
31847
31848 @item =thread-group-started,id="@var{id}",pid="@var{pid}"
31849 A thread group became associated with a running program,
31850 either because the program was just started or the thread group
31851 was attached to a program. The @var{id} field contains the
31852 @value{GDBN} identifier of the thread group. The @var{pid} field
31853 contains process identifier, specific to the operating system.
31854
31855 @item =thread-group-exited,id="@var{id}"[,exit-code="@var{code}"]
31856 A thread group is no longer associated with a running program,
31857 either because the program has exited, or because it was detached
31858 from. The @var{id} field contains the @value{GDBN} identifier of the
31859 thread group. The @var{code} field is the exit code of the inferior; it exists
31860 only when the inferior exited with some code.
31861
31862 @item =thread-created,id="@var{id}",group-id="@var{gid}"
31863 @itemx =thread-exited,id="@var{id}",group-id="@var{gid}"
31864 A thread either was created, or has exited. The @var{id} field
31865 contains the global @value{GDBN} identifier of the thread. The @var{gid}
31866 field identifies the thread group this thread belongs to.
31867
31868 @item =thread-selected,id="@var{id}"[,frame="@var{frame}"]
31869 Informs that the selected thread or frame were changed. This notification
31870 is not emitted as result of the @code{-thread-select} or
31871 @code{-stack-select-frame} commands, but is emitted whenever an MI command
31872 that is not documented to change the selected thread and frame actually
31873 changes them. In particular, invoking, directly or indirectly
31874 (via user-defined command), the CLI @code{thread} or @code{frame} commands,
31875 will generate this notification. Changing the thread or frame from another
31876 user interface (see @ref{Interpreters}) will also generate this notification.
31877
31878 The @var{frame} field is only present if the newly selected thread is
31879 stopped. See @ref{GDB/MI Frame Information} for the format of its value.
31880
31881 We suggest that in response to this notification, front ends
31882 highlight the selected thread and cause subsequent commands to apply to
31883 that thread.
31884
31885 @item =library-loaded,...
31886 Reports that a new library file was loaded by the program. This
31887 notification has 5 fields---@var{id}, @var{target-name},
31888 @var{host-name}, @var{symbols-loaded} and @var{ranges}. The @var{id} field is an
31889 opaque identifier of the library. For remote debugging case,
31890 @var{target-name} and @var{host-name} fields give the name of the
31891 library file on the target, and on the host respectively. For native
31892 debugging, both those fields have the same value. The
31893 @var{symbols-loaded} field is emitted only for backward compatibility
31894 and should not be relied on to convey any useful information. The
31895 @var{thread-group} field, if present, specifies the id of the thread
31896 group in whose context the library was loaded. If the field is
31897 absent, it means the library was loaded in the context of all present
31898 thread groups. The @var{ranges} field specifies the ranges of addresses belonging
31899 to this library.
31900
31901 @item =library-unloaded,...
31902 Reports that a library was unloaded by the program. This notification
31903 has 3 fields---@var{id}, @var{target-name} and @var{host-name} with
31904 the same meaning as for the @code{=library-loaded} notification.
31905 The @var{thread-group} field, if present, specifies the id of the
31906 thread group in whose context the library was unloaded. If the field is
31907 absent, it means the library was unloaded in the context of all present
31908 thread groups.
31909
31910 @item =traceframe-changed,num=@var{tfnum},tracepoint=@var{tpnum}
31911 @itemx =traceframe-changed,end
31912 Reports that the trace frame was changed and its new number is
31913 @var{tfnum}. The number of the tracepoint associated with this trace
31914 frame is @var{tpnum}.
31915
31916 @item =tsv-created,name=@var{name},initial=@var{initial}
31917 Reports that the new trace state variable @var{name} is created with
31918 initial value @var{initial}.
31919
31920 @item =tsv-deleted,name=@var{name}
31921 @itemx =tsv-deleted
31922 Reports that the trace state variable @var{name} is deleted or all
31923 trace state variables are deleted.
31924
31925 @item =tsv-modified,name=@var{name},initial=@var{initial}[,current=@var{current}]
31926 Reports that the trace state variable @var{name} is modified with
31927 the initial value @var{initial}. The current value @var{current} of
31928 trace state variable is optional and is reported if the current
31929 value of trace state variable is known.
31930
31931 @item =breakpoint-created,bkpt=@{...@}
31932 @itemx =breakpoint-modified,bkpt=@{...@}
31933 @itemx =breakpoint-deleted,id=@var{number}
31934 Reports that a breakpoint was created, modified, or deleted,
31935 respectively. Only user-visible breakpoints are reported to the MI
31936 user.
31937
31938 The @var{bkpt} argument is of the same form as returned by the various
31939 breakpoint commands; @xref{GDB/MI Breakpoint Commands}. The
31940 @var{number} is the ordinal number of the breakpoint.
31941
31942 Note that if a breakpoint is emitted in the result record of a
31943 command, then it will not also be emitted in an async record.
31944
31945 @item =record-started,thread-group="@var{id}",method="@var{method}"[,format="@var{format}"]
31946 @itemx =record-stopped,thread-group="@var{id}"
31947 Execution log recording was either started or stopped on an
31948 inferior. The @var{id} is the @value{GDBN} identifier of the thread
31949 group corresponding to the affected inferior.
31950
31951 The @var{method} field indicates the method used to record execution. If the
31952 method in use supports multiple recording formats, @var{format} will be present
31953 and contain the currently used format. @xref{Process Record and Replay},
31954 for existing method and format values.
31955
31956 @item =cmd-param-changed,param=@var{param},value=@var{value}
31957 Reports that a parameter of the command @code{set @var{param}} is
31958 changed to @var{value}. In the multi-word @code{set} command,
31959 the @var{param} is the whole parameter list to @code{set} command.
31960 For example, In command @code{set check type on}, @var{param}
31961 is @code{check type} and @var{value} is @code{on}.
31962
31963 @item =memory-changed,thread-group=@var{id},addr=@var{addr},len=@var{len}[,type="code"]
31964 Reports that bytes from @var{addr} to @var{data} + @var{len} were
31965 written in an inferior. The @var{id} is the identifier of the
31966 thread group corresponding to the affected inferior. The optional
31967 @code{type="code"} part is reported if the memory written to holds
31968 executable code.
31969 @end table
31970
31971 @node GDB/MI Breakpoint Information
31972 @subsection @sc{gdb/mi} Breakpoint Information
31973
31974 When @value{GDBN} reports information about a breakpoint, a
31975 tracepoint, a watchpoint, or a catchpoint, it uses a tuple with the
31976 following fields:
31977
31978 @table @code
31979 @item number
31980 The breakpoint number.
31981
31982 @item type
31983 The type of the breakpoint. For ordinary breakpoints this will be
31984 @samp{breakpoint}, but many values are possible.
31985
31986 @item catch-type
31987 If the type of the breakpoint is @samp{catchpoint}, then this
31988 indicates the exact type of catchpoint.
31989
31990 @item disp
31991 This is the breakpoint disposition---either @samp{del}, meaning that
31992 the breakpoint will be deleted at the next stop, or @samp{keep},
31993 meaning that the breakpoint will not be deleted.
31994
31995 @item enabled
31996 This indicates whether the breakpoint is enabled, in which case the
31997 value is @samp{y}, or disabled, in which case the value is @samp{n}.
31998 Note that this is not the same as the field @code{enable}.
31999
32000 @item addr
32001 The address of the breakpoint. This may be a hexidecimal number,
32002 giving the address; or the string @samp{<PENDING>}, for a pending
32003 breakpoint; or the string @samp{<MULTIPLE>}, for a breakpoint with
32004 multiple locations. This field will not be present if no address can
32005 be determined. For example, a watchpoint does not have an address.
32006
32007 @item addr_flags
32008 Optional field containing any flags related to the address. These flags are
32009 architecture-dependent; see @ref{Architectures} for their meaning for a
32010 particular CPU.
32011
32012 @item func
32013 If known, the function in which the breakpoint appears.
32014 If not known, this field is not present.
32015
32016 @item filename
32017 The name of the source file which contains this function, if known.
32018 If not known, this field is not present.
32019
32020 @item fullname
32021 The full file name of the source file which contains this function, if
32022 known. If not known, this field is not present.
32023
32024 @item line
32025 The line number at which this breakpoint appears, if known.
32026 If not known, this field is not present.
32027
32028 @item at
32029 If the source file is not known, this field may be provided. If
32030 provided, this holds the address of the breakpoint, possibly followed
32031 by a symbol name.
32032
32033 @item pending
32034 If this breakpoint is pending, this field is present and holds the
32035 text used to set the breakpoint, as entered by the user.
32036
32037 @item evaluated-by
32038 Where this breakpoint's condition is evaluated, either @samp{host} or
32039 @samp{target}.
32040
32041 @item thread
32042 If this is a thread-specific breakpoint, then this identifies the
32043 thread in which the breakpoint can trigger.
32044
32045 @item inferior
32046 If this is an inferior-specific breakpoint, this this identifies the
32047 inferior in which the breakpoint can trigger.
32048
32049 @item task
32050 If this breakpoint is restricted to a particular Ada task, then this
32051 field will hold the task identifier.
32052
32053 @item cond
32054 If the breakpoint is conditional, this is the condition expression.
32055
32056 @item ignore
32057 The ignore count of the breakpoint.
32058
32059 @item enable
32060 The enable count of the breakpoint.
32061
32062 @item traceframe-usage
32063 FIXME.
32064
32065 @item static-tracepoint-marker-string-id
32066 For a static tracepoint, the name of the static tracepoint marker.
32067
32068 @item mask
32069 For a masked watchpoint, this is the mask.
32070
32071 @item pass
32072 A tracepoint's pass count.
32073
32074 @item original-location
32075 The location of the breakpoint as originally specified by the user.
32076 This field is optional.
32077
32078 @item times
32079 The number of times the breakpoint has been hit.
32080
32081 @item installed
32082 This field is only given for tracepoints. This is either @samp{y},
32083 meaning that the tracepoint is installed, or @samp{n}, meaning that it
32084 is not.
32085
32086 @item what
32087 Some extra data, the exact contents of which are type-dependent.
32088
32089 @item locations
32090 This field is present if the breakpoint has multiple locations. It is also
32091 exceptionally present if the breakpoint is enabled and has a single, disabled
32092 location.
32093
32094 The value is a list of locations. The format of a location is described below.
32095
32096 @end table
32097
32098 A location in a multi-location breakpoint is represented as a tuple with the
32099 following fields:
32100
32101 @table @code
32102
32103 @item number
32104 The location number as a dotted pair, like @samp{1.2}. The first digit is the
32105 number of the parent breakpoint. The second digit is the number of the
32106 location within that breakpoint.
32107
32108 @item enabled
32109 There are three possible values, with the following meanings:
32110 @table @code
32111 @item y
32112 The location is enabled.
32113 @item n
32114 The location is disabled by the user.
32115 @item N
32116 The location is disabled because the breakpoint condition is invalid
32117 at this location.
32118 @end table
32119
32120 @item addr
32121 The address of this location as an hexidecimal number.
32122
32123 @item addr_flags
32124 Optional field containing any flags related to the address. These flags are
32125 architecture-dependent; see @ref{Architectures} for their meaning for a
32126 particular CPU.
32127
32128 @item func
32129 If known, the function in which the location appears.
32130 If not known, this field is not present.
32131
32132 @item file
32133 The name of the source file which contains this location, if known.
32134 If not known, this field is not present.
32135
32136 @item fullname
32137 The full file name of the source file which contains this location, if
32138 known. If not known, this field is not present.
32139
32140 @item line
32141 The line number at which this location appears, if known.
32142 If not known, this field is not present.
32143
32144 @item thread-groups
32145 The thread groups this location is in.
32146
32147 @end table
32148
32149 For example, here is what the output of @code{-break-insert}
32150 (@pxref{GDB/MI Breakpoint Commands}) might be:
32151
32152 @smallexample
32153 -> -break-insert main
32154 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
32155 enabled="y",addr="0x08048564",func="main",file="myprog.c",
32156 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
32157 times="0"@}
32158 <- (gdb)
32159 @end smallexample
32160
32161 @node GDB/MI Frame Information
32162 @subsection @sc{gdb/mi} Frame Information
32163
32164 Response from many MI commands includes an information about stack
32165 frame. This information is a tuple that may have the following
32166 fields:
32167
32168 @table @code
32169 @item level
32170 The level of the stack frame. The innermost frame has the level of
32171 zero. This field is always present.
32172
32173 @item func
32174 The name of the function corresponding to the frame. This field may
32175 be absent if @value{GDBN} is unable to determine the function name.
32176
32177 @item addr
32178 The code address for the frame. This field is always present.
32179
32180 @item addr_flags
32181 Optional field containing any flags related to the address. These flags are
32182 architecture-dependent; see @ref{Architectures} for their meaning for a
32183 particular CPU.
32184
32185 @item file
32186 The name of the source files that correspond to the frame's code
32187 address. This field may be absent.
32188
32189 @item line
32190 The source line corresponding to the frames' code address. This field
32191 may be absent.
32192
32193 @item from
32194 The name of the binary file (either executable or shared library) the
32195 corresponds to the frame's code address. This field may be absent.
32196
32197 @end table
32198
32199 @node GDB/MI Thread Information
32200 @subsection @sc{gdb/mi} Thread Information
32201
32202 Whenever @value{GDBN} has to report an information about a thread, it
32203 uses a tuple with the following fields. The fields are always present unless
32204 stated otherwise.
32205
32206 @table @code
32207 @item id
32208 The global numeric id assigned to the thread by @value{GDBN}.
32209
32210 @item target-id
32211 The target-specific string identifying the thread.
32212
32213 @item details
32214 Additional information about the thread provided by the target.
32215 It is supposed to be human-readable and not interpreted by the
32216 frontend. This field is optional.
32217
32218 @item name
32219 The name of the thread. If the user specified a name using the
32220 @code{thread name} command, then this name is given. Otherwise, if
32221 @value{GDBN} can extract the thread name from the target, then that
32222 name is given. If @value{GDBN} cannot find the thread name, then this
32223 field is omitted.
32224
32225 @item state
32226 The execution state of the thread, either @samp{stopped} or @samp{running},
32227 depending on whether the thread is presently running.
32228
32229 @item frame
32230 The stack frame currently executing in the thread. This field is only present
32231 if the thread is stopped. Its format is documented in
32232 @ref{GDB/MI Frame Information}.
32233
32234 @item core
32235 The value of this field is an integer number of the processor core the
32236 thread was last seen on. This field is optional.
32237 @end table
32238
32239 @node GDB/MI Ada Exception Information
32240 @subsection @sc{gdb/mi} Ada Exception Information
32241
32242 Whenever a @code{*stopped} record is emitted because the program
32243 stopped after hitting an exception catchpoint (@pxref{Set Catchpoints}),
32244 @value{GDBN} provides the name of the exception that was raised via
32245 the @code{exception-name} field. Also, for exceptions that were raised
32246 with an exception message, @value{GDBN} provides that message via
32247 the @code{exception-message} field.
32248
32249 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32250 @node GDB/MI Simple Examples
32251 @section Simple Examples of @sc{gdb/mi} Interaction
32252 @cindex @sc{gdb/mi}, simple examples
32253
32254 This subsection presents several simple examples of interaction using
32255 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
32256 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
32257 the output received from @sc{gdb/mi}.
32258
32259 Note the line breaks shown in the examples are here only for
32260 readability, they don't appear in the real output.
32261
32262 @subheading Setting a Breakpoint
32263
32264 Setting a breakpoint generates synchronous output which contains detailed
32265 information of the breakpoint.
32266
32267 @smallexample
32268 -> -break-insert main
32269 <- ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
32270 enabled="y",addr="0x08048564",func="main",file="myprog.c",
32271 fullname="/home/nickrob/myprog.c",line="68",thread-groups=["i1"],
32272 times="0"@}
32273 <- (gdb)
32274 @end smallexample
32275
32276 @subheading Program Execution
32277
32278 Program execution generates asynchronous records and MI gives the
32279 reason that execution stopped.
32280
32281 @smallexample
32282 -> -exec-run
32283 <- ^running
32284 <- (gdb)
32285 <- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
32286 frame=@{addr="0x08048564",func="main",
32287 args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}],
32288 file="myprog.c",fullname="/home/nickrob/myprog.c",line="68",
32289 arch="i386:x86_64"@}
32290 <- (gdb)
32291 -> -exec-continue
32292 <- ^running
32293 <- (gdb)
32294 <- *stopped,reason="exited-normally"
32295 <- (gdb)
32296 @end smallexample
32297
32298 @subheading Quitting @value{GDBN}
32299
32300 Quitting @value{GDBN} just prints the result class @samp{^exit}.
32301
32302 @smallexample
32303 -> (gdb)
32304 <- -gdb-exit
32305 <- ^exit
32306 @end smallexample
32307
32308 Please note that @samp{^exit} is printed immediately, but it might
32309 take some time for @value{GDBN} to actually exit. During that time, @value{GDBN}
32310 performs necessary cleanups, including killing programs being debugged
32311 or disconnecting from debug hardware, so the frontend should wait till
32312 @value{GDBN} exits and should only forcibly kill @value{GDBN} if it
32313 fails to exit in reasonable time.
32314
32315 @subheading A Bad Command
32316
32317 Here's what happens if you pass a non-existent command:
32318
32319 @smallexample
32320 -> -rubbish
32321 <- ^error,msg="Undefined MI command: rubbish"
32322 <- (gdb)
32323 @end smallexample
32324
32325
32326 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32327 @node GDB/MI Command Description Format
32328 @section @sc{gdb/mi} Command Description Format
32329
32330 The remaining sections describe blocks of commands. Each block of
32331 commands is laid out in a fashion similar to this section.
32332
32333 @subheading Motivation
32334
32335 The motivation for this collection of commands.
32336
32337 @subheading Introduction
32338
32339 A brief introduction to this collection of commands as a whole.
32340
32341 @subheading Commands
32342
32343 For each command in the block, the following is described:
32344
32345 @subsubheading Synopsis
32346
32347 @smallexample
32348 -command @var{args}@dots{}
32349 @end smallexample
32350
32351 @subsubheading Result
32352
32353 @subsubheading @value{GDBN} Command
32354
32355 The corresponding @value{GDBN} CLI command(s), if any.
32356
32357 @subsubheading Example
32358
32359 Example(s) formatted for readability. Some of the described commands have
32360 not been implemented yet and these are labeled N.A.@: (not available).
32361
32362
32363 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
32364 @node GDB/MI Breakpoint Commands
32365 @section @sc{gdb/mi} Breakpoint Commands
32366
32367 @cindex breakpoint commands for @sc{gdb/mi}
32368 @cindex @sc{gdb/mi}, breakpoint commands
32369 This section documents @sc{gdb/mi} commands for manipulating
32370 breakpoints.
32371
32372 @findex -break-after
32373 @subheading The @code{-break-after} Command
32374
32375 @subsubheading Synopsis
32376
32377 @smallexample
32378 -break-after @var{number} @var{count}
32379 @end smallexample
32380
32381 The breakpoint number @var{number} is not in effect until it has been
32382 hit @var{count} times. To see how this is reflected in the output of
32383 the @samp{-break-list} command, see the description of the
32384 @samp{-break-list} command below.
32385
32386 @subsubheading @value{GDBN} Command
32387
32388 The corresponding @value{GDBN} command is @samp{ignore}.
32389
32390 @subsubheading Example
32391
32392 @smallexample
32393 (gdb)
32394 -break-insert main
32395 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
32396 enabled="y",addr="0x000100d0",func="main",file="hello.c",
32397 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
32398 times="0"@}
32399 (gdb)
32400 -break-after 1 3
32401 ~
32402 ^done
32403 (gdb)
32404 -break-list
32405 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
32406 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32407 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32408 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32409 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
32410 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
32411 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
32412 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
32413 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
32414 line="5",thread-groups=["i1"],times="0",ignore="3"@}]@}
32415 (gdb)
32416 @end smallexample
32417
32418 @ignore
32419 @findex -break-catch
32420 @subheading The @code{-break-catch} Command
32421 @end ignore
32422
32423 @findex -break-commands
32424 @subheading The @code{-break-commands} Command
32425
32426 @subsubheading Synopsis
32427
32428 @smallexample
32429 -break-commands @var{number} [ @var{command1} ... @var{commandN} ]
32430 @end smallexample
32431
32432 Specifies the CLI commands that should be executed when breakpoint
32433 @var{number} is hit. The parameters @var{command1} to @var{commandN}
32434 are the commands. If no command is specified, any previously-set
32435 commands are cleared. @xref{Break Commands}. Typical use of this
32436 functionality is tracing a program, that is, printing of values of
32437 some variables whenever breakpoint is hit and then continuing.
32438
32439 @subsubheading @value{GDBN} Command
32440
32441 The corresponding @value{GDBN} command is @samp{commands}.
32442
32443 @subsubheading Example
32444
32445 @smallexample
32446 (gdb)
32447 -break-insert main
32448 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",
32449 enabled="y",addr="0x000100d0",func="main",file="hello.c",
32450 fullname="/home/foo/hello.c",line="5",thread-groups=["i1"],
32451 times="0"@}
32452 (gdb)
32453 -break-commands 1 "print v" "continue"
32454 ^done
32455 (gdb)
32456 @end smallexample
32457
32458 @findex -break-condition
32459 @subheading The @code{-break-condition} Command
32460
32461 @subsubheading Synopsis
32462
32463 @smallexample
32464 -break-condition [ --force ] @var{number} [ @var{expr} ]
32465 @end smallexample
32466
32467 Breakpoint @var{number} will stop the program only if the condition in
32468 @var{expr} is true. The condition becomes part of the
32469 @samp{-break-list} output (see the description of the @samp{-break-list}
32470 command below). If the @samp{--force} flag is passed, the condition
32471 is forcibly defined even when it is invalid for all locations of
32472 breakpoint @var{number}. If the @var{expr} argument is omitted,
32473 breakpoint @var{number} becomes unconditional.
32474
32475 @subsubheading @value{GDBN} Command
32476
32477 The corresponding @value{GDBN} command is @samp{condition}.
32478
32479 @subsubheading Example
32480
32481 @smallexample
32482 (gdb)
32483 -break-condition 1 1
32484 ^done
32485 (gdb)
32486 -break-list
32487 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
32488 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32489 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32490 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32491 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
32492 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
32493 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
32494 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
32495 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
32496 line="5",cond="1",thread-groups=["i1"],times="0",ignore="3"@}]@}
32497 (gdb)
32498 @end smallexample
32499
32500 @findex -break-delete
32501 @subheading The @code{-break-delete} Command
32502
32503 @subsubheading Synopsis
32504
32505 @smallexample
32506 -break-delete ( @var{breakpoint} )+
32507 @end smallexample
32508
32509 Delete the breakpoint(s) whose number(s) are specified in the argument
32510 list. This is obviously reflected in the breakpoint list.
32511
32512 @subsubheading @value{GDBN} Command
32513
32514 The corresponding @value{GDBN} command is @samp{delete}.
32515
32516 @subsubheading Example
32517
32518 @smallexample
32519 (gdb)
32520 -break-delete 1
32521 ^done
32522 (gdb)
32523 -break-list
32524 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
32525 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32526 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32527 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32528 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
32529 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
32530 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
32531 body=[]@}
32532 (gdb)
32533 @end smallexample
32534
32535 @findex -break-disable
32536 @subheading The @code{-break-disable} Command
32537
32538 @subsubheading Synopsis
32539
32540 @smallexample
32541 -break-disable ( @var{breakpoint} )+
32542 @end smallexample
32543
32544 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
32545 break list is now set to @samp{n} for the named @var{breakpoint}(s).
32546
32547 @subsubheading @value{GDBN} Command
32548
32549 The corresponding @value{GDBN} command is @samp{disable}.
32550
32551 @subsubheading Example
32552
32553 @smallexample
32554 (gdb)
32555 -break-disable 2
32556 ^done
32557 (gdb)
32558 -break-list
32559 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
32560 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32561 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32562 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32563 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
32564 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
32565 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
32566 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
32567 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
32568 line="5",thread-groups=["i1"],times="0"@}]@}
32569 (gdb)
32570 @end smallexample
32571
32572 @findex -break-enable
32573 @subheading The @code{-break-enable} Command
32574
32575 @subsubheading Synopsis
32576
32577 @smallexample
32578 -break-enable ( @var{breakpoint} )+
32579 @end smallexample
32580
32581 Enable (previously disabled) @var{breakpoint}(s).
32582
32583 @subsubheading @value{GDBN} Command
32584
32585 The corresponding @value{GDBN} command is @samp{enable}.
32586
32587 @subsubheading Example
32588
32589 @smallexample
32590 (gdb)
32591 -break-enable 2
32592 ^done
32593 (gdb)
32594 -break-list
32595 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
32596 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32597 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32598 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32599 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
32600 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
32601 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
32602 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
32603 addr="0x000100d0",func="main",file="hello.c",fullname="/home/foo/hello.c",
32604 line="5",thread-groups=["i1"],times="0"@}]@}
32605 (gdb)
32606 @end smallexample
32607
32608 @findex -break-info
32609 @subheading The @code{-break-info} Command
32610
32611 @subsubheading Synopsis
32612
32613 @smallexample
32614 -break-info @var{breakpoint}
32615 @end smallexample
32616
32617 @c REDUNDANT???
32618 Get information about a single breakpoint.
32619
32620 The result is a table of breakpoints. @xref{GDB/MI Breakpoint
32621 Information}, for details on the format of each breakpoint in the
32622 table.
32623
32624 @subsubheading @value{GDBN} Command
32625
32626 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
32627
32628 @subsubheading Example
32629 N.A.
32630
32631 @findex -break-insert
32632 @anchor{-break-insert}
32633 @subheading The @code{-break-insert} Command
32634
32635 @subsubheading Synopsis
32636
32637 @smallexample
32638 -break-insert [ -t ] [ -h ] [ -f ] [ -d ] [ -a ] [ --qualified ]
32639 [ -c @var{condition} ] [ --force-condition ] [ -i @var{ignore-count} ]
32640 [ -p @var{thread-id} ] [ -g @var{thread-group-id} ] [ @var{locspec} ]
32641 @end smallexample
32642
32643 @noindent
32644 If specified, @var{locspec}, can be one of:
32645
32646 @table @var
32647 @item linespec location
32648 A linespec location. @xref{Linespec Locations}.
32649
32650 @item explicit location
32651 An explicit location. @sc{gdb/mi} explicit locations are
32652 analogous to the CLI's explicit locations using the option names
32653 listed below. @xref{Explicit Locations}.
32654
32655 @table @samp
32656 @item --source @var{filename}
32657 The source file name of the location. This option requires the use
32658 of either @samp{--function} or @samp{--line}.
32659
32660 @item --function @var{function}
32661 The name of a function or method.
32662
32663 @item --label @var{label}
32664 The name of a label.
32665
32666 @item --line @var{lineoffset}
32667 An absolute or relative line offset from the start of the location.
32668 @end table
32669
32670 @item address location
32671 An address location, *@var{address}. @xref{Address Locations}.
32672 @end table
32673
32674 @noindent
32675 The possible optional parameters of this command are:
32676
32677 @table @samp
32678 @item -t
32679 Insert a temporary breakpoint.
32680 @item -h
32681 Insert a hardware breakpoint.
32682 @item -f
32683 If @var{locspec} cannot be resolved (for example if it
32684 refers to unknown files or functions), create a pending
32685 breakpoint. Without this flag, @value{GDBN} will report
32686 an error, and won't create a breakpoint, if @var{locspec}
32687 cannot be parsed.
32688 @item -d
32689 Create a disabled breakpoint.
32690 @item -a
32691 Create a tracepoint. @xref{Tracepoints}. When this parameter
32692 is used together with @samp{-h}, a fast tracepoint is created.
32693 @item -c @var{condition}
32694 Make the breakpoint conditional on @var{condition}.
32695 @item --force-condition
32696 Forcibly define the breakpoint even if the condition is invalid at
32697 all of the breakpoint locations.
32698 @item -i @var{ignore-count}
32699 Initialize the @var{ignore-count}.
32700 @item -p @var{thread-id}
32701 Restrict the breakpoint to the thread with the specified global
32702 @var{thread-id}. @var{thread-id} must be a valid thread-id at the
32703 time the breakpoint is requested. Breakpoints created with a
32704 @var{thread-id} will automatically be deleted when the corresponding
32705 thread exits.
32706 @item -g @var{thread-group-id}
32707 Restrict the breakpoint to the thread group with the specified
32708 @var{thread-group-id}.
32709 @item --qualified
32710 This option makes @value{GDBN} interpret a function name specified as
32711 a complete fully-qualified name.
32712 @end table
32713
32714 @subsubheading Result
32715
32716 @xref{GDB/MI Breakpoint Information}, for details on the format of the
32717 resulting breakpoint.
32718
32719 Note: this format is open to change.
32720 @c An out-of-band breakpoint instead of part of the result?
32721
32722 @subsubheading @value{GDBN} Command
32723
32724 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
32725 @samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
32726
32727 @subsubheading Example
32728
32729 @smallexample
32730 (gdb)
32731 -break-insert main
32732 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",
32733 fullname="/home/foo/recursive2.c,line="4",thread-groups=["i1"],
32734 times="0"@}
32735 (gdb)
32736 -break-insert -t foo
32737 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",
32738 fullname="/home/foo/recursive2.c,line="11",thread-groups=["i1"],
32739 times="0"@}
32740 (gdb)
32741 -break-list
32742 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
32743 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32744 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32745 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32746 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
32747 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
32748 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
32749 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
32750 addr="0x0001072c", func="main",file="recursive2.c",
32751 fullname="/home/foo/recursive2.c,"line="4",thread-groups=["i1"],
32752 times="0"@},
32753 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
32754 addr="0x00010774",func="foo",file="recursive2.c",
32755 fullname="/home/foo/recursive2.c",line="11",thread-groups=["i1"],
32756 times="0"@}]@}
32757 (gdb)
32758 @end smallexample
32759
32760 @findex -dprintf-insert
32761 @subheading The @code{-dprintf-insert} Command
32762
32763 @subsubheading Synopsis
32764
32765 @smallexample
32766 -dprintf-insert [ -t ] [ -f ] [ -d ] [ --qualified ]
32767 [ -c @var{condition} ] [--force-condition] [ -i @var{ignore-count} ]
32768 [ -p @var{thread-id} ] [ @var{locspec} ] @var{format}
32769 [ @var{argument}@dots{} ]
32770 @end smallexample
32771
32772 @noindent
32773 Insert a new dynamic print breakpoint at the given location.
32774 @xref{Dynamic Printf}. @var{format} is the format to use, and any
32775 remaining arguments are passed as expressions to substitute.
32776
32777 @noindent
32778 If supplied, @var{locspec} and @code{--qualified} may be specified
32779 the same way as for the @code{-break-insert} command.
32780 @xref{-break-insert}.
32781
32782 The possible optional parameters of this command are:
32783
32784 @table @samp
32785 @item -t
32786 Insert a temporary breakpoint.
32787 @item -f
32788 If @var{locspec} cannot be parsed (for example, if it
32789 refers to unknown files or functions), create a pending
32790 breakpoint. Without this flag, @value{GDBN} will report
32791 an error, and won't create a breakpoint, if @var{locspec}
32792 cannot be parsed.
32793 @item -d
32794 Create a disabled breakpoint.
32795 @item -c @var{condition}
32796 Make the breakpoint conditional on @var{condition}.
32797 @item --force-condition
32798 Forcibly define the breakpoint even if the condition is invalid at
32799 all of the breakpoint locations.
32800 @item -i @var{ignore-count}
32801 Set the ignore count of the breakpoint (@pxref{Conditions, ignore count})
32802 to @var{ignore-count}.
32803 @item -p @var{thread-id}
32804 Restrict the breakpoint to the thread with the specified global
32805 @var{thread-id}.
32806 @end table
32807
32808 @subsubheading Result
32809
32810 @xref{GDB/MI Breakpoint Information}, for details on the format of the
32811 resulting breakpoint.
32812
32813 @c An out-of-band breakpoint instead of part of the result?
32814
32815 @subsubheading @value{GDBN} Command
32816
32817 The corresponding @value{GDBN} command is @samp{dprintf}.
32818
32819 @subsubheading Example
32820
32821 @smallexample
32822 (gdb)
32823 4-dprintf-insert foo "At foo entry\n"
32824 4^done,bkpt=@{number="1",type="dprintf",disp="keep",enabled="y",
32825 addr="0x000000000040061b",func="foo",file="mi-dprintf.c",
32826 fullname="mi-dprintf.c",line="25",thread-groups=["i1"],
32827 times="0",script=["printf \"At foo entry\\n\"","continue"],
32828 original-location="foo"@}
32829 (gdb)
32830 5-dprintf-insert 26 "arg=%d, g=%d\n" arg g
32831 5^done,bkpt=@{number="2",type="dprintf",disp="keep",enabled="y",
32832 addr="0x000000000040062a",func="foo",file="mi-dprintf.c",
32833 fullname="mi-dprintf.c",line="26",thread-groups=["i1"],
32834 times="0",script=["printf \"arg=%d, g=%d\\n\", arg, g","continue"],
32835 original-location="mi-dprintf.c:26"@}
32836 (gdb)
32837 @end smallexample
32838
32839 @findex -break-list
32840 @subheading The @code{-break-list} Command
32841
32842 @subsubheading Synopsis
32843
32844 @smallexample
32845 -break-list
32846 @end smallexample
32847
32848 Displays the list of inserted breakpoints, showing the following fields:
32849
32850 @table @samp
32851 @item Number
32852 number of the breakpoint
32853 @item Type
32854 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
32855 @item Disposition
32856 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
32857 or @samp{nokeep}
32858 @item Enabled
32859 is the breakpoint enabled or no: @samp{y} or @samp{n}
32860 @item Address
32861 memory location at which the breakpoint is set
32862 @item What
32863 logical location of the breakpoint, expressed by function name, file
32864 name, line number
32865 @item Thread-groups
32866 list of thread groups to which this breakpoint applies
32867 @item Times
32868 number of times the breakpoint has been hit
32869 @end table
32870
32871 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
32872 @code{body} field is an empty list.
32873
32874 @subsubheading @value{GDBN} Command
32875
32876 The corresponding @value{GDBN} command is @samp{info break}.
32877
32878 @subsubheading Example
32879
32880 @smallexample
32881 (gdb)
32882 -break-list
32883 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
32884 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32885 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32886 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32887 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
32888 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
32889 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
32890 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
32891 addr="0x000100d0",func="main",file="hello.c",line="5",thread-groups=["i1"],
32892 times="0"@},
32893 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
32894 addr="0x00010114",func="foo",file="hello.c",fullname="/home/foo/hello.c",
32895 line="13",thread-groups=["i1"],times="0"@}]@}
32896 (gdb)
32897 @end smallexample
32898
32899 Here's an example of the result when there are no breakpoints:
32900
32901 @smallexample
32902 (gdb)
32903 -break-list
32904 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
32905 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
32906 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
32907 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
32908 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
32909 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
32910 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
32911 body=[]@}
32912 (gdb)
32913 @end smallexample
32914
32915 @findex -break-passcount
32916 @subheading The @code{-break-passcount} Command
32917
32918 @subsubheading Synopsis
32919
32920 @smallexample
32921 -break-passcount @var{tracepoint-number} @var{passcount}
32922 @end smallexample
32923
32924 Set the passcount for tracepoint @var{tracepoint-number} to
32925 @var{passcount}. If the breakpoint referred to by @var{tracepoint-number}
32926 is not a tracepoint, error is emitted. This corresponds to CLI
32927 command @samp{passcount}.
32928
32929 @findex -break-watch
32930 @subheading The @code{-break-watch} Command
32931
32932 @subsubheading Synopsis
32933
32934 @smallexample
32935 -break-watch [ -a | -r ]
32936 @end smallexample
32937
32938 Create a watchpoint. With the @samp{-a} option it will create an
32939 @dfn{access} watchpoint, i.e., a watchpoint that triggers either on a
32940 read from or on a write to the memory location. With the @samp{-r}
32941 option, the watchpoint created is a @dfn{read} watchpoint, i.e., it will
32942 trigger only when the memory location is accessed for reading. Without
32943 either of the options, the watchpoint created is a regular watchpoint,
32944 i.e., it will trigger when the memory location is accessed for writing.
32945 @xref{Set Watchpoints, , Setting Watchpoints}.
32946
32947 Note that @samp{-break-list} will report a single list of watchpoints and
32948 breakpoints inserted.
32949
32950 @subsubheading @value{GDBN} Command
32951
32952 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
32953 @samp{rwatch}.
32954
32955 @subsubheading Example
32956
32957 Setting a watchpoint on a variable in the @code{main} function:
32958
32959 @smallexample
32960 (gdb)
32961 -break-watch x
32962 ^done,wpt=@{number="2",exp="x"@}
32963 (gdb)
32964 -exec-continue
32965 ^running
32966 (gdb)
32967 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
32968 value=@{old="-268439212",new="55"@},
32969 frame=@{func="main",args=[],file="recursive2.c",
32970 fullname="/home/foo/bar/recursive2.c",line="5",arch="i386:x86_64"@}
32971 (gdb)
32972 @end smallexample
32973
32974 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
32975 the program execution twice: first for the variable changing value, then
32976 for the watchpoint going out of scope.
32977
32978 @smallexample
32979 (gdb)
32980 -break-watch C
32981 ^done,wpt=@{number="5",exp="C"@}
32982 (gdb)
32983 -exec-continue
32984 ^running
32985 (gdb)
32986 *stopped,reason="watchpoint-trigger",
32987 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
32988 frame=@{func="callee4",args=[],
32989 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
32990 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
32991 arch="i386:x86_64"@}
32992 (gdb)
32993 -exec-continue
32994 ^running
32995 (gdb)
32996 *stopped,reason="watchpoint-scope",wpnum="5",
32997 frame=@{func="callee3",args=[@{name="strarg",
32998 value="0x11940 \"A string argument.\""@}],
32999 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33000 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
33001 arch="i386:x86_64"@}
33002 (gdb)
33003 @end smallexample
33004
33005 Listing breakpoints and watchpoints, at different points in the program
33006 execution. Note that once the watchpoint goes out of scope, it is
33007 deleted.
33008
33009 @smallexample
33010 (gdb)
33011 -break-watch C
33012 ^done,wpt=@{number="2",exp="C"@}
33013 (gdb)
33014 -break-list
33015 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
33016 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
33017 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
33018 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
33019 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
33020 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
33021 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
33022 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
33023 addr="0x00010734",func="callee4",
33024 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33025 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c"line="8",thread-groups=["i1"],
33026 times="1"@},
33027 bkpt=@{number="2",type="watchpoint",disp="keep",
33028 enabled="y",addr="",what="C",thread-groups=["i1"],times="0"@}]@}
33029 (gdb)
33030 -exec-continue
33031 ^running
33032 (gdb)
33033 *stopped,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
33034 value=@{old="-276895068",new="3"@},
33035 frame=@{func="callee4",args=[],
33036 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33037 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13",
33038 arch="i386:x86_64"@}
33039 (gdb)
33040 -break-list
33041 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
33042 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
33043 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
33044 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
33045 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
33046 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
33047 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
33048 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
33049 addr="0x00010734",func="callee4",
33050 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33051 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",thread-groups=["i1"],
33052 times="1"@},
33053 bkpt=@{number="2",type="watchpoint",disp="keep",
33054 enabled="y",addr="",what="C",thread-groups=["i1"],times="-5"@}]@}
33055 (gdb)
33056 -exec-continue
33057 ^running
33058 ^done,reason="watchpoint-scope",wpnum="2",
33059 frame=@{func="callee3",args=[@{name="strarg",
33060 value="0x11940 \"A string argument.\""@}],
33061 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33062 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
33063 arch="i386:x86_64"@}
33064 (gdb)
33065 -break-list
33066 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
33067 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
33068 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
33069 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
33070 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
33071 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
33072 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
33073 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
33074 addr="0x00010734",func="callee4",
33075 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
33076 fullname="/home/foo/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
33077 thread-groups=["i1"],times="1"@}]@}
33078 (gdb)
33079 @end smallexample
33080
33081
33082 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33083 @node GDB/MI Catchpoint Commands
33084 @section @sc{gdb/mi} Catchpoint Commands
33085
33086 This section documents @sc{gdb/mi} commands for manipulating
33087 catchpoints.
33088
33089 @menu
33090 * Shared Library GDB/MI Catchpoint Commands::
33091 * Ada Exception GDB/MI Catchpoint Commands::
33092 * C++ Exception GDB/MI Catchpoint Commands::
33093 @end menu
33094
33095 @node Shared Library GDB/MI Catchpoint Commands
33096 @subsection Shared Library @sc{gdb/mi} Catchpoints
33097
33098 @findex -catch-load
33099 @subheading The @code{-catch-load} Command
33100
33101 @subsubheading Synopsis
33102
33103 @smallexample
33104 -catch-load [ -t ] [ -d ] @var{regexp}
33105 @end smallexample
33106
33107 Add a catchpoint for library load events. If the @samp{-t} option is used,
33108 the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
33109 Breakpoints}). If the @samp{-d} option is used, the catchpoint is created
33110 in a disabled state. The @samp{regexp} argument is a regular
33111 expression used to match the name of the loaded library.
33112
33113
33114 @subsubheading @value{GDBN} Command
33115
33116 The corresponding @value{GDBN} command is @samp{catch load}.
33117
33118 @subsubheading Example
33119
33120 @smallexample
33121 -catch-load -t foo.so
33122 ^done,bkpt=@{number="1",type="catchpoint",disp="del",enabled="y",
33123 what="load of library matching foo.so",catch-type="load",times="0"@}
33124 (gdb)
33125 @end smallexample
33126
33127
33128 @findex -catch-unload
33129 @subheading The @code{-catch-unload} Command
33130
33131 @subsubheading Synopsis
33132
33133 @smallexample
33134 -catch-unload [ -t ] [ -d ] @var{regexp}
33135 @end smallexample
33136
33137 Add a catchpoint for library unload events. If the @samp{-t} option is
33138 used, the catchpoint is a temporary one (@pxref{Set Breaks, ,Setting
33139 Breakpoints}). If the @samp{-d} option is used, the catchpoint is
33140 created in a disabled state. The @samp{regexp} argument is a regular
33141 expression used to match the name of the unloaded library.
33142
33143 @subsubheading @value{GDBN} Command
33144
33145 The corresponding @value{GDBN} command is @samp{catch unload}.
33146
33147 @subsubheading Example
33148
33149 @smallexample
33150 -catch-unload -d bar.so
33151 ^done,bkpt=@{number="2",type="catchpoint",disp="keep",enabled="n",
33152 what="load of library matching bar.so",catch-type="unload",times="0"@}
33153 (gdb)
33154 @end smallexample
33155
33156 @node Ada Exception GDB/MI Catchpoint Commands
33157 @subsection Ada Exception @sc{gdb/mi} Catchpoints
33158
33159 The following @sc{gdb/mi} commands can be used to create catchpoints
33160 that stop the execution when Ada exceptions are being raised.
33161
33162 @findex -catch-assert
33163 @subheading The @code{-catch-assert} Command
33164
33165 @subsubheading Synopsis
33166
33167 @smallexample
33168 -catch-assert [ -c @var{condition}] [ -d ] [ -t ]
33169 @end smallexample
33170
33171 Add a catchpoint for failed Ada assertions.
33172
33173 The possible optional parameters for this command are:
33174
33175 @table @samp
33176 @item -c @var{condition}
33177 Make the catchpoint conditional on @var{condition}.
33178 @item -d
33179 Create a disabled catchpoint.
33180 @item -t
33181 Create a temporary catchpoint.
33182 @end table
33183
33184 @subsubheading @value{GDBN} Command
33185
33186 The corresponding @value{GDBN} command is @samp{catch assert}.
33187
33188 @subsubheading Example
33189
33190 @smallexample
33191 -catch-assert
33192 ^done,bkptno="5",bkpt=@{number="5",type="breakpoint",disp="keep",
33193 enabled="y",addr="0x0000000000404888",what="failed Ada assertions",
33194 thread-groups=["i1"],times="0",
33195 original-location="__gnat_debug_raise_assert_failure"@}
33196 (gdb)
33197 @end smallexample
33198
33199 @findex -catch-exception
33200 @subheading The @code{-catch-exception} Command
33201
33202 @subsubheading Synopsis
33203
33204 @smallexample
33205 -catch-exception [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
33206 [ -t ] [ -u ]
33207 @end smallexample
33208
33209 Add a catchpoint stopping when Ada exceptions are raised.
33210 By default, the command stops the program when any Ada exception
33211 gets raised. But it is also possible, by using some of the
33212 optional parameters described below, to create more selective
33213 catchpoints.
33214
33215 The possible optional parameters for this command are:
33216
33217 @table @samp
33218 @item -c @var{condition}
33219 Make the catchpoint conditional on @var{condition}.
33220 @item -d
33221 Create a disabled catchpoint.
33222 @item -e @var{exception-name}
33223 Only stop when @var{exception-name} is raised. This option cannot
33224 be used combined with @samp{-u}.
33225 @item -t
33226 Create a temporary catchpoint.
33227 @item -u
33228 Stop only when an unhandled exception gets raised. This option
33229 cannot be used combined with @samp{-e}.
33230 @end table
33231
33232 @subsubheading @value{GDBN} Command
33233
33234 The corresponding @value{GDBN} commands are @samp{catch exception}
33235 and @samp{catch exception unhandled}.
33236
33237 @subsubheading Example
33238
33239 @smallexample
33240 -catch-exception -e Program_Error
33241 ^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
33242 enabled="y",addr="0x0000000000404874",
33243 what="`Program_Error' Ada exception", thread-groups=["i1"],
33244 times="0",original-location="__gnat_debug_raise_exception"@}
33245 (gdb)
33246 @end smallexample
33247
33248 @findex -catch-handlers
33249 @subheading The @code{-catch-handlers} Command
33250
33251 @subsubheading Synopsis
33252
33253 @smallexample
33254 -catch-handlers [ -c @var{condition}] [ -d ] [ -e @var{exception-name} ]
33255 [ -t ]
33256 @end smallexample
33257
33258 Add a catchpoint stopping when Ada exceptions are handled.
33259 By default, the command stops the program when any Ada exception
33260 gets handled. But it is also possible, by using some of the
33261 optional parameters described below, to create more selective
33262 catchpoints.
33263
33264 The possible optional parameters for this command are:
33265
33266 @table @samp
33267 @item -c @var{condition}
33268 Make the catchpoint conditional on @var{condition}.
33269 @item -d
33270 Create a disabled catchpoint.
33271 @item -e @var{exception-name}
33272 Only stop when @var{exception-name} is handled.
33273 @item -t
33274 Create a temporary catchpoint.
33275 @end table
33276
33277 @subsubheading @value{GDBN} Command
33278
33279 The corresponding @value{GDBN} command is @samp{catch handlers}.
33280
33281 @subsubheading Example
33282
33283 @smallexample
33284 -catch-handlers -e Constraint_Error
33285 ^done,bkptno="4",bkpt=@{number="4",type="breakpoint",disp="keep",
33286 enabled="y",addr="0x0000000000402f68",
33287 what="`Constraint_Error' Ada exception handlers",thread-groups=["i1"],
33288 times="0",original-location="__gnat_begin_handler"@}
33289 (gdb)
33290 @end smallexample
33291
33292 @node C++ Exception GDB/MI Catchpoint Commands
33293 @subsection C@t{++} Exception @sc{gdb/mi} Catchpoints
33294
33295 The following @sc{gdb/mi} commands can be used to create catchpoints
33296 that stop the execution when C@t{++} exceptions are being throw, rethrown,
33297 or caught.
33298
33299 @findex -catch-throw
33300 @subheading The @code{-catch-throw} Command
33301
33302 @subsubheading Synopsis
33303
33304 @smallexample
33305 -catch-throw [ -t ] [ -r @var{regexp}]
33306 @end smallexample
33307
33308 Stop when the debuggee throws a C@t{++} exception. If @var{regexp} is
33309 given, then only exceptions whose type matches the regular expression
33310 will be caught.
33311
33312 If @samp{-t} is given, then the catchpoint is enabled only for one
33313 stop, the catchpoint is automatically deleted after stopping once for
33314 the event.
33315
33316 @subsubheading @value{GDBN} Command
33317
33318 The corresponding @value{GDBN} commands are @samp{catch throw}
33319 and @samp{tcatch throw} (@pxref{Set Catchpoints}).
33320
33321 @subsubheading Example
33322
33323 @smallexample
33324 -catch-throw -r exception_type
33325 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
33326 what="exception throw",catch-type="throw",
33327 thread-groups=["i1"],
33328 regexp="exception_type",times="0"@}
33329 (gdb)
33330 -exec-run
33331 ^running
33332 (gdb)
33333 ~"\n"
33334 ~"Catchpoint 1 (exception thrown), 0x00007ffff7ae00ed
33335 in __cxa_throw () from /lib64/libstdc++.so.6\n"
33336 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
33337 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_throw",
33338 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
33339 thread-id="1",stopped-threads="all",core="6"
33340 (gdb)
33341 @end smallexample
33342
33343 @findex -catch-rethrow
33344 @subheading The @code{-catch-rethrow} Command
33345
33346 @subsubheading Synopsis
33347
33348 @smallexample
33349 -catch-rethrow [ -t ] [ -r @var{regexp}]
33350 @end smallexample
33351
33352 Stop when a C@t{++} exception is re-thrown. If @var{regexp} is given,
33353 then only exceptions whose type matches the regular expression will be
33354 caught.
33355
33356 If @samp{-t} is given, then the catchpoint is enabled only for one
33357 stop, the catchpoint is automatically deleted after the first event is
33358 caught.
33359
33360 @subsubheading @value{GDBN} Command
33361
33362 The corresponding @value{GDBN} commands are @samp{catch rethrow}
33363 and @samp{tcatch rethrow} (@pxref{Set Catchpoints}).
33364
33365 @subsubheading Example
33366
33367 @smallexample
33368 -catch-rethrow -r exception_type
33369 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
33370 what="exception rethrow",catch-type="rethrow",
33371 thread-groups=["i1"],
33372 regexp="exception_type",times="0"@}
33373 (gdb)
33374 -exec-run
33375 ^running
33376 (gdb)
33377 ~"\n"
33378 ~"Catchpoint 1 (exception rethrown), 0x00007ffff7ae00ed
33379 in __cxa_rethrow () from /lib64/libstdc++.so.6\n"
33380 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
33381 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_rethrow",
33382 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
33383 thread-id="1",stopped-threads="all",core="6"
33384 (gdb)
33385 @end smallexample
33386
33387 @findex -catch-catch
33388 @subheading The @code{-catch-catch} Command
33389
33390 @subsubheading Synopsis
33391
33392 @smallexample
33393 -catch-catch [ -t ] [ -r @var{regexp}]
33394 @end smallexample
33395
33396 Stop when the debuggee catches a C@t{++} exception. If @var{regexp}
33397 is given, then only exceptions whose type matches the regular
33398 expression will be caught.
33399
33400 If @samp{-t} is given, then the catchpoint is enabled only for one
33401 stop, the catchpoint is automatically deleted after the first event is
33402 caught.
33403
33404 @subsubheading @value{GDBN} Command
33405
33406 The corresponding @value{GDBN} commands are @samp{catch catch}
33407 and @samp{tcatch catch} (@pxref{Set Catchpoints}).
33408
33409 @subsubheading Example
33410
33411 @smallexample
33412 -catch-catch -r exception_type
33413 ^done,bkpt=@{number="1",type="catchpoint",disp="keep",enabled="y",
33414 what="exception catch",catch-type="catch",
33415 thread-groups=["i1"],
33416 regexp="exception_type",times="0"@}
33417 (gdb)
33418 -exec-run
33419 ^running
33420 (gdb)
33421 ~"\n"
33422 ~"Catchpoint 1 (exception caught), 0x00007ffff7ae00ed
33423 in __cxa_begin_catch () from /lib64/libstdc++.so.6\n"
33424 *stopped,bkptno="1",reason="breakpoint-hit",disp="keep",
33425 frame=@{addr="0x00007ffff7ae00ed",func="__cxa_begin_catch",
33426 args=[],from="/lib64/libstdc++.so.6",arch="i386:x86-64"@},
33427 thread-id="1",stopped-threads="all",core="6"
33428 (gdb)
33429 @end smallexample
33430
33431 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33432 @node GDB/MI Program Context
33433 @section @sc{gdb/mi} Program Context
33434
33435 @findex -exec-arguments
33436 @subheading The @code{-exec-arguments} Command
33437
33438
33439 @subsubheading Synopsis
33440
33441 @smallexample
33442 -exec-arguments @var{args}
33443 @end smallexample
33444
33445 Set the inferior program arguments, to be used in the next
33446 @samp{-exec-run}.
33447
33448 @subsubheading @value{GDBN} Command
33449
33450 The corresponding @value{GDBN} command is @samp{set args}.
33451
33452 @subsubheading Example
33453
33454 @smallexample
33455 (gdb)
33456 -exec-arguments -v word
33457 ^done
33458 (gdb)
33459 @end smallexample
33460
33461
33462 @ignore
33463 @findex -exec-show-arguments
33464 @subheading The @code{-exec-show-arguments} Command
33465
33466 @subsubheading Synopsis
33467
33468 @smallexample
33469 -exec-show-arguments
33470 @end smallexample
33471
33472 Print the arguments of the program.
33473
33474 @subsubheading @value{GDBN} Command
33475
33476 The corresponding @value{GDBN} command is @samp{show args}.
33477
33478 @subsubheading Example
33479 N.A.
33480 @end ignore
33481
33482
33483 @findex -environment-cd
33484 @subheading The @code{-environment-cd} Command
33485
33486 @subsubheading Synopsis
33487
33488 @smallexample
33489 -environment-cd @var{pathdir}
33490 @end smallexample
33491
33492 Set @value{GDBN}'s working directory.
33493
33494 @subsubheading @value{GDBN} Command
33495
33496 The corresponding @value{GDBN} command is @samp{cd}.
33497
33498 @subsubheading Example
33499
33500 @smallexample
33501 (gdb)
33502 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
33503 ^done
33504 (gdb)
33505 @end smallexample
33506
33507
33508 @findex -environment-directory
33509 @subheading The @code{-environment-directory} Command
33510
33511 @subsubheading Synopsis
33512
33513 @smallexample
33514 -environment-directory [ -r ] [ @var{pathdir} ]+
33515 @end smallexample
33516
33517 Add directories @var{pathdir} to beginning of search path for source files.
33518 If the @samp{-r} option is used, the search path is reset to the default
33519 search path. If directories @var{pathdir} are supplied in addition to the
33520 @samp{-r} option, the search path is first reset and then addition
33521 occurs as normal.
33522 Multiple directories may be specified, separated by blanks. Specifying
33523 multiple directories in a single command
33524 results in the directories added to the beginning of the
33525 search path in the same order they were presented in the command.
33526 If blanks are needed as
33527 part of a directory name, double-quotes should be used around
33528 the name. In the command output, the path will show up separated
33529 by the system directory-separator character. The directory-separator
33530 character must not be used
33531 in any directory name.
33532 If no directories are specified, the current search path is displayed.
33533
33534 @subsubheading @value{GDBN} Command
33535
33536 The corresponding @value{GDBN} command is @samp{dir}.
33537
33538 @subsubheading Example
33539
33540 @smallexample
33541 (gdb)
33542 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
33543 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
33544 (gdb)
33545 -environment-directory ""
33546 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
33547 (gdb)
33548 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
33549 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
33550 (gdb)
33551 -environment-directory -r
33552 ^done,source-path="$cdir:$cwd"
33553 (gdb)
33554 @end smallexample
33555
33556
33557 @findex -environment-path
33558 @subheading The @code{-environment-path} Command
33559
33560 @subsubheading Synopsis
33561
33562 @smallexample
33563 -environment-path [ -r ] [ @var{pathdir} ]+
33564 @end smallexample
33565
33566 Add directories @var{pathdir} to beginning of search path for object files.
33567 If the @samp{-r} option is used, the search path is reset to the original
33568 search path that existed at gdb start-up. If directories @var{pathdir} are
33569 supplied in addition to the
33570 @samp{-r} option, the search path is first reset and then addition
33571 occurs as normal.
33572 Multiple directories may be specified, separated by blanks. Specifying
33573 multiple directories in a single command
33574 results in the directories added to the beginning of the
33575 search path in the same order they were presented in the command.
33576 If blanks are needed as
33577 part of a directory name, double-quotes should be used around
33578 the name. In the command output, the path will show up separated
33579 by the system directory-separator character. The directory-separator
33580 character must not be used
33581 in any directory name.
33582 If no directories are specified, the current path is displayed.
33583
33584
33585 @subsubheading @value{GDBN} Command
33586
33587 The corresponding @value{GDBN} command is @samp{path}.
33588
33589 @subsubheading Example
33590
33591 @smallexample
33592 (gdb)
33593 -environment-path
33594 ^done,path="/usr/bin"
33595 (gdb)
33596 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
33597 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
33598 (gdb)
33599 -environment-path -r /usr/local/bin
33600 ^done,path="/usr/local/bin:/usr/bin"
33601 (gdb)
33602 @end smallexample
33603
33604
33605 @findex -environment-pwd
33606 @subheading The @code{-environment-pwd} Command
33607
33608 @subsubheading Synopsis
33609
33610 @smallexample
33611 -environment-pwd
33612 @end smallexample
33613
33614 Show the current working directory.
33615
33616 @subsubheading @value{GDBN} Command
33617
33618 The corresponding @value{GDBN} command is @samp{pwd}.
33619
33620 @subsubheading Example
33621
33622 @smallexample
33623 (gdb)
33624 -environment-pwd
33625 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
33626 (gdb)
33627 @end smallexample
33628
33629 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33630 @node GDB/MI Thread Commands
33631 @section @sc{gdb/mi} Thread Commands
33632
33633
33634 @findex -thread-info
33635 @subheading The @code{-thread-info} Command
33636
33637 @subsubheading Synopsis
33638
33639 @smallexample
33640 -thread-info [ @var{thread-id} ]
33641 @end smallexample
33642
33643 Reports information about either a specific thread, if the
33644 @var{thread-id} parameter is present, or about all threads.
33645 @var{thread-id} is the thread's global thread ID. When printing
33646 information about all threads, also reports the global ID of the
33647 current thread.
33648
33649 @subsubheading @value{GDBN} Command
33650
33651 The @samp{info thread} command prints the same information
33652 about all threads.
33653
33654 @subsubheading Result
33655
33656 The result contains the following attributes:
33657
33658 @table @samp
33659 @item threads
33660 A list of threads. The format of the elements of the list is described in
33661 @ref{GDB/MI Thread Information}.
33662
33663 @item current-thread-id
33664 The global id of the currently selected thread. This field is omitted if there
33665 is no selected thread (for example, when the selected inferior is not running,
33666 and therefore has no threads) or if a @var{thread-id} argument was passed to
33667 the command.
33668
33669 @end table
33670
33671 @subsubheading Example
33672
33673 @smallexample
33674 -thread-info
33675 ^done,threads=[
33676 @{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
33677 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",
33678 args=[]@},state="running"@},
33679 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
33680 frame=@{level="0",addr="0x0804891f",func="foo",
33681 args=[@{name="i",value="10"@}],
33682 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},
33683 state="running"@}],
33684 current-thread-id="1"
33685 (gdb)
33686 @end smallexample
33687
33688 @findex -thread-list-ids
33689 @subheading The @code{-thread-list-ids} Command
33690
33691 @subsubheading Synopsis
33692
33693 @smallexample
33694 -thread-list-ids
33695 @end smallexample
33696
33697 Produces a list of the currently known global @value{GDBN} thread ids.
33698 At the end of the list it also prints the total number of such
33699 threads.
33700
33701 This command is retained for historical reasons, the
33702 @code{-thread-info} command should be used instead.
33703
33704 @subsubheading @value{GDBN} Command
33705
33706 Part of @samp{info threads} supplies the same information.
33707
33708 @subsubheading Example
33709
33710 @smallexample
33711 (gdb)
33712 -thread-list-ids
33713 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
33714 current-thread-id="1",number-of-threads="3"
33715 (gdb)
33716 @end smallexample
33717
33718
33719 @findex -thread-select
33720 @subheading The @code{-thread-select} Command
33721
33722 @subsubheading Synopsis
33723
33724 @smallexample
33725 -thread-select @var{thread-id}
33726 @end smallexample
33727
33728 Make thread with global thread number @var{thread-id} the current
33729 thread. It prints the number of the new current thread, and the
33730 topmost frame for that thread.
33731
33732 This command is deprecated in favor of explicitly using the
33733 @samp{--thread} option to each command.
33734
33735 @subsubheading @value{GDBN} Command
33736
33737 The corresponding @value{GDBN} command is @samp{thread}.
33738
33739 @subsubheading Example
33740
33741 @smallexample
33742 (gdb)
33743 -exec-next
33744 ^running
33745 (gdb)
33746 *stopped,reason="end-stepping-range",thread-id="2",line="187",
33747 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
33748 (gdb)
33749 -thread-list-ids
33750 ^done,
33751 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
33752 number-of-threads="3"
33753 (gdb)
33754 -thread-select 3
33755 ^done,new-thread-id="3",
33756 frame=@{level="0",func="vprintf",
33757 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
33758 @{name="arg",value="0x2"@}],file="vprintf.c",line="31",arch="i386:x86_64"@}
33759 (gdb)
33760 @end smallexample
33761
33762 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33763 @node GDB/MI Ada Tasking Commands
33764 @section @sc{gdb/mi} Ada Tasking Commands
33765
33766 @findex -ada-task-info
33767 @subheading The @code{-ada-task-info} Command
33768
33769 @subsubheading Synopsis
33770
33771 @smallexample
33772 -ada-task-info [ @var{task-id} ]
33773 @end smallexample
33774
33775 Reports information about either a specific Ada task, if the
33776 @var{task-id} parameter is present, or about all Ada tasks.
33777
33778 @subsubheading @value{GDBN} Command
33779
33780 The @samp{info tasks} command prints the same information
33781 about all Ada tasks (@pxref{Ada Tasks}).
33782
33783 @subsubheading Result
33784
33785 The result is a table of Ada tasks. The following columns are
33786 defined for each Ada task:
33787
33788 @table @samp
33789 @item current
33790 This field exists only for the current thread. It has the value @samp{*}.
33791
33792 @item id
33793 The identifier that @value{GDBN} uses to refer to the Ada task.
33794
33795 @item task-id
33796 The identifier that the target uses to refer to the Ada task.
33797
33798 @item thread-id
33799 The global thread identifier of the thread corresponding to the Ada
33800 task.
33801
33802 This field should always exist, as Ada tasks are always implemented
33803 on top of a thread. But if @value{GDBN} cannot find this corresponding
33804 thread for any reason, the field is omitted.
33805
33806 @item parent-id
33807 This field exists only when the task was created by another task.
33808 In this case, it provides the ID of the parent task.
33809
33810 @item priority
33811 The base priority of the task.
33812
33813 @item state
33814 The current state of the task. For a detailed description of the
33815 possible states, see @ref{Ada Tasks}.
33816
33817 @item name
33818 The name of the task.
33819
33820 @end table
33821
33822 @subsubheading Example
33823
33824 @smallexample
33825 -ada-task-info
33826 ^done,tasks=@{nr_rows="3",nr_cols="8",
33827 hdr=[@{width="1",alignment="-1",col_name="current",colhdr=""@},
33828 @{width="3",alignment="1",col_name="id",colhdr="ID"@},
33829 @{width="9",alignment="1",col_name="task-id",colhdr="TID"@},
33830 @{width="4",alignment="1",col_name="thread-id",colhdr=""@},
33831 @{width="4",alignment="1",col_name="parent-id",colhdr="P-ID"@},
33832 @{width="3",alignment="1",col_name="priority",colhdr="Pri"@},
33833 @{width="22",alignment="-1",col_name="state",colhdr="State"@},
33834 @{width="1",alignment="2",col_name="name",colhdr="Name"@}],
33835 body=[@{current="*",id="1",task-id=" 644010",thread-id="1",priority="48",
33836 state="Child Termination Wait",name="main_task"@}]@}
33837 (gdb)
33838 @end smallexample
33839
33840 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33841 @node GDB/MI Program Execution
33842 @section @sc{gdb/mi} Program Execution
33843
33844 These are the asynchronous commands which generate the out-of-band
33845 record @samp{*stopped}. Currently @value{GDBN} only really executes
33846 asynchronously with remote targets and this interaction is mimicked in
33847 other cases.
33848
33849 @findex -exec-continue
33850 @subheading The @code{-exec-continue} Command
33851
33852 @subsubheading Synopsis
33853
33854 @smallexample
33855 -exec-continue [--reverse] [--all|--thread-group N]
33856 @end smallexample
33857
33858 Resumes the execution of the inferior program, which will continue
33859 to execute until it reaches a debugger stop event. If the
33860 @samp{--reverse} option is specified, execution resumes in reverse until
33861 it reaches a stop event. Stop events may include
33862 @itemize @bullet
33863 @item
33864 breakpoints or watchpoints
33865 @item
33866 signals or exceptions
33867 @item
33868 the end of the process (or its beginning under @samp{--reverse})
33869 @item
33870 the end or beginning of a replay log if one is being used.
33871 @end itemize
33872 In all-stop mode (@pxref{All-Stop
33873 Mode}), may resume only one thread, or all threads, depending on the
33874 value of the @samp{scheduler-locking} variable. If @samp{--all} is
33875 specified, all threads (in all inferiors) will be resumed. The @samp{--all} option is
33876 ignored in all-stop mode. If the @samp{--thread-group} options is
33877 specified, then all threads in that thread group are resumed.
33878
33879 @subsubheading @value{GDBN} Command
33880
33881 The corresponding @value{GDBN} corresponding is @samp{continue}.
33882
33883 @subsubheading Example
33884
33885 @smallexample
33886 -exec-continue
33887 ^running
33888 (gdb)
33889 @@Hello world
33890 *stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{
33891 func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
33892 line="13",arch="i386:x86_64"@}
33893 (gdb)
33894 @end smallexample
33895
33896 For a @samp{breakpoint-hit} stopped reason, when the breakpoint
33897 encountered has multiple locations, the field @samp{bkptno} is
33898 followed by the field @samp{locno}.
33899
33900 @smallexample
33901 -exec-continue
33902 ^running
33903 (gdb)
33904 @@Hello world
33905 *stopped,reason="breakpoint-hit",disp="keep",bkptno="2",locno="3",frame=@{
33906 func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c",
33907 line="13",arch="i386:x86_64"@}
33908 (gdb)
33909 @end smallexample
33910
33911 @findex -exec-finish
33912 @subheading The @code{-exec-finish} Command
33913
33914 @subsubheading Synopsis
33915
33916 @smallexample
33917 -exec-finish [--reverse]
33918 @end smallexample
33919
33920 Resumes the execution of the inferior program until the current
33921 function is exited. Displays the results returned by the function.
33922 If the @samp{--reverse} option is specified, resumes the reverse
33923 execution of the inferior program until the point where current
33924 function was called.
33925
33926 @subsubheading @value{GDBN} Command
33927
33928 The corresponding @value{GDBN} command is @samp{finish}.
33929
33930 @subsubheading Example
33931
33932 Function returning @code{void}.
33933
33934 @smallexample
33935 -exec-finish
33936 ^running
33937 (gdb)
33938 @@hello from foo
33939 *stopped,reason="function-finished",frame=@{func="main",args=[],
33940 file="hello.c",fullname="/home/foo/bar/hello.c",line="7",arch="i386:x86_64"@}
33941 (gdb)
33942 @end smallexample
33943
33944 Function returning other than @code{void}. The name of the internal
33945 @value{GDBN} variable storing the result is printed, together with the
33946 value itself.
33947
33948 @smallexample
33949 -exec-finish
33950 ^running
33951 (gdb)
33952 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
33953 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
33954 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
33955 arch="i386:x86_64"@},
33956 gdb-result-var="$1",return-value="0"
33957 (gdb)
33958 @end smallexample
33959
33960
33961 @findex -exec-interrupt
33962 @subheading The @code{-exec-interrupt} Command
33963
33964 @subsubheading Synopsis
33965
33966 @smallexample
33967 -exec-interrupt [--all|--thread-group N]
33968 @end smallexample
33969
33970 Interrupts the background execution of the target. Note how the token
33971 associated with the stop message is the one for the execution command
33972 that has been interrupted. The token for the interrupt itself only
33973 appears in the @samp{^done} output. If the user is trying to
33974 interrupt a non-running program, an error message will be printed.
33975
33976 Note that when asynchronous execution is enabled, this command is
33977 asynchronous just like other execution commands. That is, first the
33978 @samp{^done} response will be printed, and the target stop will be
33979 reported after that using the @samp{*stopped} notification.
33980
33981 In non-stop mode, only the context thread is interrupted by default.
33982 All threads (in all inferiors) will be interrupted if the
33983 @samp{--all} option is specified. If the @samp{--thread-group}
33984 option is specified, all threads in that group will be interrupted.
33985
33986 @subsubheading @value{GDBN} Command
33987
33988 The corresponding @value{GDBN} command is @samp{interrupt}.
33989
33990 @subsubheading Example
33991
33992 @smallexample
33993 (gdb)
33994 111-exec-continue
33995 111^running
33996
33997 (gdb)
33998 222-exec-interrupt
33999 222^done
34000 (gdb)
34001 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
34002 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
34003 fullname="/home/foo/bar/try.c",line="13",arch="i386:x86_64"@}
34004 (gdb)
34005
34006 (gdb)
34007 -exec-interrupt
34008 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
34009 (gdb)
34010 @end smallexample
34011
34012 @findex -exec-jump
34013 @subheading The @code{-exec-jump} Command
34014
34015 @subsubheading Synopsis
34016
34017 @smallexample
34018 -exec-jump @var{locspec}
34019 @end smallexample
34020
34021 Resumes execution of the inferior program at the address to
34022 which @var{locspec} resolves. @xref{Location Specifications},
34023 for a description of the different forms of @var{locspec}.
34024
34025 @subsubheading @value{GDBN} Command
34026
34027 The corresponding @value{GDBN} command is @samp{jump}.
34028
34029 @subsubheading Example
34030
34031 @smallexample
34032 -exec-jump foo.c:10
34033 *running,thread-id="all"
34034 ^running
34035 @end smallexample
34036
34037
34038 @findex -exec-next
34039 @subheading The @code{-exec-next} Command
34040
34041 @subsubheading Synopsis
34042
34043 @smallexample
34044 -exec-next [--reverse]
34045 @end smallexample
34046
34047 Resumes execution of the inferior program, stopping when the beginning
34048 of the next source line is reached.
34049
34050 If the @samp{--reverse} option is specified, resumes reverse execution
34051 of the inferior program, stopping at the beginning of the previous
34052 source line. If you issue this command on the first line of a
34053 function, it will take you back to the caller of that function, to the
34054 source line where the function was called.
34055
34056
34057 @subsubheading @value{GDBN} Command
34058
34059 The corresponding @value{GDBN} command is @samp{next}.
34060
34061 @subsubheading Example
34062
34063 @smallexample
34064 -exec-next
34065 ^running
34066 (gdb)
34067 *stopped,reason="end-stepping-range",line="8",file="hello.c"
34068 (gdb)
34069 @end smallexample
34070
34071
34072 @findex -exec-next-instruction
34073 @subheading The @code{-exec-next-instruction} Command
34074
34075 @subsubheading Synopsis
34076
34077 @smallexample
34078 -exec-next-instruction [--reverse]
34079 @end smallexample
34080
34081 Executes one machine instruction. If the instruction is a function
34082 call, continues until the function returns. If the program stops at an
34083 instruction in the middle of a source line, the address will be
34084 printed as well.
34085
34086 If the @samp{--reverse} option is specified, resumes reverse execution
34087 of the inferior program, stopping at the previous instruction. If the
34088 previously executed instruction was a return from another function,
34089 it will continue to execute in reverse until the call to that function
34090 (from the current stack frame) is reached.
34091
34092 @subsubheading @value{GDBN} Command
34093
34094 The corresponding @value{GDBN} command is @samp{nexti}.
34095
34096 @subsubheading Example
34097
34098 @smallexample
34099 (gdb)
34100 -exec-next-instruction
34101 ^running
34102
34103 (gdb)
34104 *stopped,reason="end-stepping-range",
34105 addr="0x000100d4",line="5",file="hello.c"
34106 (gdb)
34107 @end smallexample
34108
34109
34110 @findex -exec-return
34111 @subheading The @code{-exec-return} Command
34112
34113 @subsubheading Synopsis
34114
34115 @smallexample
34116 -exec-return
34117 @end smallexample
34118
34119 Makes current function return immediately. Doesn't execute the inferior.
34120 Displays the new current frame.
34121
34122 @subsubheading @value{GDBN} Command
34123
34124 The corresponding @value{GDBN} command is @samp{return}.
34125
34126 @subsubheading Example
34127
34128 @smallexample
34129 (gdb)
34130 200-break-insert callee4
34131 200^done,bkpt=@{number="1",addr="0x00010734",
34132 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
34133 (gdb)
34134 000-exec-run
34135 000^running
34136 (gdb)
34137 000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
34138 frame=@{func="callee4",args=[],
34139 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
34140 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
34141 arch="i386:x86_64"@}
34142 (gdb)
34143 205-break-delete
34144 205^done
34145 (gdb)
34146 111-exec-return
34147 111^done,frame=@{level="0",func="callee3",
34148 args=[@{name="strarg",
34149 value="0x11940 \"A string argument.\""@}],
34150 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
34151 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18",
34152 arch="i386:x86_64"@}
34153 (gdb)
34154 @end smallexample
34155
34156
34157 @findex -exec-run
34158 @subheading The @code{-exec-run} Command
34159
34160 @subsubheading Synopsis
34161
34162 @smallexample
34163 -exec-run [ --all | --thread-group N ] [ --start ]
34164 @end smallexample
34165
34166 Starts execution of the inferior from the beginning. The inferior
34167 executes until either a breakpoint is encountered or the program
34168 exits. In the latter case the output will include an exit code, if
34169 the program has exited exceptionally.
34170
34171 When neither the @samp{--all} nor the @samp{--thread-group} option
34172 is specified, the current inferior is started. If the
34173 @samp{--thread-group} option is specified, it should refer to a thread
34174 group of type @samp{process}, and that thread group will be started.
34175 If the @samp{--all} option is specified, then all inferiors will be started.
34176
34177 Using the @samp{--start} option instructs the debugger to stop
34178 the execution at the start of the inferior's main subprogram,
34179 following the same behavior as the @code{start} command
34180 (@pxref{Starting}).
34181
34182 @subsubheading @value{GDBN} Command
34183
34184 The corresponding @value{GDBN} command is @samp{run}.
34185
34186 @subsubheading Examples
34187
34188 @smallexample
34189 (gdb)
34190 -break-insert main
34191 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
34192 (gdb)
34193 -exec-run
34194 ^running
34195 (gdb)
34196 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",
34197 frame=@{func="main",args=[],file="recursive2.c",
34198 fullname="/home/foo/bar/recursive2.c",line="4",arch="i386:x86_64"@}
34199 (gdb)
34200 @end smallexample
34201
34202 @noindent
34203 Program exited normally:
34204
34205 @smallexample
34206 (gdb)
34207 -exec-run
34208 ^running
34209 (gdb)
34210 x = 55
34211 *stopped,reason="exited-normally"
34212 (gdb)
34213 @end smallexample
34214
34215 @noindent
34216 Program exited exceptionally:
34217
34218 @smallexample
34219 (gdb)
34220 -exec-run
34221 ^running
34222 (gdb)
34223 x = 55
34224 *stopped,reason="exited",exit-code="01"
34225 (gdb)
34226 @end smallexample
34227
34228 Another way the program can terminate is if it receives a signal such as
34229 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
34230
34231 @smallexample
34232 (gdb)
34233 *stopped,reason="exited-signalled",signal-name="SIGINT",
34234 signal-meaning="Interrupt"
34235 @end smallexample
34236
34237
34238 @c @subheading -exec-signal
34239
34240
34241 @findex -exec-step
34242 @subheading The @code{-exec-step} Command
34243
34244 @subsubheading Synopsis
34245
34246 @smallexample
34247 -exec-step [--reverse]
34248 @end smallexample
34249
34250 Resumes execution of the inferior program, stopping when the beginning
34251 of the next source line is reached, if the next source line is not a
34252 function call. If it is, stop at the first instruction of the called
34253 function. If the @samp{--reverse} option is specified, resumes reverse
34254 execution of the inferior program, stopping at the beginning of the
34255 previously executed source line.
34256
34257 @subsubheading @value{GDBN} Command
34258
34259 The corresponding @value{GDBN} command is @samp{step}.
34260
34261 @subsubheading Example
34262
34263 Stepping into a function:
34264
34265 @smallexample
34266 -exec-step
34267 ^running
34268 (gdb)
34269 *stopped,reason="end-stepping-range",
34270 frame=@{func="foo",args=[@{name="a",value="10"@},
34271 @{name="b",value="0"@}],file="recursive2.c",
34272 fullname="/home/foo/bar/recursive2.c",line="11",arch="i386:x86_64"@}
34273 (gdb)
34274 @end smallexample
34275
34276 Regular stepping:
34277
34278 @smallexample
34279 -exec-step
34280 ^running
34281 (gdb)
34282 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
34283 (gdb)
34284 @end smallexample
34285
34286
34287 @findex -exec-step-instruction
34288 @subheading The @code{-exec-step-instruction} Command
34289
34290 @subsubheading Synopsis
34291
34292 @smallexample
34293 -exec-step-instruction [--reverse]
34294 @end smallexample
34295
34296 Resumes the inferior which executes one machine instruction. If the
34297 @samp{--reverse} option is specified, resumes reverse execution of the
34298 inferior program, stopping at the previously executed instruction.
34299 The output, once @value{GDBN} has stopped, will vary depending on
34300 whether we have stopped in the middle of a source line or not. In the
34301 former case, the address at which the program stopped will be printed
34302 as well.
34303
34304 @subsubheading @value{GDBN} Command
34305
34306 The corresponding @value{GDBN} command is @samp{stepi}.
34307
34308 @subsubheading Example
34309
34310 @smallexample
34311 (gdb)
34312 -exec-step-instruction
34313 ^running
34314
34315 (gdb)
34316 *stopped,reason="end-stepping-range",
34317 frame=@{func="foo",args=[],file="try.c",
34318 fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
34319 (gdb)
34320 -exec-step-instruction
34321 ^running
34322
34323 (gdb)
34324 *stopped,reason="end-stepping-range",
34325 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
34326 fullname="/home/foo/bar/try.c",line="10",arch="i386:x86_64"@}
34327 (gdb)
34328 @end smallexample
34329
34330
34331 @findex -exec-until
34332 @subheading The @code{-exec-until} Command
34333
34334 @subsubheading Synopsis
34335
34336 @smallexample
34337 -exec-until [ @var{locspec} ]
34338 @end smallexample
34339
34340 Executes the inferior until it reaches the address to which
34341 @var{locspec} resolves. If there is no argument, the inferior
34342 executes until it reaches a source line greater than the current one.
34343 The reason for stopping in this case will be @samp{location-reached}.
34344
34345 @subsubheading @value{GDBN} Command
34346
34347 The corresponding @value{GDBN} command is @samp{until}.
34348
34349 @subsubheading Example
34350
34351 @smallexample
34352 (gdb)
34353 -exec-until recursive2.c:6
34354 ^running
34355 (gdb)
34356 x = 55
34357 *stopped,reason="location-reached",frame=@{func="main",args=[],
34358 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="6",
34359 arch="i386:x86_64"@}
34360 (gdb)
34361 @end smallexample
34362
34363 @ignore
34364 @subheading -file-clear
34365 Is this going away????
34366 @end ignore
34367
34368 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34369 @node GDB/MI Stack Manipulation
34370 @section @sc{gdb/mi} Stack Manipulation Commands
34371
34372 @findex -enable-frame-filters
34373 @subheading The @code{-enable-frame-filters} Command
34374
34375 @smallexample
34376 -enable-frame-filters
34377 @end smallexample
34378
34379 @value{GDBN} allows Python-based frame filters to affect the output of
34380 the MI commands relating to stack traces. As there is no way to
34381 implement this in a fully backward-compatible way, a front end must
34382 request that this functionality be enabled.
34383
34384 Once enabled, this feature cannot be disabled.
34385
34386 Note that if Python support has not been compiled into @value{GDBN},
34387 this command will still succeed (and do nothing).
34388
34389 @findex -stack-info-frame
34390 @subheading The @code{-stack-info-frame} Command
34391
34392 @subsubheading Synopsis
34393
34394 @smallexample
34395 -stack-info-frame
34396 @end smallexample
34397
34398 Get info on the selected frame.
34399
34400 @subsubheading @value{GDBN} Command
34401
34402 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
34403 (without arguments).
34404
34405 @subsubheading Example
34406
34407 @smallexample
34408 (gdb)
34409 -stack-info-frame
34410 ^done,frame=@{level="1",addr="0x0001076c",func="callee3",
34411 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
34412 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
34413 arch="i386:x86_64"@}
34414 (gdb)
34415 @end smallexample
34416
34417 @findex -stack-info-depth
34418 @subheading The @code{-stack-info-depth} Command
34419
34420 @subsubheading Synopsis
34421
34422 @smallexample
34423 -stack-info-depth [ @var{max-depth} ]
34424 @end smallexample
34425
34426 Return the depth of the stack. If the integer argument @var{max-depth}
34427 is specified, do not count beyond @var{max-depth} frames.
34428
34429 @subsubheading @value{GDBN} Command
34430
34431 There's no equivalent @value{GDBN} command.
34432
34433 @subsubheading Example
34434
34435 For a stack with frame levels 0 through 11:
34436
34437 @smallexample
34438 (gdb)
34439 -stack-info-depth
34440 ^done,depth="12"
34441 (gdb)
34442 -stack-info-depth 4
34443 ^done,depth="4"
34444 (gdb)
34445 -stack-info-depth 12
34446 ^done,depth="12"
34447 (gdb)
34448 -stack-info-depth 11
34449 ^done,depth="11"
34450 (gdb)
34451 -stack-info-depth 13
34452 ^done,depth="12"
34453 (gdb)
34454 @end smallexample
34455
34456 @anchor{-stack-list-arguments}
34457 @findex -stack-list-arguments
34458 @subheading The @code{-stack-list-arguments} Command
34459
34460 @subsubheading Synopsis
34461
34462 @smallexample
34463 -stack-list-arguments [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
34464 [ @var{low-frame} @var{high-frame} ]
34465 @end smallexample
34466
34467 Display a list of the arguments for the frames between @var{low-frame}
34468 and @var{high-frame} (inclusive). If @var{low-frame} and
34469 @var{high-frame} are not provided, list the arguments for the whole
34470 call stack. If the two arguments are equal, show the single frame
34471 at the corresponding level. It is an error if @var{low-frame} is
34472 larger than the actual number of frames. On the other hand,
34473 @var{high-frame} may be larger than the actual number of frames, in
34474 which case only existing frames will be returned.
34475
34476 If @var{print-values} is 0 or @code{--no-values}, print only the names of
34477 the variables; if it is 1 or @code{--all-values}, print also their
34478 values; and if it is 2 or @code{--simple-values}, print the name,
34479 type and value for simple data types, and the name and type for arrays,
34480 structures and unions. If the option @code{--no-frame-filters} is
34481 supplied, then Python frame filters will not be executed.
34482
34483 If the @code{--skip-unavailable} option is specified, arguments that
34484 are not available are not listed. Partially available arguments
34485 are still displayed, however.
34486
34487 Use of this command to obtain arguments in a single frame is
34488 deprecated in favor of the @samp{-stack-list-variables} command.
34489
34490 @subsubheading @value{GDBN} Command
34491
34492 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
34493 @samp{gdb_get_args} command which partially overlaps with the
34494 functionality of @samp{-stack-list-arguments}.
34495
34496 @subsubheading Example
34497
34498 @smallexample
34499 (gdb)
34500 -stack-list-frames
34501 ^done,
34502 stack=[
34503 frame=@{level="0",addr="0x00010734",func="callee4",
34504 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
34505 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8",
34506 arch="i386:x86_64"@},
34507 frame=@{level="1",addr="0x0001076c",func="callee3",
34508 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
34509 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17",
34510 arch="i386:x86_64"@},
34511 frame=@{level="2",addr="0x0001078c",func="callee2",
34512 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
34513 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22",
34514 arch="i386:x86_64"@},
34515 frame=@{level="3",addr="0x000107b4",func="callee1",
34516 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
34517 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27",
34518 arch="i386:x86_64"@},
34519 frame=@{level="4",addr="0x000107e0",func="main",
34520 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
34521 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32",
34522 arch="i386:x86_64"@}]
34523 (gdb)
34524 -stack-list-arguments 0
34525 ^done,
34526 stack-args=[
34527 frame=@{level="0",args=[]@},
34528 frame=@{level="1",args=[name="strarg"]@},
34529 frame=@{level="2",args=[name="intarg",name="strarg"]@},
34530 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
34531 frame=@{level="4",args=[]@}]
34532 (gdb)
34533 -stack-list-arguments 1
34534 ^done,
34535 stack-args=[
34536 frame=@{level="0",args=[]@},
34537 frame=@{level="1",
34538 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
34539 frame=@{level="2",args=[
34540 @{name="intarg",value="2"@},
34541 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
34542 @{frame=@{level="3",args=[
34543 @{name="intarg",value="2"@},
34544 @{name="strarg",value="0x11940 \"A string argument.\""@},
34545 @{name="fltarg",value="3.5"@}]@},
34546 frame=@{level="4",args=[]@}]
34547 (gdb)
34548 -stack-list-arguments 0 2 2
34549 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
34550 (gdb)
34551 -stack-list-arguments 1 2 2
34552 ^done,stack-args=[frame=@{level="2",
34553 args=[@{name="intarg",value="2"@},
34554 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
34555 (gdb)
34556 @end smallexample
34557
34558 @c @subheading -stack-list-exception-handlers
34559
34560
34561 @anchor{-stack-list-frames}
34562 @findex -stack-list-frames
34563 @subheading The @code{-stack-list-frames} Command
34564
34565 @subsubheading Synopsis
34566
34567 @smallexample
34568 -stack-list-frames [ --no-frame-filters @var{low-frame} @var{high-frame} ]
34569 @end smallexample
34570
34571 List the frames currently on the stack. For each frame it displays the
34572 following info:
34573
34574 @table @samp
34575 @item @var{level}
34576 The frame number, 0 being the topmost frame, i.e., the innermost function.
34577 @item @var{addr}
34578 The @code{$pc} value for that frame.
34579 @item @var{func}
34580 Function name.
34581 @item @var{file}
34582 File name of the source file where the function lives.
34583 @item @var{fullname}
34584 The full file name of the source file where the function lives.
34585 @item @var{line}
34586 Line number corresponding to the @code{$pc}.
34587 @item @var{from}
34588 The shared library where this function is defined. This is only given
34589 if the frame's function is not known.
34590 @item @var{arch}
34591 Frame's architecture.
34592 @end table
34593
34594 If invoked without arguments, this command prints a backtrace for the
34595 whole stack. If given two integer arguments, it shows the frames whose
34596 levels are between the two arguments (inclusive). If the two arguments
34597 are equal, it shows the single frame at the corresponding level. It is
34598 an error if @var{low-frame} is larger than the actual number of
34599 frames. On the other hand, @var{high-frame} may be larger than the
34600 actual number of frames, in which case only existing frames will be
34601 returned. If the option @code{--no-frame-filters} is supplied, then
34602 Python frame filters will not be executed.
34603
34604 @subsubheading @value{GDBN} Command
34605
34606 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
34607
34608 @subsubheading Example
34609
34610 Full stack backtrace:
34611
34612 @smallexample
34613 (gdb)
34614 -stack-list-frames
34615 ^done,stack=
34616 [frame=@{level="0",addr="0x0001076c",func="foo",
34617 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="11",
34618 arch="i386:x86_64"@},
34619 frame=@{level="1",addr="0x000107a4",func="foo",
34620 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34621 arch="i386:x86_64"@},
34622 frame=@{level="2",addr="0x000107a4",func="foo",
34623 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34624 arch="i386:x86_64"@},
34625 frame=@{level="3",addr="0x000107a4",func="foo",
34626 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34627 arch="i386:x86_64"@},
34628 frame=@{level="4",addr="0x000107a4",func="foo",
34629 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34630 arch="i386:x86_64"@},
34631 frame=@{level="5",addr="0x000107a4",func="foo",
34632 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34633 arch="i386:x86_64"@},
34634 frame=@{level="6",addr="0x000107a4",func="foo",
34635 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34636 arch="i386:x86_64"@},
34637 frame=@{level="7",addr="0x000107a4",func="foo",
34638 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34639 arch="i386:x86_64"@},
34640 frame=@{level="8",addr="0x000107a4",func="foo",
34641 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34642 arch="i386:x86_64"@},
34643 frame=@{level="9",addr="0x000107a4",func="foo",
34644 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34645 arch="i386:x86_64"@},
34646 frame=@{level="10",addr="0x000107a4",func="foo",
34647 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34648 arch="i386:x86_64"@},
34649 frame=@{level="11",addr="0x00010738",func="main",
34650 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="4",
34651 arch="i386:x86_64"@}]
34652 (gdb)
34653 @end smallexample
34654
34655 Show frames between @var{low_frame} and @var{high_frame}:
34656
34657 @smallexample
34658 (gdb)
34659 -stack-list-frames 3 5
34660 ^done,stack=
34661 [frame=@{level="3",addr="0x000107a4",func="foo",
34662 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34663 arch="i386:x86_64"@},
34664 frame=@{level="4",addr="0x000107a4",func="foo",
34665 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34666 arch="i386:x86_64"@},
34667 frame=@{level="5",addr="0x000107a4",func="foo",
34668 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34669 arch="i386:x86_64"@}]
34670 (gdb)
34671 @end smallexample
34672
34673 Show a single frame:
34674
34675 @smallexample
34676 (gdb)
34677 -stack-list-frames 3 3
34678 ^done,stack=
34679 [frame=@{level="3",addr="0x000107a4",func="foo",
34680 file="recursive2.c",fullname="/home/foo/bar/recursive2.c",line="14",
34681 arch="i386:x86_64"@}]
34682 (gdb)
34683 @end smallexample
34684
34685
34686 @findex -stack-list-locals
34687 @anchor{-stack-list-locals}
34688 @subheading The @code{-stack-list-locals} Command
34689
34690 @subsubheading Synopsis
34691
34692 @smallexample
34693 -stack-list-locals [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
34694 @end smallexample
34695
34696 Display the local variable names for the selected frame. If
34697 @var{print-values} is 0 or @code{--no-values}, print only the names of
34698 the variables; if it is 1 or @code{--all-values}, print also their
34699 values; and if it is 2 or @code{--simple-values}, print the name,
34700 type and value for simple data types, and the name and type for arrays,
34701 structures and unions. In this last case, a frontend can immediately
34702 display the value of simple data types and create variable objects for
34703 other data types when the user wishes to explore their values in
34704 more detail. If the option @code{--no-frame-filters} is supplied, then
34705 Python frame filters will not be executed.
34706
34707 If the @code{--skip-unavailable} option is specified, local variables
34708 that are not available are not listed. Partially available local
34709 variables are still displayed, however.
34710
34711 This command is deprecated in favor of the
34712 @samp{-stack-list-variables} command.
34713
34714 @subsubheading @value{GDBN} Command
34715
34716 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
34717
34718 @subsubheading Example
34719
34720 @smallexample
34721 (gdb)
34722 -stack-list-locals 0
34723 ^done,locals=[name="A",name="B",name="C"]
34724 (gdb)
34725 -stack-list-locals --all-values
34726 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
34727 @{name="C",value="@{1, 2, 3@}"@}]
34728 -stack-list-locals --simple-values
34729 ^done,locals=[@{name="A",type="int",value="1"@},
34730 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
34731 (gdb)
34732 @end smallexample
34733
34734 @anchor{-stack-list-variables}
34735 @findex -stack-list-variables
34736 @subheading The @code{-stack-list-variables} Command
34737
34738 @subsubheading Synopsis
34739
34740 @smallexample
34741 -stack-list-variables [ --no-frame-filters ] [ --skip-unavailable ] @var{print-values}
34742 @end smallexample
34743
34744 Display the names of local variables and function arguments for the selected frame. If
34745 @var{print-values} is 0 or @code{--no-values}, print only the names of
34746 the variables; if it is 1 or @code{--all-values}, print also their
34747 values; and if it is 2 or @code{--simple-values}, print the name,
34748 type and value for simple data types, and the name and type for arrays,
34749 structures and unions. If the option @code{--no-frame-filters} is
34750 supplied, then Python frame filters will not be executed.
34751
34752 If the @code{--skip-unavailable} option is specified, local variables
34753 and arguments that are not available are not listed. Partially
34754 available arguments and local variables are still displayed, however.
34755
34756 @subsubheading Example
34757
34758 @smallexample
34759 (gdb)
34760 -stack-list-variables --thread 1 --frame 0 --all-values
34761 ^done,variables=[@{name="x",value="11"@},@{name="s",value="@{a = 1, b = 2@}"@}]
34762 (gdb)
34763 @end smallexample
34764
34765
34766 @findex -stack-select-frame
34767 @subheading The @code{-stack-select-frame} Command
34768
34769 @subsubheading Synopsis
34770
34771 @smallexample
34772 -stack-select-frame @var{framenum}
34773 @end smallexample
34774
34775 Change the selected frame. Select a different frame @var{framenum} on
34776 the stack.
34777
34778 This command in deprecated in favor of passing the @samp{--frame}
34779 option to every command.
34780
34781 @subsubheading @value{GDBN} Command
34782
34783 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
34784 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
34785
34786 @subsubheading Example
34787
34788 @smallexample
34789 (gdb)
34790 -stack-select-frame 2
34791 ^done
34792 (gdb)
34793 @end smallexample
34794
34795 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34796 @node GDB/MI Variable Objects
34797 @section @sc{gdb/mi} Variable Objects
34798
34799 @ignore
34800
34801 @subheading Motivation for Variable Objects in @sc{gdb/mi}
34802
34803 For the implementation of a variable debugger window (locals, watched
34804 expressions, etc.), we are proposing the adaptation of the existing code
34805 used by @code{Insight}.
34806
34807 The two main reasons for that are:
34808
34809 @enumerate 1
34810 @item
34811 It has been proven in practice (it is already on its second generation).
34812
34813 @item
34814 It will shorten development time (needless to say how important it is
34815 now).
34816 @end enumerate
34817
34818 The original interface was designed to be used by Tcl code, so it was
34819 slightly changed so it could be used through @sc{gdb/mi}. This section
34820 describes the @sc{gdb/mi} operations that will be available and gives some
34821 hints about their use.
34822
34823 @emph{Note}: In addition to the set of operations described here, we
34824 expect the @sc{gui} implementation of a variable window to require, at
34825 least, the following operations:
34826
34827 @itemize @bullet
34828 @item @code{-gdb-show} @code{output-radix}
34829 @item @code{-stack-list-arguments}
34830 @item @code{-stack-list-locals}
34831 @item @code{-stack-select-frame}
34832 @end itemize
34833
34834 @end ignore
34835
34836 @subheading Introduction to Variable Objects
34837
34838 @cindex variable objects in @sc{gdb/mi}
34839
34840 Variable objects are "object-oriented" MI interface for examining and
34841 changing values of expressions. Unlike some other MI interfaces that
34842 work with expressions, variable objects are specifically designed for
34843 simple and efficient presentation in the frontend. A variable object
34844 is identified by string name. When a variable object is created, the
34845 frontend specifies the expression for that variable object. The
34846 expression can be a simple variable, or it can be an arbitrary complex
34847 expression, and can even involve CPU registers. After creating a
34848 variable object, the frontend can invoke other variable object
34849 operations---for example to obtain or change the value of a variable
34850 object, or to change display format.
34851
34852 Variable objects have hierarchical tree structure. Any variable object
34853 that corresponds to a composite type, such as structure in C, has
34854 a number of child variable objects, for example corresponding to each
34855 element of a structure. A child variable object can itself have
34856 children, recursively. Recursion ends when we reach
34857 leaf variable objects, which always have built-in types. Child variable
34858 objects are created only by explicit request, so if a frontend
34859 is not interested in the children of a particular variable object, no
34860 child will be created.
34861
34862 For a leaf variable object it is possible to obtain its value as a
34863 string, or set the value from a string. String value can be also
34864 obtained for a non-leaf variable object, but it's generally a string
34865 that only indicates the type of the object, and does not list its
34866 contents. Assignment to a non-leaf variable object is not allowed.
34867
34868 A frontend does not need to read the values of all variable objects each time
34869 the program stops. Instead, MI provides an update command that lists all
34870 variable objects whose values has changed since the last update
34871 operation. This considerably reduces the amount of data that must
34872 be transferred to the frontend. As noted above, children variable
34873 objects are created on demand, and only leaf variable objects have a
34874 real value. As result, gdb will read target memory only for leaf
34875 variables that frontend has created.
34876
34877 The automatic update is not always desirable. For example, a frontend
34878 might want to keep a value of some expression for future reference,
34879 and never update it. For another example, fetching memory is
34880 relatively slow for embedded targets, so a frontend might want
34881 to disable automatic update for the variables that are either not
34882 visible on the screen, or ``closed''. This is possible using so
34883 called ``frozen variable objects''. Such variable objects are never
34884 implicitly updated.
34885
34886 Variable objects can be either @dfn{fixed} or @dfn{floating}. For the
34887 fixed variable object, the expression is parsed when the variable
34888 object is created, including associating identifiers to specific
34889 variables. The meaning of expression never changes. For a floating
34890 variable object the values of variables whose names appear in the
34891 expressions are re-evaluated every time in the context of the current
34892 frame. Consider this example:
34893
34894 @smallexample
34895 void do_work(...)
34896 @{
34897 struct work_state state;
34898
34899 if (...)
34900 do_work(...);
34901 @}
34902 @end smallexample
34903
34904 If a fixed variable object for the @code{state} variable is created in
34905 this function, and we enter the recursive call, the variable
34906 object will report the value of @code{state} in the top-level
34907 @code{do_work} invocation. On the other hand, a floating variable
34908 object will report the value of @code{state} in the current frame.
34909
34910 If an expression specified when creating a fixed variable object
34911 refers to a local variable, the variable object becomes bound to the
34912 thread and frame in which the variable object is created. When such
34913 variable object is updated, @value{GDBN} makes sure that the
34914 thread/frame combination the variable object is bound to still exists,
34915 and re-evaluates the variable object in context of that thread/frame.
34916
34917 The following is the complete set of @sc{gdb/mi} operations defined to
34918 access this functionality:
34919
34920 @multitable @columnfractions .4 .6
34921 @item @strong{Operation}
34922 @tab @strong{Description}
34923
34924 @item @code{-enable-pretty-printing}
34925 @tab enable Python-based pretty-printing
34926 @item @code{-var-create}
34927 @tab create a variable object
34928 @item @code{-var-delete}
34929 @tab delete the variable object and/or its children
34930 @item @code{-var-set-format}
34931 @tab set the display format of this variable
34932 @item @code{-var-show-format}
34933 @tab show the display format of this variable
34934 @item @code{-var-info-num-children}
34935 @tab tells how many children this object has
34936 @item @code{-var-list-children}
34937 @tab return a list of the object's children
34938 @item @code{-var-info-type}
34939 @tab show the type of this variable object
34940 @item @code{-var-info-expression}
34941 @tab print parent-relative expression that this variable object represents
34942 @item @code{-var-info-path-expression}
34943 @tab print full expression that this variable object represents
34944 @item @code{-var-show-attributes}
34945 @tab is this variable editable? does it exist here?
34946 @item @code{-var-evaluate-expression}
34947 @tab get the value of this variable
34948 @item @code{-var-assign}
34949 @tab set the value of this variable
34950 @item @code{-var-update}
34951 @tab update the variable and its children
34952 @item @code{-var-set-frozen}
34953 @tab set frozenness attribute
34954 @item @code{-var-set-update-range}
34955 @tab set range of children to display on update
34956 @end multitable
34957
34958 In the next subsection we describe each operation in detail and suggest
34959 how it can be used.
34960
34961 @subheading Description And Use of Operations on Variable Objects
34962
34963 @findex -enable-pretty-printing
34964 @subheading The @code{-enable-pretty-printing} Command
34965
34966 @smallexample
34967 -enable-pretty-printing
34968 @end smallexample
34969
34970 @value{GDBN} allows Python-based visualizers to affect the output of the
34971 MI variable object commands. However, because there was no way to
34972 implement this in a fully backward-compatible way, a front end must
34973 request that this functionality be enabled.
34974
34975 Once enabled, this feature cannot be disabled.
34976
34977 Note that if Python support has not been compiled into @value{GDBN},
34978 this command will still succeed (and do nothing).
34979
34980 @findex -var-create
34981 @subheading The @code{-var-create} Command
34982
34983 @subsubheading Synopsis
34984
34985 @smallexample
34986 -var-create @{@var{name} | "-"@}
34987 @{@var{frame-addr} | "*" | "@@"@} @var{expression}
34988 @end smallexample
34989
34990 This operation creates a variable object, which allows the monitoring of
34991 a variable, the result of an expression, a memory cell or a CPU
34992 register.
34993
34994 The @var{name} parameter is the string by which the object can be
34995 referenced. It must be unique. If @samp{-} is specified, the varobj
34996 system will generate a string ``varNNNNNN'' automatically. It will be
34997 unique provided that one does not specify @var{name} of that format.
34998 The command fails if a duplicate name is found.
34999
35000 The frame under which the expression should be evaluated can be
35001 specified by @var{frame-addr}. A @samp{*} indicates that the current
35002 frame should be used. A @samp{@@} indicates that a floating variable
35003 object must be created.
35004
35005 @var{expression} is any expression valid on the current language set (must not
35006 begin with a @samp{*}), or one of the following:
35007
35008 @itemize @bullet
35009 @item
35010 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
35011
35012 @item
35013 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
35014
35015 @item
35016 @samp{$@var{regname}} --- a CPU register name
35017 @end itemize
35018
35019 @cindex dynamic varobj
35020 A varobj's contents may be provided by a Python-based pretty-printer. In this
35021 case the varobj is known as a @dfn{dynamic varobj}. Dynamic varobjs
35022 have slightly different semantics in some cases. If the
35023 @code{-enable-pretty-printing} command is not sent, then @value{GDBN}
35024 will never create a dynamic varobj. This ensures backward
35025 compatibility for existing clients.
35026
35027 @subsubheading Result
35028
35029 This operation returns attributes of the newly-created varobj. These
35030 are:
35031
35032 @table @samp
35033 @item name
35034 The name of the varobj.
35035
35036 @item numchild
35037 The number of children of the varobj. This number is not necessarily
35038 reliable for a dynamic varobj. Instead, you must examine the
35039 @samp{has_more} attribute.
35040
35041 @item value
35042 The varobj's scalar value. For a varobj whose type is some sort of
35043 aggregate (e.g., a @code{struct}), this value will not be interesting.
35044 For a dynamic varobj, this value comes directly from the Python
35045 pretty-printer object's @code{to_string} method.
35046
35047 @item type
35048 The varobj's type. This is a string representation of the type, as
35049 would be printed by the @value{GDBN} CLI. If @samp{print object}
35050 (@pxref{Print Settings, set print object}) is set to @code{on}, the
35051 @emph{actual} (derived) type of the object is shown rather than the
35052 @emph{declared} one.
35053
35054 @item thread-id
35055 If a variable object is bound to a specific thread, then this is the
35056 thread's global identifier.
35057
35058 @item has_more
35059 For a dynamic varobj, this indicates whether there appear to be any
35060 children available. For a non-dynamic varobj, this will be 0.
35061
35062 @item dynamic
35063 This attribute will be present and have the value @samp{1} if the
35064 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
35065 then this attribute will not be present.
35066
35067 @item displayhint
35068 A dynamic varobj can supply a display hint to the front end. The
35069 value comes directly from the Python pretty-printer object's
35070 @code{display_hint} method. @xref{Pretty Printing API}.
35071 @end table
35072
35073 Typical output will look like this:
35074
35075 @smallexample
35076 name="@var{name}",numchild="@var{N}",type="@var{type}",thread-id="@var{M}",
35077 has_more="@var{has_more}"
35078 @end smallexample
35079
35080
35081 @findex -var-delete
35082 @subheading The @code{-var-delete} Command
35083
35084 @subsubheading Synopsis
35085
35086 @smallexample
35087 -var-delete [ -c ] @var{name}
35088 @end smallexample
35089
35090 Deletes a previously created variable object and all of its children.
35091 With the @samp{-c} option, just deletes the children.
35092
35093 Returns an error if the object @var{name} is not found.
35094
35095
35096 @findex -var-set-format
35097 @subheading The @code{-var-set-format} Command
35098
35099 @subsubheading Synopsis
35100
35101 @smallexample
35102 -var-set-format @var{name} @var{format-spec}
35103 @end smallexample
35104
35105 Sets the output format for the value of the object @var{name} to be
35106 @var{format-spec}.
35107
35108 @anchor{-var-set-format}
35109 The syntax for the @var{format-spec} is as follows:
35110
35111 @smallexample
35112 @var{format-spec} @expansion{}
35113 @{binary | decimal | hexadecimal | octal | natural | zero-hexadecimal@}
35114 @end smallexample
35115
35116 The natural format is the default format choosen automatically
35117 based on the variable type (like decimal for an @code{int}, hex
35118 for pointers, etc.).
35119
35120 The zero-hexadecimal format has a representation similar to hexadecimal
35121 but with padding zeroes to the left of the value. For example, a 32-bit
35122 hexadecimal value of 0x1234 would be represented as 0x00001234 in the
35123 zero-hexadecimal format.
35124
35125 For a variable with children, the format is set only on the
35126 variable itself, and the children are not affected.
35127
35128 @findex -var-show-format
35129 @subheading The @code{-var-show-format} Command
35130
35131 @subsubheading Synopsis
35132
35133 @smallexample
35134 -var-show-format @var{name}
35135 @end smallexample
35136
35137 Returns the format used to display the value of the object @var{name}.
35138
35139 @smallexample
35140 @var{format} @expansion{}
35141 @var{format-spec}
35142 @end smallexample
35143
35144
35145 @findex -var-info-num-children
35146 @subheading The @code{-var-info-num-children} Command
35147
35148 @subsubheading Synopsis
35149
35150 @smallexample
35151 -var-info-num-children @var{name}
35152 @end smallexample
35153
35154 Returns the number of children of a variable object @var{name}:
35155
35156 @smallexample
35157 numchild=@var{n}
35158 @end smallexample
35159
35160 Note that this number is not completely reliable for a dynamic varobj.
35161 It will return the current number of children, but more children may
35162 be available.
35163
35164
35165 @findex -var-list-children
35166 @subheading The @code{-var-list-children} Command
35167
35168 @subsubheading Synopsis
35169
35170 @smallexample
35171 -var-list-children [@var{print-values}] @var{name} [@var{from} @var{to}]
35172 @end smallexample
35173 @anchor{-var-list-children}
35174
35175 Return a list of the children of the specified variable object and
35176 create variable objects for them, if they do not already exist. With
35177 a single argument or if @var{print-values} has a value of 0 or
35178 @code{--no-values}, print only the names of the variables; if
35179 @var{print-values} is 1 or @code{--all-values}, also print their
35180 values; and if it is 2 or @code{--simple-values} print the name and
35181 value for simple data types and just the name for arrays, structures
35182 and unions.
35183
35184 @var{from} and @var{to}, if specified, indicate the range of children
35185 to report. If @var{from} or @var{to} is less than zero, the range is
35186 reset and all children will be reported. Otherwise, children starting
35187 at @var{from} (zero-based) and up to and excluding @var{to} will be
35188 reported.
35189
35190 If a child range is requested, it will only affect the current call to
35191 @code{-var-list-children}, but not future calls to @code{-var-update}.
35192 For this, you must instead use @code{-var-set-update-range}. The
35193 intent of this approach is to enable a front end to implement any
35194 update approach it likes; for example, scrolling a view may cause the
35195 front end to request more children with @code{-var-list-children}, and
35196 then the front end could call @code{-var-set-update-range} with a
35197 different range to ensure that future updates are restricted to just
35198 the visible items.
35199
35200 For each child the following results are returned:
35201
35202 @table @var
35203
35204 @item name
35205 Name of the variable object created for this child.
35206
35207 @item exp
35208 The expression to be shown to the user by the front end to designate this child.
35209 For example this may be the name of a structure member.
35210
35211 For a dynamic varobj, this value cannot be used to form an
35212 expression. There is no way to do this at all with a dynamic varobj.
35213
35214 For C/C@t{++} structures there are several pseudo children returned to
35215 designate access qualifiers. For these pseudo children @var{exp} is
35216 @samp{public}, @samp{private}, or @samp{protected}. In this case the
35217 type and value are not present.
35218
35219 A dynamic varobj will not report the access qualifying
35220 pseudo-children, regardless of the language. This information is not
35221 available at all with a dynamic varobj.
35222
35223 @item numchild
35224 Number of children this child has. For a dynamic varobj, this will be
35225 0.
35226
35227 @item type
35228 The type of the child. If @samp{print object}
35229 (@pxref{Print Settings, set print object}) is set to @code{on}, the
35230 @emph{actual} (derived) type of the object is shown rather than the
35231 @emph{declared} one.
35232
35233 @item value
35234 If values were requested, this is the value.
35235
35236 @item thread-id
35237 If this variable object is associated with a thread, this is the
35238 thread's global thread id. Otherwise this result is not present.
35239
35240 @item frozen
35241 If the variable object is frozen, this variable will be present with a value of 1.
35242
35243 @item displayhint
35244 A dynamic varobj can supply a display hint to the front end. The
35245 value comes directly from the Python pretty-printer object's
35246 @code{display_hint} method. @xref{Pretty Printing API}.
35247
35248 @item dynamic
35249 This attribute will be present and have the value @samp{1} if the
35250 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
35251 then this attribute will not be present.
35252
35253 @end table
35254
35255 The result may have its own attributes:
35256
35257 @table @samp
35258 @item displayhint
35259 A dynamic varobj can supply a display hint to the front end. The
35260 value comes directly from the Python pretty-printer object's
35261 @code{display_hint} method. @xref{Pretty Printing API}.
35262
35263 @item has_more
35264 This is an integer attribute which is nonzero if there are children
35265 remaining after the end of the selected range.
35266 @end table
35267
35268 @subsubheading Example
35269
35270 @smallexample
35271 (gdb)
35272 -var-list-children n
35273 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
35274 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
35275 (gdb)
35276 -var-list-children --all-values n
35277 ^done,numchild=@var{n},children=[child=@{name=@var{name},exp=@var{exp},
35278 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
35279 @end smallexample
35280
35281
35282 @findex -var-info-type
35283 @subheading The @code{-var-info-type} Command
35284
35285 @subsubheading Synopsis
35286
35287 @smallexample
35288 -var-info-type @var{name}
35289 @end smallexample
35290
35291 Returns the type of the specified variable @var{name}. The type is
35292 returned as a string in the same format as it is output by the
35293 @value{GDBN} CLI:
35294
35295 @smallexample
35296 type=@var{typename}
35297 @end smallexample
35298
35299
35300 @findex -var-info-expression
35301 @subheading The @code{-var-info-expression} Command
35302
35303 @subsubheading Synopsis
35304
35305 @smallexample
35306 -var-info-expression @var{name}
35307 @end smallexample
35308
35309 Returns a string that is suitable for presenting this
35310 variable object in user interface. The string is generally
35311 not valid expression in the current language, and cannot be evaluated.
35312
35313 For example, if @code{a} is an array, and variable object
35314 @code{A} was created for @code{a}, then we'll get this output:
35315
35316 @smallexample
35317 (gdb) -var-info-expression A.1
35318 ^done,lang="C",exp="1"
35319 @end smallexample
35320
35321 @noindent
35322 Here, the value of @code{lang} is the language name, which can be
35323 found in @ref{Supported Languages}.
35324
35325 Note that the output of the @code{-var-list-children} command also
35326 includes those expressions, so the @code{-var-info-expression} command
35327 is of limited use.
35328
35329 @findex -var-info-path-expression
35330 @subheading The @code{-var-info-path-expression} Command
35331
35332 @subsubheading Synopsis
35333
35334 @smallexample
35335 -var-info-path-expression @var{name}
35336 @end smallexample
35337
35338 Returns an expression that can be evaluated in the current
35339 context and will yield the same value that a variable object has.
35340 Compare this with the @code{-var-info-expression} command, which
35341 result can be used only for UI presentation. Typical use of
35342 the @code{-var-info-path-expression} command is creating a
35343 watchpoint from a variable object.
35344
35345 This command is currently not valid for children of a dynamic varobj,
35346 and will give an error when invoked on one.
35347
35348 For example, suppose @code{C} is a C@t{++} class, derived from class
35349 @code{Base}, and that the @code{Base} class has a member called
35350 @code{m_size}. Assume a variable @code{c} is has the type of
35351 @code{C} and a variable object @code{C} was created for variable
35352 @code{c}. Then, we'll get this output:
35353 @smallexample
35354 (gdb) -var-info-path-expression C.Base.public.m_size
35355 ^done,path_expr=((Base)c).m_size)
35356 @end smallexample
35357
35358 @findex -var-show-attributes
35359 @subheading The @code{-var-show-attributes} Command
35360
35361 @subsubheading Synopsis
35362
35363 @smallexample
35364 -var-show-attributes @var{name}
35365 @end smallexample
35366
35367 List attributes of the specified variable object @var{name}:
35368
35369 @smallexample
35370 status=@var{attr} [ ( ,@var{attr} )* ]
35371 @end smallexample
35372
35373 @noindent
35374 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
35375
35376 @findex -var-evaluate-expression
35377 @subheading The @code{-var-evaluate-expression} Command
35378
35379 @subsubheading Synopsis
35380
35381 @smallexample
35382 -var-evaluate-expression [-f @var{format-spec}] @var{name}
35383 @end smallexample
35384
35385 Evaluates the expression that is represented by the specified variable
35386 object and returns its value as a string. The format of the string
35387 can be specified with the @samp{-f} option. The possible values of
35388 this option are the same as for @code{-var-set-format}
35389 (@pxref{-var-set-format}). If the @samp{-f} option is not specified,
35390 the current display format will be used. The current display format
35391 can be changed using the @code{-var-set-format} command.
35392
35393 @smallexample
35394 value=@var{value}
35395 @end smallexample
35396
35397 Note that one must invoke @code{-var-list-children} for a variable
35398 before the value of a child variable can be evaluated.
35399
35400 @findex -var-assign
35401 @subheading The @code{-var-assign} Command
35402
35403 @subsubheading Synopsis
35404
35405 @smallexample
35406 -var-assign @var{name} @var{expression}
35407 @end smallexample
35408
35409 Assigns the value of @var{expression} to the variable object specified
35410 by @var{name}. The object must be @samp{editable}. If the variable's
35411 value is altered by the assign, the variable will show up in any
35412 subsequent @code{-var-update} list.
35413
35414 @subsubheading Example
35415
35416 @smallexample
35417 (gdb)
35418 -var-assign var1 3
35419 ^done,value="3"
35420 (gdb)
35421 -var-update *
35422 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
35423 (gdb)
35424 @end smallexample
35425
35426 @findex -var-update
35427 @subheading The @code{-var-update} Command
35428
35429 @subsubheading Synopsis
35430
35431 @smallexample
35432 -var-update [@var{print-values}] @{@var{name} | "*"@}
35433 @end smallexample
35434
35435 Reevaluate the expressions corresponding to the variable object
35436 @var{name} and all its direct and indirect children, and return the
35437 list of variable objects whose values have changed; @var{name} must
35438 be a root variable object. Here, ``changed'' means that the result of
35439 @code{-var-evaluate-expression} before and after the
35440 @code{-var-update} is different. If @samp{*} is used as the variable
35441 object names, all existing variable objects are updated, except
35442 for frozen ones (@pxref{-var-set-frozen}). The option
35443 @var{print-values} determines whether both names and values, or just
35444 names are printed. The possible values of this option are the same
35445 as for @code{-var-list-children} (@pxref{-var-list-children}). It is
35446 recommended to use the @samp{--all-values} option, to reduce the
35447 number of MI commands needed on each program stop.
35448
35449 With the @samp{*} parameter, if a variable object is bound to a
35450 currently running thread, it will not be updated, without any
35451 diagnostic.
35452
35453 If @code{-var-set-update-range} was previously used on a varobj, then
35454 only the selected range of children will be reported.
35455
35456 @code{-var-update} reports all the changed varobjs in a tuple named
35457 @samp{changelist}.
35458
35459 Each item in the change list is itself a tuple holding:
35460
35461 @table @samp
35462 @item name
35463 The name of the varobj.
35464
35465 @item value
35466 If values were requested for this update, then this field will be
35467 present and will hold the value of the varobj.
35468
35469 @item in_scope
35470 @anchor{-var-update}
35471 This field is a string which may take one of three values:
35472
35473 @table @code
35474 @item "true"
35475 The variable object's current value is valid.
35476
35477 @item "false"
35478 The variable object does not currently hold a valid value but it may
35479 hold one in the future if its associated expression comes back into
35480 scope.
35481
35482 @item "invalid"
35483 The variable object no longer holds a valid value.
35484 This can occur when the executable file being debugged has changed,
35485 either through recompilation or by using the @value{GDBN} @code{file}
35486 command. The front end should normally choose to delete these variable
35487 objects.
35488 @end table
35489
35490 In the future new values may be added to this list so the front should
35491 be prepared for this possibility. @xref{GDB/MI Development and Front Ends, ,@sc{gdb/mi} Development and Front Ends}.
35492
35493 @item type_changed
35494 This is only present if the varobj is still valid. If the type
35495 changed, then this will be the string @samp{true}; otherwise it will
35496 be @samp{false}.
35497
35498 When a varobj's type changes, its children are also likely to have
35499 become incorrect. Therefore, the varobj's children are automatically
35500 deleted when this attribute is @samp{true}. Also, the varobj's update
35501 range, when set using the @code{-var-set-update-range} command, is
35502 unset.
35503
35504 @item new_type
35505 If the varobj's type changed, then this field will be present and will
35506 hold the new type.
35507
35508 @item new_num_children
35509 For a dynamic varobj, if the number of children changed, or if the
35510 type changed, this will be the new number of children.
35511
35512 The @samp{numchild} field in other varobj responses is generally not
35513 valid for a dynamic varobj -- it will show the number of children that
35514 @value{GDBN} knows about, but because dynamic varobjs lazily
35515 instantiate their children, this will not reflect the number of
35516 children which may be available.
35517
35518 The @samp{new_num_children} attribute only reports changes to the
35519 number of children known by @value{GDBN}. This is the only way to
35520 detect whether an update has removed children (which necessarily can
35521 only happen at the end of the update range).
35522
35523 @item displayhint
35524 The display hint, if any.
35525
35526 @item has_more
35527 This is an integer value, which will be 1 if there are more children
35528 available outside the varobj's update range.
35529
35530 @item dynamic
35531 This attribute will be present and have the value @samp{1} if the
35532 varobj is a dynamic varobj. If the varobj is not a dynamic varobj,
35533 then this attribute will not be present.
35534
35535 @item new_children
35536 If new children were added to a dynamic varobj within the selected
35537 update range (as set by @code{-var-set-update-range}), then they will
35538 be listed in this attribute.
35539 @end table
35540
35541 @subsubheading Example
35542
35543 @smallexample
35544 (gdb)
35545 -var-assign var1 3
35546 ^done,value="3"
35547 (gdb)
35548 -var-update --all-values var1
35549 ^done,changelist=[@{name="var1",value="3",in_scope="true",
35550 type_changed="false"@}]
35551 (gdb)
35552 @end smallexample
35553
35554 @findex -var-set-frozen
35555 @anchor{-var-set-frozen}
35556 @subheading The @code{-var-set-frozen} Command
35557
35558 @subsubheading Synopsis
35559
35560 @smallexample
35561 -var-set-frozen @var{name} @var{flag}
35562 @end smallexample
35563
35564 Set the frozenness flag on the variable object @var{name}. The
35565 @var{flag} parameter should be either @samp{1} to make the variable
35566 frozen or @samp{0} to make it unfrozen. If a variable object is
35567 frozen, then neither itself, nor any of its children, are
35568 implicitly updated by @code{-var-update} of
35569 a parent variable or by @code{-var-update *}. Only
35570 @code{-var-update} of the variable itself will update its value and
35571 values of its children. After a variable object is unfrozen, it is
35572 implicitly updated by all subsequent @code{-var-update} operations.
35573 Unfreezing a variable does not update it, only subsequent
35574 @code{-var-update} does.
35575
35576 @subsubheading Example
35577
35578 @smallexample
35579 (gdb)
35580 -var-set-frozen V 1
35581 ^done
35582 (gdb)
35583 @end smallexample
35584
35585 @findex -var-set-update-range
35586 @anchor{-var-set-update-range}
35587 @subheading The @code{-var-set-update-range} command
35588
35589 @subsubheading Synopsis
35590
35591 @smallexample
35592 -var-set-update-range @var{name} @var{from} @var{to}
35593 @end smallexample
35594
35595 Set the range of children to be returned by future invocations of
35596 @code{-var-update}.
35597
35598 @var{from} and @var{to} indicate the range of children to report. If
35599 @var{from} or @var{to} is less than zero, the range is reset and all
35600 children will be reported. Otherwise, children starting at @var{from}
35601 (zero-based) and up to and excluding @var{to} will be reported.
35602
35603 @subsubheading Example
35604
35605 @smallexample
35606 (gdb)
35607 -var-set-update-range V 1 2
35608 ^done
35609 @end smallexample
35610
35611 @findex -var-set-visualizer
35612 @anchor{-var-set-visualizer}
35613 @subheading The @code{-var-set-visualizer} command
35614
35615 @subsubheading Synopsis
35616
35617 @smallexample
35618 -var-set-visualizer @var{name} @var{visualizer}
35619 @end smallexample
35620
35621 Set a visualizer for the variable object @var{name}.
35622
35623 @var{visualizer} is the visualizer to use. The special value
35624 @samp{None} means to disable any visualizer in use.
35625
35626 If not @samp{None}, @var{visualizer} must be a Python expression.
35627 This expression must evaluate to a callable object which accepts a
35628 single argument. @value{GDBN} will call this object with the value of
35629 the varobj @var{name} as an argument (this is done so that the same
35630 Python pretty-printing code can be used for both the CLI and MI).
35631 When called, this object must return an object which conforms to the
35632 pretty-printing interface (@pxref{Pretty Printing API}).
35633
35634 The pre-defined function @code{gdb.default_visualizer} may be used to
35635 select a visualizer by following the built-in process
35636 (@pxref{Selecting Pretty-Printers}). This is done automatically when
35637 a varobj is created, and so ordinarily is not needed.
35638
35639 This feature is only available if Python support is enabled. The MI
35640 command @code{-list-features} (@pxref{GDB/MI Support Commands})
35641 can be used to check this.
35642
35643 @subsubheading Example
35644
35645 Resetting the visualizer:
35646
35647 @smallexample
35648 (gdb)
35649 -var-set-visualizer V None
35650 ^done
35651 @end smallexample
35652
35653 Reselecting the default (type-based) visualizer:
35654
35655 @smallexample
35656 (gdb)
35657 -var-set-visualizer V gdb.default_visualizer
35658 ^done
35659 @end smallexample
35660
35661 Suppose @code{SomeClass} is a visualizer class. A lambda expression
35662 can be used to instantiate this class for a varobj:
35663
35664 @smallexample
35665 (gdb)
35666 -var-set-visualizer V "lambda val: SomeClass()"
35667 ^done
35668 @end smallexample
35669
35670 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35671 @node GDB/MI Data Manipulation
35672 @section @sc{gdb/mi} Data Manipulation
35673
35674 @cindex data manipulation, in @sc{gdb/mi}
35675 @cindex @sc{gdb/mi}, data manipulation
35676 This section describes the @sc{gdb/mi} commands that manipulate data:
35677 examine memory and registers, evaluate expressions, etc.
35678
35679 For details about what an addressable memory unit is,
35680 @pxref{addressable memory unit}.
35681
35682 @c REMOVED FROM THE INTERFACE.
35683 @c @subheading -data-assign
35684 @c Change the value of a program variable. Plenty of side effects.
35685 @c @subsubheading GDB Command
35686 @c set variable
35687 @c @subsubheading Example
35688 @c N.A.
35689
35690 @findex -data-disassemble
35691 @subheading The @code{-data-disassemble} Command
35692
35693 @subsubheading Synopsis
35694
35695 @smallexample
35696 -data-disassemble
35697 ( -s @var{start-addr} -e @var{end-addr}
35698 | -a @var{addr}
35699 | -f @var{filename} -l @var{linenum} [ -n @var{lines} ] )
35700 [ --opcodes @var{opcodes-mode} ]
35701 [ --source ]
35702 [ -- @var{mode} ]
35703 @end smallexample
35704
35705 @noindent
35706 Where:
35707
35708 @table @samp
35709 @item @var{start-addr}
35710 is the beginning address (or @code{$pc})
35711 @item @var{end-addr}
35712 is the end address
35713 @item @var{addr}
35714 is an address anywhere within (or the name of) the function to
35715 disassemble. If an address is specified, the whole function
35716 surrounding that address will be disassembled. If a name is
35717 specified, the whole function with that name will be disassembled.
35718 @item @var{filename}
35719 is the name of the file to disassemble
35720 @item @var{linenum}
35721 is the line number to disassemble around
35722 @item @var{lines}
35723 is the number of disassembly lines to be produced. If it is -1,
35724 the whole function will be disassembled, in case no @var{end-addr} is
35725 specified. If @var{end-addr} is specified as a non-zero value, and
35726 @var{lines} is lower than the number of disassembly lines between
35727 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
35728 displayed; if @var{lines} is higher than the number of lines between
35729 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
35730 are displayed.
35731 @item @var{opcodes-mode}
35732 can only be used with @var{mode} 0, and should be one of the following:
35733 @table @samp
35734 @item none
35735 no opcode information will be included in the result.
35736
35737 @item bytes
35738 opcodes will be included in the result, the opcodes will be formatted
35739 as for @kbd{disassemble /b}.
35740
35741 @item display
35742 opcodes will be included in the result, the opcodes will be formatted
35743 as for @kbd{disassemble /r}.
35744 @end table
35745 @item @var{mode}
35746 the use of @var{mode} is deprecated in favour of using the
35747 @code{--opcodes} and @code{--source} options. When no @var{mode} is
35748 given, @var{mode} 0 will be assumed. However, the @var{mode} is still
35749 available for backward compatibility. The @var{mode} should be one of:
35750 @table @samp
35751 @item 0
35752 @emph{disassembly only}, this is the default mode if no mode is
35753 specified.
35754
35755 @item 1
35756 @emph{mixed source and disassembly (deprecated)}, it is not possible
35757 to recreate this mode using @code{--opcodes} and @code{--source}
35758 options.
35759
35760 @item 2
35761 @emph{disassembly with raw opcodes}, this mode is equivalent to using
35762 @var{mode} 0 and passing @code{--opcodes bytes} to the command.
35763
35764 @item 3
35765 @emph{mixed source and disassembly with raw opcodes (deprecated)}, it
35766 is not possible to recreate this mode using @code{--opcodes} and
35767 @code{--source} options.
35768
35769 @item 4
35770 @emph{mixed source and disassembly}, this mode is equivalent to using
35771 @var{mode} 0 and passing @code{--source} to the command.
35772
35773 @item 5
35774 @emph{mixed source and disassembly with raw opcodes}, this mode is
35775 equivalent to using @var{mode} 0 and passing @code{--opcodes bytes}
35776 and @code{--source} to the command.
35777 @end table
35778 Modes 1 and 3 are deprecated. The output is ``source centric''
35779 which hasn't proved useful in practice.
35780 @xref{Machine Code}, for a discussion of the difference between
35781 @code{/m} and @code{/s} output of the @code{disassemble} command.
35782 @end table
35783
35784 The @code{--source} can only be used with @var{mode} 0. Passing this
35785 option will include the source code in the disassembly result as if
35786 @var{mode} 4 or 5 had been used.
35787
35788 @subsubheading Result
35789
35790 The result of the @code{-data-disassemble} command will be a list named
35791 @samp{asm_insns}, the contents of this list depend on the options used
35792 with the @code{-data-disassemble} command.
35793
35794 For modes 0 and 2, and when the @code{--source} option is not used, the
35795 @samp{asm_insns} list contains tuples with the following fields:
35796
35797 @table @code
35798 @item address
35799 The address at which this instruction was disassembled.
35800
35801 @item func-name
35802 The name of the function this instruction is within.
35803
35804 @item offset
35805 The decimal offset in bytes from the start of @samp{func-name}.
35806
35807 @item inst
35808 The text disassembly for this @samp{address}.
35809
35810 @item opcodes
35811 This field is only present for modes 2, 3 and 5, or when the
35812 @code{--opcodes} option @samp{bytes} or @samp{display} is used. This
35813 contains the raw opcode bytes for the @samp{inst} field.
35814
35815 When the @samp{--opcodes} option is not passed to
35816 @code{-data-disassemble}, or the @samp{bytes} value is passed to
35817 @samp{--opcodes}, then the bytes are formatted as a series of single
35818 bytes, in hex, in ascending address order, with a single space between
35819 each byte. This format is equivalent to the @samp{/b} option being
35820 used with the @kbd{disassemble} command
35821 (@pxref{disassemble,,@kbd{disassemble}}).
35822
35823 When @samp{--opcodes} is passed the value @samp{display} then the bytes
35824 are formatted in the natural instruction display order. This means
35825 multiple bytes can be grouped together, and the bytes might be
35826 byte-swapped. This format is equivalent to the @samp{/r} option being
35827 used with the @kbd{disassemble} command.
35828 @end table
35829
35830 For modes 1, 3, 4 and 5, or when the @code{--source} option is used, the
35831 @samp{asm_insns} list contains tuples named @samp{src_and_asm_line},
35832 each of which has the following fields:
35833
35834 @table @code
35835 @item line
35836 The line number within @samp{file}.
35837
35838 @item file
35839 The file name from the compilation unit. This might be an absolute
35840 file name or a relative file name depending on the compile command
35841 used.
35842
35843 @item fullname
35844 Absolute file name of @samp{file}. It is converted to a canonical form
35845 using the source file search path
35846 (@pxref{Source Path, ,Specifying Source Directories})
35847 and after resolving all the symbolic links.
35848
35849 If the source file is not found this field will contain the path as
35850 present in the debug information.
35851
35852 @item line_asm_insn
35853 This is a list of tuples containing the disassembly for @samp{line} in
35854 @samp{file}. The fields of each tuple are the same as for
35855 @code{-data-disassemble} in @var{mode} 0 and 2, so @samp{address},
35856 @samp{func-name}, @samp{offset}, @samp{inst}, and optionally
35857 @samp{opcodes}.
35858
35859 @end table
35860
35861 Note that whatever included in the @samp{inst} field, is not
35862 manipulated directly by @sc{gdb/mi}, i.e., it is not possible to
35863 adjust its format.
35864
35865 @subsubheading @value{GDBN} Command
35866
35867 The corresponding @value{GDBN} command is @samp{disassemble}.
35868
35869 @subsubheading Example
35870
35871 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
35872
35873 @smallexample
35874 (gdb)
35875 -data-disassemble -s $pc -e "$pc + 20" -- 0
35876 ^done,
35877 asm_insns=[
35878 @{address="0x000107c0",func-name="main",offset="4",
35879 inst="mov 2, %o0"@},
35880 @{address="0x000107c4",func-name="main",offset="8",
35881 inst="sethi %hi(0x11800), %o2"@},
35882 @{address="0x000107c8",func-name="main",offset="12",
35883 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
35884 @{address="0x000107cc",func-name="main",offset="16",
35885 inst="sethi %hi(0x11800), %o2"@},
35886 @{address="0x000107d0",func-name="main",offset="20",
35887 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
35888 (gdb)
35889 @end smallexample
35890
35891 Disassemble the whole @code{main} function. Line 32 is part of
35892 @code{main}.
35893
35894 @smallexample
35895 -data-disassemble -f basics.c -l 32 -- 0
35896 ^done,asm_insns=[
35897 @{address="0x000107bc",func-name="main",offset="0",
35898 inst="save %sp, -112, %sp"@},
35899 @{address="0x000107c0",func-name="main",offset="4",
35900 inst="mov 2, %o0"@},
35901 @{address="0x000107c4",func-name="main",offset="8",
35902 inst="sethi %hi(0x11800), %o2"@},
35903 [@dots{}]
35904 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
35905 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
35906 (gdb)
35907 @end smallexample
35908
35909 Disassemble 3 instructions from the start of @code{main}:
35910
35911 @smallexample
35912 (gdb)
35913 -data-disassemble -f basics.c -l 32 -n 3 -- 0
35914 ^done,asm_insns=[
35915 @{address="0x000107bc",func-name="main",offset="0",
35916 inst="save %sp, -112, %sp"@},
35917 @{address="0x000107c0",func-name="main",offset="4",
35918 inst="mov 2, %o0"@},
35919 @{address="0x000107c4",func-name="main",offset="8",
35920 inst="sethi %hi(0x11800), %o2"@}]
35921 (gdb)
35922 @end smallexample
35923
35924 Disassemble 3 instructions from the start of @code{main} in mixed mode:
35925
35926 @smallexample
35927 (gdb)
35928 -data-disassemble -f basics.c -l 32 -n 3 -- 1
35929 ^done,asm_insns=[
35930 src_and_asm_line=@{line="31",
35931 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
35932 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
35933 line_asm_insn=[@{address="0x000107bc",
35934 func-name="main",offset="0",inst="save %sp, -112, %sp"@}]@},
35935 src_and_asm_line=@{line="32",
35936 file="../../../src/gdb/testsuite/gdb.mi/basics.c",
35937 fullname="/absolute/path/to/src/gdb/testsuite/gdb.mi/basics.c",
35938 line_asm_insn=[@{address="0x000107c0",
35939 func-name="main",offset="4",inst="mov 2, %o0"@},
35940 @{address="0x000107c4",func-name="main",offset="8",
35941 inst="sethi %hi(0x11800), %o2"@}]@}]
35942 (gdb)
35943 @end smallexample
35944
35945
35946 @findex -data-evaluate-expression
35947 @subheading The @code{-data-evaluate-expression} Command
35948
35949 @subsubheading Synopsis
35950
35951 @smallexample
35952 -data-evaluate-expression @var{expr}
35953 @end smallexample
35954
35955 Evaluate @var{expr} as an expression. The expression could contain an
35956 inferior function call. The function call will execute synchronously.
35957 If the expression contains spaces, it must be enclosed in double quotes.
35958
35959 @subsubheading @value{GDBN} Command
35960
35961 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
35962 @samp{call}. In @code{gdbtk} only, there's a corresponding
35963 @samp{gdb_eval} command.
35964
35965 @subsubheading Example
35966
35967 In the following example, the numbers that precede the commands are the
35968 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
35969 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
35970 output.
35971
35972 @smallexample
35973 211-data-evaluate-expression A
35974 211^done,value="1"
35975 (gdb)
35976 311-data-evaluate-expression &A
35977 311^done,value="0xefffeb7c"
35978 (gdb)
35979 411-data-evaluate-expression A+3
35980 411^done,value="4"
35981 (gdb)
35982 511-data-evaluate-expression "A + 3"
35983 511^done,value="4"
35984 (gdb)
35985 @end smallexample
35986
35987
35988 @findex -data-list-changed-registers
35989 @subheading The @code{-data-list-changed-registers} Command
35990
35991 @subsubheading Synopsis
35992
35993 @smallexample
35994 -data-list-changed-registers
35995 @end smallexample
35996
35997 Display a list of the registers that have changed.
35998
35999 @subsubheading @value{GDBN} Command
36000
36001 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
36002 has the corresponding command @samp{gdb_changed_register_list}.
36003
36004 @subsubheading Example
36005
36006 On a PPC MBX board:
36007
36008 @smallexample
36009 (gdb)
36010 -exec-continue
36011 ^running
36012
36013 (gdb)
36014 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{
36015 func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c",
36016 line="5",arch="powerpc"@}
36017 (gdb)
36018 -data-list-changed-registers
36019 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
36020 "10","11","13","14","15","16","17","18","19","20","21","22","23",
36021 "24","25","26","27","28","30","31","64","65","66","67","69"]
36022 (gdb)
36023 @end smallexample
36024
36025
36026 @findex -data-list-register-names
36027 @subheading The @code{-data-list-register-names} Command
36028
36029 @subsubheading Synopsis
36030
36031 @smallexample
36032 -data-list-register-names [ ( @var{regno} )+ ]
36033 @end smallexample
36034
36035 Show a list of register names for the current target. If no arguments
36036 are given, it shows a list of the names of all the registers. If
36037 integer numbers are given as arguments, it will print a list of the
36038 names of the registers corresponding to the arguments. To ensure
36039 consistency between a register name and its number, the output list may
36040 include empty register names.
36041
36042 @subsubheading @value{GDBN} Command
36043
36044 @value{GDBN} does not have a command which corresponds to
36045 @samp{-data-list-register-names}. In @code{gdbtk} there is a
36046 corresponding command @samp{gdb_regnames}.
36047
36048 @subsubheading Example
36049
36050 For the PPC MBX board:
36051 @smallexample
36052 (gdb)
36053 -data-list-register-names
36054 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
36055 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
36056 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
36057 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
36058 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
36059 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
36060 "", "pc","ps","cr","lr","ctr","xer"]
36061 (gdb)
36062 -data-list-register-names 1 2 3
36063 ^done,register-names=["r1","r2","r3"]
36064 (gdb)
36065 @end smallexample
36066
36067 @findex -data-list-register-values
36068 @subheading The @code{-data-list-register-values} Command
36069
36070 @subsubheading Synopsis
36071
36072 @smallexample
36073 -data-list-register-values
36074 [ @code{--skip-unavailable} ] @var{fmt} [ ( @var{regno} )*]
36075 @end smallexample
36076
36077 Display the registers' contents. The format according to which the
36078 registers' contents are to be returned is given by @var{fmt}, followed
36079 by an optional list of numbers specifying the registers to display. A
36080 missing list of numbers indicates that the contents of all the
36081 registers must be returned. The @code{--skip-unavailable} option
36082 indicates that only the available registers are to be returned.
36083
36084 Allowed formats for @var{fmt} are:
36085
36086 @table @code
36087 @item x
36088 Hexadecimal
36089 @item o
36090 Octal
36091 @item t
36092 Binary
36093 @item d
36094 Decimal
36095 @item r
36096 Raw
36097 @item N
36098 Natural
36099 @end table
36100
36101 @subsubheading @value{GDBN} Command
36102
36103 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
36104 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
36105
36106 @subsubheading Example
36107
36108 For a PPC MBX board (note: line breaks are for readability only, they
36109 don't appear in the actual output):
36110
36111 @smallexample
36112 (gdb)
36113 -data-list-register-values r 64 65
36114 ^done,register-values=[@{number="64",value="0xfe00a300"@},
36115 @{number="65",value="0x00029002"@}]
36116 (gdb)
36117 -data-list-register-values x
36118 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
36119 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
36120 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
36121 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
36122 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
36123 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
36124 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
36125 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
36126 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
36127 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
36128 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
36129 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
36130 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
36131 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
36132 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
36133 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
36134 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
36135 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
36136 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
36137 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
36138 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
36139 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
36140 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
36141 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
36142 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
36143 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
36144 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
36145 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
36146 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
36147 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
36148 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
36149 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
36150 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
36151 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
36152 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
36153 @{number="69",value="0x20002b03"@}]
36154 (gdb)
36155 @end smallexample
36156
36157
36158 @findex -data-read-memory
36159 @subheading The @code{-data-read-memory} Command
36160
36161 This command is deprecated, use @code{-data-read-memory-bytes} instead.
36162
36163 @subsubheading Synopsis
36164
36165 @smallexample
36166 -data-read-memory [ -o @var{byte-offset} ]
36167 @var{address} @var{word-format} @var{word-size}
36168 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
36169 @end smallexample
36170
36171 @noindent
36172 where:
36173
36174 @table @samp
36175 @item @var{address}
36176 An expression specifying the address of the first memory word to be
36177 read. Complex expressions containing embedded white space should be
36178 quoted using the C convention.
36179
36180 @item @var{word-format}
36181 The format to be used to print the memory words. The notation is the
36182 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
36183 ,Output Formats}).
36184
36185 @item @var{word-size}
36186 The size of each memory word in bytes.
36187
36188 @item @var{nr-rows}
36189 The number of rows in the output table.
36190
36191 @item @var{nr-cols}
36192 The number of columns in the output table.
36193
36194 @item @var{aschar}
36195 If present, indicates that each row should include an @sc{ascii} dump. The
36196 value of @var{aschar} is used as a padding character when a byte is not a
36197 member of the printable @sc{ascii} character set (printable @sc{ascii}
36198 characters are those whose code is between 32 and 126, inclusively).
36199
36200 @item @var{byte-offset}
36201 An offset to add to the @var{address} before fetching memory.
36202 @end table
36203
36204 This command displays memory contents as a table of @var{nr-rows} by
36205 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
36206 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
36207 (returned as @samp{total-bytes}). Should less than the requested number
36208 of bytes be returned by the target, the missing words are identified
36209 using @samp{N/A}. The number of bytes read from the target is returned
36210 in @samp{nr-bytes} and the starting address used to read memory in
36211 @samp{addr}.
36212
36213 The address of the next/previous row or page is available in
36214 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
36215 @samp{prev-page}.
36216
36217 @subsubheading @value{GDBN} Command
36218
36219 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
36220 @samp{gdb_get_mem} memory read command.
36221
36222 @subsubheading Example
36223
36224 Read six bytes of memory starting at @code{bytes+6} but then offset by
36225 @code{-6} bytes. Format as three rows of two columns. One byte per
36226 word. Display each word in hex.
36227
36228 @smallexample
36229 (gdb)
36230 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
36231 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
36232 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
36233 prev-page="0x0000138a",memory=[
36234 @{addr="0x00001390",data=["0x00","0x01"]@},
36235 @{addr="0x00001392",data=["0x02","0x03"]@},
36236 @{addr="0x00001394",data=["0x04","0x05"]@}]
36237 (gdb)
36238 @end smallexample
36239
36240 Read two bytes of memory starting at address @code{shorts + 64} and
36241 display as a single word formatted in decimal.
36242
36243 @smallexample
36244 (gdb)
36245 5-data-read-memory shorts+64 d 2 1 1
36246 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
36247 next-row="0x00001512",prev-row="0x0000150e",
36248 next-page="0x00001512",prev-page="0x0000150e",memory=[
36249 @{addr="0x00001510",data=["128"]@}]
36250 (gdb)
36251 @end smallexample
36252
36253 Read thirty two bytes of memory starting at @code{bytes+16} and format
36254 as eight rows of four columns. Include a string encoding with @samp{x}
36255 used as the non-printable character.
36256
36257 @smallexample
36258 (gdb)
36259 4-data-read-memory bytes+16 x 1 8 4 x
36260 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
36261 next-row="0x000013c0",prev-row="0x0000139c",
36262 next-page="0x000013c0",prev-page="0x00001380",memory=[
36263 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
36264 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
36265 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
36266 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
36267 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
36268 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
36269 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
36270 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
36271 (gdb)
36272 @end smallexample
36273
36274 @findex -data-read-memory-bytes
36275 @subheading The @code{-data-read-memory-bytes} Command
36276
36277 @subsubheading Synopsis
36278
36279 @smallexample
36280 -data-read-memory-bytes [ -o @var{offset} ]
36281 @var{address} @var{count}
36282 @end smallexample
36283
36284 @noindent
36285 where:
36286
36287 @table @samp
36288 @item @var{address}
36289 An expression specifying the address of the first addressable memory unit
36290 to be read. Complex expressions containing embedded white space should be
36291 quoted using the C convention.
36292
36293 @item @var{count}
36294 The number of addressable memory units to read. This should be an integer
36295 literal.
36296
36297 @item @var{offset}
36298 The offset relative to @var{address} at which to start reading. This
36299 should be an integer literal. This option is provided so that a frontend
36300 is not required to first evaluate address and then perform address
36301 arithmetics itself.
36302
36303 @end table
36304
36305 This command attempts to read all accessible memory regions in the
36306 specified range. First, all regions marked as unreadable in the memory
36307 map (if one is defined) will be skipped. @xref{Memory Region
36308 Attributes}. Second, @value{GDBN} will attempt to read the remaining
36309 regions. For each one, if reading full region results in an errors,
36310 @value{GDBN} will try to read a subset of the region.
36311
36312 In general, every single memory unit in the region may be readable or not,
36313 and the only way to read every readable unit is to try a read at
36314 every address, which is not practical. Therefore, @value{GDBN} will
36315 attempt to read all accessible memory units at either beginning or the end
36316 of the region, using a binary division scheme. This heuristic works
36317 well for reading across a memory map boundary. Note that if a region
36318 has a readable range that is neither at the beginning or the end,
36319 @value{GDBN} will not read it.
36320
36321 The result record (@pxref{GDB/MI Result Records}) that is output of
36322 the command includes a field named @samp{memory} whose content is a
36323 list of tuples. Each tuple represent a successfully read memory block
36324 and has the following fields:
36325
36326 @table @code
36327 @item begin
36328 The start address of the memory block, as hexadecimal literal.
36329
36330 @item end
36331 The end address of the memory block, as hexadecimal literal.
36332
36333 @item offset
36334 The offset of the memory block, as hexadecimal literal, relative to
36335 the start address passed to @code{-data-read-memory-bytes}.
36336
36337 @item contents
36338 The contents of the memory block, in hex.
36339
36340 @end table
36341
36342
36343
36344 @subsubheading @value{GDBN} Command
36345
36346 The corresponding @value{GDBN} command is @samp{x}.
36347
36348 @subsubheading Example
36349
36350 @smallexample
36351 (gdb)
36352 -data-read-memory-bytes &a 10
36353 ^done,memory=[@{begin="0xbffff154",offset="0x00000000",
36354 end="0xbffff15e",
36355 contents="01000000020000000300"@}]
36356 (gdb)
36357 @end smallexample
36358
36359
36360 @findex -data-write-memory-bytes
36361 @subheading The @code{-data-write-memory-bytes} Command
36362
36363 @subsubheading Synopsis
36364
36365 @smallexample
36366 -data-write-memory-bytes @var{address} @var{contents}
36367 -data-write-memory-bytes @var{address} @var{contents} @r{[}@var{count}@r{]}
36368 @end smallexample
36369
36370 @noindent
36371 where:
36372
36373 @table @samp
36374 @item @var{address}
36375 An expression specifying the address of the first addressable memory unit
36376 to be written. Complex expressions containing embedded white space should
36377 be quoted using the C convention.
36378
36379 @item @var{contents}
36380 The hex-encoded data to write. It is an error if @var{contents} does
36381 not represent an integral number of addressable memory units.
36382
36383 @item @var{count}
36384 Optional argument indicating the number of addressable memory units to be
36385 written. If @var{count} is greater than @var{contents}' length,
36386 @value{GDBN} will repeatedly write @var{contents} until it fills
36387 @var{count} memory units.
36388
36389 @end table
36390
36391 @subsubheading @value{GDBN} Command
36392
36393 There's no corresponding @value{GDBN} command.
36394
36395 @subsubheading Example
36396
36397 @smallexample
36398 (gdb)
36399 -data-write-memory-bytes &a "aabbccdd"
36400 ^done
36401 (gdb)
36402 @end smallexample
36403
36404 @smallexample
36405 (gdb)
36406 -data-write-memory-bytes &a "aabbccdd" 16e
36407 ^done
36408 (gdb)
36409 @end smallexample
36410
36411 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36412 @node GDB/MI Tracepoint Commands
36413 @section @sc{gdb/mi} Tracepoint Commands
36414
36415 The commands defined in this section implement MI support for
36416 tracepoints. For detailed introduction, see @ref{Tracepoints}.
36417
36418 @findex -trace-find
36419 @subheading The @code{-trace-find} Command
36420
36421 @subsubheading Synopsis
36422
36423 @smallexample
36424 -trace-find @var{mode} [@var{parameters}@dots{}]
36425 @end smallexample
36426
36427 Find a trace frame using criteria defined by @var{mode} and
36428 @var{parameters}. The following table lists permissible
36429 modes and their parameters. For details of operation, see @ref{tfind}.
36430
36431 @table @samp
36432
36433 @item none
36434 No parameters are required. Stops examining trace frames.
36435
36436 @item frame-number
36437 An integer is required as parameter. Selects tracepoint frame with
36438 that index.
36439
36440 @item tracepoint-number
36441 An integer is required as parameter. Finds next
36442 trace frame that corresponds to tracepoint with the specified number.
36443
36444 @item pc
36445 An address is required as parameter. Finds
36446 next trace frame that corresponds to any tracepoint at the specified
36447 address.
36448
36449 @item pc-inside-range
36450 Two addresses are required as parameters. Finds next trace
36451 frame that corresponds to a tracepoint at an address inside the
36452 specified range. Both bounds are considered to be inside the range.
36453
36454 @item pc-outside-range
36455 Two addresses are required as parameters. Finds
36456 next trace frame that corresponds to a tracepoint at an address outside
36457 the specified range. Both bounds are considered to be inside the range.
36458
36459 @item line
36460 Location specification is required as parameter. @xref{Location Specifications}.
36461 Finds next trace frame that corresponds to a tracepoint at
36462 the specified location.
36463
36464 @end table
36465
36466 If @samp{none} was passed as @var{mode}, the response does not
36467 have fields. Otherwise, the response may have the following fields:
36468
36469 @table @samp
36470 @item found
36471 This field has either @samp{0} or @samp{1} as the value, depending
36472 on whether a matching tracepoint was found.
36473
36474 @item traceframe
36475 The index of the found traceframe. This field is present iff
36476 the @samp{found} field has value of @samp{1}.
36477
36478 @item tracepoint
36479 The index of the found tracepoint. This field is present iff
36480 the @samp{found} field has value of @samp{1}.
36481
36482 @item frame
36483 The information about the frame corresponding to the found trace
36484 frame. This field is present only if a trace frame was found.
36485 @xref{GDB/MI Frame Information}, for description of this field.
36486
36487 @end table
36488
36489 @subsubheading @value{GDBN} Command
36490
36491 The corresponding @value{GDBN} command is @samp{tfind}.
36492
36493 @findex -trace-define-variable
36494 @subheading The @code{-trace-define-variable} Command
36495
36496 @subsubheading Synopsis
36497
36498 @smallexample
36499 -trace-define-variable @var{name} [ @var{value} ]
36500 @end smallexample
36501
36502 Create trace variable @var{name} if it does not exist. If
36503 @var{value} is specified, sets the initial value of the specified
36504 trace variable to that value. Note that the @var{name} should start
36505 with the @samp{$} character.
36506
36507 @subsubheading @value{GDBN} Command
36508
36509 The corresponding @value{GDBN} command is @samp{tvariable}.
36510
36511 @findex -trace-frame-collected
36512 @subheading The @code{-trace-frame-collected} Command
36513
36514 @subsubheading Synopsis
36515
36516 @smallexample
36517 -trace-frame-collected
36518 [--var-print-values @var{var_pval}]
36519 [--comp-print-values @var{comp_pval}]
36520 [--registers-format @var{regformat}]
36521 [--memory-contents]
36522 @end smallexample
36523
36524 This command returns the set of collected objects, register names,
36525 trace state variable names, memory ranges and computed expressions
36526 that have been collected at a particular trace frame. The optional
36527 parameters to the command affect the output format in different ways.
36528 See the output description table below for more details.
36529
36530 The reported names can be used in the normal manner to create
36531 varobjs and inspect the objects themselves. The items returned by
36532 this command are categorized so that it is clear which is a variable,
36533 which is a register, which is a trace state variable, which is a
36534 memory range and which is a computed expression.
36535
36536 For instance, if the actions were
36537 @smallexample
36538 collect myVar, myArray[myIndex], myObj.field, myPtr->field, myCount + 2
36539 collect *(int*)0xaf02bef0@@40
36540 @end smallexample
36541
36542 @noindent
36543 the object collected in its entirety would be @code{myVar}. The
36544 object @code{myArray} would be partially collected, because only the
36545 element at index @code{myIndex} would be collected. The remaining
36546 objects would be computed expressions.
36547
36548 An example output would be:
36549
36550 @smallexample
36551 (gdb)
36552 -trace-frame-collected
36553 ^done,
36554 explicit-variables=[@{name="myVar",value="1"@}],
36555 computed-expressions=[@{name="myArray[myIndex]",value="0"@},
36556 @{name="myObj.field",value="0"@},
36557 @{name="myPtr->field",value="1"@},
36558 @{name="myCount + 2",value="3"@},
36559 @{name="$tvar1 + 1",value="43970027"@}],
36560 registers=[@{number="0",value="0x7fe2c6e79ec8"@},
36561 @{number="1",value="0x0"@},
36562 @{number="2",value="0x4"@},
36563 ...
36564 @{number="125",value="0x0"@}],
36565 tvars=[@{name="$tvar1",current="43970026"@}],
36566 memory=[@{address="0x0000000000602264",length="4"@},
36567 @{address="0x0000000000615bc0",length="4"@}]
36568 (gdb)
36569 @end smallexample
36570
36571 Where:
36572
36573 @table @code
36574 @item explicit-variables
36575 The set of objects that have been collected in their entirety (as
36576 opposed to collecting just a few elements of an array or a few struct
36577 members). For each object, its name and value are printed.
36578 The @code{--var-print-values} option affects how or whether the value
36579 field is output. If @var{var_pval} is 0, then print only the names;
36580 if it is 1, print also their values; and if it is 2, print the name,
36581 type and value for simple data types, and the name and type for
36582 arrays, structures and unions.
36583
36584 @item computed-expressions
36585 The set of computed expressions that have been collected at the
36586 current trace frame. The @code{--comp-print-values} option affects
36587 this set like the @code{--var-print-values} option affects the
36588 @code{explicit-variables} set. See above.
36589
36590 @item registers
36591 The registers that have been collected at the current trace frame.
36592 For each register collected, the name and current value are returned.
36593 The value is formatted according to the @code{--registers-format}
36594 option. See the @command{-data-list-register-values} command for a
36595 list of the allowed formats. The default is @samp{x}.
36596
36597 @item tvars
36598 The trace state variables that have been collected at the current
36599 trace frame. For each trace state variable collected, the name and
36600 current value are returned.
36601
36602 @item memory
36603 The set of memory ranges that have been collected at the current trace
36604 frame. Its content is a list of tuples. Each tuple represents a
36605 collected memory range and has the following fields:
36606
36607 @table @code
36608 @item address
36609 The start address of the memory range, as hexadecimal literal.
36610
36611 @item length
36612 The length of the memory range, as decimal literal.
36613
36614 @item contents
36615 The contents of the memory block, in hex. This field is only present
36616 if the @code{--memory-contents} option is specified.
36617
36618 @end table
36619
36620 @end table
36621
36622 @subsubheading @value{GDBN} Command
36623
36624 There is no corresponding @value{GDBN} command.
36625
36626 @subsubheading Example
36627
36628 @findex -trace-list-variables
36629 @subheading The @code{-trace-list-variables} Command
36630
36631 @subsubheading Synopsis
36632
36633 @smallexample
36634 -trace-list-variables
36635 @end smallexample
36636
36637 Return a table of all defined trace variables. Each element of the
36638 table has the following fields:
36639
36640 @table @samp
36641 @item name
36642 The name of the trace variable. This field is always present.
36643
36644 @item initial
36645 The initial value. This is a 64-bit signed integer. This
36646 field is always present.
36647
36648 @item current
36649 The value the trace variable has at the moment. This is a 64-bit
36650 signed integer. This field is absent iff current value is
36651 not defined, for example if the trace was never run, or is
36652 presently running.
36653
36654 @end table
36655
36656 @subsubheading @value{GDBN} Command
36657
36658 The corresponding @value{GDBN} command is @samp{tvariables}.
36659
36660 @subsubheading Example
36661
36662 @smallexample
36663 (gdb)
36664 -trace-list-variables
36665 ^done,trace-variables=@{nr_rows="1",nr_cols="3",
36666 hdr=[@{width="15",alignment="-1",col_name="name",colhdr="Name"@},
36667 @{width="11",alignment="-1",col_name="initial",colhdr="Initial"@},
36668 @{width="11",alignment="-1",col_name="current",colhdr="Current"@}],
36669 body=[variable=@{name="$trace_timestamp",initial="0"@}
36670 variable=@{name="$foo",initial="10",current="15"@}]@}
36671 (gdb)
36672 @end smallexample
36673
36674 @findex -trace-save
36675 @subheading The @code{-trace-save} Command
36676
36677 @subsubheading Synopsis
36678
36679 @smallexample
36680 -trace-save [ -r ] [ -ctf ] @var{filename}
36681 @end smallexample
36682
36683 Saves the collected trace data to @var{filename}. Without the
36684 @samp{-r} option, the data is downloaded from the target and saved
36685 in a local file. With the @samp{-r} option the target is asked
36686 to perform the save.
36687
36688 By default, this command will save the trace in the tfile format. You can
36689 supply the optional @samp{-ctf} argument to save it the CTF format. See
36690 @ref{Trace Files} for more information about CTF.
36691
36692 @subsubheading @value{GDBN} Command
36693
36694 The corresponding @value{GDBN} command is @samp{tsave}.
36695
36696
36697 @findex -trace-start
36698 @subheading The @code{-trace-start} Command
36699
36700 @subsubheading Synopsis
36701
36702 @smallexample
36703 -trace-start
36704 @end smallexample
36705
36706 Starts a tracing experiment. The result of this command does not
36707 have any fields.
36708
36709 @subsubheading @value{GDBN} Command
36710
36711 The corresponding @value{GDBN} command is @samp{tstart}.
36712
36713 @findex -trace-status
36714 @subheading The @code{-trace-status} Command
36715
36716 @subsubheading Synopsis
36717
36718 @smallexample
36719 -trace-status
36720 @end smallexample
36721
36722 Obtains the status of a tracing experiment. The result may include
36723 the following fields:
36724
36725 @table @samp
36726
36727 @item supported
36728 May have a value of either @samp{0}, when no tracing operations are
36729 supported, @samp{1}, when all tracing operations are supported, or
36730 @samp{file} when examining trace file. In the latter case, examining
36731 of trace frame is possible but new tracing experiement cannot be
36732 started. This field is always present.
36733
36734 @item running
36735 May have a value of either @samp{0} or @samp{1} depending on whether
36736 tracing experiement is in progress on target. This field is present
36737 if @samp{supported} field is not @samp{0}.
36738
36739 @item stop-reason
36740 Report the reason why the tracing was stopped last time. This field
36741 may be absent iff tracing was never stopped on target yet. The
36742 value of @samp{request} means the tracing was stopped as result of
36743 the @code{-trace-stop} command. The value of @samp{overflow} means
36744 the tracing buffer is full. The value of @samp{disconnection} means
36745 tracing was automatically stopped when @value{GDBN} has disconnected.
36746 The value of @samp{passcount} means tracing was stopped when a
36747 tracepoint was passed a maximal number of times for that tracepoint.
36748 This field is present if @samp{supported} field is not @samp{0}.
36749
36750 @item stopping-tracepoint
36751 The number of tracepoint whose passcount as exceeded. This field is
36752 present iff the @samp{stop-reason} field has the value of
36753 @samp{passcount}.
36754
36755 @item frames
36756 @itemx frames-created
36757 The @samp{frames} field is a count of the total number of trace frames
36758 in the trace buffer, while @samp{frames-created} is the total created
36759 during the run, including ones that were discarded, such as when a
36760 circular trace buffer filled up. Both fields are optional.
36761
36762 @item buffer-size
36763 @itemx buffer-free
36764 These fields tell the current size of the tracing buffer and the
36765 remaining space. These fields are optional.
36766
36767 @item circular
36768 The value of the circular trace buffer flag. @code{1} means that the
36769 trace buffer is circular and old trace frames will be discarded if
36770 necessary to make room, @code{0} means that the trace buffer is linear
36771 and may fill up.
36772
36773 @item disconnected
36774 The value of the disconnected tracing flag. @code{1} means that
36775 tracing will continue after @value{GDBN} disconnects, @code{0} means
36776 that the trace run will stop.
36777
36778 @item trace-file
36779 The filename of the trace file being examined. This field is
36780 optional, and only present when examining a trace file.
36781
36782 @end table
36783
36784 @subsubheading @value{GDBN} Command
36785
36786 The corresponding @value{GDBN} command is @samp{tstatus}.
36787
36788 @findex -trace-stop
36789 @subheading The @code{-trace-stop} Command
36790
36791 @subsubheading Synopsis
36792
36793 @smallexample
36794 -trace-stop
36795 @end smallexample
36796
36797 Stops a tracing experiment. The result of this command has the same
36798 fields as @code{-trace-status}, except that the @samp{supported} and
36799 @samp{running} fields are not output.
36800
36801 @subsubheading @value{GDBN} Command
36802
36803 The corresponding @value{GDBN} command is @samp{tstop}.
36804
36805
36806 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36807 @node GDB/MI Symbol Query
36808 @section @sc{gdb/mi} Symbol Query Commands
36809
36810
36811 @ignore
36812 @findex -symbol-info-address
36813 @subheading The @code{-symbol-info-address} Command
36814
36815 @subsubheading Synopsis
36816
36817 @smallexample
36818 -symbol-info-address @var{symbol}
36819 @end smallexample
36820
36821 Describe where @var{symbol} is stored.
36822
36823 @subsubheading @value{GDBN} Command
36824
36825 The corresponding @value{GDBN} command is @samp{info address}.
36826
36827 @subsubheading Example
36828 N.A.
36829
36830
36831 @findex -symbol-info-file
36832 @subheading The @code{-symbol-info-file} Command
36833
36834 @subsubheading Synopsis
36835
36836 @smallexample
36837 -symbol-info-file
36838 @end smallexample
36839
36840 Show the file for the symbol.
36841
36842 @subsubheading @value{GDBN} Command
36843
36844 There's no equivalent @value{GDBN} command. @code{gdbtk} has
36845 @samp{gdb_find_file}.
36846
36847 @subsubheading Example
36848 N.A.
36849 @end ignore
36850
36851 @findex -symbol-info-functions
36852 @anchor{-symbol-info-functions}
36853 @subheading The @code{-symbol-info-functions} Command
36854
36855 @subsubheading Synopsis
36856
36857 @smallexample
36858 -symbol-info-functions [--include-nondebug]
36859 [--type @var{type_regexp}]
36860 [--name @var{name_regexp}]
36861 [--max-results @var{limit}]
36862 @end smallexample
36863
36864 @noindent
36865 Return a list containing the names and types for all global functions
36866 taken from the debug information. The functions are grouped by source
36867 file, and shown with the line number on which each function is
36868 defined.
36869
36870 The @code{--include-nondebug} option causes the output to include
36871 code symbols from the symbol table.
36872
36873 The options @code{--type} and @code{--name} allow the symbols returned
36874 to be filtered based on either the name of the function, or the type
36875 signature of the function.
36876
36877 The option @code{--max-results} restricts the command to return no
36878 more than @var{limit} results. If exactly @var{limit} results are
36879 returned then there might be additional results available if a higher
36880 limit is used.
36881
36882 @subsubheading @value{GDBN} Command
36883
36884 The corresponding @value{GDBN} command is @samp{info functions}.
36885
36886 @subsubheading Example
36887 @smallexample
36888 @group
36889 (gdb)
36890 -symbol-info-functions
36891 ^done,symbols=
36892 @{debug=
36893 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36894 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36895 symbols=[@{line="36", name="f4", type="void (int *)",
36896 description="void f4(int *);"@},
36897 @{line="42", name="main", type="int ()",
36898 description="int main();"@},
36899 @{line="30", name="f1", type="my_int_t (int, int)",
36900 description="static my_int_t f1(int, int);"@}]@},
36901 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36902 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36903 symbols=[@{line="33", name="f2", type="float (another_float_t)",
36904 description="float f2(another_float_t);"@},
36905 @{line="39", name="f3", type="int (another_int_t)",
36906 description="int f3(another_int_t);"@},
36907 @{line="27", name="f1", type="another_float_t (int)",
36908 description="static another_float_t f1(int);"@}]@}]@}
36909 @end group
36910 @group
36911 (gdb)
36912 -symbol-info-functions --name f1
36913 ^done,symbols=
36914 @{debug=
36915 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36916 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36917 symbols=[@{line="30", name="f1", type="my_int_t (int, int)",
36918 description="static my_int_t f1(int, int);"@}]@},
36919 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36920 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36921 symbols=[@{line="27", name="f1", type="another_float_t (int)",
36922 description="static another_float_t f1(int);"@}]@}]@}
36923 @end group
36924 @group
36925 (gdb)
36926 -symbol-info-functions --type void
36927 ^done,symbols=
36928 @{debug=
36929 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36930 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36931 symbols=[@{line="36", name="f4", type="void (int *)",
36932 description="void f4(int *);"@}]@}]@}
36933 @end group
36934 @group
36935 (gdb)
36936 -symbol-info-functions --include-nondebug
36937 ^done,symbols=
36938 @{debug=
36939 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36940 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
36941 symbols=[@{line="36", name="f4", type="void (int *)",
36942 description="void f4(int *);"@},
36943 @{line="42", name="main", type="int ()",
36944 description="int main();"@},
36945 @{line="30", name="f1", type="my_int_t (int, int)",
36946 description="static my_int_t f1(int, int);"@}]@},
36947 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36948 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
36949 symbols=[@{line="33", name="f2", type="float (another_float_t)",
36950 description="float f2(another_float_t);"@},
36951 @{line="39", name="f3", type="int (another_int_t)",
36952 description="int f3(another_int_t);"@},
36953 @{line="27", name="f1", type="another_float_t (int)",
36954 description="static another_float_t f1(int);"@}]@}],
36955 nondebug=
36956 [@{address="0x0000000000400398",name="_init"@},
36957 @{address="0x00000000004003b0",name="_start"@},
36958 ...
36959 ]@}
36960 @end group
36961 @end smallexample
36962
36963 @findex -symbol-info-module-functions
36964 @anchor{-symbol-info-module-functions}
36965 @subheading The @code{-symbol-info-module-functions} Command
36966
36967 @subsubheading Synopsis
36968
36969 @smallexample
36970 -symbol-info-module-functions [--module @var{module_regexp}]
36971 [--name @var{name_regexp}]
36972 [--type @var{type_regexp}]
36973 @end smallexample
36974
36975 @noindent
36976 Return a list containing the names of all known functions within all
36977 know Fortran modules. The functions are grouped by source file and
36978 containing module, and shown with the line number on which each
36979 function is defined.
36980
36981 The option @code{--module} only returns results for modules matching
36982 @var{module_regexp}. The option @code{--name} only returns functions
36983 whose name matches @var{name_regexp}, and @code{--type} only returns
36984 functions whose type matches @var{type_regexp}.
36985
36986 @subsubheading @value{GDBN} Command
36987
36988 The corresponding @value{GDBN} command is @samp{info module functions}.
36989
36990 @subsubheading Example
36991
36992 @smallexample
36993 @group
36994 (gdb)
36995 -symbol-info-module-functions
36996 ^done,symbols=
36997 [@{module="mod1",
36998 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
36999 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
37000 symbols=[@{line="21",name="mod1::check_all",type="void (void)",
37001 description="void mod1::check_all(void);"@}]@}]@},
37002 @{module="mod2",
37003 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
37004 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
37005 symbols=[@{line="30",name="mod2::check_var_i",type="void (void)",
37006 description="void mod2::check_var_i(void);"@}]@}]@},
37007 @{module="mod3",
37008 files=[@{filename="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37009 fullname="/projec/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37010 symbols=[@{line="21",name="mod3::check_all",type="void (void)",
37011 description="void mod3::check_all(void);"@},
37012 @{line="27",name="mod3::check_mod2",type="void (void)",
37013 description="void mod3::check_mod2(void);"@}]@}]@},
37014 @{module="modmany",
37015 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37016 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37017 symbols=[@{line="35",name="modmany::check_some",type="void (void)",
37018 description="void modmany::check_some(void);"@}]@}]@},
37019 @{module="moduse",
37020 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37021 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37022 symbols=[@{line="44",name="moduse::check_all",type="void (void)",
37023 description="void moduse::check_all(void);"@},
37024 @{line="49",name="moduse::check_var_x",type="void (void)",
37025 description="void moduse::check_var_x(void);"@}]@}]@}]
37026 @end group
37027 @end smallexample
37028
37029 @findex -symbol-info-module-variables
37030 @anchor{-symbol-info-module-variables}
37031 @subheading The @code{-symbol-info-module-variables} Command
37032
37033 @subsubheading Synopsis
37034
37035 @smallexample
37036 -symbol-info-module-variables [--module @var{module_regexp}]
37037 [--name @var{name_regexp}]
37038 [--type @var{type_regexp}]
37039 @end smallexample
37040
37041 @noindent
37042 Return a list containing the names of all known variables within all
37043 know Fortran modules. The variables are grouped by source file and
37044 containing module, and shown with the line number on which each
37045 variable is defined.
37046
37047 The option @code{--module} only returns results for modules matching
37048 @var{module_regexp}. The option @code{--name} only returns variables
37049 whose name matches @var{name_regexp}, and @code{--type} only returns
37050 variables whose type matches @var{type_regexp}.
37051
37052 @subsubheading @value{GDBN} Command
37053
37054 The corresponding @value{GDBN} command is @samp{info module variables}.
37055
37056 @subsubheading Example
37057
37058 @smallexample
37059 @group
37060 (gdb)
37061 -symbol-info-module-variables
37062 ^done,symbols=
37063 [@{module="mod1",
37064 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
37065 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
37066 symbols=[@{line="18",name="mod1::var_const",type="integer(kind=4)",
37067 description="integer(kind=4) mod1::var_const;"@},
37068 @{line="17",name="mod1::var_i",type="integer(kind=4)",
37069 description="integer(kind=4) mod1::var_i;"@}]@}]@},
37070 @{module="mod2",
37071 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
37072 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
37073 symbols=[@{line="28",name="mod2::var_i",type="integer(kind=4)",
37074 description="integer(kind=4) mod2::var_i;"@}]@}]@},
37075 @{module="mod3",
37076 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37077 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37078 symbols=[@{line="18",name="mod3::mod1",type="integer(kind=4)",
37079 description="integer(kind=4) mod3::mod1;"@},
37080 @{line="17",name="mod3::mod2",type="integer(kind=4)",
37081 description="integer(kind=4) mod3::mod2;"@},
37082 @{line="19",name="mod3::var_i",type="integer(kind=4)",
37083 description="integer(kind=4) mod3::var_i;"@}]@}]@},
37084 @{module="modmany",
37085 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37086 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37087 symbols=[@{line="33",name="modmany::var_a",type="integer(kind=4)",
37088 description="integer(kind=4) modmany::var_a;"@},
37089 @{line="33",name="modmany::var_b",type="integer(kind=4)",
37090 description="integer(kind=4) modmany::var_b;"@},
37091 @{line="33",name="modmany::var_c",type="integer(kind=4)",
37092 description="integer(kind=4) modmany::var_c;"@},
37093 @{line="33",name="modmany::var_i",type="integer(kind=4)",
37094 description="integer(kind=4) modmany::var_i;"@}]@}]@},
37095 @{module="moduse",
37096 files=[@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37097 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37098 symbols=[@{line="42",name="moduse::var_x",type="integer(kind=4)",
37099 description="integer(kind=4) moduse::var_x;"@},
37100 @{line="42",name="moduse::var_y",type="integer(kind=4)",
37101 description="integer(kind=4) moduse::var_y;"@}]@}]@}]
37102 @end group
37103 @end smallexample
37104
37105 @findex -symbol-info-modules
37106 @anchor{-symbol-info-modules}
37107 @subheading The @code{-symbol-info-modules} Command
37108
37109 @subsubheading Synopsis
37110
37111 @smallexample
37112 -symbol-info-modules [--name @var{name_regexp}]
37113 [--max-results @var{limit}]
37114
37115 @end smallexample
37116
37117 @noindent
37118 Return a list containing the names of all known Fortran modules. The
37119 modules are grouped by source file, and shown with the line number on
37120 which each modules is defined.
37121
37122 The option @code{--name} allows the modules returned to be filtered
37123 based the name of the module.
37124
37125 The option @code{--max-results} restricts the command to return no
37126 more than @var{limit} results. If exactly @var{limit} results are
37127 returned then there might be additional results available if a higher
37128 limit is used.
37129
37130 @subsubheading @value{GDBN} Command
37131
37132 The corresponding @value{GDBN} command is @samp{info modules}.
37133
37134 @subsubheading Example
37135 @smallexample
37136 @group
37137 (gdb)
37138 -symbol-info-modules
37139 ^done,symbols=
37140 @{debug=
37141 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
37142 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
37143 symbols=[@{line="16",name="mod1"@},
37144 @{line="22",name="mod2"@}]@},
37145 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37146 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37147 symbols=[@{line="16",name="mod3"@},
37148 @{line="22",name="modmany"@},
37149 @{line="26",name="moduse"@}]@}]@}
37150 @end group
37151 @group
37152 (gdb)
37153 -symbol-info-modules --name mod[123]
37154 ^done,symbols=
37155 @{debug=
37156 [@{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
37157 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules-2.f90",
37158 symbols=[@{line="16",name="mod1"@},
37159 @{line="22",name="mod2"@}]@},
37160 @{filename="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37161 fullname="/project/gdb/testsuite/gdb.mi/mi-fortran-modules.f90",
37162 symbols=[@{line="16",name="mod3"@}]@}]@}
37163 @end group
37164 @end smallexample
37165
37166 @findex -symbol-info-types
37167 @anchor{-symbol-info-types}
37168 @subheading The @code{-symbol-info-types} Command
37169
37170 @subsubheading Synopsis
37171
37172 @smallexample
37173 -symbol-info-types [--name @var{name_regexp}]
37174 [--max-results @var{limit}]
37175
37176 @end smallexample
37177
37178 @noindent
37179 Return a list of all defined types. The types are grouped by source
37180 file, and shown with the line number on which each user defined type
37181 is defined. Some base types are not defined in the source code but
37182 are added to the debug information by the compiler, for example
37183 @code{int}, @code{float}, etc.; these types do not have an associated
37184 line number.
37185
37186 The option @code{--name} allows the list of types returned to be
37187 filtered by name.
37188
37189 The option @code{--max-results} restricts the command to return no
37190 more than @var{limit} results. If exactly @var{limit} results are
37191 returned then there might be additional results available if a higher
37192 limit is used.
37193
37194 @subsubheading @value{GDBN} Command
37195
37196 The corresponding @value{GDBN} command is @samp{info types}.
37197
37198 @subsubheading Example
37199 @smallexample
37200 @group
37201 (gdb)
37202 -symbol-info-types
37203 ^done,symbols=
37204 @{debug=
37205 [@{filename="gdb.mi/mi-sym-info-1.c",
37206 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
37207 symbols=[@{name="float"@},
37208 @{name="int"@},
37209 @{line="27",name="typedef int my_int_t;"@}]@},
37210 @{filename="gdb.mi/mi-sym-info-2.c",
37211 fullname="/project/gdb.mi/mi-sym-info-2.c",
37212 symbols=[@{line="24",name="typedef float another_float_t;"@},
37213 @{line="23",name="typedef int another_int_t;"@},
37214 @{name="float"@},
37215 @{name="int"@}]@}]@}
37216 @end group
37217 @group
37218 (gdb)
37219 -symbol-info-types --name _int_
37220 ^done,symbols=
37221 @{debug=
37222 [@{filename="gdb.mi/mi-sym-info-1.c",
37223 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
37224 symbols=[@{line="27",name="typedef int my_int_t;"@}]@},
37225 @{filename="gdb.mi/mi-sym-info-2.c",
37226 fullname="/project/gdb.mi/mi-sym-info-2.c",
37227 symbols=[@{line="23",name="typedef int another_int_t;"@}]@}]@}
37228 @end group
37229 @end smallexample
37230
37231 @findex -symbol-info-variables
37232 @anchor{-symbol-info-variables}
37233 @subheading The @code{-symbol-info-variables} Command
37234
37235 @subsubheading Synopsis
37236
37237 @smallexample
37238 -symbol-info-variables [--include-nondebug]
37239 [--type @var{type_regexp}]
37240 [--name @var{name_regexp}]
37241 [--max-results @var{limit}]
37242
37243 @end smallexample
37244
37245 @noindent
37246 Return a list containing the names and types for all global variables
37247 taken from the debug information. The variables are grouped by source
37248 file, and shown with the line number on which each variable is
37249 defined.
37250
37251 The @code{--include-nondebug} option causes the output to include
37252 data symbols from the symbol table.
37253
37254 The options @code{--type} and @code{--name} allow the symbols returned
37255 to be filtered based on either the name of the variable, or the type
37256 of the variable.
37257
37258 The option @code{--max-results} restricts the command to return no
37259 more than @var{limit} results. If exactly @var{limit} results are
37260 returned then there might be additional results available if a higher
37261 limit is used.
37262
37263 @subsubheading @value{GDBN} Command
37264
37265 The corresponding @value{GDBN} command is @samp{info variables}.
37266
37267 @subsubheading Example
37268 @smallexample
37269 @group
37270 (gdb)
37271 -symbol-info-variables
37272 ^done,symbols=
37273 @{debug=
37274 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
37275 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
37276 symbols=[@{line="25",name="global_f1",type="float",
37277 description="static float global_f1;"@},
37278 @{line="24",name="global_i1",type="int",
37279 description="static int global_i1;"@}]@},
37280 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
37281 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
37282 symbols=[@{line="21",name="global_f2",type="int",
37283 description="int global_f2;"@},
37284 @{line="20",name="global_i2",type="int",
37285 description="int global_i2;"@},
37286 @{line="19",name="global_f1",type="float",
37287 description="static float global_f1;"@},
37288 @{line="18",name="global_i1",type="int",
37289 description="static int global_i1;"@}]@}]@}
37290 @end group
37291 @group
37292 (gdb)
37293 -symbol-info-variables --name f1
37294 ^done,symbols=
37295 @{debug=
37296 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
37297 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
37298 symbols=[@{line="25",name="global_f1",type="float",
37299 description="static float global_f1;"@}]@},
37300 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
37301 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
37302 symbols=[@{line="19",name="global_f1",type="float",
37303 description="static float global_f1;"@}]@}]@}
37304 @end group
37305 @group
37306 (gdb)
37307 -symbol-info-variables --type float
37308 ^done,symbols=
37309 @{debug=
37310 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
37311 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
37312 symbols=[@{line="25",name="global_f1",type="float",
37313 description="static float global_f1;"@}]@},
37314 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
37315 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
37316 symbols=[@{line="19",name="global_f1",type="float",
37317 description="static float global_f1;"@}]@}]@}
37318 @end group
37319 @group
37320 (gdb)
37321 -symbol-info-variables --include-nondebug
37322 ^done,symbols=
37323 @{debug=
37324 [@{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
37325 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-1.c",
37326 symbols=[@{line="25",name="global_f1",type="float",
37327 description="static float global_f1;"@},
37328 @{line="24",name="global_i1",type="int",
37329 description="static int global_i1;"@}]@},
37330 @{filename="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
37331 fullname="/project/gdb/testsuite/gdb.mi/mi-sym-info-2.c",
37332 symbols=[@{line="21",name="global_f2",type="int",
37333 description="int global_f2;"@},
37334 @{line="20",name="global_i2",type="int",
37335 description="int global_i2;"@},
37336 @{line="19",name="global_f1",type="float",
37337 description="static float global_f1;"@},
37338 @{line="18",name="global_i1",type="int",
37339 description="static int global_i1;"@}]@}],
37340 nondebug=
37341 [@{address="0x00000000004005d0",name="_IO_stdin_used"@},
37342 @{address="0x00000000004005d8",name="__dso_handle"@}
37343 ...
37344 ]@}
37345 @end group
37346 @end smallexample
37347
37348 @ignore
37349 @findex -symbol-info-line
37350 @subheading The @code{-symbol-info-line} Command
37351
37352 @subsubheading Synopsis
37353
37354 @smallexample
37355 -symbol-info-line
37356 @end smallexample
37357
37358 Show the core addresses of the code for a source line.
37359
37360 @subsubheading @value{GDBN} Command
37361
37362 The corresponding @value{GDBN} command is @samp{info line}.
37363 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
37364
37365 @subsubheading Example
37366 N.A.
37367
37368
37369 @findex -symbol-info-symbol
37370 @subheading The @code{-symbol-info-symbol} Command
37371
37372 @subsubheading Synopsis
37373
37374 @smallexample
37375 -symbol-info-symbol @var{addr}
37376 @end smallexample
37377
37378 Describe what symbol is at location @var{addr}.
37379
37380 @subsubheading @value{GDBN} Command
37381
37382 The corresponding @value{GDBN} command is @samp{info symbol}.
37383
37384 @subsubheading Example
37385 N.A.
37386
37387
37388 @findex -symbol-list-functions
37389 @subheading The @code{-symbol-list-functions} Command
37390
37391 @subsubheading Synopsis
37392
37393 @smallexample
37394 -symbol-list-functions
37395 @end smallexample
37396
37397 List the functions in the executable.
37398
37399 @subsubheading @value{GDBN} Command
37400
37401 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
37402 @samp{gdb_search} in @code{gdbtk}.
37403
37404 @subsubheading Example
37405 N.A.
37406 @end ignore
37407
37408
37409 @findex -symbol-list-lines
37410 @subheading The @code{-symbol-list-lines} Command
37411
37412 @subsubheading Synopsis
37413
37414 @smallexample
37415 -symbol-list-lines @var{filename}
37416 @end smallexample
37417
37418 Print the list of lines that contain code and their associated program
37419 addresses for the given source filename. The entries are sorted in
37420 ascending PC order.
37421
37422 @subsubheading @value{GDBN} Command
37423
37424 There is no corresponding @value{GDBN} command.
37425
37426 @subsubheading Example
37427 @smallexample
37428 (gdb)
37429 -symbol-list-lines basics.c
37430 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
37431 (gdb)
37432 @end smallexample
37433
37434
37435 @ignore
37436 @findex -symbol-list-types
37437 @subheading The @code{-symbol-list-types} Command
37438
37439 @subsubheading Synopsis
37440
37441 @smallexample
37442 -symbol-list-types
37443 @end smallexample
37444
37445 List all the type names.
37446
37447 @subsubheading @value{GDBN} Command
37448
37449 The corresponding commands are @samp{info types} in @value{GDBN},
37450 @samp{gdb_search} in @code{gdbtk}.
37451
37452 @subsubheading Example
37453 N.A.
37454
37455
37456 @findex -symbol-list-variables
37457 @subheading The @code{-symbol-list-variables} Command
37458
37459 @subsubheading Synopsis
37460
37461 @smallexample
37462 -symbol-list-variables
37463 @end smallexample
37464
37465 List all the global and static variable names.
37466
37467 @subsubheading @value{GDBN} Command
37468
37469 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
37470
37471 @subsubheading Example
37472 N.A.
37473
37474
37475 @findex -symbol-locate
37476 @subheading The @code{-symbol-locate} Command
37477
37478 @subsubheading Synopsis
37479
37480 @smallexample
37481 -symbol-locate
37482 @end smallexample
37483
37484 @subsubheading @value{GDBN} Command
37485
37486 @samp{gdb_loc} in @code{gdbtk}.
37487
37488 @subsubheading Example
37489 N.A.
37490
37491
37492 @findex -symbol-type
37493 @subheading The @code{-symbol-type} Command
37494
37495 @subsubheading Synopsis
37496
37497 @smallexample
37498 -symbol-type @var{variable}
37499 @end smallexample
37500
37501 Show type of @var{variable}.
37502
37503 @subsubheading @value{GDBN} Command
37504
37505 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
37506 @samp{gdb_obj_variable}.
37507
37508 @subsubheading Example
37509 N.A.
37510 @end ignore
37511
37512
37513 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37514 @node GDB/MI File Commands
37515 @section @sc{gdb/mi} File Commands
37516
37517 This section describes the GDB/MI commands to specify executable file names
37518 and to read in and obtain symbol table information.
37519
37520 @findex -file-exec-and-symbols
37521 @subheading The @code{-file-exec-and-symbols} Command
37522
37523 @subsubheading Synopsis
37524
37525 @smallexample
37526 -file-exec-and-symbols @var{file}
37527 @end smallexample
37528
37529 Specify the executable file to be debugged. This file is the one from
37530 which the symbol table is also read. If no file is specified, the
37531 command clears the executable and symbol information. If breakpoints
37532 are set when using this command with no arguments, @value{GDBN} will produce
37533 error messages. Otherwise, no output is produced, except a completion
37534 notification.
37535
37536 @subsubheading @value{GDBN} Command
37537
37538 The corresponding @value{GDBN} command is @samp{file}.
37539
37540 @subsubheading Example
37541
37542 @smallexample
37543 (gdb)
37544 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
37545 ^done
37546 (gdb)
37547 @end smallexample
37548
37549
37550 @findex -file-exec-file
37551 @subheading The @code{-file-exec-file} Command
37552
37553 @subsubheading Synopsis
37554
37555 @smallexample
37556 -file-exec-file @var{file}
37557 @end smallexample
37558
37559 Specify the executable file to be debugged. Unlike
37560 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
37561 from this file. If used without argument, @value{GDBN} clears the information
37562 about the executable file. No output is produced, except a completion
37563 notification.
37564
37565 @subsubheading @value{GDBN} Command
37566
37567 The corresponding @value{GDBN} command is @samp{exec-file}.
37568
37569 @subsubheading Example
37570
37571 @smallexample
37572 (gdb)
37573 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
37574 ^done
37575 (gdb)
37576 @end smallexample
37577
37578
37579 @ignore
37580 @findex -file-list-exec-sections
37581 @subheading The @code{-file-list-exec-sections} Command
37582
37583 @subsubheading Synopsis
37584
37585 @smallexample
37586 -file-list-exec-sections
37587 @end smallexample
37588
37589 List the sections of the current executable file.
37590
37591 @subsubheading @value{GDBN} Command
37592
37593 The @value{GDBN} command @samp{info file} shows, among the rest, the same
37594 information as this command. @code{gdbtk} has a corresponding command
37595 @samp{gdb_load_info}.
37596
37597 @subsubheading Example
37598 N.A.
37599 @end ignore
37600
37601
37602 @findex -file-list-exec-source-file
37603 @subheading The @code{-file-list-exec-source-file} Command
37604
37605 @subsubheading Synopsis
37606
37607 @smallexample
37608 -file-list-exec-source-file
37609 @end smallexample
37610
37611 List the line number, the current source file, and the absolute path
37612 to the current source file for the current executable. The macro
37613 information field has a value of @samp{1} or @samp{0} depending on
37614 whether or not the file includes preprocessor macro information.
37615
37616 @subsubheading @value{GDBN} Command
37617
37618 The @value{GDBN} equivalent is @samp{info source}
37619
37620 @subsubheading Example
37621
37622 @smallexample
37623 (gdb)
37624 123-file-list-exec-source-file
37625 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c,macro-info="1"
37626 (gdb)
37627 @end smallexample
37628
37629
37630 @findex -file-list-exec-source-files
37631 @subheading The @code{-file-list-exec-source-files} Command
37632 @kindex info sources
37633
37634 @subsubheading Synopsis
37635
37636 @smallexample
37637 -file-list-exec-source-files @r{[} @var{--group-by-objfile} @r{]}
37638 @r{[} @var{--dirname} @r{|} @var{--basename} @r{]}
37639 @r{[} -- @r{]}
37640 @r{[} @var{regexp} @r{]}
37641 @end smallexample
37642
37643 This command returns information about the source files @value{GDBN}
37644 knows about, it will output both the filename and fullname (absolute
37645 file name) of a source file, though the fullname can be elided if this
37646 information is not known to @value{GDBN}.
37647
37648 With no arguments this command returns a list of source files. Each
37649 source file is represented by a tuple with the fields; @var{file},
37650 @var{fullname}, and @var{debug-fully-read}. The @var{file} is the
37651 display name for the file, while @var{fullname} is the absolute name
37652 of the file. The @var{fullname} field can be elided if the absolute
37653 name of the source file can't be computed. The field
37654 @var{debug-fully-read} will be a string, either @code{true} or
37655 @code{false}. When @code{true}, this indicates the full debug
37656 information for the compilation unit describing this file has been
37657 read in. When @code{false}, the full debug information has not yet
37658 been read in. While reading in the full debug information it is
37659 possible that @value{GDBN} could become aware of additional source
37660 files.
37661
37662 The optional @var{regexp} can be used to filter the list of source
37663 files returned. The @var{regexp} will be matched against the full
37664 source file name. The matching is case-sensitive, except on operating
37665 systems that have case-insensitive filesystem (e.g.,
37666 MS-Windows). @samp{--} can be used before @var{regexp} to prevent
37667 @value{GDBN} interpreting @var{regexp} as a command option (e.g.@: if
37668 @var{regexp} starts with @samp{-}).
37669
37670 If @code{--dirname} is provided, then @var{regexp} is matched only
37671 against the directory name of each source file. If @code{--basename}
37672 is provided, then @var{regexp} is matched against the basename of each
37673 source file. Only one of @code{--dirname} or @code{--basename} may be
37674 given, and if either is given then @var{regexp} is required.
37675
37676 If @code{--group-by-objfile} is used then the format of the results is
37677 changed. The results will now be a list of tuples, with each tuple
37678 representing an object file (executable or shared library) loaded into
37679 @value{GDBN}. The fields of these tuples are; @var{filename},
37680 @var{debug-info}, and @var{sources}. The @var{filename} is the
37681 absolute name of the object file, @var{debug-info} is a string with
37682 one of the following values:
37683
37684 @table @code
37685 @item none
37686 This object file has no debug information.
37687 @item partially-read
37688 This object file has debug information, but it is not fully read in
37689 yet. When it is read in later, GDB might become aware of additional
37690 source files.
37691 @item fully-read
37692 This object file has debug information, and this information is fully
37693 read into GDB. The list of source files is complete.
37694 @end table
37695
37696 The @var{sources} is a list or tuples, with each tuple describing a
37697 single source file with the same fields as described previously. The
37698 @var{sources} list can be empty for object files that have no debug
37699 information.
37700
37701 @subsubheading @value{GDBN} Command
37702
37703 The @value{GDBN} equivalent is @samp{info sources}.
37704 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
37705
37706 @subsubheading Example
37707 @smallexample
37708 (@value{GDBP})
37709 -file-list-exec-source-files
37710 ^done,files=[@{file="foo.c",fullname="/home/foo.c",debug-fully-read="true"@},
37711 @{file="/home/bar.c",fullname="/home/bar.c",debug-fully-read="true"@},
37712 @{file="gdb_could_not_find_fullpath.c",debug-fully-read="true"@}]
37713 (@value{GDBP})
37714 -file-list-exec-source-files
37715 ^done,files=[@{file="test.c",
37716 fullname="/tmp/info-sources/test.c",
37717 debug-fully-read="true"@},
37718 @{file="/usr/include/stdc-predef.h",
37719 fullname="/usr/include/stdc-predef.h",
37720 debug-fully-read="true"@},
37721 @{file="header.h",
37722 fullname="/tmp/info-sources/header.h",
37723 debug-fully-read="true"@},
37724 @{file="helper.c",
37725 fullname="/tmp/info-sources/helper.c",
37726 debug-fully-read="true"@}]
37727 (@value{GDBP})
37728 -file-list-exec-source-files -- \\.c
37729 ^done,files=[@{file="test.c",
37730 fullname="/tmp/info-sources/test.c",
37731 debug-fully-read="true"@},
37732 @{file="helper.c",
37733 fullname="/tmp/info-sources/helper.c",
37734 debug-fully-read="true"@}]
37735 (@value{GDBP})
37736 -file-list-exec-source-files --group-by-objfile
37737 ^done,files=[@{filename="/tmp/info-sources/test.x",
37738 debug-info="fully-read",
37739 sources=[@{file="test.c",
37740 fullname="/tmp/info-sources/test.c",
37741 debug-fully-read="true"@},
37742 @{file="/usr/include/stdc-predef.h",
37743 fullname="/usr/include/stdc-predef.h",
37744 debug-fully-read="true"@},
37745 @{file="header.h",
37746 fullname="/tmp/info-sources/header.h",
37747 debug-fully-read="true"@}]@},
37748 @{filename="/lib64/ld-linux-x86-64.so.2",
37749 debug-info="none",
37750 sources=[]@},
37751 @{filename="system-supplied DSO at 0x7ffff7fcf000",
37752 debug-info="none",
37753 sources=[]@},
37754 @{filename="/tmp/info-sources/libhelper.so",
37755 debug-info="fully-read",
37756 sources=[@{file="helper.c",
37757 fullname="/tmp/info-sources/helper.c",
37758 debug-fully-read="true"@},
37759 @{file="/usr/include/stdc-predef.h",
37760 fullname="/usr/include/stdc-predef.h",
37761 debug-fully-read="true"@},
37762 @{file="header.h",
37763 fullname="/tmp/info-sources/header.h",
37764 debug-fully-read="true"@}]@},
37765 @{filename="/lib64/libc.so.6",
37766 debug-info="none",
37767 sources=[]@}]
37768 @end smallexample
37769
37770 @findex -file-list-shared-libraries
37771 @subheading The @code{-file-list-shared-libraries} Command
37772
37773 @subsubheading Synopsis
37774
37775 @smallexample
37776 -file-list-shared-libraries [ @var{regexp} ]
37777 @end smallexample
37778
37779 List the shared libraries in the program.
37780 With a regular expression @var{regexp}, only those libraries whose
37781 names match @var{regexp} are listed.
37782
37783 @subsubheading @value{GDBN} Command
37784
37785 The corresponding @value{GDBN} command is @samp{info shared}. The fields
37786 have a similar meaning to the @code{=library-loaded} notification.
37787 The @code{ranges} field specifies the multiple segments belonging to this
37788 library. Each range has the following fields:
37789
37790 @table @samp
37791 @item from
37792 The address defining the inclusive lower bound of the segment.
37793 @item to
37794 The address defining the exclusive upper bound of the segment.
37795 @end table
37796
37797 @subsubheading Example
37798 @smallexample
37799 (gdb)
37800 -file-list-exec-source-files
37801 ^done,shared-libraries=[
37802 @{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"@}]@},
37803 @{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"@}]@}]
37804 (gdb)
37805 @end smallexample
37806
37807
37808 @ignore
37809 @findex -file-list-symbol-files
37810 @subheading The @code{-file-list-symbol-files} Command
37811
37812 @subsubheading Synopsis
37813
37814 @smallexample
37815 -file-list-symbol-files
37816 @end smallexample
37817
37818 List symbol files.
37819
37820 @subsubheading @value{GDBN} Command
37821
37822 The corresponding @value{GDBN} command is @samp{info file} (part of it).
37823
37824 @subsubheading Example
37825 N.A.
37826 @end ignore
37827
37828
37829 @findex -file-symbol-file
37830 @subheading The @code{-file-symbol-file} Command
37831
37832 @subsubheading Synopsis
37833
37834 @smallexample
37835 -file-symbol-file @var{file}
37836 @end smallexample
37837
37838 Read symbol table info from the specified @var{file} argument. When
37839 used without arguments, clears @value{GDBN}'s symbol table info. No output is
37840 produced, except for a completion notification.
37841
37842 @subsubheading @value{GDBN} Command
37843
37844 The corresponding @value{GDBN} command is @samp{symbol-file}.
37845
37846 @subsubheading Example
37847
37848 @smallexample
37849 (gdb)
37850 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
37851 ^done
37852 (gdb)
37853 @end smallexample
37854
37855 @ignore
37856 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37857 @node GDB/MI Memory Overlay Commands
37858 @section @sc{gdb/mi} Memory Overlay Commands
37859
37860 The memory overlay commands are not implemented.
37861
37862 @c @subheading -overlay-auto
37863
37864 @c @subheading -overlay-list-mapping-state
37865
37866 @c @subheading -overlay-list-overlays
37867
37868 @c @subheading -overlay-map
37869
37870 @c @subheading -overlay-off
37871
37872 @c @subheading -overlay-on
37873
37874 @c @subheading -overlay-unmap
37875
37876 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37877 @node GDB/MI Signal Handling Commands
37878 @section @sc{gdb/mi} Signal Handling Commands
37879
37880 Signal handling commands are not implemented.
37881
37882 @c @subheading -signal-handle
37883
37884 @c @subheading -signal-list-handle-actions
37885
37886 @c @subheading -signal-list-signal-types
37887 @end ignore
37888
37889
37890 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37891 @node GDB/MI Target Manipulation
37892 @section @sc{gdb/mi} Target Manipulation Commands
37893
37894
37895 @findex -target-attach
37896 @subheading The @code{-target-attach} Command
37897
37898 @subsubheading Synopsis
37899
37900 @smallexample
37901 -target-attach @var{pid} | @var{gid} | @var{file}
37902 @end smallexample
37903
37904 Attach to a process @var{pid} or a file @var{file} outside of
37905 @value{GDBN}, or a thread group @var{gid}. If attaching to a thread
37906 group, the id previously returned by
37907 @samp{-list-thread-groups --available} must be used.
37908
37909 @subsubheading @value{GDBN} Command
37910
37911 The corresponding @value{GDBN} command is @samp{attach}.
37912
37913 @subsubheading Example
37914 @smallexample
37915 (gdb)
37916 -target-attach 34
37917 =thread-created,id="1"
37918 *stopped,thread-id="1",frame=@{addr="0xb7f7e410",func="bar",args=[]@}
37919 ^done
37920 (gdb)
37921 @end smallexample
37922
37923 @ignore
37924 @findex -target-compare-sections
37925 @subheading The @code{-target-compare-sections} Command
37926
37927 @subsubheading Synopsis
37928
37929 @smallexample
37930 -target-compare-sections [ @var{section} ]
37931 @end smallexample
37932
37933 Compare data of section @var{section} on target to the exec file.
37934 Without the argument, all sections are compared.
37935
37936 @subsubheading @value{GDBN} Command
37937
37938 The @value{GDBN} equivalent is @samp{compare-sections}.
37939
37940 @subsubheading Example
37941 N.A.
37942 @end ignore
37943
37944
37945 @findex -target-detach
37946 @subheading The @code{-target-detach} Command
37947
37948 @subsubheading Synopsis
37949
37950 @smallexample
37951 -target-detach [ @var{pid} | @var{gid} ]
37952 @end smallexample
37953
37954 Detach from the remote target which normally resumes its execution.
37955 If either @var{pid} or @var{gid} is specified, detaches from either
37956 the specified process, or specified thread group. There's no output.
37957
37958 @subsubheading @value{GDBN} Command
37959
37960 The corresponding @value{GDBN} command is @samp{detach}.
37961
37962 @subsubheading Example
37963
37964 @smallexample
37965 (gdb)
37966 -target-detach
37967 ^done
37968 (gdb)
37969 @end smallexample
37970
37971
37972 @findex -target-disconnect
37973 @subheading The @code{-target-disconnect} Command
37974
37975 @subsubheading Synopsis
37976
37977 @smallexample
37978 -target-disconnect
37979 @end smallexample
37980
37981 Disconnect from the remote target. There's no output and the target is
37982 generally not resumed.
37983
37984 @subsubheading @value{GDBN} Command
37985
37986 The corresponding @value{GDBN} command is @samp{disconnect}.
37987
37988 @subsubheading Example
37989
37990 @smallexample
37991 (gdb)
37992 -target-disconnect
37993 ^done
37994 (gdb)
37995 @end smallexample
37996
37997
37998 @findex -target-download
37999 @subheading The @code{-target-download} Command
38000
38001 @subsubheading Synopsis
38002
38003 @smallexample
38004 -target-download
38005 @end smallexample
38006
38007 Loads the executable onto the remote target.
38008 It prints out an update message every half second, which includes the fields:
38009
38010 @table @samp
38011 @item section
38012 The name of the section.
38013 @item section-sent
38014 The size of what has been sent so far for that section.
38015 @item section-size
38016 The size of the section.
38017 @item total-sent
38018 The total size of what was sent so far (the current and the previous sections).
38019 @item total-size
38020 The size of the overall executable to download.
38021 @end table
38022
38023 @noindent
38024 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
38025 @sc{gdb/mi} Output Syntax}).
38026
38027 In addition, it prints the name and size of the sections, as they are
38028 downloaded. These messages include the following fields:
38029
38030 @table @samp
38031 @item section
38032 The name of the section.
38033 @item section-size
38034 The size of the section.
38035 @item total-size
38036 The size of the overall executable to download.
38037 @end table
38038
38039 @noindent
38040 At the end, a summary is printed.
38041
38042 @subsubheading @value{GDBN} Command
38043
38044 The corresponding @value{GDBN} command is @samp{load}.
38045
38046 @subsubheading Example
38047
38048 Note: each status message appears on a single line. Here the messages
38049 have been broken down so that they can fit onto a page.
38050
38051 @smallexample
38052 (gdb)
38053 -target-download
38054 +download,@{section=".text",section-size="6668",total-size="9880"@}
38055 +download,@{section=".text",section-sent="512",section-size="6668",
38056 total-sent="512",total-size="9880"@}
38057 +download,@{section=".text",section-sent="1024",section-size="6668",
38058 total-sent="1024",total-size="9880"@}
38059 +download,@{section=".text",section-sent="1536",section-size="6668",
38060 total-sent="1536",total-size="9880"@}
38061 +download,@{section=".text",section-sent="2048",section-size="6668",
38062 total-sent="2048",total-size="9880"@}
38063 +download,@{section=".text",section-sent="2560",section-size="6668",
38064 total-sent="2560",total-size="9880"@}
38065 +download,@{section=".text",section-sent="3072",section-size="6668",
38066 total-sent="3072",total-size="9880"@}
38067 +download,@{section=".text",section-sent="3584",section-size="6668",
38068 total-sent="3584",total-size="9880"@}
38069 +download,@{section=".text",section-sent="4096",section-size="6668",
38070 total-sent="4096",total-size="9880"@}
38071 +download,@{section=".text",section-sent="4608",section-size="6668",
38072 total-sent="4608",total-size="9880"@}
38073 +download,@{section=".text",section-sent="5120",section-size="6668",
38074 total-sent="5120",total-size="9880"@}
38075 +download,@{section=".text",section-sent="5632",section-size="6668",
38076 total-sent="5632",total-size="9880"@}
38077 +download,@{section=".text",section-sent="6144",section-size="6668",
38078 total-sent="6144",total-size="9880"@}
38079 +download,@{section=".text",section-sent="6656",section-size="6668",
38080 total-sent="6656",total-size="9880"@}
38081 +download,@{section=".init",section-size="28",total-size="9880"@}
38082 +download,@{section=".fini",section-size="28",total-size="9880"@}
38083 +download,@{section=".data",section-size="3156",total-size="9880"@}
38084 +download,@{section=".data",section-sent="512",section-size="3156",
38085 total-sent="7236",total-size="9880"@}
38086 +download,@{section=".data",section-sent="1024",section-size="3156",
38087 total-sent="7748",total-size="9880"@}
38088 +download,@{section=".data",section-sent="1536",section-size="3156",
38089 total-sent="8260",total-size="9880"@}
38090 +download,@{section=".data",section-sent="2048",section-size="3156",
38091 total-sent="8772",total-size="9880"@}
38092 +download,@{section=".data",section-sent="2560",section-size="3156",
38093 total-sent="9284",total-size="9880"@}
38094 +download,@{section=".data",section-sent="3072",section-size="3156",
38095 total-sent="9796",total-size="9880"@}
38096 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
38097 write-rate="429"
38098 (gdb)
38099 @end smallexample
38100
38101
38102 @ignore
38103 @findex -target-exec-status
38104 @subheading The @code{-target-exec-status} Command
38105
38106 @subsubheading Synopsis
38107
38108 @smallexample
38109 -target-exec-status
38110 @end smallexample
38111
38112 Provide information on the state of the target (whether it is running or
38113 not, for instance).
38114
38115 @subsubheading @value{GDBN} Command
38116
38117 There's no equivalent @value{GDBN} command.
38118
38119 @subsubheading Example
38120 N.A.
38121
38122
38123 @findex -target-list-available-targets
38124 @subheading The @code{-target-list-available-targets} Command
38125
38126 @subsubheading Synopsis
38127
38128 @smallexample
38129 -target-list-available-targets
38130 @end smallexample
38131
38132 List the possible targets to connect to.
38133
38134 @subsubheading @value{GDBN} Command
38135
38136 The corresponding @value{GDBN} command is @samp{help target}.
38137
38138 @subsubheading Example
38139 N.A.
38140
38141
38142 @findex -target-list-current-targets
38143 @subheading The @code{-target-list-current-targets} Command
38144
38145 @subsubheading Synopsis
38146
38147 @smallexample
38148 -target-list-current-targets
38149 @end smallexample
38150
38151 Describe the current target.
38152
38153 @subsubheading @value{GDBN} Command
38154
38155 The corresponding information is printed by @samp{info file} (among
38156 other things).
38157
38158 @subsubheading Example
38159 N.A.
38160
38161
38162 @findex -target-list-parameters
38163 @subheading The @code{-target-list-parameters} Command
38164
38165 @subsubheading Synopsis
38166
38167 @smallexample
38168 -target-list-parameters
38169 @end smallexample
38170
38171 @c ????
38172 @end ignore
38173
38174 @subsubheading @value{GDBN} Command
38175
38176 No equivalent.
38177
38178 @subsubheading Example
38179 N.A.
38180
38181 @findex -target-flash-erase
38182 @subheading The @code{-target-flash-erase} Command
38183
38184 @subsubheading Synopsis
38185
38186 @smallexample
38187 -target-flash-erase
38188 @end smallexample
38189
38190 Erases all known flash memory regions on the target.
38191
38192 The corresponding @value{GDBN} command is @samp{flash-erase}.
38193
38194 The output is a list of flash regions that have been erased, with starting
38195 addresses and memory region sizes.
38196
38197 @smallexample
38198 (gdb)
38199 -target-flash-erase
38200 ^done,erased-regions=@{address="0x0",size="0x40000"@}
38201 (gdb)
38202 @end smallexample
38203
38204 @findex -target-select
38205 @subheading The @code{-target-select} Command
38206
38207 @subsubheading Synopsis
38208
38209 @smallexample
38210 -target-select @var{type} @var{parameters @dots{}}
38211 @end smallexample
38212
38213 Connect @value{GDBN} to the remote target. This command takes two args:
38214
38215 @table @samp
38216 @item @var{type}
38217 The type of target, for instance @samp{remote}, etc.
38218 @item @var{parameters}
38219 Device names, host names and the like. @xref{Target Commands, ,
38220 Commands for Managing Targets}, for more details.
38221 @end table
38222
38223 The output is a connection notification, followed by the address at
38224 which the target program is, in the following form:
38225
38226 @smallexample
38227 ^connected,addr="@var{address}",func="@var{function name}",
38228 args=[@var{arg list}]
38229 @end smallexample
38230
38231 @subsubheading @value{GDBN} Command
38232
38233 The corresponding @value{GDBN} command is @samp{target}.
38234
38235 @subsubheading Example
38236
38237 @smallexample
38238 (gdb)
38239 -target-select remote /dev/ttya
38240 ^connected,addr="0xfe00a300",func="??",args=[]
38241 (gdb)
38242 @end smallexample
38243
38244 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
38245 @node GDB/MI File Transfer Commands
38246 @section @sc{gdb/mi} File Transfer Commands
38247
38248
38249 @findex -target-file-put
38250 @subheading The @code{-target-file-put} Command
38251
38252 @subsubheading Synopsis
38253
38254 @smallexample
38255 -target-file-put @var{hostfile} @var{targetfile}
38256 @end smallexample
38257
38258 Copy file @var{hostfile} from the host system (the machine running
38259 @value{GDBN}) to @var{targetfile} on the target system.
38260
38261 @subsubheading @value{GDBN} Command
38262
38263 The corresponding @value{GDBN} command is @samp{remote put}.
38264
38265 @subsubheading Example
38266
38267 @smallexample
38268 (gdb)
38269 -target-file-put localfile remotefile
38270 ^done
38271 (gdb)
38272 @end smallexample
38273
38274
38275 @findex -target-file-get
38276 @subheading The @code{-target-file-get} Command
38277
38278 @subsubheading Synopsis
38279
38280 @smallexample
38281 -target-file-get @var{targetfile} @var{hostfile}
38282 @end smallexample
38283
38284 Copy file @var{targetfile} from the target system to @var{hostfile}
38285 on the host system.
38286
38287 @subsubheading @value{GDBN} Command
38288
38289 The corresponding @value{GDBN} command is @samp{remote get}.
38290
38291 @subsubheading Example
38292
38293 @smallexample
38294 (gdb)
38295 -target-file-get remotefile localfile
38296 ^done
38297 (gdb)
38298 @end smallexample
38299
38300
38301 @findex -target-file-delete
38302 @subheading The @code{-target-file-delete} Command
38303
38304 @subsubheading Synopsis
38305
38306 @smallexample
38307 -target-file-delete @var{targetfile}
38308 @end smallexample
38309
38310 Delete @var{targetfile} from the target system.
38311
38312 @subsubheading @value{GDBN} Command
38313
38314 The corresponding @value{GDBN} command is @samp{remote delete}.
38315
38316 @subsubheading Example
38317
38318 @smallexample
38319 (gdb)
38320 -target-file-delete remotefile
38321 ^done
38322 (gdb)
38323 @end smallexample
38324
38325
38326 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
38327 @node GDB/MI Ada Exceptions Commands
38328 @section Ada Exceptions @sc{gdb/mi} Commands
38329
38330 @findex -info-ada-exceptions
38331 @subheading The @code{-info-ada-exceptions} Command
38332
38333 @subsubheading Synopsis
38334
38335 @smallexample
38336 -info-ada-exceptions [ @var{regexp}]
38337 @end smallexample
38338
38339 List all Ada exceptions defined within the program being debugged.
38340 With a regular expression @var{regexp}, only those exceptions whose
38341 names match @var{regexp} are listed.
38342
38343 @subsubheading @value{GDBN} Command
38344
38345 The corresponding @value{GDBN} command is @samp{info exceptions}.
38346
38347 @subsubheading Result
38348
38349 The result is a table of Ada exceptions. The following columns are
38350 defined for each exception:
38351
38352 @table @samp
38353 @item name
38354 The name of the exception.
38355
38356 @item address
38357 The address of the exception.
38358
38359 @end table
38360
38361 @subsubheading Example
38362
38363 @smallexample
38364 -info-ada-exceptions aint
38365 ^done,ada-exceptions=@{nr_rows="2",nr_cols="2",
38366 hdr=[@{width="1",alignment="-1",col_name="name",colhdr="Name"@},
38367 @{width="1",alignment="-1",col_name="address",colhdr="Address"@}],
38368 body=[@{name="constraint_error",address="0x0000000000613da0"@},
38369 @{name="const.aint_global_e",address="0x0000000000613b00"@}]@}
38370 @end smallexample
38371
38372 @subheading Catching Ada Exceptions
38373
38374 The commands describing how to ask @value{GDBN} to stop when a program
38375 raises an exception are described at @ref{Ada Exception GDB/MI
38376 Catchpoint Commands}.
38377
38378
38379 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
38380 @node GDB/MI Support Commands
38381 @section @sc{gdb/mi} Support Commands
38382
38383 Since new commands and features get regularly added to @sc{gdb/mi},
38384 some commands are available to help front-ends query the debugger
38385 about support for these capabilities. Similarly, it is also possible
38386 to query @value{GDBN} about target support of certain features.
38387
38388 @cindex @code{-info-gdb-mi-command}
38389 @findex -info-gdb-mi-command
38390 @subheading The @code{-info-gdb-mi-command} Command
38391
38392 @subsubheading Synopsis
38393
38394 @smallexample
38395 -info-gdb-mi-command @var{cmd_name}
38396 @end smallexample
38397
38398 Query support for the @sc{gdb/mi} command named @var{cmd_name}.
38399
38400 Note that the dash (@code{-}) starting all @sc{gdb/mi} commands
38401 is technically not part of the command name (@pxref{GDB/MI Input
38402 Syntax}), and thus should be omitted in @var{cmd_name}. However,
38403 for ease of use, this command also accepts the form with the leading
38404 dash.
38405
38406 @subsubheading @value{GDBN} Command
38407
38408 There is no corresponding @value{GDBN} command.
38409
38410 @subsubheading Result
38411
38412 The result is a tuple. There is currently only one field:
38413
38414 @table @samp
38415 @item exists
38416 This field is equal to @code{"true"} if the @sc{gdb/mi} command exists,
38417 @code{"false"} otherwise.
38418
38419 @end table
38420
38421 @subsubheading Example
38422
38423 Here is an example where the @sc{gdb/mi} command does not exist:
38424
38425 @smallexample
38426 -info-gdb-mi-command unsupported-command
38427 ^done,command=@{exists="false"@}
38428 @end smallexample
38429
38430 @noindent
38431 And here is an example where the @sc{gdb/mi} command is known
38432 to the debugger:
38433
38434 @smallexample
38435 -info-gdb-mi-command symbol-list-lines
38436 ^done,command=@{exists="true"@}
38437 @end smallexample
38438
38439 @findex -list-features
38440 @cindex supported @sc{gdb/mi} features, list
38441 @subheading The @code{-list-features} Command
38442
38443 Returns a list of particular features of the MI protocol that
38444 this version of gdb implements. A feature can be a command,
38445 or a new field in an output of some command, or even an
38446 important bugfix. While a frontend can sometimes detect presence
38447 of a feature at runtime, it is easier to perform detection at debugger
38448 startup.
38449
38450 The command returns a list of strings, with each string naming an
38451 available feature. Each returned string is just a name, it does not
38452 have any internal structure. The list of possible feature names
38453 is given below.
38454
38455 Example output:
38456
38457 @smallexample
38458 (gdb) -list-features
38459 ^done,result=["feature1","feature2"]
38460 @end smallexample
38461
38462 The current list of features is:
38463
38464 @ftable @samp
38465 @item frozen-varobjs
38466 Indicates support for the @code{-var-set-frozen} command, as well
38467 as possible presence of the @code{frozen} field in the output
38468 of @code{-varobj-create}.
38469 @item pending-breakpoints
38470 Indicates support for the @option{-f} option to the @code{-break-insert}
38471 command.
38472 @item python
38473 Indicates Python scripting support, Python-based
38474 pretty-printing commands, and possible presence of the
38475 @samp{display_hint} field in the output of @code{-var-list-children}
38476 @item thread-info
38477 Indicates support for the @code{-thread-info} command.
38478 @item data-read-memory-bytes
38479 Indicates support for the @code{-data-read-memory-bytes} and the
38480 @code{-data-write-memory-bytes} commands.
38481 @item breakpoint-notifications
38482 Indicates that changes to breakpoints and breakpoints created via the
38483 CLI will be announced via async records.
38484 @item ada-task-info
38485 Indicates support for the @code{-ada-task-info} command.
38486 @item language-option
38487 Indicates that all @sc{gdb/mi} commands accept the @option{--language}
38488 option (@pxref{Context management}).
38489 @item info-gdb-mi-command
38490 Indicates support for the @code{-info-gdb-mi-command} command.
38491 @item undefined-command-error-code
38492 Indicates support for the "undefined-command" error code in error result
38493 records, produced when trying to execute an undefined @sc{gdb/mi} command
38494 (@pxref{GDB/MI Result Records}).
38495 @item exec-run-start-option
38496 Indicates that the @code{-exec-run} command supports the @option{--start}
38497 option (@pxref{GDB/MI Program Execution}).
38498 @item data-disassemble-a-option
38499 Indicates that the @code{-data-disassemble} command supports the @option{-a}
38500 option (@pxref{GDB/MI Data Manipulation}).
38501 @item simple-values-ref-types
38502 Indicates that the @code{--simple-values} argument to the
38503 @code{-stack-list-arguments}, @code{-stack-list-locals},
38504 @code{-stack-list-variables}, and @code{-var-list-children} commands
38505 takes reference types into account: that is, a value is considered
38506 simple if it is neither an array, structure, or union, nor a reference
38507 to an array, structure, or union.
38508 @end ftable
38509
38510 @findex -list-target-features
38511 @subheading The @code{-list-target-features} Command
38512
38513 Returns a list of particular features that are supported by the
38514 target. Those features affect the permitted MI commands, but
38515 unlike the features reported by the @code{-list-features} command, the
38516 features depend on which target GDB is using at the moment. Whenever
38517 a target can change, due to commands such as @code{-target-select},
38518 @code{-target-attach} or @code{-exec-run}, the list of target features
38519 may change, and the frontend should obtain it again.
38520 Example output:
38521
38522 @smallexample
38523 (gdb) -list-target-features
38524 ^done,result=["async"]
38525 @end smallexample
38526
38527 The current list of features is:
38528
38529 @table @samp
38530 @item async
38531 Indicates that the target is capable of asynchronous command
38532 execution, which means that @value{GDBN} will accept further commands
38533 while the target is running.
38534
38535 @item reverse
38536 Indicates that the target is capable of reverse execution.
38537 @xref{Reverse Execution}, for more information.
38538
38539 @end table
38540
38541 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
38542 @node GDB/MI Miscellaneous Commands
38543 @section Miscellaneous @sc{gdb/mi} Commands
38544
38545 @c @subheading -gdb-complete
38546
38547 @findex -gdb-exit
38548 @subheading The @code{-gdb-exit} Command
38549
38550 @subsubheading Synopsis
38551
38552 @smallexample
38553 -gdb-exit
38554 @end smallexample
38555
38556 Exit @value{GDBN} immediately.
38557
38558 @subsubheading @value{GDBN} Command
38559
38560 Approximately corresponds to @samp{quit}.
38561
38562 @subsubheading Example
38563
38564 @smallexample
38565 (gdb)
38566 -gdb-exit
38567 ^exit
38568 @end smallexample
38569
38570
38571 @ignore
38572 @findex -exec-abort
38573 @subheading The @code{-exec-abort} Command
38574
38575 @subsubheading Synopsis
38576
38577 @smallexample
38578 -exec-abort
38579 @end smallexample
38580
38581 Kill the inferior running program.
38582
38583 @subsubheading @value{GDBN} Command
38584
38585 The corresponding @value{GDBN} command is @samp{kill}.
38586
38587 @subsubheading Example
38588 N.A.
38589 @end ignore
38590
38591
38592 @findex -gdb-set
38593 @subheading The @code{-gdb-set} Command
38594
38595 @subsubheading Synopsis
38596
38597 @smallexample
38598 -gdb-set
38599 @end smallexample
38600
38601 Set an internal @value{GDBN} variable.
38602 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
38603
38604 @subsubheading @value{GDBN} Command
38605
38606 The corresponding @value{GDBN} command is @samp{set}.
38607
38608 @subsubheading Example
38609
38610 @smallexample
38611 (gdb)
38612 -gdb-set $foo=3
38613 ^done
38614 (gdb)
38615 @end smallexample
38616
38617
38618 @findex -gdb-show
38619 @subheading The @code{-gdb-show} Command
38620
38621 @subsubheading Synopsis
38622
38623 @smallexample
38624 -gdb-show
38625 @end smallexample
38626
38627 Show the current value of a @value{GDBN} variable.
38628
38629 @subsubheading @value{GDBN} Command
38630
38631 The corresponding @value{GDBN} command is @samp{show}.
38632
38633 @subsubheading Example
38634
38635 @smallexample
38636 (gdb)
38637 -gdb-show annotate
38638 ^done,value="0"
38639 (gdb)
38640 @end smallexample
38641
38642 @c @subheading -gdb-source
38643
38644
38645 @findex -gdb-version
38646 @subheading The @code{-gdb-version} Command
38647
38648 @subsubheading Synopsis
38649
38650 @smallexample
38651 -gdb-version
38652 @end smallexample
38653
38654 Show version information for @value{GDBN}. Used mostly in testing.
38655
38656 @subsubheading @value{GDBN} Command
38657
38658 The @value{GDBN} equivalent is @samp{show version}. @value{GDBN} by
38659 default shows this information when you start an interactive session.
38660
38661 @subsubheading Example
38662
38663 @c This example modifies the actual output from GDB to avoid overfull
38664 @c box in TeX.
38665 @smallexample
38666 (gdb)
38667 -gdb-version
38668 ~GNU gdb 5.2.1
38669 ~Copyright 2000 Free Software Foundation, Inc.
38670 ~GDB is free software, covered by the GNU General Public License, and
38671 ~you are welcome to change it and/or distribute copies of it under
38672 ~ certain conditions.
38673 ~Type "show copying" to see the conditions.
38674 ~There is absolutely no warranty for GDB. Type "show warranty" for
38675 ~ details.
38676 ~This GDB was configured as
38677 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
38678 ^done
38679 (gdb)
38680 @end smallexample
38681
38682 @findex -list-thread-groups
38683 @subheading The @code{-list-thread-groups} Command
38684
38685 @subsubheading Synopsis
38686
38687 @smallexample
38688 -list-thread-groups [ --available ] [ --recurse 1 ] [ @var{group} ... ]
38689 @end smallexample
38690
38691 Lists thread groups (@pxref{Thread groups}). When a single thread
38692 group is passed as the argument, lists the children of that group.
38693 When several thread group are passed, lists information about those
38694 thread groups. Without any parameters, lists information about all
38695 top-level thread groups.
38696
38697 Normally, thread groups that are being debugged are reported.
38698 With the @samp{--available} option, @value{GDBN} reports thread groups
38699 available on the target.
38700
38701 The output of this command may have either a @samp{threads} result or
38702 a @samp{groups} result. The @samp{thread} result has a list of tuples
38703 as value, with each tuple describing a thread (@pxref{GDB/MI Thread
38704 Information}). The @samp{groups} result has a list of tuples as value,
38705 each tuple describing a thread group. If top-level groups are
38706 requested (that is, no parameter is passed), or when several groups
38707 are passed, the output always has a @samp{groups} result. The format
38708 of the @samp{group} result is described below.
38709
38710 To reduce the number of roundtrips it's possible to list thread groups
38711 together with their children, by passing the @samp{--recurse} option
38712 and the recursion depth. Presently, only recursion depth of 1 is
38713 permitted. If this option is present, then every reported thread group
38714 will also include its children, either as @samp{group} or
38715 @samp{threads} field.
38716
38717 In general, any combination of option and parameters is permitted, with
38718 the following caveats:
38719
38720 @itemize @bullet
38721 @item
38722 When a single thread group is passed, the output will typically
38723 be the @samp{threads} result. Because threads may not contain
38724 anything, the @samp{recurse} option will be ignored.
38725
38726 @item
38727 When the @samp{--available} option is passed, limited information may
38728 be available. In particular, the list of threads of a process might
38729 be inaccessible. Further, specifying specific thread groups might
38730 not give any performance advantage over listing all thread groups.
38731 The frontend should assume that @samp{-list-thread-groups --available}
38732 is always an expensive operation and cache the results.
38733
38734 @end itemize
38735
38736 The @samp{groups} result is a list of tuples, where each tuple may
38737 have the following fields:
38738
38739 @table @code
38740 @item id
38741 Identifier of the thread group. This field is always present.
38742 The identifier is an opaque string; frontends should not try to
38743 convert it to an integer, even though it might look like one.
38744
38745 @item type
38746 The type of the thread group. At present, only @samp{process} is a
38747 valid type.
38748
38749 @item pid
38750 The target-specific process identifier. This field is only present
38751 for thread groups of type @samp{process} and only if the process exists.
38752
38753 @item exit-code
38754 The exit code of this group's last exited thread, formatted in octal.
38755 This field is only present for thread groups of type @samp{process} and
38756 only if the process is not running.
38757
38758 @item num_children
38759 The number of children this thread group has. This field may be
38760 absent for an available thread group.
38761
38762 @item threads
38763 This field has a list of tuples as value, each tuple describing a
38764 thread. It may be present if the @samp{--recurse} option is
38765 specified, and it's actually possible to obtain the threads.
38766
38767 @item cores
38768 This field is a list of integers, each identifying a core that one
38769 thread of the group is running on. This field may be absent if
38770 such information is not available.
38771
38772 @item executable
38773 The name of the executable file that corresponds to this thread group.
38774 The field is only present for thread groups of type @samp{process},
38775 and only if there is a corresponding executable file.
38776
38777 @end table
38778
38779 @subsubheading Example
38780
38781 @smallexample
38782 (@value{GDBP})
38783 -list-thread-groups
38784 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2"@}]
38785 -list-thread-groups 17
38786 ^done,threads=[@{id="2",target-id="Thread 0xb7e14b90 (LWP 21257)",
38787 frame=@{level="0",addr="0xffffe410",func="__kernel_vsyscall",args=[]@},state="running"@},
38788 @{id="1",target-id="Thread 0xb7e156b0 (LWP 21254)",
38789 frame=@{level="0",addr="0x0804891f",func="foo",args=[@{name="i",value="10"@}],
38790 file="/tmp/a.c",fullname="/tmp/a.c",line="158",arch="i386:x86_64"@},state="running"@}]]
38791 -list-thread-groups --available
38792 ^done,groups=[@{id="17",type="process",pid="yyy",num_children="2",cores=[1,2]@}]
38793 -list-thread-groups --available --recurse 1
38794 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
38795 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
38796 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},..]
38797 -list-thread-groups --available --recurse 1 17 18
38798 ^done,groups=[@{id="17", types="process",pid="yyy",num_children="2",cores=[1,2],
38799 threads=[@{id="1",target-id="Thread 0xb7e14b90",cores=[1]@},
38800 @{id="2",target-id="Thread 0xb7e14b90",cores=[2]@}]@},...]
38801 @end smallexample
38802
38803 @findex -info-os
38804 @subheading The @code{-info-os} Command
38805
38806 @subsubheading Synopsis
38807
38808 @smallexample
38809 -info-os [ @var{type} ]
38810 @end smallexample
38811
38812 If no argument is supplied, the command returns a table of available
38813 operating-system-specific information types. If one of these types is
38814 supplied as an argument @var{type}, then the command returns a table
38815 of data of that type.
38816
38817 The types of information available depend on the target operating
38818 system.
38819
38820 @subsubheading @value{GDBN} Command
38821
38822 The corresponding @value{GDBN} command is @samp{info os}.
38823
38824 @subsubheading Example
38825
38826 When run on a @sc{gnu}/Linux system, the output will look something
38827 like this:
38828
38829 @smallexample
38830 (@value{GDBP})
38831 -info-os
38832 ^done,OSDataTable=@{nr_rows="10",nr_cols="3",
38833 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="Type"@},
38834 @{width="10",alignment="-1",col_name="col1",colhdr="Description"@},
38835 @{width="10",alignment="-1",col_name="col2",colhdr="Title"@}],
38836 body=[item=@{col0="cpus",col1="Listing of all cpus/cores on the system",
38837 col2="CPUs"@},
38838 item=@{col0="files",col1="Listing of all file descriptors",
38839 col2="File descriptors"@},
38840 item=@{col0="modules",col1="Listing of all loaded kernel modules",
38841 col2="Kernel modules"@},
38842 item=@{col0="msg",col1="Listing of all message queues",
38843 col2="Message queues"@},
38844 item=@{col0="processes",col1="Listing of all processes",
38845 col2="Processes"@},
38846 item=@{col0="procgroups",col1="Listing of all process groups",
38847 col2="Process groups"@},
38848 item=@{col0="semaphores",col1="Listing of all semaphores",
38849 col2="Semaphores"@},
38850 item=@{col0="shm",col1="Listing of all shared-memory regions",
38851 col2="Shared-memory regions"@},
38852 item=@{col0="sockets",col1="Listing of all internet-domain sockets",
38853 col2="Sockets"@},
38854 item=@{col0="threads",col1="Listing of all threads",
38855 col2="Threads"@}]
38856 (@value{GDBP})
38857 -info-os processes
38858 ^done,OSDataTable=@{nr_rows="190",nr_cols="4",
38859 hdr=[@{width="10",alignment="-1",col_name="col0",colhdr="pid"@},
38860 @{width="10",alignment="-1",col_name="col1",colhdr="user"@},
38861 @{width="10",alignment="-1",col_name="col2",colhdr="command"@},
38862 @{width="10",alignment="-1",col_name="col3",colhdr="cores"@}],
38863 body=[item=@{col0="1",col1="root",col2="/sbin/init",col3="0"@},
38864 item=@{col0="2",col1="root",col2="[kthreadd]",col3="1"@},
38865 item=@{col0="3",col1="root",col2="[ksoftirqd/0]",col3="0"@},
38866 ...
38867 item=@{col0="26446",col1="stan",col2="bash",col3="0"@},
38868 item=@{col0="28152",col1="stan",col2="bash",col3="1"@}]@}
38869 (@value{GDBP})
38870 @end smallexample
38871
38872 (Note that the MI output here includes a @code{"Title"} column that
38873 does not appear in command-line @code{info os}; this column is useful
38874 for MI clients that want to enumerate the types of data, such as in a
38875 popup menu, but is needless clutter on the command line, and
38876 @code{info os} omits it.)
38877
38878 @findex -add-inferior
38879 @subheading The @code{-add-inferior} Command
38880
38881 @subsubheading Synopsis
38882
38883 @smallexample
38884 -add-inferior [ --no-connection ]
38885 @end smallexample
38886
38887 Creates a new inferior (@pxref{Inferiors Connections and Programs}). The created
38888 inferior is not associated with any executable. Such association may
38889 be established with the @samp{-file-exec-and-symbols} command
38890 (@pxref{GDB/MI File Commands}).
38891
38892 By default, the new inferior begins connected to the same target
38893 connection as the current inferior. For example, if the current
38894 inferior was connected to @code{gdbserver} with @code{target remote},
38895 then the new inferior will be connected to the same @code{gdbserver}
38896 instance. The @samp{--no-connection} option starts the new inferior
38897 with no connection yet. You can then for example use the
38898 @code{-target-select remote} command to connect to some other
38899 @code{gdbserver} instance, use @code{-exec-run} to spawn a local
38900 program, etc.
38901
38902 The command response always has a field, @var{inferior}, whose value
38903 is the identifier of the thread group corresponding to the new
38904 inferior.
38905
38906 An additional section field, @var{connection}, is optional. This
38907 field will only exist if the new inferior has a target connection. If
38908 this field exists, then its value will be a tuple containing the
38909 following fields:
38910
38911 @table @samp
38912 @item number
38913 The number of the connection used for the new inferior.
38914
38915 @item name
38916 The name of the connection type used for the new inferior.
38917 @end table
38918
38919 @subsubheading @value{GDBN} Command
38920
38921 The corresponding @value{GDBN} command is @samp{add-inferior}
38922 (@pxref{add_inferior_cli,,@samp{add-inferior}}).
38923
38924 @subsubheading Example
38925
38926 @smallexample
38927 (@value{GDBP})
38928 -add-inferior
38929 ^done,inferior="i3"
38930 @end smallexample
38931
38932 @findex -remove-inferior
38933 @subheading The @code{-remove-inferior} Command
38934
38935 @subsubheading Synopsis
38936
38937 @smallexample
38938 -remove-inferior @var{inferior-id}
38939 @end smallexample
38940
38941 Removes an inferior (@pxref{Inferiors Connections and Programs}).
38942 Only inferiors that have exited can be removed. The @var{inferior-id}
38943 is the inferior to be removed, and should be the same id string as
38944 returned by the @samp{-add-inferior} command.
38945
38946 When an inferior is successfully removed a
38947 @code{=thread-group-removed} notification (@pxref{GDB/MI Async
38948 Records}) is emitted, the @var{id} field of which contains the
38949 @var{inferior-id} for the removed inferior.
38950
38951 @subsubheading @value{GDBN} Command
38952
38953 The corresponding @value{GDBN} command is @samp{remove-inferiors}
38954 (@pxref{remove_inferiors_cli,,@samp{remove-inferiors}}).
38955
38956 @subsubheading Example
38957
38958 @smallexample
38959 (@value{GDBP})
38960 -remove-inferior i3
38961 =thread-group-removed,id="i3"
38962 ^done
38963 @end smallexample
38964
38965 @findex -interpreter-exec
38966 @subheading The @code{-interpreter-exec} Command
38967
38968 @subsubheading Synopsis
38969
38970 @smallexample
38971 -interpreter-exec @var{interpreter} @var{command}
38972 @end smallexample
38973 @anchor{-interpreter-exec}
38974
38975 Execute the specified @var{command} in the given @var{interpreter}.
38976
38977 @subsubheading @value{GDBN} Command
38978
38979 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
38980
38981 @subsubheading Example
38982
38983 @smallexample
38984 (gdb)
38985 -interpreter-exec console "break main"
38986 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
38987 &"During symbol reading, bad structure-type format.\n"
38988 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
38989 ^done
38990 (gdb)
38991 @end smallexample
38992
38993 @findex -inferior-tty-set
38994 @subheading The @code{-inferior-tty-set} Command
38995
38996 @subsubheading Synopsis
38997
38998 @smallexample
38999 -inferior-tty-set /dev/pts/1
39000 @end smallexample
39001
39002 Set terminal for future runs of the program being debugged.
39003
39004 @subsubheading @value{GDBN} Command
39005
39006 The corresponding @value{GDBN} command is @samp{set inferior-tty} /dev/pts/1.
39007
39008 @subsubheading Example
39009
39010 @smallexample
39011 (gdb)
39012 -inferior-tty-set /dev/pts/1
39013 ^done
39014 (gdb)
39015 @end smallexample
39016
39017 @findex -inferior-tty-show
39018 @subheading The @code{-inferior-tty-show} Command
39019
39020 @subsubheading Synopsis
39021
39022 @smallexample
39023 -inferior-tty-show
39024 @end smallexample
39025
39026 Show terminal for future runs of program being debugged.
39027
39028 @subsubheading @value{GDBN} Command
39029
39030 The corresponding @value{GDBN} command is @samp{show inferior-tty}.
39031
39032 @subsubheading Example
39033
39034 @smallexample
39035 (gdb)
39036 -inferior-tty-set /dev/pts/1
39037 ^done
39038 (gdb)
39039 -inferior-tty-show
39040 ^done,inferior_tty_terminal="/dev/pts/1"
39041 (gdb)
39042 @end smallexample
39043
39044 @findex -enable-timings
39045 @subheading The @code{-enable-timings} Command
39046
39047 @subsubheading Synopsis
39048
39049 @smallexample
39050 -enable-timings [yes | no]
39051 @end smallexample
39052
39053 Toggle the printing of the wallclock, user and system times for an MI
39054 command as a field in its output. This command is to help frontend
39055 developers optimize the performance of their code. No argument is
39056 equivalent to @samp{yes}.
39057
39058 @subsubheading @value{GDBN} Command
39059
39060 No equivalent.
39061
39062 @subsubheading Example
39063
39064 @smallexample
39065 (gdb)
39066 -enable-timings
39067 ^done
39068 (gdb)
39069 -break-insert main
39070 ^done,bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
39071 addr="0x080484ed",func="main",file="myprog.c",
39072 fullname="/home/nickrob/myprog.c",line="73",thread-groups=["i1"],
39073 times="0"@},
39074 time=@{wallclock="0.05185",user="0.00800",system="0.00000"@}
39075 (gdb)
39076 -enable-timings no
39077 ^done
39078 (gdb)
39079 -exec-run
39080 ^running
39081 (gdb)
39082 *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0",
39083 frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@},
39084 @{name="argv",value="0xbfb60364"@}],file="myprog.c",
39085 fullname="/home/nickrob/myprog.c",line="73",arch="i386:x86_64"@}
39086 (gdb)
39087 @end smallexample
39088
39089 @findex -complete
39090 @subheading The @code{-complete} Command
39091
39092 @subsubheading Synopsis
39093
39094 @smallexample
39095 -complete @var{command}
39096 @end smallexample
39097
39098 Show a list of completions for partially typed CLI @var{command}.
39099
39100 This command is intended for @sc{gdb/mi} frontends that cannot use two separate
39101 CLI and MI channels --- for example: because of lack of PTYs like on Windows or
39102 because @value{GDBN} is used remotely via a SSH connection.
39103
39104 @subsubheading Result
39105
39106 The result consists of two or three fields:
39107
39108 @table @samp
39109 @item completion
39110 This field contains the completed @var{command}. If @var{command}
39111 has no known completions, this field is omitted.
39112
39113 @item matches
39114 This field contains a (possibly empty) array of matches. It is always present.
39115
39116 @item max_completions_reached
39117 This field contains @code{1} if number of known completions is above
39118 @code{max-completions} limit (@pxref{Completion}), otherwise it contains
39119 @code{0}. It is always present.
39120
39121 @end table
39122
39123 @subsubheading @value{GDBN} Command
39124
39125 The corresponding @value{GDBN} command is @samp{complete}.
39126
39127 @subsubheading Example
39128
39129 @smallexample
39130 (gdb)
39131 -complete br
39132 ^done,completion="break",
39133 matches=["break","break-range"],
39134 max_completions_reached="0"
39135 (gdb)
39136 -complete "b ma"
39137 ^done,completion="b ma",
39138 matches=["b madvise","b main"],max_completions_reached="0"
39139 (gdb)
39140 -complete "b push_b"
39141 ^done,completion="b push_back(",
39142 matches=[
39143 "b A::push_back(void*)",
39144 "b std::string::push_back(char)",
39145 "b std::vector<int, std::allocator<int> >::push_back(int&&)"],
39146 max_completions_reached="0"
39147 (gdb)
39148 -complete "nonexist"
39149 ^done,matches=[],max_completions_reached="0"
39150 (gdb)
39151
39152 @end smallexample
39153
39154 @node Annotations
39155 @chapter @value{GDBN} Annotations
39156
39157 This chapter describes annotations in @value{GDBN}. Annotations were
39158 designed to interface @value{GDBN} to graphical user interfaces or other
39159 similar programs which want to interact with @value{GDBN} at a
39160 relatively high level.
39161
39162 The annotation mechanism has largely been superseded by @sc{gdb/mi}
39163 (@pxref{GDB/MI}).
39164
39165 @ignore
39166 This is Edition @value{EDITION}, @value{DATE}.
39167 @end ignore
39168
39169 @menu
39170 * Annotations Overview:: What annotations are; the general syntax.
39171 * Server Prefix:: Issuing a command without affecting user state.
39172 * Prompting:: Annotations marking @value{GDBN}'s need for input.
39173 * Errors:: Annotations for error messages.
39174 * Invalidation:: Some annotations describe things now invalid.
39175 * Annotations for Running::
39176 Whether the program is running, how it stopped, etc.
39177 * Source Annotations:: Annotations describing source code.
39178 @end menu
39179
39180 @node Annotations Overview
39181 @section What is an Annotation?
39182 @cindex annotations
39183
39184 Annotations start with a newline character, two @samp{control-z}
39185 characters, and the name of the annotation. If there is no additional
39186 information associated with this annotation, the name of the annotation
39187 is followed immediately by a newline. If there is additional
39188 information, the name of the annotation is followed by a space, the
39189 additional information, and a newline. The additional information
39190 cannot contain newline characters.
39191
39192 Any output not beginning with a newline and two @samp{control-z}
39193 characters denotes literal output from @value{GDBN}. Currently there is
39194 no need for @value{GDBN} to output a newline followed by two
39195 @samp{control-z} characters, but if there was such a need, the
39196 annotations could be extended with an @samp{escape} annotation which
39197 means those three characters as output.
39198
39199 The annotation @var{level}, which is specified using the
39200 @option{--annotate} command line option (@pxref{Mode Options}), controls
39201 how much information @value{GDBN} prints together with its prompt,
39202 values of expressions, source lines, and other types of output. Level 0
39203 is for no annotations, level 1 is for use when @value{GDBN} is run as a
39204 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
39205 for programs that control @value{GDBN}, and level 2 annotations have
39206 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
39207 Interface, annotate, GDB's Obsolete Annotations}).
39208
39209 @table @code
39210 @kindex set annotate
39211 @item set annotate @var{level}
39212 The @value{GDBN} command @code{set annotate} sets the level of
39213 annotations to the specified @var{level}.
39214
39215 @item show annotate
39216 @kindex show annotate
39217 Show the current annotation level.
39218 @end table
39219
39220 This chapter describes level 3 annotations.
39221
39222 A simple example of starting up @value{GDBN} with annotations is:
39223
39224 @smallexample
39225 $ @kbd{gdb --annotate=3}
39226 GNU gdb 6.0
39227 Copyright 2003 Free Software Foundation, Inc.
39228 GDB is free software, covered by the GNU General Public License,
39229 and you are welcome to change it and/or distribute copies of it
39230 under certain conditions.
39231 Type "show copying" to see the conditions.
39232 There is absolutely no warranty for GDB. Type "show warranty"
39233 for details.
39234 This GDB was configured as "i386-pc-linux-gnu"
39235
39236 ^Z^Zpre-prompt
39237 (@value{GDBP})
39238 ^Z^Zprompt
39239 @kbd{quit}
39240
39241 ^Z^Zpost-prompt
39242 $
39243 @end smallexample
39244
39245 Here @samp{quit} is input to @value{GDBN}; the rest is output from
39246 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
39247 denotes a @samp{control-z} character) are annotations; the rest is
39248 output from @value{GDBN}.
39249
39250 @node Server Prefix
39251 @section The Server Prefix
39252 @cindex server prefix
39253
39254 If you prefix a command with @samp{server } then it will not affect
39255 the command history, nor will it affect @value{GDBN}'s notion of which
39256 command to repeat if @key{RET} is pressed on a line by itself. This
39257 means that commands can be run behind a user's back by a front-end in
39258 a transparent manner.
39259
39260 The @code{server } prefix does not affect the recording of values into
39261 the value history; to print a value without recording it into the
39262 value history, use the @code{output} command instead of the
39263 @code{print} command.
39264
39265 Using this prefix also disables confirmation requests
39266 (@pxref{confirmation requests}).
39267
39268 @node Prompting
39269 @section Annotation for @value{GDBN} Input
39270
39271 @cindex annotations for prompts
39272 When @value{GDBN} prompts for input, it annotates this fact so it is possible
39273 to know when to send output, when the output from a given command is
39274 over, etc.
39275
39276 Different kinds of input each have a different @dfn{input type}. Each
39277 input type has three annotations: a @code{pre-} annotation, which
39278 denotes the beginning of any prompt which is being output, a plain
39279 annotation, which denotes the end of the prompt, and then a @code{post-}
39280 annotation which denotes the end of any echo which may (or may not) be
39281 associated with the input. For example, the @code{prompt} input type
39282 features the following annotations:
39283
39284 @smallexample
39285 ^Z^Zpre-prompt
39286 ^Z^Zprompt
39287 ^Z^Zpost-prompt
39288 @end smallexample
39289
39290 The input types are
39291
39292 @table @code
39293 @findex pre-prompt annotation
39294 @findex prompt annotation
39295 @findex post-prompt annotation
39296 @item prompt
39297 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
39298
39299 @findex pre-commands annotation
39300 @findex commands annotation
39301 @findex post-commands annotation
39302 @item commands
39303 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
39304 command. The annotations are repeated for each command which is input.
39305
39306 @findex pre-overload-choice annotation
39307 @findex overload-choice annotation
39308 @findex post-overload-choice annotation
39309 @item overload-choice
39310 When @value{GDBN} wants the user to select between various overloaded functions.
39311
39312 @findex pre-query annotation
39313 @findex query annotation
39314 @findex post-query annotation
39315 @item query
39316 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
39317
39318 @findex pre-prompt-for-continue annotation
39319 @findex prompt-for-continue annotation
39320 @findex post-prompt-for-continue annotation
39321 @item prompt-for-continue
39322 When @value{GDBN} is asking the user to press return to continue. Note: Don't
39323 expect this to work well; instead use @code{set height 0} to disable
39324 prompting. This is because the counting of lines is buggy in the
39325 presence of annotations.
39326 @end table
39327
39328 @node Errors
39329 @section Errors
39330 @cindex annotations for errors, warnings and interrupts
39331
39332 @findex quit annotation
39333 @smallexample
39334 ^Z^Zquit
39335 @end smallexample
39336
39337 This annotation occurs right before @value{GDBN} responds to an interrupt.
39338
39339 @findex error annotation
39340 @smallexample
39341 ^Z^Zerror
39342 @end smallexample
39343
39344 This annotation occurs right before @value{GDBN} responds to an error.
39345
39346 Quit and error annotations indicate that any annotations which @value{GDBN} was
39347 in the middle of may end abruptly. For example, if a
39348 @code{value-history-begin} annotation is followed by a @code{error}, one
39349 cannot expect to receive the matching @code{value-history-end}. One
39350 cannot expect not to receive it either, however; an error annotation
39351 does not necessarily mean that @value{GDBN} is immediately returning all the way
39352 to the top level.
39353
39354 @findex error-begin annotation
39355 A quit or error annotation may be preceded by
39356
39357 @smallexample
39358 ^Z^Zerror-begin
39359 @end smallexample
39360
39361 Any output between that and the quit or error annotation is the error
39362 message.
39363
39364 Warning messages are not yet annotated.
39365 @c If we want to change that, need to fix warning(), type_error(),
39366 @c range_error(), and possibly other places.
39367
39368 @node Invalidation
39369 @section Invalidation Notices
39370
39371 @cindex annotations for invalidation messages
39372 The following annotations say that certain pieces of state may have
39373 changed.
39374
39375 @table @code
39376 @findex frames-invalid annotation
39377 @item ^Z^Zframes-invalid
39378
39379 The frames (for example, output from the @code{backtrace} command) may
39380 have changed.
39381
39382 @findex breakpoints-invalid annotation
39383 @item ^Z^Zbreakpoints-invalid
39384
39385 The breakpoints may have changed. For example, the user just added or
39386 deleted a breakpoint.
39387 @end table
39388
39389 @node Annotations for Running
39390 @section Running the Program
39391 @cindex annotations for running programs
39392
39393 @findex starting annotation
39394 @findex stopping annotation
39395 When the program starts executing due to a @value{GDBN} command such as
39396 @code{step} or @code{continue},
39397
39398 @smallexample
39399 ^Z^Zstarting
39400 @end smallexample
39401
39402 is output. When the program stops,
39403
39404 @smallexample
39405 ^Z^Zstopped
39406 @end smallexample
39407
39408 is output. Before the @code{stopped} annotation, a variety of
39409 annotations describe how the program stopped.
39410
39411 @table @code
39412 @findex exited annotation
39413 @item ^Z^Zexited @var{exit-status}
39414 The program exited, and @var{exit-status} is the exit status (zero for
39415 successful exit, otherwise nonzero).
39416
39417 @findex signalled annotation
39418 @findex signal-name annotation
39419 @findex signal-name-end annotation
39420 @findex signal-string annotation
39421 @findex signal-string-end annotation
39422 @item ^Z^Zsignalled
39423 The program exited with a signal. After the @code{^Z^Zsignalled}, the
39424 annotation continues:
39425
39426 @smallexample
39427 @var{intro-text}
39428 ^Z^Zsignal-name
39429 @var{name}
39430 ^Z^Zsignal-name-end
39431 @var{middle-text}
39432 ^Z^Zsignal-string
39433 @var{string}
39434 ^Z^Zsignal-string-end
39435 @var{end-text}
39436 @end smallexample
39437
39438 @noindent
39439 where @var{name} is the name of the signal, such as @code{SIGILL} or
39440 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
39441 as @code{Illegal Instruction} or @code{Segmentation fault}. The arguments
39442 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
39443 user's benefit and have no particular format.
39444
39445 @findex signal annotation
39446 @item ^Z^Zsignal
39447 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
39448 just saying that the program received the signal, not that it was
39449 terminated with it.
39450
39451 @findex breakpoint annotation
39452 @item ^Z^Zbreakpoint @var{number}
39453 The program hit breakpoint number @var{number}.
39454
39455 @findex watchpoint annotation
39456 @item ^Z^Zwatchpoint @var{number}
39457 The program hit watchpoint number @var{number}.
39458 @end table
39459
39460 @node Source Annotations
39461 @section Displaying Source
39462 @cindex annotations for source display
39463
39464 @findex source annotation
39465 The following annotation is used instead of displaying source code:
39466
39467 @smallexample
39468 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
39469 @end smallexample
39470
39471 where @var{filename} is an absolute file name indicating which source
39472 file, @var{line} is the line number within that file (where 1 is the
39473 first line in the file), @var{character} is the character position
39474 within the file (where 0 is the first character in the file) (for most
39475 debug formats this will necessarily point to the beginning of a line),
39476 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
39477 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
39478 @var{addr} is the address in the target program associated with the
39479 source which is being displayed. The @var{addr} is in the form @samp{0x}
39480 followed by one or more lowercase hex digits (note that this does not
39481 depend on the language).
39482
39483 @node Debugger Adapter Protocol
39484 @chapter Debugger Adapter Protocol
39485
39486 Generally, @value{GDBN} implements the Debugger Adapter Protocol as
39487 written. However, in some cases, extensions are either needed or even
39488 expected.
39489
39490 @value{GDBN} defines some parameters that can be passed to the
39491 @code{launch} request:
39492
39493 @table @code
39494 @item args
39495 If provided, this should be an array of strings. These strings are
39496 provided as command-line arguments to the inferior, as if by
39497 @code{set args}. @xref{Arguments}.
39498
39499 @item cwd
39500 If provided, this should be a string. @value{GDBN} will change its
39501 working directory to this directory, as if by the @code{cd} command
39502 (@pxref{Working Directory}). The launched program will inherit this
39503 as its working directory. Note that change of directory happens
39504 before the @code{program} parameter is processed. This will affect
39505 the result if @code{program} is a relative filename.
39506
39507 @item env
39508 If provided, this should be an object. Each key of the object will be
39509 used as the name of an environment variable; each value must be a
39510 string and will be the value of that variable. The environment of the
39511 inferior will be set to exactly as passed in. @xref{Environment}.
39512
39513 @item program
39514 If provided, this is a string that specifies the program to use. This
39515 corresponds to the @code{file} command. @xref{Files}.
39516
39517 @item stopAtBeginningOfMainSubprogram
39518 If provided, this must be a boolean. When @samp{True}, @value{GDBN}
39519 will set a temporary breakpoint at the program's main procedure, using
39520 the same approach as the @code{start} command. @xref{Starting}.
39521 @end table
39522
39523 @value{GDBN} defines some parameters that can be passed to the
39524 @code{attach} request. One of these must be specified.
39525
39526 @table @code
39527 @item pid
39528 The process ID to which @value{GDBN} should attach. @xref{Attach}.
39529
39530 @item target
39531 The target to which @value{GDBN} should connect. This is a string and
39532 is passed to the @code{target remote} command. @xref{Connecting}.
39533 @end table
39534
39535 In response to the @code{disassemble} request, DAP allows the client
39536 to return the bytes of each instruction in an implementation-defined
39537 format. @value{GDBN} implements this by sending a string with the
39538 bytes encoded in hex, like @code{"55a2b900"}.
39539
39540 @node JIT Interface
39541 @chapter JIT Compilation Interface
39542 @cindex just-in-time compilation
39543 @cindex JIT compilation interface
39544
39545 This chapter documents @value{GDBN}'s @dfn{just-in-time} (JIT) compilation
39546 interface. A JIT compiler is a program or library that generates native
39547 executable code at runtime and executes it, usually in order to achieve good
39548 performance while maintaining platform independence.
39549
39550 Programs that use JIT compilation are normally difficult to debug because
39551 portions of their code are generated at runtime, instead of being loaded from
39552 object files, which is where @value{GDBN} normally finds the program's symbols
39553 and debug information. In order to debug programs that use JIT compilation,
39554 @value{GDBN} has an interface that allows the program to register in-memory
39555 symbol files with @value{GDBN} at runtime.
39556
39557 If you are using @value{GDBN} to debug a program that uses this interface, then
39558 it should work transparently so long as you have not stripped the binary. If
39559 you are developing a JIT compiler, then the interface is documented in the rest
39560 of this chapter. At this time, the only known client of this interface is the
39561 LLVM JIT.
39562
39563 Broadly speaking, the JIT interface mirrors the dynamic loader interface. The
39564 JIT compiler communicates with @value{GDBN} by writing data into a global
39565 variable and calling a function at a well-known symbol. When @value{GDBN}
39566 attaches, it reads a linked list of symbol files from the global variable to
39567 find existing code, and puts a breakpoint in the function so that it can find
39568 out about additional code.
39569
39570 @menu
39571 * Declarations:: Relevant C struct declarations
39572 * Registering Code:: Steps to register code
39573 * Unregistering Code:: Steps to unregister code
39574 * Custom Debug Info:: Emit debug information in a custom format
39575 @end menu
39576
39577 @node Declarations
39578 @section JIT Declarations
39579
39580 These are the relevant struct declarations that a C program should include to
39581 implement the interface:
39582
39583 @smallexample
39584 typedef enum
39585 @{
39586 JIT_NOACTION = 0,
39587 JIT_REGISTER_FN,
39588 JIT_UNREGISTER_FN
39589 @} jit_actions_t;
39590
39591 struct jit_code_entry
39592 @{
39593 struct jit_code_entry *next_entry;
39594 struct jit_code_entry *prev_entry;
39595 const char *symfile_addr;
39596 uint64_t symfile_size;
39597 @};
39598
39599 struct jit_descriptor
39600 @{
39601 uint32_t version;
39602 /* This type should be jit_actions_t, but we use uint32_t
39603 to be explicit about the bitwidth. */
39604 uint32_t action_flag;
39605 struct jit_code_entry *relevant_entry;
39606 struct jit_code_entry *first_entry;
39607 @};
39608
39609 /* GDB puts a breakpoint in this function. */
39610 void __attribute__((noinline)) __jit_debug_register_code() @{ @};
39611
39612 /* Make sure to specify the version statically, because the
39613 debugger may check the version before we can set it. */
39614 struct jit_descriptor __jit_debug_descriptor = @{ 1, 0, 0, 0 @};
39615 @end smallexample
39616
39617 If the JIT is multi-threaded, then it is important that the JIT synchronize any
39618 modifications to this global data properly, which can easily be done by putting
39619 a global mutex around modifications to these structures.
39620
39621 @node Registering Code
39622 @section Registering Code
39623
39624 To register code with @value{GDBN}, the JIT should follow this protocol:
39625
39626 @itemize @bullet
39627 @item
39628 Generate an object file in memory with symbols and other desired debug
39629 information. The file must include the virtual addresses of the sections.
39630
39631 @item
39632 Create a code entry for the file, which gives the start and size of the symbol
39633 file.
39634
39635 @item
39636 Add it to the linked list in the JIT descriptor.
39637
39638 @item
39639 Point the relevant_entry field of the descriptor at the entry.
39640
39641 @item
39642 Set @code{action_flag} to @code{JIT_REGISTER} and call
39643 @code{__jit_debug_register_code}.
39644 @end itemize
39645
39646 When @value{GDBN} is attached and the breakpoint fires, @value{GDBN} uses the
39647 @code{relevant_entry} pointer so it doesn't have to walk the list looking for
39648 new code. However, the linked list must still be maintained in order to allow
39649 @value{GDBN} to attach to a running process and still find the symbol files.
39650
39651 @node Unregistering Code
39652 @section Unregistering Code
39653
39654 If code is freed, then the JIT should use the following protocol:
39655
39656 @itemize @bullet
39657 @item
39658 Remove the code entry corresponding to the code from the linked list.
39659
39660 @item
39661 Point the @code{relevant_entry} field of the descriptor at the code entry.
39662
39663 @item
39664 Set @code{action_flag} to @code{JIT_UNREGISTER} and call
39665 @code{__jit_debug_register_code}.
39666 @end itemize
39667
39668 If the JIT frees or recompiles code without unregistering it, then @value{GDBN}
39669 and the JIT will leak the memory used for the associated symbol files.
39670
39671 @node Custom Debug Info
39672 @section Custom Debug Info
39673 @cindex custom JIT debug info
39674 @cindex JIT debug info reader
39675
39676 Generating debug information in platform-native file formats (like ELF
39677 or COFF) may be an overkill for JIT compilers; especially if all the
39678 debug info is used for is displaying a meaningful backtrace. The
39679 issue can be resolved by having the JIT writers decide on a debug info
39680 format and also provide a reader that parses the debug info generated
39681 by the JIT compiler. This section gives a brief overview on writing
39682 such a parser. More specific details can be found in the source file
39683 @file{gdb/jit-reader.in}, which is also installed as a header at
39684 @file{@var{includedir}/gdb/jit-reader.h} for easy inclusion.
39685
39686 The reader is implemented as a shared object (so this functionality is
39687 not available on platforms which don't allow loading shared objects at
39688 runtime). Two @value{GDBN} commands, @code{jit-reader-load} and
39689 @code{jit-reader-unload} are provided, to be used to load and unload
39690 the readers from a preconfigured directory. Once loaded, the shared
39691 object is used the parse the debug information emitted by the JIT
39692 compiler.
39693
39694 @menu
39695 * Using JIT Debug Info Readers:: How to use supplied readers correctly
39696 * Writing JIT Debug Info Readers:: Creating a debug-info reader
39697 @end menu
39698
39699 @node Using JIT Debug Info Readers
39700 @subsection Using JIT Debug Info Readers
39701 @kindex jit-reader-load
39702 @kindex jit-reader-unload
39703
39704 Readers can be loaded and unloaded using the @code{jit-reader-load}
39705 and @code{jit-reader-unload} commands.
39706
39707 @table @code
39708 @item jit-reader-load @var{reader}
39709 Load the JIT reader named @var{reader}, which is a shared
39710 object specified as either an absolute or a relative file name. In
39711 the latter case, @value{GDBN} will try to load the reader from a
39712 pre-configured directory, usually @file{@var{libdir}/gdb/} on a UNIX
39713 system (here @var{libdir} is the system library directory, often
39714 @file{/usr/local/lib}).
39715
39716 Only one reader can be active at a time; trying to load a second
39717 reader when one is already loaded will result in @value{GDBN}
39718 reporting an error. A new JIT reader can be loaded by first unloading
39719 the current one using @code{jit-reader-unload} and then invoking
39720 @code{jit-reader-load}.
39721
39722 @item jit-reader-unload
39723 Unload the currently loaded JIT reader.
39724
39725 @end table
39726
39727 @node Writing JIT Debug Info Readers
39728 @subsection Writing JIT Debug Info Readers
39729 @cindex writing JIT debug info readers
39730
39731 As mentioned, a reader is essentially a shared object conforming to a
39732 certain ABI. This ABI is described in @file{jit-reader.h}.
39733
39734 @file{jit-reader.h} defines the structures, macros and functions
39735 required to write a reader. It is installed (along with
39736 @value{GDBN}), in @file{@var{includedir}/gdb} where @var{includedir} is
39737 the system include directory.
39738
39739 Readers need to be released under a GPL compatible license. A reader
39740 can be declared as released under such a license by placing the macro
39741 @code{GDB_DECLARE_GPL_COMPATIBLE_READER} in a source file.
39742
39743 The entry point for readers is the symbol @code{gdb_init_reader},
39744 which is expected to be a function with the prototype
39745
39746 @findex gdb_init_reader
39747 @smallexample
39748 extern struct gdb_reader_funcs *gdb_init_reader (void);
39749 @end smallexample
39750
39751 @cindex @code{struct gdb_reader_funcs}
39752
39753 @code{struct gdb_reader_funcs} contains a set of pointers to callback
39754 functions. These functions are executed to read the debug info
39755 generated by the JIT compiler (@code{read}), to unwind stack frames
39756 (@code{unwind}) and to create canonical frame IDs
39757 (@code{get_frame_id}). It also has a callback that is called when the
39758 reader is being unloaded (@code{destroy}). The struct looks like this
39759
39760 @smallexample
39761 struct gdb_reader_funcs
39762 @{
39763 /* Must be set to GDB_READER_INTERFACE_VERSION. */
39764 int reader_version;
39765
39766 /* For use by the reader. */
39767 void *priv_data;
39768
39769 gdb_read_debug_info *read;
39770 gdb_unwind_frame *unwind;
39771 gdb_get_frame_id *get_frame_id;
39772 gdb_destroy_reader *destroy;
39773 @};
39774 @end smallexample
39775
39776 @cindex @code{struct gdb_symbol_callbacks}
39777 @cindex @code{struct gdb_unwind_callbacks}
39778
39779 The callbacks are provided with another set of callbacks by
39780 @value{GDBN} to do their job. For @code{read}, these callbacks are
39781 passed in a @code{struct gdb_symbol_callbacks} and for @code{unwind}
39782 and @code{get_frame_id}, in a @code{struct gdb_unwind_callbacks}.
39783 @code{struct gdb_symbol_callbacks} has callbacks to create new object
39784 files and new symbol tables inside those object files. @code{struct
39785 gdb_unwind_callbacks} has callbacks to read registers off the current
39786 frame and to write out the values of the registers in the previous
39787 frame. Both have a callback (@code{target_read}) to read bytes off the
39788 target's address space.
39789
39790 @node In-Process Agent
39791 @chapter In-Process Agent
39792 @cindex debugging agent
39793 The traditional debugging model is conceptually low-speed, but works fine,
39794 because most bugs can be reproduced in debugging-mode execution. However,
39795 as multi-core or many-core processors are becoming mainstream, and
39796 multi-threaded programs become more and more popular, there should be more
39797 and more bugs that only manifest themselves at normal-mode execution, for
39798 example, thread races, because debugger's interference with the program's
39799 timing may conceal the bugs. On the other hand, in some applications,
39800 it is not feasible for the debugger to interrupt the program's execution
39801 long enough for the developer to learn anything helpful about its behavior.
39802 If the program's correctness depends on its real-time behavior, delays
39803 introduced by a debugger might cause the program to fail, even when the
39804 code itself is correct. It is useful to be able to observe the program's
39805 behavior without interrupting it.
39806
39807 Therefore, traditional debugging model is too intrusive to reproduce
39808 some bugs. In order to reduce the interference with the program, we can
39809 reduce the number of operations performed by debugger. The
39810 @dfn{In-Process Agent}, a shared library, is running within the same
39811 process with inferior, and is able to perform some debugging operations
39812 itself. As a result, debugger is only involved when necessary, and
39813 performance of debugging can be improved accordingly. Note that
39814 interference with program can be reduced but can't be removed completely,
39815 because the in-process agent will still stop or slow down the program.
39816
39817 The in-process agent can interpret and execute Agent Expressions
39818 (@pxref{Agent Expressions}) during performing debugging operations. The
39819 agent expressions can be used for different purposes, such as collecting
39820 data in tracepoints, and condition evaluation in breakpoints.
39821
39822 @anchor{Control Agent}
39823 You can control whether the in-process agent is used as an aid for
39824 debugging with the following commands:
39825
39826 @table @code
39827 @kindex set agent on
39828 @item set agent on
39829 Causes the in-process agent to perform some operations on behalf of the
39830 debugger. Just which operations requested by the user will be done
39831 by the in-process agent depends on the its capabilities. For example,
39832 if you request to evaluate breakpoint conditions in the in-process agent,
39833 and the in-process agent has such capability as well, then breakpoint
39834 conditions will be evaluated in the in-process agent.
39835
39836 @kindex set agent off
39837 @item set agent off
39838 Disables execution of debugging operations by the in-process agent. All
39839 of the operations will be performed by @value{GDBN}.
39840
39841 @kindex show agent
39842 @item show agent
39843 Display the current setting of execution of debugging operations by
39844 the in-process agent.
39845 @end table
39846
39847 @menu
39848 * In-Process Agent Protocol::
39849 @end menu
39850
39851 @node In-Process Agent Protocol
39852 @section In-Process Agent Protocol
39853 @cindex in-process agent protocol
39854
39855 The in-process agent is able to communicate with both @value{GDBN} and
39856 GDBserver (@pxref{In-Process Agent}). This section documents the protocol
39857 used for communications between @value{GDBN} or GDBserver and the IPA.
39858 In general, @value{GDBN} or GDBserver sends commands
39859 (@pxref{IPA Protocol Commands}) and data to in-process agent, and then
39860 in-process agent replies back with the return result of the command, or
39861 some other information. The data sent to in-process agent is composed
39862 of primitive data types, such as 4-byte or 8-byte type, and composite
39863 types, which are called objects (@pxref{IPA Protocol Objects}).
39864
39865 @menu
39866 * IPA Protocol Objects::
39867 * IPA Protocol Commands::
39868 @end menu
39869
39870 @node IPA Protocol Objects
39871 @subsection IPA Protocol Objects
39872 @cindex ipa protocol objects
39873
39874 The commands sent to and results received from agent may contain some
39875 complex data types called @dfn{objects}.
39876
39877 The in-process agent is running on the same machine with @value{GDBN}
39878 or GDBserver, so it doesn't have to handle as much differences between
39879 two ends as remote protocol (@pxref{Remote Protocol}) tries to handle.
39880 However, there are still some differences of two ends in two processes:
39881
39882 @enumerate
39883 @item
39884 word size. On some 64-bit machines, @value{GDBN} or GDBserver can be
39885 compiled as a 64-bit executable, while in-process agent is a 32-bit one.
39886 @item
39887 ABI. Some machines may have multiple types of ABI, @value{GDBN} or
39888 GDBserver is compiled with one, and in-process agent is compiled with
39889 the other one.
39890 @end enumerate
39891
39892 Here are the IPA Protocol Objects:
39893
39894 @enumerate
39895 @item
39896 agent expression object. It represents an agent expression
39897 (@pxref{Agent Expressions}).
39898 @anchor{agent expression object}
39899 @item
39900 tracepoint action object. It represents a tracepoint action
39901 (@pxref{Tracepoint Actions,,Tracepoint Action Lists}) to collect registers,
39902 memory, static trace data and to evaluate expression.
39903 @anchor{tracepoint action object}
39904 @item
39905 tracepoint object. It represents a tracepoint (@pxref{Tracepoints}).
39906 @anchor{tracepoint object}
39907
39908 @end enumerate
39909
39910 The following table describes important attributes of each IPA protocol
39911 object:
39912
39913 @multitable @columnfractions .30 .20 .50
39914 @headitem Name @tab Size @tab Description
39915 @item @emph{agent expression object} @tab @tab
39916 @item length @tab 4 @tab length of bytes code
39917 @item byte code @tab @var{length} @tab contents of byte code
39918 @item @emph{tracepoint action for collecting memory} @tab @tab
39919 @item 'M' @tab 1 @tab type of tracepoint action
39920 @item addr @tab 8 @tab if @var{basereg} is @samp{-1}, @var{addr} is the
39921 address of the lowest byte to collect, otherwise @var{addr} is the offset
39922 of @var{basereg} for memory collecting.
39923 @item len @tab 8 @tab length of memory for collecting
39924 @item basereg @tab 4 @tab the register number containing the starting
39925 memory address for collecting.
39926 @item @emph{tracepoint action for collecting registers} @tab @tab
39927 @item 'R' @tab 1 @tab type of tracepoint action
39928 @item @emph{tracepoint action for collecting static trace data} @tab @tab
39929 @item 'L' @tab 1 @tab type of tracepoint action
39930 @item @emph{tracepoint action for expression evaluation} @tab @tab
39931 @item 'X' @tab 1 @tab type of tracepoint action
39932 @item agent expression @tab length of @tab @ref{agent expression object}
39933 @item @emph{tracepoint object} @tab @tab
39934 @item number @tab 4 @tab number of tracepoint
39935 @item address @tab 8 @tab address of tracepoint inserted on
39936 @item type @tab 4 @tab type of tracepoint
39937 @item enabled @tab 1 @tab enable or disable of tracepoint
39938 @item step_count @tab 8 @tab step
39939 @item pass_count @tab 8 @tab pass
39940 @item numactions @tab 4 @tab number of tracepoint actions
39941 @item hit count @tab 8 @tab hit count
39942 @item trace frame usage @tab 8 @tab trace frame usage
39943 @item compiled_cond @tab 8 @tab compiled condition
39944 @item orig_size @tab 8 @tab orig size
39945 @item condition @tab 4 if condition is NULL otherwise length of
39946 @ref{agent expression object}
39947 @tab zero if condition is NULL, otherwise is
39948 @ref{agent expression object}
39949 @item actions @tab variable
39950 @tab numactions number of @ref{tracepoint action object}
39951 @end multitable
39952
39953 @node IPA Protocol Commands
39954 @subsection IPA Protocol Commands
39955 @cindex ipa protocol commands
39956
39957 The spaces in each command are delimiters to ease reading this commands
39958 specification. They don't exist in real commands.
39959
39960 @table @samp
39961
39962 @item FastTrace:@var{tracepoint_object} @var{gdb_jump_pad_head}
39963 Installs a new fast tracepoint described by @var{tracepoint_object}
39964 (@pxref{tracepoint object}). The @var{gdb_jump_pad_head}, 8-byte long, is the
39965 head of @dfn{jumppad}, which is used to jump to data collection routine
39966 in IPA finally.
39967
39968 Replies:
39969 @table @samp
39970 @item OK @var{target_address} @var{gdb_jump_pad_head} @var{fjump_size} @var{fjump}
39971 @var{target_address} is address of tracepoint in the inferior.
39972 The @var{gdb_jump_pad_head} is updated head of jumppad. Both of
39973 @var{target_address} and @var{gdb_jump_pad_head} are 8-byte long.
39974 The @var{fjump} contains a sequence of instructions jump to jumppad entry.
39975 The @var{fjump_size}, 4-byte long, is the size of @var{fjump}.
39976 @item E @var{NN}
39977 for an error
39978
39979 @end table
39980
39981 @item close
39982 Closes the in-process agent. This command is sent when @value{GDBN} or GDBserver
39983 is about to kill inferiors.
39984
39985 @item qTfSTM
39986 @xref{qTfSTM}.
39987 @item qTsSTM
39988 @xref{qTsSTM}.
39989 @item qTSTMat
39990 @xref{qTSTMat}.
39991 @item probe_marker_at:@var{address}
39992 Asks in-process agent to probe the marker at @var{address}.
39993
39994 Replies:
39995 @table @samp
39996 @item E @var{NN}
39997 for an error
39998 @end table
39999 @item unprobe_marker_at:@var{address}
40000 Asks in-process agent to unprobe the marker at @var{address}.
40001 @end table
40002
40003 @node GDB Bugs
40004 @chapter Reporting Bugs in @value{GDBN}
40005 @cindex bugs in @value{GDBN}
40006 @cindex reporting bugs in @value{GDBN}
40007
40008 Your bug reports play an essential role in making @value{GDBN} reliable.
40009
40010 Reporting a bug may help you by bringing a solution to your problem, or it
40011 may not. But in any case the principal function of a bug report is to help
40012 the entire community by making the next version of @value{GDBN} work better. Bug
40013 reports are your contribution to the maintenance of @value{GDBN}.
40014
40015 In order for a bug report to serve its purpose, you must include the
40016 information that enables us to fix the bug.
40017
40018 @menu
40019 * Bug Criteria:: Have you found a bug?
40020 * Bug Reporting:: How to report bugs
40021 @end menu
40022
40023 @node Bug Criteria
40024 @section Have You Found a Bug?
40025 @cindex bug criteria
40026
40027 If you are not sure whether you have found a bug, here are some guidelines:
40028
40029 @itemize @bullet
40030 @cindex fatal signal
40031 @cindex debugger crash
40032 @cindex crash of debugger
40033 @item
40034 If the debugger gets a fatal signal, for any input whatever, that is a
40035 @value{GDBN} bug. Reliable debuggers never crash.
40036
40037 @cindex error on valid input
40038 @item
40039 If @value{GDBN} produces an error message for valid input, that is a
40040 bug. (Note that if you're cross debugging, the problem may also be
40041 somewhere in the connection to the target.)
40042
40043 @cindex invalid input
40044 @item
40045 If @value{GDBN} does not produce an error message for invalid input,
40046 that is a bug. However, you should note that your idea of
40047 ``invalid input'' might be our idea of ``an extension'' or ``support
40048 for traditional practice''.
40049
40050 @item
40051 If you are an experienced user of debugging tools, your suggestions
40052 for improvement of @value{GDBN} are welcome in any case.
40053 @end itemize
40054
40055 @node Bug Reporting
40056 @section How to Report Bugs
40057 @cindex bug reports
40058 @cindex @value{GDBN} bugs, reporting
40059
40060 A number of companies and individuals offer support for @sc{gnu} products.
40061 If you obtained @value{GDBN} from a support organization, we recommend you
40062 contact that organization first.
40063
40064 You can find contact information for many support companies and
40065 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
40066 distribution.
40067 @c should add a web page ref...
40068
40069 @ifset BUGURL
40070 @ifset BUGURL_DEFAULT
40071 In any event, we also recommend that you submit bug reports for
40072 @value{GDBN}. The preferred method is to submit them directly using
40073 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
40074 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
40075 be used.
40076
40077 @strong{Do not send bug reports to @samp{info-gdb}, or to
40078 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
40079 not want to receive bug reports. Those that do have arranged to receive
40080 @samp{bug-gdb}.
40081
40082 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
40083 serves as a repeater. The mailing list and the newsgroup carry exactly
40084 the same messages. Often people think of posting bug reports to the
40085 newsgroup instead of mailing them. This appears to work, but it has one
40086 problem which can be crucial: a newsgroup posting often lacks a mail
40087 path back to the sender. Thus, if we need to ask for more information,
40088 we may be unable to reach you. For this reason, it is better to send
40089 bug reports to the mailing list.
40090 @end ifset
40091 @ifclear BUGURL_DEFAULT
40092 In any event, we also recommend that you submit bug reports for
40093 @value{GDBN} to @value{BUGURL}.
40094 @end ifclear
40095 @end ifset
40096
40097 The fundamental principle of reporting bugs usefully is this:
40098 @strong{report all the facts}. If you are not sure whether to state a
40099 fact or leave it out, state it!
40100
40101 Often people omit facts because they think they know what causes the
40102 problem and assume that some details do not matter. Thus, you might
40103 assume that the name of the variable you use in an example does not matter.
40104 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
40105 stray memory reference which happens to fetch from the location where that
40106 name is stored in memory; perhaps, if the name were different, the contents
40107 of that location would fool the debugger into doing the right thing despite
40108 the bug. Play it safe and give a specific, complete example. That is the
40109 easiest thing for you to do, and the most helpful.
40110
40111 Keep in mind that the purpose of a bug report is to enable us to fix the
40112 bug. It may be that the bug has been reported previously, but neither
40113 you nor we can know that unless your bug report is complete and
40114 self-contained.
40115
40116 Sometimes people give a few sketchy facts and ask, ``Does this ring a
40117 bell?'' Those bug reports are useless, and we urge everyone to
40118 @emph{refuse to respond to them} except to chide the sender to report
40119 bugs properly.
40120
40121 To enable us to fix the bug, you should include all these things:
40122
40123 @itemize @bullet
40124 @item
40125 The version of @value{GDBN}. @value{GDBN} announces it if you start
40126 with no arguments; you can also print it at any time using @code{show
40127 version}.
40128
40129 Without this, we will not know whether there is any point in looking for
40130 the bug in the current version of @value{GDBN}.
40131
40132 @item
40133 The type of machine you are using, and the operating system name and
40134 version number.
40135
40136 @item
40137 The details of the @value{GDBN} build-time configuration.
40138 @value{GDBN} shows these details if you invoke it with the
40139 @option{--configuration} command-line option, or if you type
40140 @code{show configuration} at @value{GDBN}'s prompt.
40141
40142 @item
40143 What compiler (and its version) was used to compile @value{GDBN}---e.g.@:
40144 ``@value{GCC}--2.8.1''.
40145
40146 @item
40147 What compiler (and its version) was used to compile the program you are
40148 debugging---e.g.@: ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
40149 C Compiler''. For @value{NGCC}, you can say @kbd{@value{GCC} --version}
40150 to get this information; for other compilers, see the documentation for
40151 those compilers.
40152
40153 @item
40154 The command arguments you gave the compiler to compile your example and
40155 observe the bug. For example, did you use @samp{-O}? To guarantee
40156 you will not omit something important, list them all. A copy of the
40157 Makefile (or the output from make) is sufficient.
40158
40159 If we were to try to guess the arguments, we would probably guess wrong
40160 and then we might not encounter the bug.
40161
40162 @item
40163 A complete input script, and all necessary source files, that will
40164 reproduce the bug.
40165
40166 @item
40167 A description of what behavior you observe that you believe is
40168 incorrect. For example, ``It gets a fatal signal.''
40169
40170 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
40171 will certainly notice it. But if the bug is incorrect output, we might
40172 not notice unless it is glaringly wrong. You might as well not give us
40173 a chance to make a mistake.
40174
40175 Even if the problem you experience is a fatal signal, you should still
40176 say so explicitly. Suppose something strange is going on, such as, your
40177 copy of @value{GDBN} is out of synch, or you have encountered a bug in
40178 the C library on your system. (This has happened!) Your copy might
40179 crash and ours would not. If you told us to expect a crash, then when
40180 ours fails to crash, we would know that the bug was not happening for
40181 us. If you had not told us to expect a crash, then we would not be able
40182 to draw any conclusion from our observations.
40183
40184 @pindex script
40185 @cindex recording a session script
40186 To collect all this information, you can use a session recording program
40187 such as @command{script}, which is available on many Unix systems.
40188 Just run your @value{GDBN} session inside @command{script} and then
40189 include the @file{typescript} file with your bug report.
40190
40191 Another way to record a @value{GDBN} session is to run @value{GDBN}
40192 inside Emacs and then save the entire buffer to a file.
40193
40194 @item
40195 If you wish to suggest changes to the @value{GDBN} source, send us context
40196 diffs. If you even discuss something in the @value{GDBN} source, refer to
40197 it by context, not by line number.
40198
40199 The line numbers in our development sources will not match those in your
40200 sources. Your line numbers would convey no useful information to us.
40201
40202 @end itemize
40203
40204 Here are some things that are not necessary:
40205
40206 @itemize @bullet
40207 @item
40208 A description of the envelope of the bug.
40209
40210 Often people who encounter a bug spend a lot of time investigating
40211 which changes to the input file will make the bug go away and which
40212 changes will not affect it.
40213
40214 This is often time consuming and not very useful, because the way we
40215 will find the bug is by running a single example under the debugger
40216 with breakpoints, not by pure deduction from a series of examples.
40217 We recommend that you save your time for something else.
40218
40219 Of course, if you can find a simpler example to report @emph{instead}
40220 of the original one, that is a convenience for us. Errors in the
40221 output will be easier to spot, running under the debugger will take
40222 less time, and so on.
40223
40224 However, simplification is not vital; if you do not want to do this,
40225 report the bug anyway and send us the entire test case you used.
40226
40227 @item
40228 A patch for the bug.
40229
40230 A patch for the bug does help us if it is a good one. But do not omit
40231 the necessary information, such as the test case, on the assumption that
40232 a patch is all we need. We might see problems with your patch and decide
40233 to fix the problem another way, or we might not understand it at all.
40234
40235 Sometimes with a program as complicated as @value{GDBN} it is very hard to
40236 construct an example that will make the program follow a certain path
40237 through the code. If you do not send us the example, we will not be able
40238 to construct one, so we will not be able to verify that the bug is fixed.
40239
40240 And if we cannot understand what bug you are trying to fix, or why your
40241 patch should be an improvement, we will not install it. A test case will
40242 help us to understand.
40243
40244 @item
40245 A guess about what the bug is or what it depends on.
40246
40247 Such guesses are usually wrong. Even we cannot guess right about such
40248 things without first using the debugger to find the facts.
40249 @end itemize
40250
40251 @c The readline documentation is distributed with the readline code
40252 @c and consists of the two following files:
40253 @c rluser.texi
40254 @c hsuser.texi
40255 @c Use -I with makeinfo to point to the appropriate directory,
40256 @c environment var TEXINPUTS with TeX.
40257 @ifclear SYSTEM_READLINE
40258 @include rluser.texi
40259 @include hsuser.texi
40260 @end ifclear
40261
40262 @node In Memoriam
40263 @appendix In Memoriam
40264
40265 The @value{GDBN} project mourns the loss of the following long-time
40266 contributors:
40267
40268 @table @code
40269 @item Fred Fish
40270 Fred was a long-standing contributor to @value{GDBN} (1991-2006), and
40271 to Free Software in general. Outside of @value{GDBN}, he was known in
40272 the Amiga world for his series of Fish Disks, and the GeekGadget project.
40273
40274 @item Michael Snyder
40275 Michael was one of the Global Maintainers of the @value{GDBN} project,
40276 with contributions recorded as early as 1996, until 2011. In addition
40277 to his day to day participation, he was a large driving force behind
40278 adding Reverse Debugging to @value{GDBN}.
40279 @end table
40280
40281 Beyond their technical contributions to the project, they were also
40282 enjoyable members of the Free Software Community. We will miss them.
40283
40284 @node Formatting Documentation
40285 @appendix Formatting Documentation
40286
40287 @cindex @value{GDBN} reference card
40288 @cindex reference card
40289 The @value{GDBN} 4 release includes an already-formatted reference card, ready
40290 for printing with PostScript or Ghostscript, in the @file{gdb}
40291 subdirectory of the main source directory@footnote{In
40292 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
40293 release.}. If you can use PostScript or Ghostscript with your printer,
40294 you can print the reference card immediately with @file{refcard.ps}.
40295
40296 The release also includes the source for the reference card. You
40297 can format it, using @TeX{}, by typing:
40298
40299 @smallexample
40300 make refcard.dvi
40301 @end smallexample
40302
40303 The @value{GDBN} reference card is designed to print in @dfn{landscape}
40304 mode on US ``letter'' size paper;
40305 that is, on a sheet 11 inches wide by 8.5 inches
40306 high. You will need to specify this form of printing as an option to
40307 your @sc{dvi} output program.
40308
40309 @cindex documentation
40310
40311 All the documentation for @value{GDBN} comes as part of the machine-readable
40312 distribution. The documentation is written in Texinfo format, which is
40313 a documentation system that uses a single source file to produce both
40314 on-line information and a printed manual. You can use one of the Info
40315 formatting commands to create the on-line version of the documentation
40316 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
40317
40318 @value{GDBN} includes an already formatted copy of the on-line Info
40319 version of this manual in the @file{gdb} subdirectory. The main Info
40320 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
40321 subordinate files matching @samp{gdb.info*} in the same directory. If
40322 necessary, you can print out these files, or read them with any editor;
40323 but they are easier to read using the @code{info} subsystem in @sc{gnu}
40324 Emacs or the standalone @code{info} program, available as part of the
40325 @sc{gnu} Texinfo distribution.
40326
40327 If you want to format these Info files yourself, you need one of the
40328 Info formatting programs, such as @code{texinfo-format-buffer} or
40329 @code{makeinfo}.
40330
40331 If you have @code{makeinfo} installed, and are in the top level
40332 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
40333 version @value{GDBVN}), you can make the Info file by typing:
40334
40335 @smallexample
40336 cd gdb
40337 make gdb.info
40338 @end smallexample
40339
40340 If you want to typeset and print copies of this manual, you need @TeX{},
40341 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
40342 Texinfo definitions file.
40343
40344 @TeX{} is a typesetting program; it does not print files directly, but
40345 produces output files called @sc{dvi} files. To print a typeset
40346 document, you need a program to print @sc{dvi} files. If your system
40347 has @TeX{} installed, chances are it has such a program. The precise
40348 command to use depends on your system; @kbd{lpr -d} is common; another
40349 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
40350 require a file name without any extension or a @samp{.dvi} extension.
40351
40352 @TeX{} also requires a macro definitions file called
40353 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
40354 written in Texinfo format. On its own, @TeX{} cannot either read or
40355 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
40356 and is located in the @file{gdb-@var{version-number}/texinfo}
40357 directory.
40358
40359 If you have @TeX{} and a @sc{dvi} printer program installed, you can
40360 typeset and print this manual. First switch to the @file{gdb}
40361 subdirectory of the main source directory (for example, to
40362 @file{gdb-@value{GDBVN}/gdb}) and type:
40363
40364 @smallexample
40365 make gdb.dvi
40366 @end smallexample
40367
40368 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
40369
40370 @node Installing GDB
40371 @appendix Installing @value{GDBN}
40372 @cindex installation
40373
40374 @menu
40375 * Requirements:: Requirements for building @value{GDBN}
40376 * Running Configure:: Invoking the @value{GDBN} @file{configure} script
40377 * Separate Objdir:: Compiling @value{GDBN} in another directory
40378 * Config Names:: Specifying names for hosts and targets
40379 * Configure Options:: Summary of options for configure
40380 * System-wide configuration:: Having a system-wide init file
40381 @end menu
40382
40383 @node Requirements
40384 @section Requirements for Building @value{GDBN}
40385 @cindex building @value{GDBN}, requirements for
40386
40387 Building @value{GDBN} requires various tools and packages to be available.
40388 Other packages will be used only if they are found.
40389
40390 @heading Tools/Packages Necessary for Building @value{GDBN}
40391 @table @asis
40392 @item C@t{++}11 compiler
40393 @value{GDBN} is written in C@t{++}11. It should be buildable with any
40394 recent C@t{++}11 compiler, e.g.@: GCC.
40395
40396 @item GNU make
40397 @value{GDBN}'s build system relies on features only found in the GNU
40398 make program. Other variants of @code{make} will not work.
40399
40400 @item Libraries
40401 The following libraries are mandatory for building @value{GDBN}. The
40402 @file{configure} script searches for each of these libraries in
40403 several standard locations; if some library is installed in an unusual
40404 place, you can use either the @option{--with-@var{lib}}
40405 @file{configure} option to specify its installation directory, or
40406 the two separate options @option{---with-@var{library}-include} (to
40407 specify the location of its header files) and
40408 @option{--with-@var{library}-lib} (to specify the location of its
40409 libraries). For example, for the GMP library, the 3 options are
40410 @option{--with-gmp}, @option{--with-gmp-include}, and
40411 @option{--with-gmp-lib}. @xref{Configure Options}. We mention below
40412 the home site of each library, so that you could download and install
40413 them if your system doesn't already include them.
40414
40415 @table @asis
40416 @item GMP (The GNU Multiple Precision arithmetic library)
40417 @value{GDBN} uses GMP to perform some of its extended-precision
40418 arithmetics. The latest version of GMP is available from
40419 @url{https://gmplib.org/}.
40420
40421 @anchor{MPFR}
40422 @item MPFR (The GNU Multiple-precision floating-point library)
40423 @value{GDBN} uses MPFR to emulate the target floating-point
40424 arithmetics during expression evaluation, if the target uses different
40425 floating-point formats than the host. The latest version of MPFR is
40426 available from @url{http://www.mpfr.org}.
40427 @end table
40428
40429 @end table
40430
40431 @heading Tools/Packages Optional for Building @value{GDBN}
40432 The tools/packages and libraries listed below are optional;
40433 @value{GDBN} can be build without them, at the expense of some run-time
40434 functionality that will be missing. As above, we list the home sites
40435 for each package/library, and the command-line options supported by
40436 the @file{configure} script to specify their installation directories
40437 if they are non-standard. In addition, for each package you can use
40438 the option @option{--with-@var{package}} to force @value{GDBN} to be
40439 compiled with the named @var{package}, and
40440 @option{--without-@var{package}} to disable building with it even if
40441 it is available. @xref{Configure Options}, for detailed description
40442 of the options to @file{configure}.
40443
40444 @table @asis
40445 @item Python
40446 @value{GDBN} can be scripted using Python language. @xref{Python}.
40447 The latest version is available from
40448 @url{https://www.python.org/downloads/}. Use the
40449 @option{--with-python=@var{dir}} to specify the non-standard directory
40450 where Python is installed.
40451
40452 @item Guile
40453 @value{GDBN} can also be scripted using GNU Guile. @xref{Guile}. The
40454 latest version can be found on
40455 @url{https://www.gnu.org/software/guile/download/}. If you have more
40456 than one version of Guile installed, use the
40457 @option{--with-guile=@var{guile-version}} to specify the Guile version
40458 to include in the build.
40459
40460 @anchor{Expat}
40461 @item Expat
40462 If available, @value{GDBN} uses the Expat library for parsing XML
40463 files. @value{GDBN} uses XML files for the following functionalities:
40464
40465 @itemize @bullet
40466 @item
40467 Remote protocol memory maps (@pxref{Memory Map Format})
40468 @item
40469 Target descriptions (@pxref{Target Descriptions})
40470 @item
40471 Remote shared library lists (@xref{Library List Format},
40472 or alternatively @pxref{Library List Format for SVR4 Targets})
40473 @item
40474 MS-Windows shared libraries (@pxref{Shared Libraries})
40475 @item
40476 Traceframe info (@pxref{Traceframe Info Format})
40477 @item
40478 Branch trace (@pxref{Branch Trace Format},
40479 @pxref{Branch Trace Configuration Format})
40480 @end itemize
40481
40482 The latest version of Expat is available from
40483 @url{http://expat.sourceforge.net}. Use the
40484 @option{--with-libexpat-prefix} to specify non-standard installation
40485 places for Expat.
40486
40487 @item iconv
40488 @value{GDBN}'s features related to character sets (@pxref{Character
40489 Sets}) require a functioning @code{iconv} implementation. If you are
40490 on a GNU system, then this is provided by the GNU C Library. Some
40491 other systems also provide a working @code{iconv}. Use the option
40492 @option{--with-iconv-bin} to specify where to find the @command{iconv}
40493 program.
40494
40495 On systems without @code{iconv}, you can install the GNU Libiconv
40496 library; its latest version can be found on
40497 @url{https://ftp.gnu.org/pub/gnu/libiconv/} if your system doesn't
40498 provide it. Use the @option{--with-libiconv-prefix} option to
40499 @file{configure} to specify non-standard installation place for it.
40500
40501 Alternatively, @value{GDBN}'s top-level @file{configure} and
40502 @file{Makefile} will arrange to build Libiconv if a directory named
40503 @file{libiconv} appears in the top-most source directory. If Libiconv
40504 is built this way, and if the operating system does not provide a
40505 suitable @code{iconv} implementation, then the just-built library will
40506 automatically be used by @value{GDBN}. One easy way to set this up is
40507 to download GNU Libiconv, unpack it inside the top-level directory of
40508 the @value{GDBN} source tree, and then rename the directory holding
40509 the Libiconv source code to @samp{libiconv}.
40510
40511 @cindex compressed debug sections
40512 @item lzma
40513 @value{GDBN} can support debugging sections that are compressed with
40514 the LZMA library. @xref{MiniDebugInfo}. If this library is not
40515 included with your operating system, you can find it in the xz package
40516 at @url{http://tukaani.org/xz/}. Use the
40517 @option{--with-liblzma-prefix} option to specify its non-standard
40518 location.
40519
40520 @item zlib
40521 @value{GDBN} will use the @samp{zlib} library, if available, to read
40522 compressed debug sections. Some linkers, such as GNU @command{gold},
40523 are capable of producing binaries with compressed debug sections. If
40524 @value{GDBN} is compiled with @samp{zlib}, it will be able to read the
40525 debug information in such binaries.
40526
40527 The @samp{zlib} library is likely included with your operating system
40528 distribution; if it is not, you can get the latest version from
40529 @url{http://zlib.net}.
40530
40531 @c FIXME: what about other optional libraries: debuginfod, zstd,
40532 @c libipt, babeltrace, xxhash, source-highlight?
40533 @end table
40534
40535 @node Running Configure
40536 @section Invoking the @value{GDBN} @file{configure} Script
40537 @cindex configuring @value{GDBN}
40538 @value{GDBN} comes with a @file{configure} script that automates the process
40539 of preparing @value{GDBN} for installation; you can then use @code{make} to
40540 build the @code{gdb} program.
40541 @iftex
40542 @c irrelevant in info file; it's as current as the code it lives with.
40543 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
40544 look at the @file{README} file in the sources; we may have improved the
40545 installation procedures since publishing this manual.}
40546 @end iftex
40547
40548 The @value{GDBN} distribution includes all the source code you need for
40549 @value{GDBN} in a single directory, whose name is usually composed by
40550 appending the version number to @samp{gdb}.
40551
40552 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
40553 @file{gdb-@value{GDBVN}} directory. That directory contains:
40554
40555 @table @code
40556 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
40557 script for configuring @value{GDBN} and all its supporting libraries
40558
40559 @item gdb-@value{GDBVN}/gdb
40560 the source specific to @value{GDBN} itself
40561
40562 @item gdb-@value{GDBVN}/bfd
40563 source for the Binary File Descriptor library
40564
40565 @item gdb-@value{GDBVN}/include
40566 @sc{gnu} include files
40567
40568 @item gdb-@value{GDBVN}/libiberty
40569 source for the @samp{-liberty} free software library
40570
40571 @item gdb-@value{GDBVN}/opcodes
40572 source for the library of opcode tables and disassemblers
40573
40574 @item gdb-@value{GDBVN}/readline
40575 source for the @sc{gnu} command-line interface
40576 @end table
40577
40578 There may be other subdirectories as well.
40579
40580 The simplest way to configure and build @value{GDBN} is to run @file{configure}
40581 from the @file{gdb-@var{version-number}} source directory, which in
40582 this example is the @file{gdb-@value{GDBVN}} directory.
40583
40584 First switch to the @file{gdb-@var{version-number}} source directory
40585 if you are not already in it; then run @file{configure}. Pass the
40586 identifier for the platform on which @value{GDBN} will run as an
40587 argument.
40588
40589 For example:
40590
40591 @smallexample
40592 cd gdb-@value{GDBVN}
40593 ./configure
40594 make
40595 @end smallexample
40596
40597 Running @samp{configure} and then running @code{make} builds the
40598 included supporting libraries, then @code{gdb} itself. The configured
40599 source files, and the binaries, are left in the corresponding source
40600 directories.
40601
40602 @need 750
40603 @file{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
40604 system does not recognize this automatically when you run a different
40605 shell, you may need to run @code{sh} on it explicitly:
40606
40607 @smallexample
40608 sh configure
40609 @end smallexample
40610
40611 You should run the @file{configure} script from the top directory in the
40612 source tree, the @file{gdb-@var{version-number}} directory. If you run
40613 @file{configure} from one of the subdirectories, you will configure only
40614 that subdirectory. That is usually not what you want. In particular,
40615 if you run the first @file{configure} from the @file{gdb} subdirectory
40616 of the @file{gdb-@var{version-number}} directory, you will omit the
40617 configuration of @file{bfd}, @file{readline}, and other sibling
40618 directories of the @file{gdb} subdirectory. This leads to build errors
40619 about missing include files such as @file{bfd/bfd.h}.
40620
40621 You can install @code{@value{GDBN}} anywhere. The best way to do this
40622 is to pass the @code{--prefix} option to @code{configure}, and then
40623 install it with @code{make install}.
40624
40625 @node Separate Objdir
40626 @section Compiling @value{GDBN} in Another Directory
40627
40628 If you want to run @value{GDBN} versions for several host or target machines,
40629 you need a different @code{gdb} compiled for each combination of
40630 host and target. @file{configure} is designed to make this easy by
40631 allowing you to generate each configuration in a separate subdirectory,
40632 rather than in the source directory. If your @code{make} program
40633 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
40634 @code{make} in each of these directories builds the @code{gdb}
40635 program specified there.
40636
40637 To build @code{gdb} in a separate directory, run @file{configure}
40638 with the @samp{--srcdir} option to specify where to find the source.
40639 (You also need to specify a path to find @file{configure}
40640 itself from your working directory. If the path to @file{configure}
40641 would be the same as the argument to @samp{--srcdir}, you can leave out
40642 the @samp{--srcdir} option; it is assumed.)
40643
40644 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
40645 separate directory for a Sun 4 like this:
40646
40647 @smallexample
40648 @group
40649 cd gdb-@value{GDBVN}
40650 mkdir ../gdb-sun4
40651 cd ../gdb-sun4
40652 ../gdb-@value{GDBVN}/configure
40653 make
40654 @end group
40655 @end smallexample
40656
40657 When @file{configure} builds a configuration using a remote source
40658 directory, it creates a tree for the binaries with the same structure
40659 (and using the same names) as the tree under the source directory. In
40660 the example, you'd find the Sun 4 library @file{libiberty.a} in the
40661 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
40662 @file{gdb-sun4/gdb}.
40663
40664 Make sure that your path to the @file{configure} script has just one
40665 instance of @file{gdb} in it. If your path to @file{configure} looks
40666 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
40667 one subdirectory of @value{GDBN}, not the whole package. This leads to
40668 build errors about missing include files such as @file{bfd/bfd.h}.
40669
40670 One popular reason to build several @value{GDBN} configurations in separate
40671 directories is to configure @value{GDBN} for cross-compiling (where
40672 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
40673 programs that run on another machine---the @dfn{target}).
40674 You specify a cross-debugging target by
40675 giving the @samp{--target=@var{target}} option to @file{configure}.
40676
40677 When you run @code{make} to build a program or library, you must run
40678 it in a configured directory---whatever directory you were in when you
40679 called @file{configure} (or one of its subdirectories).
40680
40681 The @code{Makefile} that @file{configure} generates in each source
40682 directory also runs recursively. If you type @code{make} in a source
40683 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
40684 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
40685 will build all the required libraries, and then build GDB.
40686
40687 When you have multiple hosts or targets configured in separate
40688 directories, you can run @code{make} on them in parallel (for example,
40689 if they are NFS-mounted on each of the hosts); they will not interfere
40690 with each other.
40691
40692 @node Config Names
40693 @section Specifying Names for Hosts and Targets
40694
40695 The specifications used for hosts and targets in the @file{configure}
40696 script are based on a three-part naming scheme, but some short predefined
40697 aliases are also supported. The full naming scheme encodes three pieces
40698 of information in the following pattern:
40699
40700 @smallexample
40701 @var{architecture}-@var{vendor}-@var{os}
40702 @end smallexample
40703
40704 For example, you can use the alias @code{sun4} as a @var{host} argument,
40705 or as the value for @var{target} in a @code{--target=@var{target}}
40706 option. The equivalent full name is @samp{sparc-sun-sunos4}.
40707
40708 The @file{configure} script accompanying @value{GDBN} does not provide
40709 any query facility to list all supported host and target names or
40710 aliases. @file{configure} calls the Bourne shell script
40711 @code{config.sub} to map abbreviations to full names; you can read the
40712 script, if you wish, or you can use it to test your guesses on
40713 abbreviations---for example:
40714
40715 @smallexample
40716 % sh config.sub i386-linux
40717 i386-pc-linux-gnu
40718 % sh config.sub alpha-linux
40719 alpha-unknown-linux-gnu
40720 % sh config.sub hp9k700
40721 hppa1.1-hp-hpux
40722 % sh config.sub sun4
40723 sparc-sun-sunos4.1.1
40724 % sh config.sub sun3
40725 m68k-sun-sunos4.1.1
40726 % sh config.sub i986v
40727 Invalid configuration `i986v': machine `i986v' not recognized
40728 @end smallexample
40729
40730 @noindent
40731 @code{config.sub} is also distributed in the @value{GDBN} source
40732 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
40733
40734 @node Configure Options
40735 @section @file{configure} Options
40736
40737 @c FIXME: This largely repeats what was already described in
40738 @c ``Requirements'', and OTOH doesn't describe the more fgine-granular
40739 @c options like --with-libexpat-prefix and --with-python-libdir.
40740 @c Should it?
40741 Here is a summary of the @file{configure} options and arguments that
40742 are most often useful for building @value{GDBN}. @file{configure}
40743 also has several other options not listed here. @xref{Running
40744 configure Scripts,,,autoconf}, for a full
40745 explanation of @file{configure}.
40746
40747 @smallexample
40748 configure @r{[}--help@r{]}
40749 @r{[}--prefix=@var{dir}@r{]}
40750 @r{[}--exec-prefix=@var{dir}@r{]}
40751 @r{[}--srcdir=@var{dirname}@r{]}
40752 @r{[}--target=@var{target}@r{]}
40753 @end smallexample
40754
40755 @noindent
40756 You may introduce options with a single @samp{-} rather than
40757 @samp{--} if you prefer; but you may abbreviate option names if you use
40758 @samp{--}.
40759
40760 @table @code
40761 @item --help
40762 Display a quick summary of how to invoke @file{configure}.
40763
40764 @item --prefix=@var{dir}
40765 Configure the source to install programs and files under directory
40766 @file{@var{dir}}.
40767
40768 @item --exec-prefix=@var{dir}
40769 Configure the source to install programs under directory
40770 @file{@var{dir}}.
40771
40772 @c avoid splitting the warning from the explanation:
40773 @need 2000
40774 @item --srcdir=@var{dirname}
40775 Use this option to make configurations in directories separate from the
40776 @value{GDBN} source directories. Among other things, you can use this to
40777 build (or maintain) several configurations simultaneously, in separate
40778 directories. @file{configure} writes configuration-specific files in
40779 the current directory, but arranges for them to use the source in the
40780 directory @var{dirname}. @file{configure} creates directories under
40781 the working directory in parallel to the source directories below
40782 @var{dirname}.
40783
40784 @item --target=@var{target}
40785 Configure @value{GDBN} for cross-debugging programs running on the specified
40786 @var{target}. Without this option, @value{GDBN} is configured to debug
40787 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
40788
40789 There is no convenient way to generate a list of all available
40790 targets. Also see the @code{--enable-targets} option, below.
40791 @end table
40792
40793 There are many other options that are specific to @value{GDBN}. This
40794 lists just the most common ones; there are some very specialized
40795 options not described here.
40796
40797 @table @code
40798 @item --enable-targets=@r{[}@var{target}@r{]}@dots{}
40799 @itemx --enable-targets=all
40800 Configure @value{GDBN} for cross-debugging programs running on the
40801 specified list of targets. The special value @samp{all} configures
40802 @value{GDBN} for debugging programs running on any target it supports.
40803
40804 @item --with-gdb-datadir=@var{path}
40805 Set the @value{GDBN}-specific data directory. @value{GDBN} will look
40806 here for certain supporting files or scripts. This defaults to the
40807 @file{gdb} subdirectory of @samp{datadir} (which can be set using
40808 @code{--datadir}).
40809
40810 @item --with-relocated-sources=@var{dir}
40811 Sets up the default source path substitution rule so that directory
40812 names recorded in debug information will be automatically adjusted for
40813 any directory under @var{dir}. @var{dir} should be a subdirectory of
40814 @value{GDBN}'s configured prefix, the one mentioned in the
40815 @code{--prefix} or @code{--exec-prefix} options to configure. This
40816 option is useful if GDB is supposed to be moved to a different place
40817 after it is built.
40818
40819 @item --enable-64-bit-bfd
40820 Enable 64-bit support in BFD on 32-bit hosts.
40821
40822 @item --disable-gdbmi
40823 Build @value{GDBN} without the GDB/MI machine interface
40824 (@pxref{GDB/MI}).
40825
40826 @item --enable-tui
40827 Build @value{GDBN} with the text-mode full-screen user interface
40828 (TUI). Requires a curses library (ncurses and cursesX are also
40829 supported).
40830
40831 @item --with-curses
40832 Use the curses library instead of the termcap library, for text-mode
40833 terminal operations.
40834
40835 @item --with-debuginfod
40836 Build @value{GDBN} with @file{libdebuginfod}, the @code{debuginfod} client
40837 library. Used to automatically fetch ELF, DWARF and source files from
40838 @code{debuginfod} servers using build IDs associated with any missing
40839 files. Enabled by default if @file{libdebuginfod} is installed and found
40840 at configure time. For more information regarding @code{debuginfod} see
40841 @ref{Debuginfod}.
40842
40843 @item --with-libunwind-ia64
40844 Use the libunwind library for unwinding function call stack on ia64
40845 target platforms. See @url{http://www.nongnu.org/libunwind/index.html} for
40846 details.
40847
40848 @item --with-system-readline
40849 Use the readline library installed on the host, rather than the
40850 library supplied as part of @value{GDBN}. Readline 7 or newer is
40851 required; this is enforced by the build system.
40852
40853 @item --with-system-zlib
40854 Use the zlib library installed on the host, rather than the library
40855 supplied as part of @value{GDBN}.
40856
40857 @item --with-expat
40858 Build @value{GDBN} with Expat, a library for XML parsing. (Done by
40859 default if libexpat is installed and found at configure time.) This
40860 library is used to read XML files supplied with @value{GDBN}. If it
40861 is unavailable, some features, such as remote protocol memory maps,
40862 target descriptions, and shared library lists, that are based on XML
40863 files, will not be available in @value{GDBN}. If your host does not
40864 have libexpat installed, you can get the latest version from
40865 @url{http://expat.sourceforge.net}.
40866
40867 @item --with-libiconv-prefix@r{[}=@var{dir}@r{]}
40868 Build @value{GDBN} with GNU libiconv, a character set encoding
40869 conversion library. This is not done by default, as on GNU systems
40870 the @code{iconv} that is built in to the C library is sufficient. If
40871 your host does not have a working @code{iconv}, you can get the latest
40872 version of GNU iconv from @url{https://www.gnu.org/software/libiconv/}.
40873
40874 @value{GDBN}'s build system also supports building GNU libiconv as
40875 part of the overall build. @xref{Requirements}.
40876
40877 @item --with-lzma
40878 Build @value{GDBN} with LZMA, a compression library. (Done by default
40879 if liblzma is installed and found at configure time.) LZMA is used by
40880 @value{GDBN}'s "mini debuginfo" feature, which is only useful on
40881 platforms using the ELF object file format. If your host does not
40882 have liblzma installed, you can get the latest version from
40883 @url{https://tukaani.org/xz/}.
40884
40885 @item --with-python@r{[}=@var{python}@r{]}
40886 Build @value{GDBN} with Python scripting support. (Done by default if
40887 libpython is present and found at configure time.) Python makes
40888 @value{GDBN} scripting much more powerful than the restricted CLI
40889 scripting language. If your host does not have Python installed, you
40890 can find it on @url{http://www.python.org/download/}. The oldest version
40891 of Python supported by GDB is 3.0.1. The optional argument @var{python}
40892 is used to find the Python headers and libraries. It can be either
40893 the name of a Python executable, or the name of the directory in which
40894 Python is installed.
40895
40896 @item --with-guile[=@var{guile}]
40897 Build @value{GDBN} with GNU Guile scripting support. (Done by default
40898 if libguile is present and found at configure time.) If your host
40899 does not have Guile installed, you can find it at
40900 @url{https://www.gnu.org/software/guile/}. The optional argument @var{guile}
40901 can be a version number, which will cause @code{configure} to try to
40902 use that version of Guile; or the file name of a @code{pkg-config}
40903 executable, which will be queried to find the information needed to
40904 compile and link against Guile.
40905
40906 @item --without-included-regex
40907 Don't use the regex library included with @value{GDBN} (as part of the
40908 libiberty library). This is the default on hosts with version 2 of
40909 the GNU C library.
40910
40911 @item --with-sysroot=@var{dir}
40912 Use @var{dir} as the default system root directory for libraries whose
40913 file names begin with @file{/lib}' or @file{/usr/lib'}. (The value of
40914 @var{dir} can be modified at run time by using the @command{set
40915 sysroot} command.) If @var{dir} is under the @value{GDBN} configured
40916 prefix (set with @code{--prefix} or @code{--exec-prefix options}, the
40917 default system root will be automatically adjusted if and when
40918 @value{GDBN} is moved to a different location.
40919
40920 @item --with-system-gdbinit=@var{file}
40921 Configure @value{GDBN} to automatically load a system-wide init file.
40922 @var{file} should be an absolute file name. If @var{file} is in a
40923 directory under the configured prefix, and @value{GDBN} is moved to
40924 another location after being built, the location of the system-wide
40925 init file will be adjusted accordingly.
40926
40927 @item --with-system-gdbinit-dir=@var{directory}
40928 Configure @value{GDBN} to automatically load init files from a
40929 system-wide directory. @var{directory} should be an absolute directory
40930 name. If @var{directory} is in a directory under the configured
40931 prefix, and @value{GDBN} is moved to another location after being
40932 built, the location of the system-wide init directory will be
40933 adjusted accordingly.
40934
40935 @item --enable-build-warnings
40936 When building the @value{GDBN} sources, ask the compiler to warn about
40937 any code which looks even vaguely suspicious. It passes many
40938 different warning flags, depending on the exact version of the
40939 compiler you are using.
40940
40941 @item --enable-werror
40942 Treat compiler warnings as errors. It adds the @code{-Werror} flag
40943 to the compiler, which will fail the compilation if the compiler
40944 outputs any warning messages.
40945
40946 @item --enable-ubsan
40947 Enable the GCC undefined behavior sanitizer. This is disabled by
40948 default, but passing @code{--enable-ubsan=yes} or
40949 @code{--enable-ubsan=auto} to @code{configure} will enable it. The
40950 undefined behavior sanitizer checks for C@t{++} undefined behavior.
40951 It has a performance cost, so if you are looking at @value{GDBN}'s
40952 performance, you should disable it. The undefined behavior sanitizer
40953 was first introduced in GCC 4.9.
40954 @end table
40955
40956 @node System-wide configuration
40957 @section System-wide configuration and settings
40958 @cindex system-wide init file
40959
40960 @value{GDBN} can be configured to have a system-wide init file and a
40961 system-wide init file directory; this file and files in that directory
40962 (if they have a recognized file extension) will be read and executed at
40963 startup (@pxref{Startup, , What @value{GDBN} does during startup}).
40964
40965 Here are the corresponding configure options:
40966
40967 @table @code
40968 @item --with-system-gdbinit=@var{file}
40969 Specify that the default location of the system-wide init file is
40970 @var{file}.
40971 @item --with-system-gdbinit-dir=@var{directory}
40972 Specify that the default location of the system-wide init file directory
40973 is @var{directory}.
40974 @end table
40975
40976 If @value{GDBN} has been configured with the option @option{--prefix=$prefix},
40977 they may be subject to relocation. Two possible cases:
40978
40979 @itemize @bullet
40980 @item
40981 If the default location of this init file/directory contains @file{$prefix},
40982 it will be subject to relocation. Suppose that the configure options
40983 are @option{--prefix=$prefix --with-system-gdbinit=$prefix/etc/gdbinit};
40984 if @value{GDBN} is moved from @file{$prefix} to @file{$install}, the system
40985 init file is looked for as @file{$install/etc/gdbinit} instead of
40986 @file{$prefix/etc/gdbinit}.
40987
40988 @item
40989 By contrast, if the default location does not contain the prefix,
40990 it will not be relocated. E.g.@: if @value{GDBN} has been configured with
40991 @option{--prefix=/usr/local --with-system-gdbinit=/usr/share/gdb/gdbinit},
40992 then @value{GDBN} will always look for @file{/usr/share/gdb/gdbinit},
40993 wherever @value{GDBN} is installed.
40994 @end itemize
40995
40996 If the configured location of the system-wide init file (as given by the
40997 @option{--with-system-gdbinit} option at configure time) is in the
40998 data-directory (as specified by @option{--with-gdb-datadir} at configure
40999 time) or in one of its subdirectories, then @value{GDBN} will look for the
41000 system-wide init file in the directory specified by the
41001 @option{--data-directory} command-line option.
41002 Note that the system-wide init file is only read once, during @value{GDBN}
41003 initialization. If the data-directory is changed after @value{GDBN} has
41004 started with the @code{set data-directory} command, the file will not be
41005 reread.
41006
41007 This applies similarly to the system-wide directory specified in
41008 @option{--with-system-gdbinit-dir}.
41009
41010 Any supported scripting language can be used for these init files, as long
41011 as the file extension matches the scripting language. To be interpreted
41012 as regular @value{GDBN} commands, the files needs to have a @file{.gdb}
41013 extension.
41014
41015 @menu
41016 * System-wide Configuration Scripts:: Installed System-wide Configuration Scripts
41017 @end menu
41018
41019 @node System-wide Configuration Scripts
41020 @subsection Installed System-wide Configuration Scripts
41021 @cindex system-wide configuration scripts
41022
41023 The @file{system-gdbinit} directory, located inside the data-directory
41024 (as specified by @option{--with-gdb-datadir} at configure time) contains
41025 a number of scripts which can be used as system-wide init files. To
41026 automatically source those scripts at startup, @value{GDBN} should be
41027 configured with @option{--with-system-gdbinit}. Otherwise, any user
41028 should be able to source them by hand as needed.
41029
41030 The following scripts are currently available:
41031 @itemize @bullet
41032
41033 @item @file{elinos.py}
41034 @pindex elinos.py
41035 @cindex ELinOS system-wide configuration script
41036 This script is useful when debugging a program on an ELinOS target.
41037 It takes advantage of the environment variables defined in a standard
41038 ELinOS environment in order to determine the location of the system
41039 shared libraries, and then sets the @samp{solib-absolute-prefix}
41040 and @samp{solib-search-path} variables appropriately.
41041
41042 @item @file{wrs-linux.py}
41043 @pindex wrs-linux.py
41044 @cindex Wind River Linux system-wide configuration script
41045 This script is useful when debugging a program on a target running
41046 Wind River Linux. It expects the @env{ENV_PREFIX} to be set to
41047 the host-side sysroot used by the target system.
41048
41049 @end itemize
41050
41051 @node Maintenance Commands
41052 @appendix Maintenance Commands
41053 @cindex maintenance commands
41054 @cindex internal commands
41055
41056 In addition to commands intended for @value{GDBN} users, @value{GDBN}
41057 includes a number of commands intended for @value{GDBN} developers,
41058 that are not documented elsewhere in this manual. These commands are
41059 provided here for reference. (For commands that turn on debugging
41060 messages, see @ref{Debugging Output}.)
41061
41062 @table @code
41063 @kindex maint agent
41064 @kindex maint agent-eval
41065 @item maint agent @r{[}-at @var{linespec}@r{,}@r{]} @var{expression}
41066 @itemx maint agent-eval @r{[}-at @var{linespec}@r{,}@r{]} @var{expression}
41067 Translate the given @var{expression} into remote agent bytecodes.
41068 This command is useful for debugging the Agent Expression mechanism
41069 (@pxref{Agent Expressions}). The @samp{agent} version produces an
41070 expression useful for data collection, such as by tracepoints, while
41071 @samp{maint agent-eval} produces an expression that evaluates directly
41072 to a result. For instance, a collection expression for @code{globa +
41073 globb} will include bytecodes to record four bytes of memory at each
41074 of the addresses of @code{globa} and @code{globb}, while discarding
41075 the result of the addition, while an evaluation expression will do the
41076 addition and return the sum.
41077 If @code{-at} is given, generate remote agent bytecode for all the
41078 addresses to which @var{linespec} resolves (@pxref{Linespec
41079 Locations}).
41080 If not, generate remote agent bytecode for current frame PC address.
41081
41082 @kindex maint agent-printf
41083 @item maint agent-printf @var{format},@var{expr},...
41084 Translate the given format string and list of argument expressions
41085 into remote agent bytecodes and display them as a disassembled list.
41086 This command is useful for debugging the agent version of dynamic
41087 printf (@pxref{Dynamic Printf}).
41088
41089 @kindex maint info breakpoints
41090 @item @anchor{maint info breakpoints}maint info breakpoints
41091 Using the same format as @samp{info breakpoints}, display both the
41092 breakpoints you've set explicitly, and those @value{GDBN} is using for
41093 internal purposes. Internal breakpoints are shown with negative
41094 breakpoint numbers. The type column identifies what kind of breakpoint
41095 is shown:
41096
41097 @table @code
41098 @item breakpoint
41099 Normal, explicitly set breakpoint.
41100
41101 @item watchpoint
41102 Normal, explicitly set watchpoint.
41103
41104 @item longjmp
41105 Internal breakpoint, used to handle correctly stepping through
41106 @code{longjmp} calls.
41107
41108 @item longjmp resume
41109 Internal breakpoint at the target of a @code{longjmp}.
41110
41111 @item until
41112 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
41113
41114 @item finish
41115 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
41116
41117 @item shlib events
41118 Shared library events.
41119
41120 @end table
41121
41122 @kindex maint info btrace
41123 @item maint info btrace
41124 Pint information about raw branch tracing data.
41125
41126 @kindex maint btrace packet-history
41127 @item maint btrace packet-history
41128 Print the raw branch trace packets that are used to compute the
41129 execution history for the @samp{record btrace} command. Both the
41130 information and the format in which it is printed depend on the btrace
41131 recording format.
41132
41133 @table @code
41134 @item bts
41135 For the BTS recording format, print a list of blocks of sequential
41136 code. For each block, the following information is printed:
41137
41138 @table @asis
41139 @item Block number
41140 Newer blocks have higher numbers. The oldest block has number zero.
41141 @item Lowest @samp{PC}
41142 @item Highest @samp{PC}
41143 @end table
41144
41145 @item pt
41146 For the Intel Processor Trace recording format, print a list of
41147 Intel Processor Trace packets. For each packet, the following
41148 information is printed:
41149
41150 @table @asis
41151 @item Packet number
41152 Newer packets have higher numbers. The oldest packet has number zero.
41153 @item Trace offset
41154 The packet's offset in the trace stream.
41155 @item Packet opcode and payload
41156 @end table
41157 @end table
41158
41159 @kindex maint btrace clear-packet-history
41160 @item maint btrace clear-packet-history
41161 Discards the cached packet history printed by the @samp{maint btrace
41162 packet-history} command. The history will be computed again when
41163 needed.
41164
41165 @kindex maint btrace clear
41166 @item maint btrace clear
41167 Discard the branch trace data. The data will be fetched anew and the
41168 branch trace will be recomputed when needed.
41169
41170 This implicitly truncates the branch trace to a single branch trace
41171 buffer. When updating branch trace incrementally, the branch trace
41172 available to @value{GDBN} may be bigger than a single branch trace
41173 buffer.
41174
41175 @kindex maint set btrace pt skip-pad
41176 @item maint set btrace pt skip-pad
41177 @kindex maint show btrace pt skip-pad
41178 @item maint show btrace pt skip-pad
41179 Control whether @value{GDBN} will skip PAD packets when computing the
41180 packet history.
41181
41182 @kindex maint info jit
41183 @item maint info jit
41184 Print information about JIT code objects loaded in the current inferior.
41185
41186 @anchor{maint info python-disassemblers}
41187 @kindex maint info python-disassemblers
41188 @item maint info python-disassemblers
41189 This command is defined within the @code{gdb.disassembler} Python
41190 module (@pxref{Disassembly In Python}), and will only be present after
41191 that module has been imported. To force the module to be imported do
41192 the following:
41193
41194 @kindex maint info linux-lwps
41195 @item maint info linux-lwps
41196 Print information about LWPs under control of the Linux native target.
41197
41198 @smallexample
41199 (@value{GDBP}) python import gdb.disassembler
41200 @end smallexample
41201
41202 This command lists all the architectures for which a disassembler is
41203 currently registered, and the name of the disassembler. If a
41204 disassembler is registered for all architectures, then this is listed
41205 last against the @samp{GLOBAL} architecture.
41206
41207 If one of the disassemblers would be selected for the architecture of
41208 the current inferior, then this disassembler will be marked.
41209
41210 The following example shows a situation in which two disassemblers are
41211 registered, initially the @samp{i386} disassembler matches the current
41212 architecture, then the architecture is changed, now the @samp{GLOBAL}
41213 disassembler matches.
41214
41215 @smallexample
41216 @group
41217 (@value{GDBP}) show architecture
41218 The target architecture is set to "auto" (currently "i386").
41219 (@value{GDBP}) maint info python-disassemblers
41220 Architecture Disassember Name
41221 i386 Disassembler_1 (Matches current architecture)
41222 GLOBAL Disassembler_2
41223 @end group
41224 @group
41225 (@value{GDBP}) set architecture arm
41226 The target architecture is set to "arm".
41227 (@value{GDBP}) maint info python-disassemblers
41228 quit
41229 Architecture Disassember Name
41230 i386 Disassembler_1
41231 GLOBAL Disassembler_2 (Matches current architecture)
41232 @end group
41233 @end smallexample
41234
41235 @kindex set displaced-stepping
41236 @kindex show displaced-stepping
41237 @cindex displaced stepping support
41238 @cindex out-of-line single-stepping
41239 @item set displaced-stepping
41240 @itemx show displaced-stepping
41241 Control whether or not @value{GDBN} will do @dfn{displaced stepping}
41242 if the target supports it. Displaced stepping is a way to single-step
41243 over breakpoints without removing them from the inferior, by executing
41244 an out-of-line copy of the instruction that was originally at the
41245 breakpoint location. It is also known as out-of-line single-stepping.
41246
41247 @table @code
41248 @item set displaced-stepping on
41249 If the target architecture supports it, @value{GDBN} will use
41250 displaced stepping to step over breakpoints.
41251
41252 @item set displaced-stepping off
41253 @value{GDBN} will not use displaced stepping to step over breakpoints,
41254 even if such is supported by the target architecture.
41255
41256 @cindex non-stop mode, and @samp{set displaced-stepping}
41257 @item set displaced-stepping auto
41258 This is the default mode. @value{GDBN} will use displaced stepping
41259 only if non-stop mode is active (@pxref{Non-Stop Mode}) and the target
41260 architecture supports displaced stepping.
41261 @end table
41262
41263 @kindex maint check-psymtabs
41264 @item maint check-psymtabs
41265 Check the consistency of currently expanded psymtabs versus symtabs.
41266 Use this to check, for example, whether a symbol is in one but not the other.
41267
41268 @kindex maint check-symtabs
41269 @item maint check-symtabs
41270 Check the consistency of currently expanded symtabs.
41271
41272 @kindex maint expand-symtabs
41273 @item maint expand-symtabs [@var{regexp}]
41274 Expand symbol tables.
41275 If @var{regexp} is specified, only expand symbol tables for file
41276 names matching @var{regexp}.
41277
41278 @kindex maint set catch-demangler-crashes
41279 @kindex maint show catch-demangler-crashes
41280 @cindex demangler crashes
41281 @item maint set catch-demangler-crashes [on|off]
41282 @itemx maint show catch-demangler-crashes
41283 Control whether @value{GDBN} should attempt to catch crashes in the
41284 symbol name demangler. The default is to attempt to catch crashes.
41285 If enabled, the first time a crash is caught, a core file is created,
41286 the offending symbol is displayed and the user is presented with the
41287 option to terminate the current session.
41288
41289 @kindex maint cplus first_component
41290 @item maint cplus first_component @var{name}
41291 Print the first C@t{++} class/namespace component of @var{name}.
41292
41293 @kindex maint cplus namespace
41294 @item maint cplus namespace
41295 Print the list of possible C@t{++} namespaces.
41296
41297 @kindex maint deprecate
41298 @kindex maint undeprecate
41299 @cindex deprecated commands
41300 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
41301 @itemx maint undeprecate @var{command}
41302 Deprecate or undeprecate the named @var{command}. Deprecated commands
41303 cause @value{GDBN} to issue a warning when you use them. The optional
41304 argument @var{replacement} says which newer command should be used in
41305 favor of the deprecated one; if it is given, @value{GDBN} will mention
41306 the replacement as part of the warning.
41307
41308 @kindex maint dump-me
41309 @item maint dump-me
41310 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
41311 Cause a fatal signal in the debugger and force it to dump its core.
41312 This is supported only on systems which support aborting a program
41313 with the @code{SIGQUIT} signal.
41314
41315 @kindex maint internal-error
41316 @kindex maint internal-warning
41317 @kindex maint demangler-warning
41318 @cindex demangler crashes
41319 @item maint internal-error @r{[}@var{message-text}@r{]}
41320 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
41321 @itemx maint demangler-warning @r{[}@var{message-text}@r{]}
41322
41323 Cause @value{GDBN} to call the internal function @code{internal_error},
41324 @code{internal_warning} or @code{demangler_warning} and hence behave
41325 as though an internal problem has been detected. In addition to
41326 reporting the internal problem, these functions give the user the
41327 opportunity to either quit @value{GDBN} or (for @code{internal_error}
41328 and @code{internal_warning}) create a core file of the current
41329 @value{GDBN} session.
41330
41331 These commands take an optional parameter @var{message-text} that is
41332 used as the text of the error or warning message.
41333
41334 Here's an example of using @code{internal-error}:
41335
41336 @smallexample
41337 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
41338 @dots{}/maint.c:121: internal-error: testing, 1, 2
41339 A problem internal to GDB has been detected. Further
41340 debugging may prove unreliable.
41341 Quit this debugging session? (y or n) @kbd{n}
41342 Create a core file? (y or n) @kbd{n}
41343 (@value{GDBP})
41344 @end smallexample
41345
41346 @kindex maint set debuginfod download-sections
41347 @kindex maint show debuginfod download-sections
41348 @cindex debuginfod, maintenance commands
41349 @item maint set debuginfod download-sections
41350 @itemx maint set debuginfod download-sections @r{[}on|off@r{]}
41351 @itemx maint show debuginfod download-sections
41352 Controls whether @value{GDBN} will attempt to download individual
41353 ELF/DWARF sections from @code{debuginfod}. If disabled, only
41354 whole debug info files will be downloaded; this could result
41355 in @value{GDBN} downloading larger amounts of data.
41356
41357 @cindex @value{GDBN} internal error
41358 @cindex internal errors, control of @value{GDBN} behavior
41359 @cindex demangler crashes
41360
41361 @kindex maint set internal-error
41362 @kindex maint show internal-error
41363 @kindex maint set internal-warning
41364 @kindex maint show internal-warning
41365 @kindex maint set demangler-warning
41366 @kindex maint show demangler-warning
41367 @item maint set internal-error @var{action} [ask|yes|no]
41368 @itemx maint show internal-error @var{action}
41369 @itemx maint set internal-warning @var{action} [ask|yes|no]
41370 @itemx maint show internal-warning @var{action}
41371 @itemx maint set demangler-warning @var{action} [ask|yes|no]
41372 @itemx maint show demangler-warning @var{action}
41373 When @value{GDBN} reports an internal problem (error or warning) it
41374 gives the user the opportunity to both quit @value{GDBN} and create a
41375 core file of the current @value{GDBN} session. These commands let you
41376 override the default behaviour for each particular @var{action},
41377 described in the table below.
41378
41379 @table @samp
41380 @item quit
41381 You can specify that @value{GDBN} should always (yes) or never (no)
41382 quit. The default is to ask the user what to do.
41383
41384 @item corefile
41385 You can specify that @value{GDBN} should always (yes) or never (no)
41386 create a core file. The default is to ask the user what to do. Note
41387 that there is no @code{corefile} option for @code{demangler-warning}:
41388 demangler warnings always create a core file and this cannot be
41389 disabled.
41390 @end table
41391
41392 @kindex maint set internal-error
41393 @kindex maint show internal-error
41394 @kindex maint set internal-warning
41395 @kindex maint show internal-warning
41396 @item maint set internal-error backtrace @r{[}on|off@r{]}
41397 @itemx maint show internal-error backtrace
41398 @itemx maint set internal-warning backtrace @r{[}on|off@r{]}
41399 @itemx maint show internal-warning backtrace
41400 When @value{GDBN} reports an internal problem (error or warning) it is
41401 possible to have a backtrace of @value{GDBN} printed to the standard
41402 error stream. This is @samp{on} by default for @code{internal-error}
41403 and @samp{off} by default for @code{internal-warning}.
41404
41405 @anchor{maint packet}
41406 @kindex maint packet
41407 @item maint packet @var{text}
41408 If @value{GDBN} is talking to an inferior via the serial protocol,
41409 then this command sends the string @var{text} to the inferior, and
41410 displays the response packet. @value{GDBN} supplies the initial
41411 @samp{$} character, the terminating @samp{#} character, and the
41412 checksum.
41413
41414 Any non-printable characters in the reply are printed as escaped hex,
41415 e.g. @samp{\x00}, @samp{\x01}, etc.
41416
41417 @kindex maint print architecture
41418 @item maint print architecture @r{[}@var{file}@r{]}
41419 Print the entire architecture configuration. The optional argument
41420 @var{file} names the file where the output goes.
41421
41422 @kindex maint print c-tdesc
41423 @item maint print c-tdesc @r{[}-single-feature@r{]} @r{[}@var{file}@r{]}
41424 Print the target description (@pxref{Target Descriptions}) as
41425 a C source file. By default, the target description is for the current
41426 target, but if the optional argument @var{file} is provided, that file
41427 is used to produce the description. The @var{file} should be an XML
41428 document, of the form described in @ref{Target Description Format}.
41429 The created source file is built into @value{GDBN} when @value{GDBN} is
41430 built again. This command is used by developers after they add or
41431 modify XML target descriptions.
41432
41433 When the optional flag @samp{-single-feature} is provided then the
41434 target description being processed (either the default, or from
41435 @var{file}) must only contain a single feature. The source file
41436 produced is different in this case.
41437
41438 @kindex maint print xml-tdesc
41439 @item maint print xml-tdesc @r{[}@var{file}@r{]}
41440 Print the target description (@pxref{Target Descriptions}) as an XML
41441 file. By default print the target description for the current target,
41442 but if the optional argument @var{file} is provided, then that file is
41443 read in by GDB and then used to produce the description. The
41444 @var{file} should be an XML document, of the form described in
41445 @ref{Target Description Format}.
41446
41447 @kindex maint check xml-descriptions
41448 @item maint check xml-descriptions @var{dir}
41449 Check that the target descriptions dynamically created by @value{GDBN}
41450 equal the descriptions created from XML files found in @var{dir}.
41451
41452 @anchor{maint check libthread-db}
41453 @kindex maint check libthread-db
41454 @item maint check libthread-db
41455 Run integrity checks on the current inferior's thread debugging
41456 library. This exercises all @code{libthread_db} functionality used by
41457 @value{GDBN} on GNU/Linux systems, and by extension also exercises the
41458 @code{proc_service} functions provided by @value{GDBN} that
41459 @code{libthread_db} uses. Note that parts of the test may be skipped
41460 on some platforms when debugging core files.
41461
41462 @kindex maint print core-file-backed-mappings
41463 @cindex memory address space mappings
41464 @item maint print core-file-backed-mappings
41465 Print the file-backed mappings which were loaded from a core file note.
41466 This output represents state internal to @value{GDBN} and should be
41467 similar to the mappings displayed by the @code{info proc mappings}
41468 command.
41469
41470 @kindex maint print dummy-frames
41471 @item maint print dummy-frames
41472 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
41473
41474 @smallexample
41475 (@value{GDBP}) @kbd{b add}
41476 @dots{}
41477 (@value{GDBP}) @kbd{print add(2,3)}
41478 Breakpoint 2, add (a=2, b=3) at @dots{}
41479 58 return (a + b);
41480 The program being debugged stopped while in a function called from GDB.
41481 @dots{}
41482 (@value{GDBP}) @kbd{maint print dummy-frames}
41483 0xa8206d8: id=@{stack=0xbfffe734,code=0xbfffe73f,!special@}, ptid=process 9353
41484 (@value{GDBP})
41485 @end smallexample
41486
41487 Takes an optional file parameter.
41488
41489 @kindex maint print frame-id
41490 @item maint print frame-id
41491 @itemx maint print frame-id @var{level}
41492 Print @value{GDBN}'s internal frame-id for the frame at relative
41493 @var{level}, or for the currently selected frame when @var{level} is
41494 not given.
41495
41496 If used, @var{level} should be an integer, as displayed in the
41497 @command{backtrace} output.
41498
41499 @smallexample
41500 (@value{GDBP}) maint print frame-id
41501 frame-id for frame #0: @{stack=0x7fffffffac70,code=0x0000000000401106,!special@}
41502 (@value{GDBP}) maint print frame-id 2
41503 frame-id for frame #2: @{stack=0x7fffffffac90,code=0x000000000040111c,!special@}
41504 @end smallexample
41505
41506 @kindex maint print registers
41507 @kindex maint print raw-registers
41508 @kindex maint print cooked-registers
41509 @kindex maint print register-groups
41510 @kindex maint print remote-registers
41511 @item maint print registers @r{[}@var{file}@r{]}
41512 @itemx maint print raw-registers @r{[}@var{file}@r{]}
41513 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
41514 @itemx maint print register-groups @r{[}@var{file}@r{]}
41515 @itemx maint print remote-registers @r{[}@var{file}@r{]}
41516 Print @value{GDBN}'s internal register data structures.
41517
41518 The command @code{maint print raw-registers} includes the contents of
41519 the raw register cache; the command @code{maint print
41520 cooked-registers} includes the (cooked) value of all registers,
41521 including registers which aren't available on the target nor visible
41522 to user; the command @code{maint print register-groups} includes the
41523 groups that each register is a member of; and the command @code{maint
41524 print remote-registers} includes the remote target's register numbers
41525 and offsets in the `G' packets.
41526
41527 These commands take an optional parameter, a file name to which to
41528 write the information.
41529
41530 @kindex maint print reggroups
41531 @item maint print reggroups @r{[}@var{file}@r{]}
41532 Print @value{GDBN}'s internal register group data structures. The
41533 optional argument @var{file} tells to what file to write the
41534 information.
41535
41536 The register groups info looks like this:
41537
41538 @smallexample
41539 (@value{GDBP}) @kbd{maint print reggroups}
41540 Group Type
41541 general user
41542 float user
41543 all user
41544 vector user
41545 system user
41546 save internal
41547 restore internal
41548 @end smallexample
41549
41550 @kindex maint flush register-cache
41551 @kindex flushregs
41552 @cindex register cache, flushing
41553 @item maint flush register-cache
41554 @itemx flushregs
41555 Flush the contents of the register cache and as a consequence the
41556 frame cache. This command is useful when debugging issues related to
41557 register fetching, or frame unwinding. The command @code{flushregs}
41558 is deprecated in favor of @code{maint flush register-cache}.
41559
41560 @kindex maint flush source-cache
41561 @cindex source code, caching
41562 @item maint flush source-cache
41563 Flush @value{GDBN}'s cache of source code file contents. After
41564 @value{GDBN} reads a source file, and optionally applies styling
41565 (@pxref{Output Styling}), the file contents are cached. This command
41566 clears that cache. The next time @value{GDBN} wants to show lines
41567 from a source file, the content will be re-read.
41568
41569 This command is useful when debugging issues related to source code
41570 styling. After flushing the cache any source code displayed by
41571 @value{GDBN} will be re-read and re-styled.
41572
41573 @kindex maint print objfiles
41574 @cindex info for known object files
41575 @item maint print objfiles @r{[}@var{regexp}@r{]}
41576 Print a dump of all known object files.
41577 If @var{regexp} is specified, only print object files whose names
41578 match @var{regexp}. For each object file, this command prints its name,
41579 address in memory, and all of its psymtabs and symtabs.
41580
41581 @kindex maint print user-registers
41582 @cindex user registers
41583 @item maint print user-registers
41584 List all currently available @dfn{user registers}. User registers
41585 typically provide alternate names for actual hardware registers. They
41586 include the four ``standard'' registers @code{$fp}, @code{$pc},
41587 @code{$sp}, and @code{$ps}. @xref{standard registers}. User
41588 registers can be used in expressions in the same way as the canonical
41589 register names, but only the latter are listed by the @code{info
41590 registers} and @code{maint print registers} commands.
41591
41592 @kindex maint print section-scripts
41593 @cindex info for known .debug_gdb_scripts-loaded scripts
41594 @item maint print section-scripts [@var{regexp}]
41595 Print a dump of scripts specified in the @code{.debug_gdb_section} section.
41596 If @var{regexp} is specified, only print scripts loaded by object files
41597 matching @var{regexp}.
41598 For each script, this command prints its name as specified in the objfile,
41599 and the full path if known.
41600 @xref{dotdebug_gdb_scripts section}.
41601
41602 @kindex maint print statistics
41603 @cindex bcache statistics
41604 @item maint print statistics
41605 This command prints, for each object file in the program, various data
41606 about that object file followed by the byte cache (@dfn{bcache})
41607 statistics for the object file. The objfile data includes the number
41608 of minimal, partial, full, and stabs symbols, the number of types
41609 defined by the objfile, the number of as yet unexpanded psym tables,
41610 the number of line tables and string tables, and the amount of memory
41611 used by the various tables. The bcache statistics include the counts,
41612 sizes, and counts of duplicates of all and unique objects, max,
41613 average, and median entry size, total memory used and its overhead and
41614 savings, and various measures of the hash table size and chain
41615 lengths.
41616
41617 @kindex maint print target-stack
41618 @cindex target stack description
41619 @item maint print target-stack
41620 A @dfn{target} is an interface between the debugger and a particular
41621 kind of file or process. Targets can be stacked in @dfn{strata},
41622 so that more than one target can potentially respond to a request.
41623 In particular, memory accesses will walk down the stack of targets
41624 until they find a target that is interested in handling that particular
41625 address.
41626
41627 This command prints a short description of each layer that was pushed on
41628 the @dfn{target stack}, starting from the top layer down to the bottom one.
41629
41630 @kindex maint print type
41631 @cindex type chain of a data type
41632 @item maint print type @var{expr}
41633 Print the type chain for a type specified by @var{expr}. The argument
41634 can be either a type name or a symbol. If it is a symbol, the type of
41635 that symbol is described. The type chain produced by this command is
41636 a recursive definition of the data type as stored in @value{GDBN}'s
41637 data structures, including its flags and contained types.
41638
41639 @kindex maint print record-instruction
41640 @item maint print record-instruction
41641 @itemx maint print record-instruction @var{N}
41642 print how GDB recorded a given instruction. If @var{n} is not positive
41643 number, it prints the values stored by the inferior before the @var{n}-th previous
41644 instruction was exectued. If @var{n} is positive, print the values after the @var{n}-th
41645 following instruction is executed. If @var{n} is not given, 0 is assumed.
41646
41647 @kindex maint selftest
41648 @cindex self tests
41649 @item maint selftest @r{[}-verbose@r{]} @r{[}@var{filter}@r{]}
41650 Run any self tests that were compiled in to @value{GDBN}. This will
41651 print a message showing how many tests were run, and how many failed.
41652 If a @var{filter} is passed, only the tests with @var{filter} in their
41653 name will be ran. If @code{-verbose} is passed, the self tests can be
41654 more verbose.
41655
41656 @kindex maint set selftest verbose
41657 @kindex maint show selftest verbose
41658 @cindex self tests
41659 @item maint set selftest verbose
41660 @item maint show selftest verbose
41661 Control whether self tests are run verbosely or not.
41662
41663 @kindex maint info selftests
41664 @cindex self tests
41665 @item maint info selftests
41666 List the selftests compiled in to @value{GDBN}.
41667
41668 @kindex maint set dwarf always-disassemble
41669 @kindex maint show dwarf always-disassemble
41670 @item maint set dwarf always-disassemble
41671 @item maint show dwarf always-disassemble
41672 Control the behavior of @code{info address} when using DWARF debugging
41673 information.
41674
41675 The default is @code{off}, which means that @value{GDBN} should try to
41676 describe a variable's location in an easily readable format. When
41677 @code{on}, @value{GDBN} will instead display the DWARF location
41678 expression in an assembly-like format. Note that some locations are
41679 too complex for @value{GDBN} to describe simply; in this case you will
41680 always see the disassembly form.
41681
41682 Here is an example of the resulting disassembly:
41683
41684 @smallexample
41685 (@value{GDBP}) info addr argc
41686 Symbol "argc" is a complex DWARF expression:
41687 1: DW_OP_fbreg 0
41688 @end smallexample
41689
41690 For more information on these expressions, see
41691 @uref{http://www.dwarfstd.org/, the DWARF standard}.
41692
41693 @kindex maint set dwarf max-cache-age
41694 @kindex maint show dwarf max-cache-age
41695 @item maint set dwarf max-cache-age
41696 @itemx maint show dwarf max-cache-age
41697 Control the DWARF compilation unit cache.
41698
41699 @cindex DWARF compilation units cache
41700 In object files with inter-compilation-unit references, such as those
41701 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF
41702 reader needs to frequently refer to previously read compilation units.
41703 This setting controls how long a compilation unit will remain in the
41704 cache if it is not referenced. A higher limit means that cached
41705 compilation units will be stored in memory longer, and more total
41706 memory will be used. Setting it to zero disables caching, which will
41707 slow down @value{GDBN} startup, but reduce memory consumption.
41708
41709 @kindex maint set dwarf unwinders
41710 @kindex maint show dwarf unwinders
41711 @item maint set dwarf unwinders
41712 @itemx maint show dwarf unwinders
41713 Control use of the DWARF frame unwinders.
41714
41715 @cindex DWARF frame unwinders
41716 Many targets that support DWARF debugging use @value{GDBN}'s DWARF
41717 frame unwinders to build the backtrace. Many of these targets will
41718 also have a second mechanism for building the backtrace for use in
41719 cases where DWARF information is not available, this second mechanism
41720 is often an analysis of a function's prologue.
41721
41722 In order to extend testing coverage of the second level stack
41723 unwinding mechanisms it is helpful to be able to disable the DWARF
41724 stack unwinders, this can be done with this switch.
41725
41726 In normal use of @value{GDBN} disabling the DWARF unwinders is not
41727 advisable, there are cases that are better handled through DWARF than
41728 prologue analysis, and the debug experience is likely to be better
41729 with the DWARF frame unwinders enabled.
41730
41731 If DWARF frame unwinders are not supported for a particular target
41732 architecture, then enabling this flag does not cause them to be used.
41733
41734 @kindex maint info frame-unwinders
41735 @item maint info frame-unwinders
41736 List the frame unwinders currently in effect, starting with the highest priority.
41737
41738 @kindex maint set worker-threads
41739 @kindex maint show worker-threads
41740 @item maint set worker-threads
41741 @item maint show worker-threads
41742 Control the number of worker threads that may be used by @value{GDBN}.
41743 On capable hosts, @value{GDBN} may use multiple threads to speed up
41744 certain CPU-intensive operations, such as demangling symbol names.
41745 While the number of threads used by @value{GDBN} may vary, this
41746 command can be used to set an upper bound on this number. The default
41747 is @code{unlimited}, which lets @value{GDBN} choose a reasonable
41748 number. Note that this only controls worker threads started by
41749 @value{GDBN} itself; libraries used by @value{GDBN} may start threads
41750 of their own.
41751
41752 @kindex maint set profile
41753 @kindex maint show profile
41754 @cindex profiling GDB
41755 @item maint set profile
41756 @itemx maint show profile
41757 Control profiling of @value{GDBN}.
41758
41759 Profiling will be disabled until you use the @samp{maint set profile}
41760 command to enable it. When you enable profiling, the system will begin
41761 collecting timing and execution count data; when you disable profiling or
41762 exit @value{GDBN}, the results will be written to a log file. Remember that
41763 if you use profiling, @value{GDBN} will overwrite the profiling log file
41764 (often called @file{gmon.out}). If you have a record of important profiling
41765 data in a @file{gmon.out} file, be sure to move it to a safe location.
41766
41767 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
41768 compiled with the @samp{-pg} compiler option.
41769
41770 @kindex maint set show-debug-regs
41771 @kindex maint show show-debug-regs
41772 @cindex hardware debug registers
41773 @item maint set show-debug-regs
41774 @itemx maint show show-debug-regs
41775 Control whether to show variables that mirror the hardware debug
41776 registers. Use @code{on} to enable, @code{off} to disable. If
41777 enabled, the debug registers values are shown when @value{GDBN} inserts or
41778 removes a hardware breakpoint or watchpoint, and when the inferior
41779 triggers a hardware-assisted breakpoint or watchpoint.
41780
41781 @kindex maint set show-all-tib
41782 @kindex maint show show-all-tib
41783 @item maint set show-all-tib
41784 @itemx maint show show-all-tib
41785 Control whether to show all non zero areas within a 1k block starting
41786 at thread local base, when using the @samp{info w32 thread-information-block}
41787 command.
41788
41789 @kindex maint set target-async
41790 @kindex maint show target-async
41791 @item maint set target-async
41792 @itemx maint show target-async
41793 This controls whether @value{GDBN} targets operate in synchronous or
41794 asynchronous mode (@pxref{Background Execution}). Normally the
41795 default is asynchronous, if it is available; but this can be changed
41796 to more easily debug problems occurring only in synchronous mode.
41797
41798 @kindex maint set target-non-stop @var{mode} [on|off|auto]
41799 @kindex maint show target-non-stop
41800 @item maint set target-non-stop
41801 @itemx maint show target-non-stop
41802
41803 This controls whether @value{GDBN} targets always operate in non-stop
41804 mode even if @code{set non-stop} is @code{off} (@pxref{Non-Stop
41805 Mode}). The default is @code{auto}, meaning non-stop mode is enabled
41806 if supported by the target.
41807
41808 @table @code
41809 @item maint set target-non-stop auto
41810 This is the default mode. @value{GDBN} controls the target in
41811 non-stop mode if the target supports it.
41812
41813 @item maint set target-non-stop on
41814 @value{GDBN} controls the target in non-stop mode even if the target
41815 does not indicate support.
41816
41817 @item maint set target-non-stop off
41818 @value{GDBN} does not control the target in non-stop mode even if the
41819 target supports it.
41820 @end table
41821
41822 @kindex maint set tui-resize-message
41823 @kindex maint show tui-resize-message
41824 @item maint set tui-resize-message
41825 @item maint show tui-resize-message
41826 Control whether @value{GDBN} displays a message each time the terminal
41827 is resized when in TUI mode. The default is @code{off}, which means
41828 that @value{GDBN} is silent during resizes. When @code{on},
41829 @value{GDBN} will display a message after a resize is completed; the
41830 message will include a number indicating how many times the terminal
41831 has been resized. This setting is intended for use by the test suite,
41832 where it would otherwise be difficult to determine when a resize and
41833 refresh has been completed.
41834
41835 @kindex maint set tui-left-margin-verbose
41836 @kindex maint show tui-left-margin-verbose
41837 @item maint set tui-left-margin-verbose
41838 @item maint show tui-left-margin-verbose
41839 Control whether the left margin of the TUI source and disassembly windows
41840 uses @samp{_} and @samp{0} at locations where otherwise there would be a
41841 space. The default is @code{off}, which means spaces are used. The
41842 setting is intended to make it clear where the left margin begins and
41843 ends, to avoid incorrectly interpreting a space as being part of the
41844 the left margin.
41845
41846 @kindex maint set per-command
41847 @kindex maint show per-command
41848 @item maint set per-command
41849 @itemx maint show per-command
41850 @cindex resources used by commands
41851
41852 @value{GDBN} can display the resources used by each command.
41853 This is useful in debugging performance problems.
41854
41855 @table @code
41856 @item maint set per-command space [on|off]
41857 @itemx maint show per-command space
41858 Enable or disable the printing of the memory used by GDB for each command.
41859 If enabled, @value{GDBN} will display how much memory each command
41860 took, following the command's own output.
41861 This can also be requested by invoking @value{GDBN} with the
41862 @option{--statistics} command-line switch (@pxref{Mode Options}).
41863
41864 @item maint set per-command time [on|off]
41865 @itemx maint show per-command time
41866 Enable or disable the printing of the execution time of @value{GDBN}
41867 for each command.
41868 If enabled, @value{GDBN} will display how much time it
41869 took to execute each command, following the command's own output.
41870 Both CPU time and wallclock time are printed.
41871 Printing both is useful when trying to determine whether the cost is
41872 CPU or, e.g., disk/network latency.
41873 Note that the CPU time printed is for @value{GDBN} only, it does not include
41874 the execution time of the inferior because there's no mechanism currently
41875 to compute how much time was spent by @value{GDBN} and how much time was
41876 spent by the program been debugged.
41877 This can also be requested by invoking @value{GDBN} with the
41878 @option{--statistics} command-line switch (@pxref{Mode Options}).
41879
41880 @item maint set per-command symtab [on|off]
41881 @itemx maint show per-command symtab
41882 Enable or disable the printing of basic symbol table statistics
41883 for each command.
41884 If enabled, @value{GDBN} will display the following information:
41885
41886 @enumerate a
41887 @item
41888 number of symbol tables
41889 @item
41890 number of primary symbol tables
41891 @item
41892 number of blocks in the blockvector
41893 @end enumerate
41894 @end table
41895
41896 @kindex maint set check-libthread-db
41897 @kindex maint show check-libthread-db
41898 @item maint set check-libthread-db [on|off]
41899 @itemx maint show check-libthread-db
41900 Control whether @value{GDBN} should run integrity checks on inferior
41901 specific thread debugging libraries as they are loaded. The default
41902 is not to perform such checks. If any check fails @value{GDBN} will
41903 unload the library and continue searching for a suitable candidate as
41904 described in @ref{set libthread-db-search-path}. For more information
41905 about the tests, see @ref{maint check libthread-db}.
41906
41907 @kindex maint set gnu-source-highlight enabled
41908 @kindex maint show gnu-source-highlight enabled
41909 @item maint set gnu-source-highlight enabled @r{[}on|off@r{]}
41910 @itemx maint show gnu-source-highlight enabled
41911 Control whether @value{GDBN} should use the GNU Source Highlight
41912 library for applying styling to source code (@pxref{Output Styling}).
41913 This will be @samp{on} by default if the GNU Source Highlight library
41914 is available. If the GNU Source Highlight library is not available,
41915 then this will be @samp{off} by default, and attempting to change this
41916 value to @samp{on} will give an error.
41917
41918 If the GNU Source Highlight library is not being used, then
41919 @value{GDBN} will use the Python Pygments package for source code
41920 styling, if it is available.
41921
41922 This option is useful for debugging @value{GDBN}'s use of the Pygments
41923 library when @value{GDBN} is linked against the GNU Source Highlight
41924 library.
41925
41926 @anchor{maint_libopcodes_styling}
41927 @kindex maint set libopcodes-styling enabled
41928 @kindex maint show libopcodes-styling enabled
41929 @item maint set libopcodes-styling enabled @r{[}on|off@r{]}
41930 @itemx maint show libopcodes-styling enabled
41931 Control whether @value{GDBN} should use its builtin disassembler
41932 (@file{libopcodes}) to style disassembler output (@pxref{Output
41933 Styling}). The builtin disassembler does not support styling for all
41934 architectures.
41935
41936 When this option is @samp{off} the builtin disassembler will not be
41937 used for styling, @value{GDBN} will fall back to using the Python
41938 Pygments package if possible.
41939
41940 Trying to set this option @samp{on} for an architecture that the
41941 builtin disassembler is unable to style will give an error, otherwise,
41942 the builtin disassembler will be used to style disassembler output.
41943
41944 This option is @samp{on} by default for supported architectures.
41945
41946 This option is useful for debugging @value{GDBN}'s use of the Pygments
41947 library when @value{GDBN} is built for an architecture that supports
41948 styling with the builtin disassembler
41949
41950 @kindex maint info screen
41951 @cindex show screen characteristics
41952 @item maint info screen
41953 Print various characteristics of the screen, such as various notions
41954 of width and height.
41955
41956 @kindex maint space
41957 @cindex memory used by commands
41958 @item maint space @var{value}
41959 An alias for @code{maint set per-command space}.
41960 A non-zero value enables it, zero disables it.
41961
41962 @kindex maint time
41963 @cindex time of command execution
41964 @item maint time @var{value}
41965 An alias for @code{maint set per-command time}.
41966 A non-zero value enables it, zero disables it.
41967
41968 @kindex maint translate-address
41969 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
41970 Find the symbol stored at the location specified by the address
41971 @var{addr} and an optional section name @var{section}. If found,
41972 @value{GDBN} prints the name of the closest symbol and an offset from
41973 the symbol's location to the specified address. This is similar to
41974 the @code{info address} command (@pxref{Symbols}), except that this
41975 command also allows to find symbols in other sections.
41976
41977 If section was not specified, the section in which the symbol was found
41978 is also printed. For dynamically linked executables, the name of
41979 executable or shared library containing the symbol is printed as well.
41980
41981 @kindex maint test-options
41982 @item maint test-options require-delimiter
41983 @itemx maint test-options unknown-is-error
41984 @itemx maint test-options unknown-is-operand
41985 These commands are used by the testsuite to validate the command
41986 options framework. The @code{require-delimiter} variant requires a
41987 double-dash delimiter to indicate end of options. The
41988 @code{unknown-is-error} and @code{unknown-is-operand} do not. The
41989 @code{unknown-is-error} variant throws an error on unknown option,
41990 while @code{unknown-is-operand} treats unknown options as the start of
41991 the command's operands. When run, the commands output the result of
41992 the processed options. When completed, the commands store the
41993 internal result of completion in a variable exposed by the @code{maint
41994 show test-options-completion-result} command.
41995
41996 @kindex maint show test-options-completion-result
41997 @item maint show test-options-completion-result
41998 Shows the result of completing the @code{maint test-options}
41999 subcommands. This is used by the testsuite to validate completion
42000 support in the command options framework.
42001
42002 @kindex maint set test-settings
42003 @kindex maint show test-settings
42004 @item maint set test-settings @var{kind}
42005 @itemx maint show test-settings @var{kind}
42006 These are representative commands for each @var{kind} of setting type
42007 @value{GDBN} supports. They are used by the testsuite for exercising
42008 the settings infrastructure.
42009
42010 @kindex maint set backtrace-on-fatal-signal
42011 @kindex maint show backtrace-on-fatal-signal
42012 @item maint set backtrace-on-fatal-signal [on|off]
42013 @itemx maint show backtrace-on-fatal-signal
42014 When this setting is @code{on}, if @value{GDBN} itself terminates with
42015 a fatal signal (e.g.@: SIGSEGV), then a limited backtrace will be
42016 printed to the standard error stream. This backtrace can be used to
42017 help diagnose crashes within @value{GDBN} in situations where a user
42018 is unable to share a corefile with the @value{GDBN} developers.
42019
42020 If the functionality to provide this backtrace is not available for
42021 the platform on which GDB is running then this feature will be
42022 @code{off} by default, and attempting to turn this feature on will
42023 give an error.
42024
42025 For platforms that do support creating the backtrace this feature is
42026 @code{on} by default.
42027
42028 @kindex maint wait-for-index-cache
42029 @item maint wait-for-index-cache
42030 Wait until all pending writes to the index cache have completed. This
42031 is used by the test suite to avoid races when the index cache is being
42032 updated by a worker thread.
42033
42034 @kindex maint with
42035 @item maint with @var{setting} [@var{value}] [-- @var{command}]
42036 Like the @code{with} command, but works with @code{maintenance set}
42037 variables. This is used by the testsuite to exercise the @code{with}
42038 command's infrastructure.
42039
42040 @kindex maint ignore-probes
42041 @item maint ignore-probes [@var{-v}|@var{-verbose}] [@var{provider} [@var{name} [@var{objfile}]]]
42042 @itemx maint ignore-probes @var{-reset}
42043 Set or reset the ignore-probes filter. The @var{provider}, @var{name}
42044 and @var{objfile} arguments are as in @code{enable probes} and
42045 @code{disable probes} (@pxref{enable probes}). Only supported for
42046 SystemTap probes.
42047
42048 Here's an example of using @code{maint ignore-probes}:
42049 @smallexample
42050 (gdb) maint ignore-probes -verbose libc ^longjmp$
42051 ignore-probes filter has been set to:
42052 PROVIDER: 'libc'
42053 PROBE_NAME: '^longjmp$'
42054 OBJNAME: ''
42055 (gdb) start
42056 <... more output ...>
42057 Ignoring SystemTap probe libc longjmp in /lib64/libc.so.6.^M
42058 Ignoring SystemTap probe libc longjmp in /lib64/libc.so.6.^M
42059 Ignoring SystemTap probe libc longjmp in /lib64/libc.so.6.^M
42060 @end smallexample
42061 @end table
42062
42063 The following command is useful for non-interactive invocations of
42064 @value{GDBN}, such as in the test suite.
42065
42066 @table @code
42067 @item set watchdog @var{nsec}
42068 @kindex set watchdog
42069 @cindex watchdog timer
42070 @cindex timeout for commands
42071 Set the maximum number of seconds @value{GDBN} will wait for the
42072 target operation to finish. If this time expires, @value{GDBN}
42073 reports and error and the command is aborted.
42074
42075 @item show watchdog
42076 Show the current setting of the target wait timeout.
42077 @end table
42078
42079 @node Remote Protocol
42080 @appendix @value{GDBN} Remote Serial Protocol
42081
42082 @menu
42083 * Overview::
42084 * Packets::
42085 * Stop Reply Packets::
42086 * General Query Packets::
42087 * Architecture-Specific Protocol Details::
42088 * Tracepoint Packets::
42089 * Host I/O Packets::
42090 * Interrupts::
42091 * Notification Packets::
42092 * Remote Non-Stop::
42093 * Packet Acknowledgment::
42094 * Examples::
42095 * File-I/O Remote Protocol Extension::
42096 * Library List Format::
42097 * Library List Format for SVR4 Targets::
42098 * Memory Map Format::
42099 * Thread List Format::
42100 * Traceframe Info Format::
42101 * Branch Trace Format::
42102 * Branch Trace Configuration Format::
42103 @end menu
42104
42105 @node Overview
42106 @section Overview
42107
42108 There may be occasions when you need to know something about the
42109 protocol---for example, if there is only one serial port to your target
42110 machine, you might want your program to do something special if it
42111 recognizes a packet meant for @value{GDBN}.
42112
42113 In the examples below, @samp{->} and @samp{<-} are used to indicate
42114 transmitted and received data, respectively.
42115
42116 @cindex protocol, @value{GDBN} remote serial
42117 @cindex serial protocol, @value{GDBN} remote
42118 @cindex remote serial protocol
42119 All @value{GDBN} commands and responses (other than acknowledgments
42120 and notifications, see @ref{Notification Packets}) are sent as a
42121 @var{packet}. A @var{packet} is introduced with the character
42122 @samp{$}, the actual @var{packet-data}, and the terminating character
42123 @samp{#} followed by a two-digit @var{checksum}:
42124
42125 @smallexample
42126 @code{$}@var{packet-data}@code{#}@var{checksum}
42127 @end smallexample
42128 @noindent
42129
42130 @cindex checksum, for @value{GDBN} remote
42131 @noindent
42132 The two-digit @var{checksum} is computed as the modulo 256 sum of all
42133 characters between the leading @samp{$} and the trailing @samp{#} (an
42134 eight bit unsigned checksum).
42135
42136 Implementors should note that prior to @value{GDBN} 5.0 the protocol
42137 specification also included an optional two-digit @var{sequence-id}:
42138
42139 @smallexample
42140 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
42141 @end smallexample
42142
42143 @cindex sequence-id, for @value{GDBN} remote
42144 @noindent
42145 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
42146 has never output @var{sequence-id}s. Stubs that handle packets added
42147 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
42148
42149 When either the host or the target machine receives a packet, the first
42150 response expected is an acknowledgment: either @samp{+} (to indicate
42151 the package was received correctly) or @samp{-} (to request
42152 retransmission):
42153
42154 @smallexample
42155 -> @code{$}@var{packet-data}@code{#}@var{checksum}
42156 <- @code{+}
42157 @end smallexample
42158 @noindent
42159
42160 The @samp{+}/@samp{-} acknowledgments can be disabled
42161 once a connection is established.
42162 @xref{Packet Acknowledgment}, for details.
42163
42164 The host (@value{GDBN}) sends @var{command}s, and the target (the
42165 debugging stub incorporated in your program) sends a @var{response}. In
42166 the case of step and continue @var{command}s, the response is only sent
42167 when the operation has completed, and the target has again stopped all
42168 threads in all attached processes. This is the default all-stop mode
42169 behavior, but the remote protocol also supports @value{GDBN}'s non-stop
42170 execution mode; see @ref{Remote Non-Stop}, for details.
42171
42172 @var{packet-data} consists of a sequence of characters with the
42173 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
42174 exceptions).
42175
42176 @cindex remote protocol, field separator
42177 Fields within the packet should be separated using @samp{,} @samp{;} or
42178 @samp{:}. Except where otherwise noted all numbers are represented in
42179 @sc{hex} with leading zeros suppressed.
42180
42181 Implementors should note that prior to @value{GDBN} 5.0, the character
42182 @samp{:} could not appear as the third character in a packet (as it
42183 would potentially conflict with the @var{sequence-id}).
42184
42185 @cindex remote protocol, binary data
42186 @anchor{Binary Data}
42187 Binary data in most packets is encoded either as two hexadecimal
42188 digits per byte of binary data. This allowed the traditional remote
42189 protocol to work over connections which were only seven-bit clean.
42190 Some packets designed more recently assume an eight-bit clean
42191 connection, and use a more efficient encoding to send and receive
42192 binary data.
42193
42194 The binary data representation uses @code{7d} (@sc{ascii} @samp{@}})
42195 as an escape character. Any escaped byte is transmitted as the escape
42196 character followed by the original character XORed with @code{0x20}.
42197 For example, the byte @code{0x7d} would be transmitted as the two
42198 bytes @code{0x7d 0x5d}. The bytes @code{0x23} (@sc{ascii} @samp{#}),
42199 @code{0x24} (@sc{ascii} @samp{$}), and @code{0x7d} (@sc{ascii}
42200 @samp{@}}) must always be escaped. Responses sent by the stub
42201 must also escape @code{0x2a} (@sc{ascii} @samp{*}), so that it
42202 is not interpreted as the start of a run-length encoded sequence
42203 (described next).
42204
42205 Response @var{data} can be run-length encoded to save space.
42206 Run-length encoding replaces runs of identical characters with one
42207 instance of the repeated character, followed by a @samp{*} and a
42208 repeat count. The repeat count is itself sent encoded, to avoid
42209 binary characters in @var{data}: a value of @var{n} is sent as
42210 @code{@var{n}+29}. For a repeat count greater or equal to 3, this
42211 produces a printable @sc{ascii} character, e.g.@: a space (@sc{ascii}
42212 code 32) for a repeat count of 3. (This is because run-length
42213 encoding starts to win for counts 3 or more.) Thus, for example,
42214 @samp{0* } is a run-length encoding of ``0000'': the space character
42215 after @samp{*} means repeat the leading @code{0} @w{@code{32 - 29 =
42216 3}} more times.
42217
42218 The printable characters @samp{#} and @samp{$} or with a numeric value
42219 greater than 126 must not be used. Runs of six repeats (@samp{#}) or
42220 seven repeats (@samp{$}) can be expanded using a repeat count of only
42221 five (@samp{"}). For example, @samp{00000000} can be encoded as
42222 @samp{0*"00}.
42223
42224 The error response returned for some packets includes a two character
42225 error number. That number is not well defined.
42226
42227 @cindex empty response, for unsupported packets
42228 For any @var{command} not supported by the stub, an empty response
42229 (@samp{$#00}) should be returned. That way it is possible to extend the
42230 protocol. A newer @value{GDBN} can tell if a packet is supported based
42231 on that response.
42232
42233 At a minimum, a stub is required to support the @samp{?} command to
42234 tell @value{GDBN} the reason for halting, @samp{g} and @samp{G}
42235 commands for register access, and the @samp{m} and @samp{M} commands
42236 for memory access. Stubs that only control single-threaded targets
42237 can implement run control with the @samp{c} (continue) command, and if
42238 the target architecture supports hardware-assisted single-stepping,
42239 the @samp{s} (step) command. Stubs that support multi-threading
42240 targets should support the @samp{vCont} command. All other commands
42241 are optional.
42242
42243 @node Packets
42244 @section Packets
42245
42246 The following table provides a complete list of all currently defined
42247 @var{command}s and their corresponding response @var{data}.
42248 @xref{File-I/O Remote Protocol Extension}, for details about the File
42249 I/O extension of the remote protocol.
42250
42251 Each packet's description has a template showing the packet's overall
42252 syntax, followed by an explanation of the packet's meaning. We
42253 include spaces in some of the templates for clarity; these are not
42254 part of the packet's syntax. No @value{GDBN} packet uses spaces to
42255 separate its components. For example, a template like @samp{foo
42256 @var{bar} @var{baz}} describes a packet beginning with the three ASCII
42257 bytes @samp{foo}, followed by a @var{bar}, followed directly by a
42258 @var{baz}. @value{GDBN} does not transmit a space character between the
42259 @samp{foo} and the @var{bar}, or between the @var{bar} and the
42260 @var{baz}.
42261
42262 @cindex @var{thread-id}, in remote protocol
42263 @anchor{thread-id syntax}
42264 Several packets and replies include a @var{thread-id} field to identify
42265 a thread. Normally these are positive numbers with a target-specific
42266 interpretation, formatted as big-endian hex strings. A @var{thread-id}
42267 can also be a literal @samp{-1} to indicate all threads, or @samp{0} to
42268 pick any thread.
42269
42270 In addition, the remote protocol supports a multiprocess feature in
42271 which the @var{thread-id} syntax is extended to optionally include both
42272 process and thread ID fields, as @samp{p@var{pid}.@var{tid}}.
42273 The @var{pid} (process) and @var{tid} (thread) components each have the
42274 format described above: a positive number with target-specific
42275 interpretation formatted as a big-endian hex string, literal @samp{-1}
42276 to indicate all processes or threads (respectively), or @samp{0} to
42277 indicate an arbitrary process or thread. Specifying just a process, as
42278 @samp{p@var{pid}}, is equivalent to @samp{p@var{pid}.-1}. It is an
42279 error to specify all processes but a specific thread, such as
42280 @samp{p-1.@var{tid}}. Note that the @samp{p} prefix is @emph{not} used
42281 for those packets and replies explicitly documented to include a process
42282 ID, rather than a @var{thread-id}.
42283
42284 The multiprocess @var{thread-id} syntax extensions are only used if both
42285 @value{GDBN} and the stub report support for the @samp{multiprocess}
42286 feature using @samp{qSupported}. @xref{multiprocess extensions}, for
42287 more information.
42288
42289 Note that all packet forms beginning with an upper- or lower-case
42290 letter, other than those described here, are reserved for future use.
42291
42292 Here are the packet descriptions.
42293
42294 @table @samp
42295
42296 @item !
42297 @cindex @samp{!} packet
42298 @anchor{extended mode}
42299 Enable extended mode. In extended mode, the remote server is made
42300 persistent. The @samp{R} packet is used to restart the program being
42301 debugged.
42302
42303 Reply:
42304 @table @samp
42305 @item OK
42306 The remote target both supports and has enabled extended mode.
42307 @end table
42308
42309 @item ?
42310 @cindex @samp{?} packet
42311 @anchor{? packet}
42312 This is sent when connection is first established to query the reason
42313 the target halted. The reply is the same as for step and continue.
42314 This packet has a special interpretation when the target is in
42315 non-stop mode; see @ref{Remote Non-Stop}.
42316
42317 Reply:
42318 @xref{Stop Reply Packets}, for the reply specifications.
42319
42320 @item A @var{arglen},@var{argnum},@var{arg},@dots{}
42321 @cindex @samp{A} packet
42322 Initialized @code{argv[]} array passed into program. @var{arglen}
42323 specifies the number of bytes in the hex encoded byte stream
42324 @var{arg}. See @code{gdbserver} for more details.
42325
42326 Reply:
42327 @table @samp
42328 @item OK
42329 The arguments were set.
42330 @item E @var{NN}
42331 An error occurred.
42332 @end table
42333
42334 @item b @var{baud}
42335 @cindex @samp{b} packet
42336 (Don't use this packet; its behavior is not well-defined.)
42337 Change the serial line speed to @var{baud}.
42338
42339 JTC: @emph{When does the transport layer state change? When it's
42340 received, or after the ACK is transmitted. In either case, there are
42341 problems if the command or the acknowledgment packet is dropped.}
42342
42343 Stan: @emph{If people really wanted to add something like this, and get
42344 it working for the first time, they ought to modify ser-unix.c to send
42345 some kind of out-of-band message to a specially-setup stub and have the
42346 switch happen "in between" packets, so that from remote protocol's point
42347 of view, nothing actually happened.}
42348
42349 @item B @var{addr},@var{mode}
42350 @cindex @samp{B} packet
42351 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
42352 breakpoint at @var{addr}.
42353
42354 Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
42355 (@pxref{insert breakpoint or watchpoint packet}).
42356
42357 @cindex @samp{bc} packet
42358 @anchor{bc}
42359 @item bc
42360 Backward continue. Execute the target system in reverse. No parameter.
42361 @xref{Reverse Execution}, for more information.
42362
42363 Reply:
42364 @xref{Stop Reply Packets}, for the reply specifications.
42365
42366 @cindex @samp{bs} packet
42367 @anchor{bs}
42368 @item bs
42369 Backward single step. Execute one instruction in reverse. No parameter.
42370 @xref{Reverse Execution}, for more information.
42371
42372 Reply:
42373 @xref{Stop Reply Packets}, for the reply specifications.
42374
42375 @item c @r{[}@var{addr}@r{]}
42376 @cindex @samp{c} packet
42377 Continue at @var{addr}, which is the address to resume. If @var{addr}
42378 is omitted, resume at current address.
42379
42380 This packet is deprecated for multi-threading support. @xref{vCont
42381 packet}.
42382
42383 Reply:
42384 @xref{Stop Reply Packets}, for the reply specifications.
42385
42386 @item C @var{sig}@r{[};@var{addr}@r{]}
42387 @cindex @samp{C} packet
42388 Continue with signal @var{sig} (hex signal number). If
42389 @samp{;@var{addr}} is omitted, resume at same address.
42390
42391 This packet is deprecated for multi-threading support. @xref{vCont
42392 packet}.
42393
42394 Reply:
42395 @xref{Stop Reply Packets}, for the reply specifications.
42396
42397 @item d
42398 @cindex @samp{d} packet
42399 Toggle debug flag.
42400
42401 Don't use this packet; instead, define a general set packet
42402 (@pxref{General Query Packets}).
42403
42404 @item D
42405 @itemx D;@var{pid}
42406 @cindex @samp{D} packet
42407 The first form of the packet is used to detach @value{GDBN} from the
42408 remote system. It is sent to the remote target
42409 before @value{GDBN} disconnects via the @code{detach} command.
42410
42411 The second form, including a process ID, is used when multiprocess
42412 protocol extensions are enabled (@pxref{multiprocess extensions}), to
42413 detach only a specific process. The @var{pid} is specified as a
42414 big-endian hex string.
42415
42416 Reply:
42417 @table @samp
42418 @item OK
42419 for success
42420 @item E @var{NN}
42421 for an error
42422 @end table
42423
42424 @item F @var{RC},@var{EE},@var{CF};@var{XX}
42425 @cindex @samp{F} packet
42426 A reply from @value{GDBN} to an @samp{F} packet sent by the target.
42427 This is part of the File-I/O protocol extension. @xref{File-I/O
42428 Remote Protocol Extension}, for the specification.
42429
42430 @item g
42431 @anchor{read registers packet}
42432 @cindex @samp{g} packet
42433 Read general registers.
42434
42435 Reply:
42436 @table @samp
42437 @item @var{XX@dots{}}
42438 Each byte of register data is described by two hex digits. The bytes
42439 with the register are transmitted in target byte order. The size of
42440 each register and their position within the @samp{g} packet are
42441 determined by the target description (@pxref{Target Descriptions}); in
42442 the absence of a target description, this is done using code internal
42443 to @value{GDBN}; typically this is some customary register layout for
42444 the architecture in question.
42445
42446 When reading registers, the stub may also return a string of literal
42447 @samp{x}'s in place of the register data digits, to indicate that the
42448 corresponding register's value is unavailable. For example, when
42449 reading registers from a trace frame (@pxref{Analyze Collected
42450 Data,,Using the Collected Data}), this means that the register has not
42451 been collected in the trace frame. When reading registers from a live
42452 program, this indicates that the stub has no means to access the
42453 register contents, even though the corresponding register is known to
42454 exist. Note that if a register truly does not exist on the target,
42455 then it is better to not include it in the target description in the
42456 first place.
42457
42458 For example, for an architecture with 4 registers of
42459 4 bytes each, the following reply indicates to @value{GDBN} that
42460 registers 0 and 2 are unavailable, while registers 1 and 3
42461 are available, and both have zero value:
42462
42463 @smallexample
42464 -> @code{g}
42465 <- @code{xxxxxxxx00000000xxxxxxxx00000000}
42466 @end smallexample
42467
42468 @item E @var{NN}
42469 for an error.
42470 @end table
42471
42472 @item G @var{XX@dots{}}
42473 @cindex @samp{G} packet
42474 Write general registers. @xref{read registers packet}, for a
42475 description of the @var{XX@dots{}} data.
42476
42477 Reply:
42478 @table @samp
42479 @item OK
42480 for success
42481 @item E @var{NN}
42482 for an error
42483 @end table
42484
42485 @item H @var{op} @var{thread-id}
42486 @cindex @samp{H} packet
42487 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
42488 @samp{G}, et.al.). Depending on the operation to be performed, @var{op}
42489 should be @samp{c} for step and continue operations (note that this
42490 is deprecated, supporting the @samp{vCont} command is a better
42491 option), and @samp{g} for other operations. The thread designator
42492 @var{thread-id} has the format and interpretation described in
42493 @ref{thread-id syntax}.
42494
42495 Reply:
42496 @table @samp
42497 @item OK
42498 for success
42499 @item E @var{NN}
42500 for an error
42501 @end table
42502
42503 @c FIXME: JTC:
42504 @c 'H': How restrictive (or permissive) is the thread model. If a
42505 @c thread is selected and stopped, are other threads allowed
42506 @c to continue to execute? As I mentioned above, I think the
42507 @c semantics of each command when a thread is selected must be
42508 @c described. For example:
42509 @c
42510 @c 'g': If the stub supports threads and a specific thread is
42511 @c selected, returns the register block from that thread;
42512 @c otherwise returns current registers.
42513 @c
42514 @c 'G' If the stub supports threads and a specific thread is
42515 @c selected, sets the registers of the register block of
42516 @c that thread; otherwise sets current registers.
42517
42518 @item i @r{[}@var{addr}@r{[},@var{nnn}@r{]]}
42519 @anchor{cycle step packet}
42520 @cindex @samp{i} packet
42521 Step the remote target by a single clock cycle. If @samp{,@var{nnn}} is
42522 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
42523 step starting at that address.
42524
42525 @item I
42526 @cindex @samp{I} packet
42527 Signal, then cycle step. @xref{step with signal packet}. @xref{cycle
42528 step packet}.
42529
42530 @item k
42531 @cindex @samp{k} packet
42532 Kill request.
42533
42534 The exact effect of this packet is not specified.
42535
42536 For a bare-metal target, it may power cycle or reset the target
42537 system. For that reason, the @samp{k} packet has no reply.
42538
42539 For a single-process target, it may kill that process if possible.
42540
42541 A multiple-process target may choose to kill just one process, or all
42542 that are under @value{GDBN}'s control. For more precise control, use
42543 the vKill packet (@pxref{vKill packet}).
42544
42545 If the target system immediately closes the connection in response to
42546 @samp{k}, @value{GDBN} does not consider the lack of packet
42547 acknowledgment to be an error, and assumes the kill was successful.
42548
42549 If connected using @kbd{target extended-remote}, and the target does
42550 not close the connection in response to a kill request, @value{GDBN}
42551 probes the target state as if a new connection was opened
42552 (@pxref{? packet}).
42553
42554 @item m @var{addr},@var{length}
42555 @cindex @samp{m} packet
42556 Read @var{length} addressable memory units starting at address @var{addr}
42557 (@pxref{addressable memory unit}). Note that @var{addr} may not be aligned to
42558 any particular boundary.
42559
42560 The stub need not use any particular size or alignment when gathering
42561 data from memory for the response; even if @var{addr} is word-aligned
42562 and @var{length} is a multiple of the word size, the stub is free to
42563 use byte accesses, or not. For this reason, this packet may not be
42564 suitable for accessing memory-mapped I/O devices.
42565 @cindex alignment of remote memory accesses
42566 @cindex size of remote memory accesses
42567 @cindex memory, alignment and size of remote accesses
42568
42569 Reply:
42570 @table @samp
42571 @item @var{XX@dots{}}
42572 Memory contents; each byte is transmitted as a two-digit hexadecimal number.
42573 The reply may contain fewer addressable memory units than requested if the
42574 server was able to read only part of the region of memory.
42575 @item E @var{NN}
42576 @var{NN} is errno
42577 @end table
42578
42579 @item M @var{addr},@var{length}:@var{XX@dots{}}
42580 @cindex @samp{M} packet
42581 Write @var{length} addressable memory units starting at address @var{addr}
42582 (@pxref{addressable memory unit}). The data is given by @var{XX@dots{}}; each
42583 byte is transmitted as a two-digit hexadecimal number.
42584
42585 Reply:
42586 @table @samp
42587 @item OK
42588 for success
42589 @item E @var{NN}
42590 for an error (this includes the case where only part of the data was
42591 written).
42592 @end table
42593
42594 @item p @var{n}
42595 @cindex @samp{p} packet
42596 Read the value of register @var{n}; @var{n} is in hex.
42597 @xref{read registers packet}, for a description of how the returned
42598 register value is encoded.
42599
42600 Reply:
42601 @table @samp
42602 @item @var{XX@dots{}}
42603 the register's value
42604 @item E @var{NN}
42605 for an error
42606 @item @w{}
42607 Indicating an unrecognized @var{query}.
42608 @end table
42609
42610 @item P @var{n@dots{}}=@var{r@dots{}}
42611 @anchor{write register packet}
42612 @cindex @samp{P} packet
42613 Write register @var{n@dots{}} with value @var{r@dots{}}. The register
42614 number @var{n} is in hexadecimal, and @var{r@dots{}} contains two hex
42615 digits for each byte in the register (target byte order).
42616
42617 Reply:
42618 @table @samp
42619 @item OK
42620 for success
42621 @item E @var{NN}
42622 for an error
42623 @end table
42624
42625 @item q @var{name} @var{params}@dots{}
42626 @itemx Q @var{name} @var{params}@dots{}
42627 @cindex @samp{q} packet
42628 @cindex @samp{Q} packet
42629 General query (@samp{q}) and set (@samp{Q}). These packets are
42630 described fully in @ref{General Query Packets}.
42631
42632 @item r
42633 @cindex @samp{r} packet
42634 Reset the entire system.
42635
42636 Don't use this packet; use the @samp{R} packet instead.
42637
42638 @item R @var{XX}
42639 @cindex @samp{R} packet
42640 Restart the program being debugged. The @var{XX}, while needed, is ignored.
42641 This packet is only available in extended mode (@pxref{extended mode}).
42642
42643 The @samp{R} packet has no reply.
42644
42645 @item s @r{[}@var{addr}@r{]}
42646 @cindex @samp{s} packet
42647 Single step, resuming at @var{addr}. If
42648 @var{addr} is omitted, resume at same address.
42649
42650 This packet is deprecated for multi-threading support. @xref{vCont
42651 packet}.
42652
42653 Reply:
42654 @xref{Stop Reply Packets}, for the reply specifications.
42655
42656 @item S @var{sig}@r{[};@var{addr}@r{]}
42657 @anchor{step with signal packet}
42658 @cindex @samp{S} packet
42659 Step with signal. This is analogous to the @samp{C} packet, but
42660 requests a single-step, rather than a normal resumption of execution.
42661
42662 This packet is deprecated for multi-threading support. @xref{vCont
42663 packet}.
42664
42665 Reply:
42666 @xref{Stop Reply Packets}, for the reply specifications.
42667
42668 @item t @var{addr}:@var{PP},@var{MM}
42669 @cindex @samp{t} packet
42670 Search backwards starting at address @var{addr} for a match with pattern
42671 @var{PP} and mask @var{MM}, both of which are are 4 byte long.
42672 There must be at least 3 digits in @var{addr}.
42673
42674 @item T @var{thread-id}
42675 @cindex @samp{T} packet
42676 Find out if the thread @var{thread-id} is alive. @xref{thread-id syntax}.
42677
42678 Reply:
42679 @table @samp
42680 @item OK
42681 thread is still alive
42682 @item E @var{NN}
42683 thread is dead
42684 @end table
42685
42686 @item v
42687 Packets starting with @samp{v} are identified by a multi-letter name,
42688 up to the first @samp{;} or @samp{?} (or the end of the packet).
42689
42690 @item vAttach;@var{pid}
42691 @cindex @samp{vAttach} packet
42692 Attach to a new process with the specified process ID @var{pid}.
42693 The process ID is a
42694 hexadecimal integer identifying the process. In all-stop mode, all
42695 threads in the attached process are stopped; in non-stop mode, it may be
42696 attached without being stopped if that is supported by the target.
42697
42698 @c In non-stop mode, on a successful vAttach, the stub should set the
42699 @c current thread to a thread of the newly-attached process. After
42700 @c attaching, GDB queries for the attached process's thread ID with qC.
42701 @c Also note that, from a user perspective, whether or not the
42702 @c target is stopped on attach in non-stop mode depends on whether you
42703 @c use the foreground or background version of the attach command, not
42704 @c on what vAttach does; GDB does the right thing with respect to either
42705 @c stopping or restarting threads.
42706
42707 This packet is only available in extended mode (@pxref{extended mode}).
42708
42709 Reply:
42710 @table @samp
42711 @item E @var{nn}
42712 for an error
42713 @item @r{Any stop packet}
42714 for success in all-stop mode (@pxref{Stop Reply Packets})
42715 @item OK
42716 for success in non-stop mode (@pxref{Remote Non-Stop})
42717 @end table
42718
42719 @item vCont@r{[};@var{action}@r{[}:@var{thread-id}@r{]]}@dots{}
42720 @cindex @samp{vCont} packet
42721 @anchor{vCont packet}
42722 Resume the inferior, specifying different actions for each thread.
42723
42724 For each inferior thread, the leftmost action with a matching
42725 @var{thread-id} is applied. Threads that don't match any action
42726 remain in their current state. Thread IDs are specified using the
42727 syntax described in @ref{thread-id syntax}. If multiprocess
42728 extensions (@pxref{multiprocess extensions}) are supported, actions
42729 can be specified to match all threads in a process by using the
42730 @samp{p@var{pid}.-1} form of the @var{thread-id}. An action with no
42731 @var{thread-id} matches all threads. Specifying no actions is an
42732 error.
42733
42734 Currently supported actions are:
42735
42736 @table @samp
42737 @item c
42738 Continue.
42739 @item C @var{sig}
42740 Continue with signal @var{sig}. The signal @var{sig} should be two hex digits.
42741 @item s
42742 Step.
42743 @item S @var{sig}
42744 Step with signal @var{sig}. The signal @var{sig} should be two hex digits.
42745 @item t
42746 Stop.
42747 @item r @var{start},@var{end}
42748 Step once, and then keep stepping as long as the thread stops at
42749 addresses between @var{start} (inclusive) and @var{end} (exclusive).
42750 The remote stub reports a stop reply when either the thread goes out
42751 of the range or is stopped due to an unrelated reason, such as hitting
42752 a breakpoint. @xref{range stepping}.
42753
42754 If the range is empty (@var{start} == @var{end}), then the action
42755 becomes equivalent to the @samp{s} action. In other words,
42756 single-step once, and report the stop (even if the stepped instruction
42757 jumps to @var{start}).
42758
42759 (A stop reply may be sent at any point even if the PC is still within
42760 the stepping range; for example, it is valid to implement this packet
42761 in a degenerate way as a single instruction step operation.)
42762
42763 @end table
42764
42765 The optional argument @var{addr} normally associated with the
42766 @samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is
42767 not supported in @samp{vCont}.
42768
42769 The @samp{t} action is only relevant in non-stop mode
42770 (@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise.
42771 A stop reply should be generated for any affected thread not already stopped.
42772 When a thread is stopped by means of a @samp{t} action,
42773 the corresponding stop reply should indicate that the thread has stopped with
42774 signal @samp{0}, regardless of whether the target uses some other signal
42775 as an implementation detail.
42776
42777 The server must ignore @samp{c}, @samp{C}, @samp{s}, @samp{S}, and
42778 @samp{r} actions for threads that are already running. Conversely,
42779 the server must ignore @samp{t} actions for threads that are already
42780 stopped.
42781
42782 @emph{Note:} In non-stop mode, a thread is considered running until
42783 @value{GDBN} acknowledges an asynchronous stop notification for it with
42784 the @samp{vStopped} packet (@pxref{Remote Non-Stop}).
42785
42786 The stub must support @samp{vCont} if it reports support for
42787 multiprocess extensions (@pxref{multiprocess extensions}).
42788
42789 Reply:
42790 @xref{Stop Reply Packets}, for the reply specifications.
42791
42792 @item vCont?
42793 @cindex @samp{vCont?} packet
42794 Request a list of actions supported by the @samp{vCont} packet.
42795
42796 Reply:
42797 @table @samp
42798 @item vCont@r{[};@var{action}@dots{}@r{]}
42799 The @samp{vCont} packet is supported. Each @var{action} is a supported
42800 command in the @samp{vCont} packet.
42801 @item @w{}
42802 The @samp{vCont} packet is not supported.
42803 @end table
42804
42805 @anchor{vCtrlC packet}
42806 @item vCtrlC
42807 @cindex @samp{vCtrlC} packet
42808 Interrupt remote target as if a control-C was pressed on the remote
42809 terminal. This is the equivalent to reacting to the @code{^C}
42810 (@samp{\003}, the control-C character) character in all-stop mode
42811 while the target is running, except this works in non-stop mode.
42812 @xref{interrupting remote targets}, for more info on the all-stop
42813 variant.
42814
42815 Reply:
42816 @table @samp
42817 @item E @var{nn}
42818 for an error
42819 @item OK
42820 for success
42821 @end table
42822
42823 @item vFile:@var{operation}:@var{parameter}@dots{}
42824 @cindex @samp{vFile} packet
42825 Perform a file operation on the target system. For details,
42826 see @ref{Host I/O Packets}.
42827
42828 @item vFlashErase:@var{addr},@var{length}
42829 @cindex @samp{vFlashErase} packet
42830 Direct the stub to erase @var{length} bytes of flash starting at
42831 @var{addr}. The region may enclose any number of flash blocks, but
42832 its start and end must fall on block boundaries, as indicated by the
42833 flash block size appearing in the memory map (@pxref{Memory Map
42834 Format}). @value{GDBN} groups flash memory programming operations
42835 together, and sends a @samp{vFlashDone} request after each group; the
42836 stub is allowed to delay erase operation until the @samp{vFlashDone}
42837 packet is received.
42838
42839 Reply:
42840 @table @samp
42841 @item OK
42842 for success
42843 @item E @var{NN}
42844 for an error
42845 @end table
42846
42847 @item vFlashWrite:@var{addr}:@var{XX@dots{}}
42848 @cindex @samp{vFlashWrite} packet
42849 Direct the stub to write data to flash address @var{addr}. The data
42850 is passed in binary form using the same encoding as for the @samp{X}
42851 packet (@pxref{Binary Data}). The memory ranges specified by
42852 @samp{vFlashWrite} packets preceding a @samp{vFlashDone} packet must
42853 not overlap, and must appear in order of increasing addresses
42854 (although @samp{vFlashErase} packets for higher addresses may already
42855 have been received; the ordering is guaranteed only between
42856 @samp{vFlashWrite} packets). If a packet writes to an address that was
42857 neither erased by a preceding @samp{vFlashErase} packet nor by some other
42858 target-specific method, the results are unpredictable.
42859
42860
42861 Reply:
42862 @table @samp
42863 @item OK
42864 for success
42865 @item E.memtype
42866 for vFlashWrite addressing non-flash memory
42867 @item E @var{NN}
42868 for an error
42869 @end table
42870
42871 @item vFlashDone
42872 @cindex @samp{vFlashDone} packet
42873 Indicate to the stub that flash programming operation is finished.
42874 The stub is permitted to delay or batch the effects of a group of
42875 @samp{vFlashErase} and @samp{vFlashWrite} packets until a
42876 @samp{vFlashDone} packet is received. The contents of the affected
42877 regions of flash memory are unpredictable until the @samp{vFlashDone}
42878 request is completed.
42879
42880 @item vKill;@var{pid}
42881 @cindex @samp{vKill} packet
42882 @anchor{vKill packet}
42883 Kill the process with the specified process ID @var{pid}, which is a
42884 hexadecimal integer identifying the process. This packet is used in
42885 preference to @samp{k} when multiprocess protocol extensions are
42886 supported; see @ref{multiprocess extensions}.
42887
42888 Reply:
42889 @table @samp
42890 @item E @var{nn}
42891 for an error
42892 @item OK
42893 for success
42894 @end table
42895
42896 @item vMustReplyEmpty
42897 @cindex @samp{vMustReplyEmpty} packet
42898 The correct reply to an unknown @samp{v} packet is to return the empty
42899 string, however, some older versions of @command{gdbserver} would
42900 incorrectly return @samp{OK} for unknown @samp{v} packets.
42901
42902 The @samp{vMustReplyEmpty} is used as a feature test to check how
42903 @command{gdbserver} handles unknown packets, it is important that this
42904 packet be handled in the same way as other unknown @samp{v} packets.
42905 If this packet is handled differently to other unknown @samp{v}
42906 packets then it is possible that @value{GDBN} may run into problems in
42907 other areas, specifically around use of @samp{vFile:setfs:}.
42908
42909 @item vRun;@var{filename}@r{[};@var{argument}@r{]}@dots{}
42910 @cindex @samp{vRun} packet
42911 Run the program @var{filename}, passing it each @var{argument} on its
42912 command line. The file and arguments are hex-encoded strings. If
42913 @var{filename} is an empty string, the stub may use a default program
42914 (e.g.@: the last program run). The program is created in the stopped
42915 state.
42916
42917 @c FIXME: What about non-stop mode?
42918
42919 This packet is only available in extended mode (@pxref{extended mode}).
42920
42921 Reply:
42922 @table @samp
42923 @item E @var{nn}
42924 for an error
42925 @item @r{Any stop packet}
42926 for success (@pxref{Stop Reply Packets})
42927 @end table
42928
42929 @item vStopped
42930 @cindex @samp{vStopped} packet
42931 @xref{Notification Packets}.
42932
42933 @item X @var{addr},@var{length}:@var{XX@dots{}}
42934 @anchor{X packet}
42935 @cindex @samp{X} packet
42936 Write data to memory, where the data is transmitted in binary.
42937 Memory is specified by its address @var{addr} and number of addressable memory
42938 units @var{length} (@pxref{addressable memory unit});
42939 @samp{@var{XX}@dots{}} is binary data (@pxref{Binary Data}).
42940
42941 Reply:
42942 @table @samp
42943 @item OK
42944 for success
42945 @item E @var{NN}
42946 for an error
42947 @end table
42948
42949 @item z @var{type},@var{addr},@var{kind}
42950 @itemx Z @var{type},@var{addr},@var{kind}
42951 @anchor{insert breakpoint or watchpoint packet}
42952 @cindex @samp{z} packet
42953 @cindex @samp{Z} packets
42954 Insert (@samp{Z}) or remove (@samp{z}) a @var{type} breakpoint or
42955 watchpoint starting at address @var{address} of kind @var{kind}.
42956
42957 Each breakpoint and watchpoint packet @var{type} is documented
42958 separately.
42959
42960 @emph{Implementation notes: A remote target shall return an empty string
42961 for an unrecognized breakpoint or watchpoint packet @var{type}. A
42962 remote target shall support either both or neither of a given
42963 @samp{Z@var{type}@dots{}} and @samp{z@var{type}@dots{}} packet pair. To
42964 avoid potential problems with duplicate packets, the operations should
42965 be implemented in an idempotent way.}
42966
42967 @item z0,@var{addr},@var{kind}
42968 @itemx Z0,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
42969 @cindex @samp{z0} packet
42970 @cindex @samp{Z0} packet
42971 Insert (@samp{Z0}) or remove (@samp{z0}) a software breakpoint at address
42972 @var{addr} of type @var{kind}.
42973
42974 A software breakpoint is implemented by replacing the instruction at
42975 @var{addr} with a software breakpoint or trap instruction. The
42976 @var{kind} is target-specific and typically indicates the size of the
42977 breakpoint in bytes that should be inserted. E.g., the @sc{arm} and
42978 @sc{mips} can insert either a 2 or 4 byte breakpoint. Some
42979 architectures have additional meanings for @var{kind}
42980 (@pxref{Architecture-Specific Protocol Details}); if no
42981 architecture-specific value is being used, it should be @samp{0}.
42982 @var{kind} is hex-encoded. @var{cond_list} is an optional list of
42983 conditional expressions in bytecode form that should be evaluated on
42984 the target's side. These are the conditions that should be taken into
42985 consideration when deciding if the breakpoint trigger should be
42986 reported back to @value{GDBN}.
42987
42988 See also the @samp{swbreak} stop reason (@pxref{swbreak stop reason})
42989 for how to best report a software breakpoint event to @value{GDBN}.
42990
42991 The @var{cond_list} parameter is comprised of a series of expressions,
42992 concatenated without separators. Each expression has the following form:
42993
42994 @table @samp
42995
42996 @item X @var{len},@var{expr}
42997 @var{len} is the length of the bytecode expression and @var{expr} is the
42998 actual conditional expression in bytecode form.
42999
43000 @end table
43001
43002 The optional @var{cmd_list} parameter introduces commands that may be
43003 run on the target, rather than being reported back to @value{GDBN}.
43004 The parameter starts with a numeric flag @var{persist}; if the flag is
43005 nonzero, then the breakpoint may remain active and the commands
43006 continue to be run even when @value{GDBN} disconnects from the target.
43007 Following this flag is a series of expressions concatenated with no
43008 separators. Each expression has the following form:
43009
43010 @table @samp
43011
43012 @item X @var{len},@var{expr}
43013 @var{len} is the length of the bytecode expression and @var{expr} is the
43014 actual commands expression in bytecode form.
43015
43016 @end table
43017
43018 @emph{Implementation note: It is possible for a target to copy or move
43019 code that contains software breakpoints (e.g., when implementing
43020 overlays). The behavior of this packet, in the presence of such a
43021 target, is not defined.}
43022
43023 Reply:
43024 @table @samp
43025 @item OK
43026 success
43027 @item @w{}
43028 not supported
43029 @item E @var{NN}
43030 for an error
43031 @end table
43032
43033 @item z1,@var{addr},@var{kind}
43034 @itemx Z1,@var{addr},@var{kind}@r{[};@var{cond_list}@dots{}@r{]}@r{[};cmds:@var{persist},@var{cmd_list}@dots{}@r{]}
43035 @cindex @samp{z1} packet
43036 @cindex @samp{Z1} packet
43037 Insert (@samp{Z1}) or remove (@samp{z1}) a hardware breakpoint at
43038 address @var{addr}.
43039
43040 A hardware breakpoint is implemented using a mechanism that is not
43041 dependent on being able to modify the target's memory. The
43042 @var{kind}, @var{cond_list}, and @var{cmd_list} arguments have the
43043 same meaning as in @samp{Z0} packets.
43044
43045 @emph{Implementation note: A hardware breakpoint is not affected by code
43046 movement.}
43047
43048 Reply:
43049 @table @samp
43050 @item OK
43051 success
43052 @item @w{}
43053 not supported
43054 @item E @var{NN}
43055 for an error
43056 @end table
43057
43058 @item z2,@var{addr},@var{kind}
43059 @itemx Z2,@var{addr},@var{kind}
43060 @cindex @samp{z2} packet
43061 @cindex @samp{Z2} packet
43062 Insert (@samp{Z2}) or remove (@samp{z2}) a write watchpoint at @var{addr}.
43063 The number of bytes to watch is specified by @var{kind}.
43064
43065 Reply:
43066 @table @samp
43067 @item OK
43068 success
43069 @item @w{}
43070 not supported
43071 @item E @var{NN}
43072 for an error
43073 @end table
43074
43075 @item z3,@var{addr},@var{kind}
43076 @itemx Z3,@var{addr},@var{kind}
43077 @cindex @samp{z3} packet
43078 @cindex @samp{Z3} packet
43079 Insert (@samp{Z3}) or remove (@samp{z3}) a read watchpoint at @var{addr}.
43080 The number of bytes to watch is specified by @var{kind}.
43081
43082 Reply:
43083 @table @samp
43084 @item OK
43085 success
43086 @item @w{}
43087 not supported
43088 @item E @var{NN}
43089 for an error
43090 @end table
43091
43092 @item z4,@var{addr},@var{kind}
43093 @itemx Z4,@var{addr},@var{kind}
43094 @cindex @samp{z4} packet
43095 @cindex @samp{Z4} packet
43096 Insert (@samp{Z4}) or remove (@samp{z4}) an access watchpoint at @var{addr}.
43097 The number of bytes to watch is specified by @var{kind}.
43098
43099 Reply:
43100 @table @samp
43101 @item OK
43102 success
43103 @item @w{}
43104 not supported
43105 @item E @var{NN}
43106 for an error
43107 @end table
43108
43109 @end table
43110
43111 @node Stop Reply Packets
43112 @section Stop Reply Packets
43113 @cindex stop reply packets
43114
43115 The @samp{C}, @samp{c}, @samp{S}, @samp{s}, @samp{vCont},
43116 @samp{vAttach}, @samp{vRun}, @samp{vStopped}, and @samp{?} packets can
43117 receive any of the below as a reply. Except for @samp{?}
43118 and @samp{vStopped}, that reply is only returned
43119 when the target halts. In the below the exact meaning of @dfn{signal
43120 number} is defined by the header @file{include/gdb/signals.h} in the
43121 @value{GDBN} source code.
43122
43123 In non-stop mode, the server will simply reply @samp{OK} to commands
43124 such as @samp{vCont}; any stop will be the subject of a future
43125 notification. @xref{Remote Non-Stop}.
43126
43127 As in the description of request packets, we include spaces in the
43128 reply templates for clarity; these are not part of the reply packet's
43129 syntax. No @value{GDBN} stop reply packet uses spaces to separate its
43130 components.
43131
43132 @table @samp
43133
43134 @item S @var{AA}
43135 The program received signal number @var{AA} (a two-digit hexadecimal
43136 number). This is equivalent to a @samp{T} response with no
43137 @var{n}:@var{r} pairs.
43138
43139 @item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
43140 @cindex @samp{T} packet reply
43141 The program received signal number @var{AA} (a two-digit hexadecimal
43142 number). This is equivalent to an @samp{S} response, except that the
43143 @samp{@var{n}:@var{r}} pairs can carry values of important registers
43144 and other information directly in the stop reply packet, reducing
43145 round-trip latency. Single-step and breakpoint traps are reported
43146 this way. Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
43147
43148 @itemize @bullet
43149 @item
43150 If @var{n} is a hexadecimal number, it is a register number, and the
43151 corresponding @var{r} gives that register's value. The data @var{r} is a
43152 series of bytes in target byte order, with each byte given by a
43153 two-digit hex number.
43154
43155 @item
43156 If @var{n} is @samp{thread}, then @var{r} is the thread ID of
43157 the stopped thread, as specified in @ref{thread-id syntax}.
43158
43159 @item
43160 If @var{n} is @samp{core}, then @var{r} is the hexadecimal number of
43161 the core on which the stop event was detected.
43162
43163 @item
43164 If @var{n} is a recognized @dfn{stop reason}, it describes a more
43165 specific event that stopped the target. The currently defined stop
43166 reasons are listed below. The @var{aa} should be @samp{05}, the trap
43167 signal. At most one stop reason should be present.
43168
43169 @item
43170 Otherwise, @value{GDBN} should ignore this @samp{@var{n}:@var{r}} pair
43171 and go on to the next; this allows us to extend the protocol in the
43172 future.
43173 @end itemize
43174
43175 The currently defined stop reasons are:
43176
43177 @table @samp
43178 @item watch
43179 @itemx rwatch
43180 @itemx awatch
43181 The packet indicates a watchpoint hit, and @var{r} is the data address, in
43182 hex.
43183
43184 @item syscall_entry
43185 @itemx syscall_return
43186 The packet indicates a syscall entry or return, and @var{r} is the
43187 syscall number, in hex.
43188
43189 @cindex shared library events, remote reply
43190 @item library
43191 The packet indicates that the loaded libraries have changed.
43192 @value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
43193 list of loaded libraries. The @var{r} part is ignored.
43194
43195 @cindex replay log events, remote reply
43196 @item replaylog
43197 The packet indicates that the target cannot continue replaying
43198 logged execution events, because it has reached the end (or the
43199 beginning when executing backward) of the log. The value of @var{r}
43200 will be either @samp{begin} or @samp{end}. @xref{Reverse Execution},
43201 for more information.
43202
43203 @item swbreak
43204 @anchor{swbreak stop reason}
43205 The packet indicates a software breakpoint instruction was executed,
43206 irrespective of whether it was @value{GDBN} that planted the
43207 breakpoint or the breakpoint is hardcoded in the program. The @var{r}
43208 part must be left empty.
43209
43210 On some architectures, such as x86, at the architecture level, when a
43211 breakpoint instruction executes the program counter points at the
43212 breakpoint address plus an offset. On such targets, the stub is
43213 responsible for adjusting the PC to point back at the breakpoint
43214 address.
43215
43216 This packet should not be sent by default; older @value{GDBN} versions
43217 did not support it. @value{GDBN} requests it, by supplying an
43218 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
43219 remote stub must also supply the appropriate @samp{qSupported} feature
43220 indicating support.
43221
43222 This packet is required for correct non-stop mode operation.
43223
43224 @item hwbreak
43225 The packet indicates the target stopped for a hardware breakpoint.
43226 The @var{r} part must be left empty.
43227
43228 The same remarks about @samp{qSupported} and non-stop mode above
43229 apply.
43230
43231 @cindex fork events, remote reply
43232 @item fork
43233 The packet indicates that @code{fork} was called, and @var{r} is the
43234 thread ID of the new child process, as specified in @ref{thread-id
43235 syntax}. This packet is only applicable to targets that support fork
43236 events.
43237
43238 This packet should not be sent by default; older @value{GDBN} versions
43239 did not support it. @value{GDBN} requests it, by supplying an
43240 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
43241 remote stub must also supply the appropriate @samp{qSupported} feature
43242 indicating support.
43243
43244 @cindex vfork events, remote reply
43245 @item vfork
43246 The packet indicates that @code{vfork} was called, and @var{r} is the
43247 thread ID of the new child process, as specified in @ref{thread-id
43248 syntax}. This packet is only applicable to targets that support vfork
43249 events.
43250
43251 This packet should not be sent by default; older @value{GDBN} versions
43252 did not support it. @value{GDBN} requests it, by supplying an
43253 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
43254 remote stub must also supply the appropriate @samp{qSupported} feature
43255 indicating support.
43256
43257 @cindex vforkdone events, remote reply
43258 @item vforkdone
43259 The packet indicates that a child process created by a vfork
43260 has either called @code{exec} or terminated, so that the
43261 address spaces of the parent and child process are no longer
43262 shared. The @var{r} part is ignored. This packet is only
43263 applicable to targets that support vforkdone events.
43264
43265 This packet should not be sent by default; older @value{GDBN} versions
43266 did not support it. @value{GDBN} requests it, by supplying an
43267 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
43268 remote stub must also supply the appropriate @samp{qSupported} feature
43269 indicating support.
43270
43271 @cindex exec events, remote reply
43272 @item exec
43273 The packet indicates that @code{execve} was called, and @var{r}
43274 is the absolute pathname of the file that was executed, in hex.
43275 This packet is only applicable to targets that support exec events.
43276
43277 This packet should not be sent by default; older @value{GDBN} versions
43278 did not support it. @value{GDBN} requests it, by supplying an
43279 appropriate @samp{qSupported} feature (@pxref{qSupported}). The
43280 remote stub must also supply the appropriate @samp{qSupported} feature
43281 indicating support.
43282
43283 @cindex thread create event, remote reply
43284 @anchor{thread create event}
43285 @item create
43286 The packet indicates that the thread was just created. The new thread
43287 is stopped until @value{GDBN} sets it running with a resumption packet
43288 (@pxref{vCont packet}). This packet should not be sent by default;
43289 @value{GDBN} requests it with the @ref{QThreadEvents} packet. See
43290 also the @samp{w} (@pxref{thread exit event}) remote reply below. The
43291 @var{r} part is ignored.
43292
43293 @end table
43294
43295 @item W @var{AA}
43296 @itemx W @var{AA} ; process:@var{pid}
43297 The process exited, and @var{AA} is the exit status. This is only
43298 applicable to certain targets.
43299
43300 The second form of the response, including the process ID of the
43301 exited process, can be used only when @value{GDBN} has reported
43302 support for multiprocess protocol extensions; see @ref{multiprocess
43303 extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
43304 hex strings.
43305
43306 @item X @var{AA}
43307 @itemx X @var{AA} ; process:@var{pid}
43308 The process terminated with signal @var{AA}.
43309
43310 The second form of the response, including the process ID of the
43311 terminated process, can be used only when @value{GDBN} has reported
43312 support for multiprocess protocol extensions; see @ref{multiprocess
43313 extensions}. Both @var{AA} and @var{pid} are formatted as big-endian
43314 hex strings.
43315
43316 @anchor{thread exit event}
43317 @cindex thread exit event, remote reply
43318 @item w @var{AA} ; @var{tid}
43319
43320 The thread exited, and @var{AA} is the exit status. This response
43321 should not be sent by default; @value{GDBN} requests it with the
43322 @ref{QThreadEvents} packet. See also @ref{thread create event} above.
43323 @var{AA} is formatted as a big-endian hex string.
43324
43325 @item N
43326 There are no resumed threads left in the target. In other words, even
43327 though the process is alive, the last resumed thread has exited. For
43328 example, say the target process has two threads: thread 1 and thread
43329 2. The client leaves thread 1 stopped, and resumes thread 2, which
43330 subsequently exits. At this point, even though the process is still
43331 alive, and thus no @samp{W} stop reply is sent, no thread is actually
43332 executing either. The @samp{N} stop reply thus informs the client
43333 that it can stop waiting for stop replies. This packet should not be
43334 sent by default; older @value{GDBN} versions did not support it.
43335 @value{GDBN} requests it, by supplying an appropriate
43336 @samp{qSupported} feature (@pxref{qSupported}). The remote stub must
43337 also supply the appropriate @samp{qSupported} feature indicating
43338 support.
43339
43340 @item O @var{XX}@dots{}
43341 @samp{@var{XX}@dots{}} is hex encoding of @sc{ascii} data, to be
43342 written as the program's console output. This can happen at any time
43343 while the program is running and the debugger should continue to wait
43344 for @samp{W}, @samp{T}, etc. This reply is not permitted in non-stop mode.
43345
43346 @item F @var{call-id},@var{parameter}@dots{}
43347 @var{call-id} is the identifier which says which host system call should
43348 be called. This is just the name of the function. Translation into the
43349 correct system call is only applicable as it's defined in @value{GDBN}.
43350 @xref{File-I/O Remote Protocol Extension}, for a list of implemented
43351 system calls.
43352
43353 @samp{@var{parameter}@dots{}} is a list of parameters as defined for
43354 this very system call.
43355
43356 The target replies with this packet when it expects @value{GDBN} to
43357 call a host system call on behalf of the target. @value{GDBN} replies
43358 with an appropriate @samp{F} packet and keeps up waiting for the next
43359 reply packet from the target. The latest @samp{C}, @samp{c}, @samp{S}
43360 or @samp{s} action is expected to be continued. @xref{File-I/O Remote
43361 Protocol Extension}, for more details.
43362
43363 @end table
43364
43365 @node General Query Packets
43366 @section General Query Packets
43367 @cindex remote query requests
43368
43369 Packets starting with @samp{q} are @dfn{general query packets};
43370 packets starting with @samp{Q} are @dfn{general set packets}. General
43371 query and set packets are a semi-unified form for retrieving and
43372 sending information to and from the stub.
43373
43374 The initial letter of a query or set packet is followed by a name
43375 indicating what sort of thing the packet applies to. For example,
43376 @value{GDBN} may use a @samp{qSymbol} packet to exchange symbol
43377 definitions with the stub. These packet names follow some
43378 conventions:
43379
43380 @itemize @bullet
43381 @item
43382 The name must not contain commas, colons or semicolons.
43383 @item
43384 Most @value{GDBN} query and set packets have a leading upper case
43385 letter.
43386 @item
43387 The names of custom vendor packets should use a company prefix, in
43388 lower case, followed by a period. For example, packets designed at
43389 the Acme Corporation might begin with @samp{qacme.foo} (for querying
43390 foos) or @samp{Qacme.bar} (for setting bars).
43391 @end itemize
43392
43393 The name of a query or set packet should be separated from any
43394 parameters by a @samp{:}; the parameters themselves should be
43395 separated by @samp{,} or @samp{;}. Stubs must be careful to match the
43396 full packet name, and check for a separator or the end of the packet,
43397 in case two packet names share a common prefix. New packets should not begin
43398 with @samp{qC}, @samp{qP}, or @samp{qL}@footnote{The @samp{qP} and @samp{qL}
43399 packets predate these conventions, and have arguments without any terminator
43400 for the packet name; we suspect they are in widespread use in places that
43401 are difficult to upgrade. The @samp{qC} packet has no arguments, but some
43402 existing stubs (e.g.@: RedBoot) are known to not check for the end of the
43403 packet.}.
43404
43405 Like the descriptions of the other packets, each description here
43406 has a template showing the packet's overall syntax, followed by an
43407 explanation of the packet's meaning. We include spaces in some of the
43408 templates for clarity; these are not part of the packet's syntax. No
43409 @value{GDBN} packet uses spaces to separate its components.
43410
43411 Here are the currently defined query and set packets:
43412
43413 @table @samp
43414
43415 @item QAgent:1
43416 @itemx QAgent:0
43417 Turn on or off the agent as a helper to perform some debugging operations
43418 delegated from @value{GDBN} (@pxref{Control Agent}).
43419
43420 @item QAllow:@var{op}:@var{val}@dots{}
43421 @cindex @samp{QAllow} packet
43422 Specify which operations @value{GDBN} expects to request of the
43423 target, as a semicolon-separated list of operation name and value
43424 pairs. Possible values for @var{op} include @samp{WriteReg},
43425 @samp{WriteMem}, @samp{InsertBreak}, @samp{InsertTrace},
43426 @samp{InsertFastTrace}, and @samp{Stop}. @var{val} is either 0,
43427 indicating that @value{GDBN} will not request the operation, or 1,
43428 indicating that it may. (The target can then use this to set up its
43429 own internals optimally, for instance if the debugger never expects to
43430 insert breakpoints, it may not need to install its own trap handler.)
43431
43432 @item qC
43433 @cindex current thread, remote request
43434 @cindex @samp{qC} packet
43435 Return the current thread ID.
43436
43437 Reply:
43438 @table @samp
43439 @item QC @var{thread-id}
43440 Where @var{thread-id} is a thread ID as documented in
43441 @ref{thread-id syntax}.
43442 @item @r{(anything else)}
43443 Any other reply implies the old thread ID.
43444 @end table
43445
43446 @item qCRC:@var{addr},@var{length}
43447 @cindex CRC of memory block, remote request
43448 @cindex @samp{qCRC} packet
43449 @anchor{qCRC packet}
43450 Compute the CRC checksum of a block of memory using CRC-32 defined in
43451 IEEE 802.3. The CRC is computed byte at a time, taking the most
43452 significant bit of each byte first. The initial pattern code
43453 @code{0xffffffff} is used to ensure leading zeros affect the CRC.
43454
43455 @emph{Note:} This is the same CRC used in validating separate debug
43456 files (@pxref{Separate Debug Files, , Debugging Information in Separate
43457 Files}). However the algorithm is slightly different. When validating
43458 separate debug files, the CRC is computed taking the @emph{least}
43459 significant bit of each byte first, and the final result is inverted to
43460 detect trailing zeros.
43461
43462 Reply:
43463 @table @samp
43464 @item E @var{NN}
43465 An error (such as memory fault)
43466 @item C @var{crc32}
43467 The specified memory region's checksum is @var{crc32}.
43468 @end table
43469
43470 @item QDisableRandomization:@var{value}
43471 @cindex disable address space randomization, remote request
43472 @cindex @samp{QDisableRandomization} packet
43473 Some target operating systems will randomize the virtual address space
43474 of the inferior process as a security feature, but provide a feature
43475 to disable such randomization, e.g.@: to allow for a more deterministic
43476 debugging experience. On such systems, this packet with a @var{value}
43477 of 1 directs the target to disable address space randomization for
43478 processes subsequently started via @samp{vRun} packets, while a packet
43479 with a @var{value} of 0 tells the target to enable address space
43480 randomization.
43481
43482 This packet is only available in extended mode (@pxref{extended mode}).
43483
43484 Reply:
43485 @table @samp
43486 @item OK
43487 The request succeeded.
43488
43489 @item E @var{nn}
43490 An error occurred. The error number @var{nn} is given as hex digits.
43491
43492 @item @w{}
43493 An empty reply indicates that @samp{QDisableRandomization} is not supported
43494 by the stub.
43495 @end table
43496
43497 This packet is not probed by default; the remote stub must request it,
43498 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43499 This should only be done on targets that actually support disabling
43500 address space randomization.
43501
43502 @item QStartupWithShell:@var{value}
43503 @cindex startup with shell, remote request
43504 @cindex @samp{QStartupWithShell} packet
43505 On UNIX-like targets, it is possible to start the inferior using a
43506 shell program. This is the default behavior on both @value{GDBN} and
43507 @command{gdbserver} (@pxref{set startup-with-shell}). This packet is
43508 used to inform @command{gdbserver} whether it should start the
43509 inferior using a shell or not.
43510
43511 If @var{value} is @samp{0}, @command{gdbserver} will not use a shell
43512 to start the inferior. If @var{value} is @samp{1},
43513 @command{gdbserver} will use a shell to start the inferior. All other
43514 values are considered an error.
43515
43516 This packet is only available in extended mode (@pxref{extended
43517 mode}).
43518
43519 Reply:
43520 @table @samp
43521 @item OK
43522 The request succeeded.
43523
43524 @item E @var{nn}
43525 An error occurred. The error number @var{nn} is given as hex digits.
43526 @end table
43527
43528 This packet is not probed by default; the remote stub must request it,
43529 by supplying an appropriate @samp{qSupported} response
43530 (@pxref{qSupported}). This should only be done on targets that
43531 actually support starting the inferior using a shell.
43532
43533 Use of this packet is controlled by the @code{set startup-with-shell}
43534 command; @pxref{set startup-with-shell}.
43535
43536 @item QEnvironmentHexEncoded:@var{hex-value}
43537 @anchor{QEnvironmentHexEncoded}
43538 @cindex set environment variable, remote request
43539 @cindex @samp{QEnvironmentHexEncoded} packet
43540 On UNIX-like targets, it is possible to set environment variables that
43541 will be passed to the inferior during the startup process. This
43542 packet is used to inform @command{gdbserver} of an environment
43543 variable that has been defined by the user on @value{GDBN} (@pxref{set
43544 environment}).
43545
43546 The packet is composed by @var{hex-value}, an hex encoded
43547 representation of the @var{name=value} format representing an
43548 environment variable. The name of the environment variable is
43549 represented by @var{name}, and the value to be assigned to the
43550 environment variable is represented by @var{value}. If the variable
43551 has no value (i.e., the value is @code{null}), then @var{value} will
43552 not be present.
43553
43554 This packet is only available in extended mode (@pxref{extended
43555 mode}).
43556
43557 Reply:
43558 @table @samp
43559 @item OK
43560 The request succeeded.
43561 @end table
43562
43563 This packet is not probed by default; the remote stub must request it,
43564 by supplying an appropriate @samp{qSupported} response
43565 (@pxref{qSupported}). This should only be done on targets that
43566 actually support passing environment variables to the starting
43567 inferior.
43568
43569 This packet is related to the @code{set environment} command;
43570 @pxref{set environment}.
43571
43572 @item QEnvironmentUnset:@var{hex-value}
43573 @anchor{QEnvironmentUnset}
43574 @cindex unset environment variable, remote request
43575 @cindex @samp{QEnvironmentUnset} packet
43576 On UNIX-like targets, it is possible to unset environment variables
43577 before starting the inferior in the remote target. This packet is
43578 used to inform @command{gdbserver} of an environment variable that has
43579 been unset by the user on @value{GDBN} (@pxref{unset environment}).
43580
43581 The packet is composed by @var{hex-value}, an hex encoded
43582 representation of the name of the environment variable to be unset.
43583
43584 This packet is only available in extended mode (@pxref{extended
43585 mode}).
43586
43587 Reply:
43588 @table @samp
43589 @item OK
43590 The request succeeded.
43591 @end table
43592
43593 This packet is not probed by default; the remote stub must request it,
43594 by supplying an appropriate @samp{qSupported} response
43595 (@pxref{qSupported}). This should only be done on targets that
43596 actually support passing environment variables to the starting
43597 inferior.
43598
43599 This packet is related to the @code{unset environment} command;
43600 @pxref{unset environment}.
43601
43602 @item QEnvironmentReset
43603 @anchor{QEnvironmentReset}
43604 @cindex reset environment, remote request
43605 @cindex @samp{QEnvironmentReset} packet
43606 On UNIX-like targets, this packet is used to reset the state of
43607 environment variables in the remote target before starting the
43608 inferior. In this context, reset means unsetting all environment
43609 variables that were previously set by the user (i.e., were not
43610 initially present in the environment). It is sent to
43611 @command{gdbserver} before the @samp{QEnvironmentHexEncoded}
43612 (@pxref{QEnvironmentHexEncoded}) and the @samp{QEnvironmentUnset}
43613 (@pxref{QEnvironmentUnset}) packets.
43614
43615 This packet is only available in extended mode (@pxref{extended
43616 mode}).
43617
43618 Reply:
43619 @table @samp
43620 @item OK
43621 The request succeeded.
43622 @end table
43623
43624 This packet is not probed by default; the remote stub must request it,
43625 by supplying an appropriate @samp{qSupported} response
43626 (@pxref{qSupported}). This should only be done on targets that
43627 actually support passing environment variables to the starting
43628 inferior.
43629
43630 @item QSetWorkingDir:@r{[}@var{directory}@r{]}
43631 @anchor{QSetWorkingDir packet}
43632 @cindex set working directory, remote request
43633 @cindex @samp{QSetWorkingDir} packet
43634 This packet is used to inform the remote server of the intended
43635 current working directory for programs that are going to be executed.
43636
43637 The packet is composed by @var{directory}, an hex encoded
43638 representation of the directory that the remote inferior will use as
43639 its current working directory. If @var{directory} is an empty string,
43640 the remote server should reset the inferior's current working
43641 directory to its original, empty value.
43642
43643 This packet is only available in extended mode (@pxref{extended
43644 mode}).
43645
43646 Reply:
43647 @table @samp
43648 @item OK
43649 The request succeeded.
43650 @end table
43651
43652 @item qfThreadInfo
43653 @itemx qsThreadInfo
43654 @cindex list active threads, remote request
43655 @cindex @samp{qfThreadInfo} packet
43656 @cindex @samp{qsThreadInfo} packet
43657 Obtain a list of all active thread IDs from the target (OS). Since there
43658 may be too many active threads to fit into one reply packet, this query
43659 works iteratively: it may require more than one query/reply sequence to
43660 obtain the entire list of threads. The first query of the sequence will
43661 be the @samp{qfThreadInfo} query; subsequent queries in the
43662 sequence will be the @samp{qsThreadInfo} query.
43663
43664 NOTE: This packet replaces the @samp{qL} query (see below).
43665
43666 Reply:
43667 @table @samp
43668 @item m @var{thread-id}
43669 A single thread ID
43670 @item m @var{thread-id},@var{thread-id}@dots{}
43671 a comma-separated list of thread IDs
43672 @item l
43673 (lower case letter @samp{L}) denotes end of list.
43674 @end table
43675
43676 In response to each query, the target will reply with a list of one or
43677 more thread IDs, separated by commas.
43678 @value{GDBN} will respond to each reply with a request for more thread
43679 ids (using the @samp{qs} form of the query), until the target responds
43680 with @samp{l} (lower-case ell, for @dfn{last}).
43681 Refer to @ref{thread-id syntax}, for the format of the @var{thread-id}
43682 fields.
43683
43684 @emph{Note: @value{GDBN} will send the @code{qfThreadInfo} query during the
43685 initial connection with the remote target, and the very first thread ID
43686 mentioned in the reply will be stopped by @value{GDBN} in a subsequent
43687 message. Therefore, the stub should ensure that the first thread ID in
43688 the @code{qfThreadInfo} reply is suitable for being stopped by @value{GDBN}.}
43689
43690 @item qGetTLSAddr:@var{thread-id},@var{offset},@var{lm}
43691 @cindex get thread-local storage address, remote request
43692 @cindex @samp{qGetTLSAddr} packet
43693 Fetch the address associated with thread local storage specified
43694 by @var{thread-id}, @var{offset}, and @var{lm}.
43695
43696 @var{thread-id} is the thread ID associated with the
43697 thread for which to fetch the TLS address. @xref{thread-id syntax}.
43698
43699 @var{offset} is the (big endian, hex encoded) offset associated with the
43700 thread local variable. (This offset is obtained from the debug
43701 information associated with the variable.)
43702
43703 @var{lm} is the (big endian, hex encoded) OS/ABI-specific encoding of the
43704 load module associated with the thread local storage. For example,
43705 a @sc{gnu}/Linux system will pass the link map address of the shared
43706 object associated with the thread local storage under consideration.
43707 Other operating environments may choose to represent the load module
43708 differently, so the precise meaning of this parameter will vary.
43709
43710 Reply:
43711 @table @samp
43712 @item @var{XX}@dots{}
43713 Hex encoded (big endian) bytes representing the address of the thread
43714 local storage requested.
43715
43716 @item E @var{nn}
43717 An error occurred. The error number @var{nn} is given as hex digits.
43718
43719 @item @w{}
43720 An empty reply indicates that @samp{qGetTLSAddr} is not supported by the stub.
43721 @end table
43722
43723 @item qGetTIBAddr:@var{thread-id}
43724 @cindex get thread information block address
43725 @cindex @samp{qGetTIBAddr} packet
43726 Fetch address of the Windows OS specific Thread Information Block.
43727
43728 @var{thread-id} is the thread ID associated with the thread.
43729
43730 Reply:
43731 @table @samp
43732 @item @var{XX}@dots{}
43733 Hex encoded (big endian) bytes representing the linear address of the
43734 thread information block.
43735
43736 @item E @var{nn}
43737 An error occurred. This means that either the thread was not found, or the
43738 address could not be retrieved.
43739
43740 @item @w{}
43741 An empty reply indicates that @samp{qGetTIBAddr} is not supported by the stub.
43742 @end table
43743
43744 @item qL @var{startflag} @var{threadcount} @var{nextthread}
43745 Obtain thread information from RTOS. Where: @var{startflag} (one hex
43746 digit) is one to indicate the first query and zero to indicate a
43747 subsequent query; @var{threadcount} (two hex digits) is the maximum
43748 number of threads the response packet can contain; and @var{nextthread}
43749 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
43750 returned in the response as @var{argthread}.
43751
43752 Don't use this packet; use the @samp{qfThreadInfo} query instead (see above).
43753
43754 Reply:
43755 @table @samp
43756 @item qM @var{count} @var{done} @var{argthread} @var{thread}@dots{}
43757 Where: @var{count} (two hex digits) is the number of threads being
43758 returned; @var{done} (one hex digit) is zero to indicate more threads
43759 and one indicates no further threads; @var{argthreadid} (eight hex
43760 digits) is @var{nextthread} from the request packet; @var{thread}@dots{}
43761 is a sequence of thread IDs, @var{threadid} (eight hex
43762 digits), from the target. See @code{remote.c:parse_threadlist_response()}.
43763 @end table
43764
43765 @item qMemTags:@var{start address},@var{length}:@var{type}
43766 @anchor{qMemTags}
43767 @cindex fetch memory tags
43768 @cindex @samp{qMemTags} packet
43769 Fetch memory tags of type @var{type} from the address range
43770 @w{@r{[}@var{start address}, @var{start address} + @var{length}@r{)}}. The
43771 target is responsible for calculating how many tags will be returned, as this
43772 is architecture-specific.
43773
43774 @var{start address} is the starting address of the memory range.
43775
43776 @var{length} is the length, in bytes, of the memory range.
43777
43778 @var{type} is the type of tag the request wants to fetch. The type is a signed
43779 integer.
43780
43781 Reply:
43782 @table @samp
43783 @item @var{mxx}@dots{}
43784 Hex encoded sequence of uninterpreted bytes, @var{xx}@dots{}, representing the
43785 tags found in the requested memory range.
43786
43787 @item E @var{nn}
43788 An error occurred. This means that fetching of memory tags failed for some
43789 reason.
43790
43791 @item @w{}
43792 An empty reply indicates that @samp{qMemTags} is not supported by the stub,
43793 although this should not happen given @value{GDBN} will only send this packet
43794 if the stub has advertised support for memory tagging via @samp{qSupported}.
43795 @end table
43796
43797 @item QMemTags:@var{start address},@var{length}:@var{type}:@var{tag bytes}
43798 @anchor{QMemTags}
43799 @cindex store memory tags
43800 @cindex @samp{QMemTags} packet
43801 Store memory tags of type @var{type} to the address range
43802 @w{@r{[}@var{start address}, @var{start address} + @var{length}@r{)}}. The
43803 target is responsible for interpreting the type, the tag bytes and modifying
43804 the memory tag granules accordingly, given this is architecture-specific.
43805
43806 The interpretation of how many tags (@var{nt}) should be written to how many
43807 memory tag granules (@var{ng}) is also architecture-specific. The behavior is
43808 implementation-specific, but the following is suggested.
43809
43810 If the number of memory tags, @var{nt}, is greater than or equal to the
43811 number of memory tag granules, @var{ng}, only @var{ng} tags will be
43812 stored.
43813
43814 If @var{nt} is less than @var{ng}, the behavior is that of a fill operation,
43815 and the tag bytes will be used as a pattern that will get repeated until
43816 @var{ng} tags are stored.
43817
43818 @var{start address} is the starting address of the memory range. The address
43819 does not have any restriction on alignment or size.
43820
43821 @var{length} is the length, in bytes, of the memory range.
43822
43823 @var{type} is the type of tag the request wants to fetch. The type is a signed
43824 integer.
43825
43826 @var{tag bytes} is a sequence of hex encoded uninterpreted bytes which will be
43827 interpreted by the target. Each pair of hex digits is interpreted as a
43828 single byte.
43829
43830 Reply:
43831 @table @samp
43832 @item OK
43833 The request was successful and the memory tag granules were modified
43834 accordingly.
43835
43836 @item E @var{nn}
43837 An error occurred. This means that modifying the memory tag granules failed
43838 for some reason.
43839
43840 @item @w{}
43841 An empty reply indicates that @samp{QMemTags} is not supported by the stub,
43842 although this should not happen given @value{GDBN} will only send this packet
43843 if the stub has advertised support for memory tagging via @samp{qSupported}.
43844 @end table
43845
43846 @item qOffsets
43847 @cindex section offsets, remote request
43848 @cindex @samp{qOffsets} packet
43849 Get section offsets that the target used when relocating the downloaded
43850 image.
43851
43852 Reply:
43853 @table @samp
43854 @item Text=@var{xxx};Data=@var{yyy}@r{[};Bss=@var{zzz}@r{]}
43855 Relocate the @code{Text} section by @var{xxx} from its original address.
43856 Relocate the @code{Data} section by @var{yyy} from its original address.
43857 If the object file format provides segment information (e.g.@: @sc{elf}
43858 @samp{PT_LOAD} program headers), @value{GDBN} will relocate entire
43859 segments by the supplied offsets.
43860
43861 @emph{Note: while a @code{Bss} offset may be included in the response,
43862 @value{GDBN} ignores this and instead applies the @code{Data} offset
43863 to the @code{Bss} section.}
43864
43865 @item TextSeg=@var{xxx}@r{[};DataSeg=@var{yyy}@r{]}
43866 Relocate the first segment of the object file, which conventionally
43867 contains program code, to a starting address of @var{xxx}. If
43868 @samp{DataSeg} is specified, relocate the second segment, which
43869 conventionally contains modifiable data, to a starting address of
43870 @var{yyy}. @value{GDBN} will report an error if the object file
43871 does not contain segment information, or does not contain at least
43872 as many segments as mentioned in the reply. Extra segments are
43873 kept at fixed offsets relative to the last relocated segment.
43874 @end table
43875
43876 @item qP @var{mode} @var{thread-id}
43877 @cindex thread information, remote request
43878 @cindex @samp{qP} packet
43879 Returns information on @var{thread-id}. Where: @var{mode} is a hex
43880 encoded 32 bit mode; @var{thread-id} is a thread ID
43881 (@pxref{thread-id syntax}).
43882
43883 Don't use this packet; use the @samp{qThreadExtraInfo} query instead
43884 (see below).
43885
43886 Reply: see @code{remote.c:remote_unpack_thread_info_response()}.
43887
43888 @item QNonStop:1
43889 @itemx QNonStop:0
43890 @cindex non-stop mode, remote request
43891 @cindex @samp{QNonStop} packet
43892 @anchor{QNonStop}
43893 Enter non-stop (@samp{QNonStop:1}) or all-stop (@samp{QNonStop:0}) mode.
43894 @xref{Remote Non-Stop}, for more information.
43895
43896 Reply:
43897 @table @samp
43898 @item OK
43899 The request succeeded.
43900
43901 @item E @var{nn}
43902 An error occurred. The error number @var{nn} is given as hex digits.
43903
43904 @item @w{}
43905 An empty reply indicates that @samp{QNonStop} is not supported by
43906 the stub.
43907 @end table
43908
43909 This packet is not probed by default; the remote stub must request it,
43910 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43911 Use of this packet is controlled by the @code{set non-stop} command;
43912 @pxref{Non-Stop Mode}.
43913
43914 @item QCatchSyscalls:1 @r{[};@var{sysno}@r{]}@dots{}
43915 @itemx QCatchSyscalls:0
43916 @cindex catch syscalls from inferior, remote request
43917 @cindex @samp{QCatchSyscalls} packet
43918 @anchor{QCatchSyscalls}
43919 Enable (@samp{QCatchSyscalls:1}) or disable (@samp{QCatchSyscalls:0})
43920 catching syscalls from the inferior process.
43921
43922 For @samp{QCatchSyscalls:1}, each listed syscall @var{sysno} (encoded
43923 in hex) should be reported to @value{GDBN}. If no syscall @var{sysno}
43924 is listed, every system call should be reported.
43925
43926 Note that if a syscall not in the list is reported, @value{GDBN} will
43927 still filter the event according to its own list from all corresponding
43928 @code{catch syscall} commands. However, it is more efficient to only
43929 report the requested syscalls.
43930
43931 Multiple @samp{QCatchSyscalls:1} packets do not combine; any earlier
43932 @samp{QCatchSyscalls:1} list is completely replaced by the new list.
43933
43934 If the inferior process execs, the state of @samp{QCatchSyscalls} is
43935 kept for the new process too. On targets where exec may affect syscall
43936 numbers, for example with exec between 32 and 64-bit processes, the
43937 client should send a new packet with the new syscall list.
43938
43939 Reply:
43940 @table @samp
43941 @item OK
43942 The request succeeded.
43943
43944 @item E @var{nn}
43945 An error occurred. @var{nn} are hex digits.
43946
43947 @item @w{}
43948 An empty reply indicates that @samp{QCatchSyscalls} is not supported by
43949 the stub.
43950 @end table
43951
43952 Use of this packet is controlled by the @code{set remote catch-syscalls}
43953 command (@pxref{Remote Configuration, set remote catch-syscalls}).
43954 This packet is not probed by default; the remote stub must request it,
43955 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43956
43957 @item QPassSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
43958 @cindex pass signals to inferior, remote request
43959 @cindex @samp{QPassSignals} packet
43960 @anchor{QPassSignals}
43961 Each listed @var{signal} should be passed directly to the inferior process.
43962 Signals are numbered identically to continue packets and stop replies
43963 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
43964 strictly greater than the previous item. These signals do not need to stop
43965 the inferior, or be reported to @value{GDBN}. All other signals should be
43966 reported to @value{GDBN}. Multiple @samp{QPassSignals} packets do not
43967 combine; any earlier @samp{QPassSignals} list is completely replaced by the
43968 new list. This packet improves performance when using @samp{handle
43969 @var{signal} nostop noprint pass}.
43970
43971 Reply:
43972 @table @samp
43973 @item OK
43974 The request succeeded.
43975
43976 @item E @var{nn}
43977 An error occurred. The error number @var{nn} is given as hex digits.
43978
43979 @item @w{}
43980 An empty reply indicates that @samp{QPassSignals} is not supported by
43981 the stub.
43982 @end table
43983
43984 Use of this packet is controlled by the @code{set remote pass-signals}
43985 command (@pxref{Remote Configuration, set remote pass-signals}).
43986 This packet is not probed by default; the remote stub must request it,
43987 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
43988
43989 @item QProgramSignals: @var{signal} @r{[};@var{signal}@r{]}@dots{}
43990 @cindex signals the inferior may see, remote request
43991 @cindex @samp{QProgramSignals} packet
43992 @anchor{QProgramSignals}
43993 Each listed @var{signal} may be delivered to the inferior process.
43994 Others should be silently discarded.
43995
43996 In some cases, the remote stub may need to decide whether to deliver a
43997 signal to the program or not without @value{GDBN} involvement. One
43998 example of that is while detaching --- the program's threads may have
43999 stopped for signals that haven't yet had a chance of being reported to
44000 @value{GDBN}, and so the remote stub can use the signal list specified
44001 by this packet to know whether to deliver or ignore those pending
44002 signals.
44003
44004 This does not influence whether to deliver a signal as requested by a
44005 resumption packet (@pxref{vCont packet}).
44006
44007 Signals are numbered identically to continue packets and stop replies
44008 (@pxref{Stop Reply Packets}). Each @var{signal} list item should be
44009 strictly greater than the previous item. Multiple
44010 @samp{QProgramSignals} packets do not combine; any earlier
44011 @samp{QProgramSignals} list is completely replaced by the new list.
44012
44013 Reply:
44014 @table @samp
44015 @item OK
44016 The request succeeded.
44017
44018 @item E @var{nn}
44019 An error occurred. The error number @var{nn} is given as hex digits.
44020
44021 @item @w{}
44022 An empty reply indicates that @samp{QProgramSignals} is not supported
44023 by the stub.
44024 @end table
44025
44026 Use of this packet is controlled by the @code{set remote program-signals}
44027 command (@pxref{Remote Configuration, set remote program-signals}).
44028 This packet is not probed by default; the remote stub must request it,
44029 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
44030
44031 @anchor{QThreadEvents}
44032 @item QThreadEvents:1
44033 @itemx QThreadEvents:0
44034 @cindex thread create/exit events, remote request
44035 @cindex @samp{QThreadEvents} packet
44036
44037 Enable (@samp{QThreadEvents:1}) or disable (@samp{QThreadEvents:0})
44038 reporting of thread create and exit events. @xref{thread create
44039 event}, for the reply specifications. For example, this is used in
44040 non-stop mode when @value{GDBN} stops a set of threads and
44041 synchronously waits for the their corresponding stop replies. Without
44042 exit events, if one of the threads exits, @value{GDBN} would hang
44043 forever not knowing that it should no longer expect a stop for that
44044 same thread. @value{GDBN} does not enable this feature unless the
44045 stub reports that it supports it by including @samp{QThreadEvents+} in
44046 its @samp{qSupported} reply.
44047
44048 Reply:
44049 @table @samp
44050 @item OK
44051 The request succeeded.
44052
44053 @item E @var{nn}
44054 An error occurred. The error number @var{nn} is given as hex digits.
44055
44056 @item @w{}
44057 An empty reply indicates that @samp{QThreadEvents} is not supported by
44058 the stub.
44059 @end table
44060
44061 Use of this packet is controlled by the @code{set remote thread-events}
44062 command (@pxref{Remote Configuration, set remote thread-events}).
44063
44064 @item qRcmd,@var{command}
44065 @cindex execute remote command, remote request
44066 @cindex @samp{qRcmd} packet
44067 @var{command} (hex encoded) is passed to the local interpreter for
44068 execution. Invalid commands should be reported using the output
44069 string. Before the final result packet, the target may also respond
44070 with a number of intermediate @samp{O@var{output}} console output
44071 packets. @emph{Implementors should note that providing access to a
44072 stubs's interpreter may have security implications}.
44073
44074 Reply:
44075 @table @samp
44076 @item OK
44077 A command response with no output.
44078 @item @var{OUTPUT}
44079 A command response with the hex encoded output string @var{OUTPUT}.
44080 @item E @var{NN}
44081 Indicate a badly formed request. The error number @var{NN} is given as
44082 hex digits.
44083 @item @w{}
44084 An empty reply indicates that @samp{qRcmd} is not recognized.
44085 @end table
44086
44087 (Note that the @code{qRcmd} packet's name is separated from the
44088 command by a @samp{,}, not a @samp{:}, contrary to the naming
44089 conventions above. Please don't use this packet as a model for new
44090 packets.)
44091
44092 @item qSearch:memory:@var{address};@var{length};@var{search-pattern}
44093 @cindex searching memory, in remote debugging
44094 @ifnotinfo
44095 @cindex @samp{qSearch:memory} packet
44096 @end ifnotinfo
44097 @cindex @samp{qSearch memory} packet
44098 @anchor{qSearch memory}
44099 Search @var{length} bytes at @var{address} for @var{search-pattern}.
44100 Both @var{address} and @var{length} are encoded in hex;
44101 @var{search-pattern} is a sequence of bytes, also hex encoded.
44102
44103 Reply:
44104 @table @samp
44105 @item 0
44106 The pattern was not found.
44107 @item 1,address
44108 The pattern was found at @var{address}.
44109 @item E @var{NN}
44110 A badly formed request or an error was encountered while searching memory.
44111 @item @w{}
44112 An empty reply indicates that @samp{qSearch:memory} is not recognized.
44113 @end table
44114
44115 @item QStartNoAckMode
44116 @cindex @samp{QStartNoAckMode} packet
44117 @anchor{QStartNoAckMode}
44118 Request that the remote stub disable the normal @samp{+}/@samp{-}
44119 protocol acknowledgments (@pxref{Packet Acknowledgment}).
44120
44121 Reply:
44122 @table @samp
44123 @item OK
44124 The stub has switched to no-acknowledgment mode.
44125 @value{GDBN} acknowledges this response,
44126 but neither the stub nor @value{GDBN} shall send or expect further
44127 @samp{+}/@samp{-} acknowledgments in the current connection.
44128 @item @w{}
44129 An empty reply indicates that the stub does not support no-acknowledgment mode.
44130 @end table
44131
44132 @item qSupported @r{[}:@var{gdbfeature} @r{[};@var{gdbfeature}@r{]}@dots{} @r{]}
44133 @cindex supported packets, remote query
44134 @cindex features of the remote protocol
44135 @cindex @samp{qSupported} packet
44136 @anchor{qSupported}
44137 Tell the remote stub about features supported by @value{GDBN}, and
44138 query the stub for features it supports. This packet allows
44139 @value{GDBN} and the remote stub to take advantage of each others'
44140 features. @samp{qSupported} also consolidates multiple feature probes
44141 at startup, to improve @value{GDBN} performance---a single larger
44142 packet performs better than multiple smaller probe packets on
44143 high-latency links. Some features may enable behavior which must not
44144 be on by default, e.g.@: because it would confuse older clients or
44145 stubs. Other features may describe packets which could be
44146 automatically probed for, but are not. These features must be
44147 reported before @value{GDBN} will use them. This ``default
44148 unsupported'' behavior is not appropriate for all packets, but it
44149 helps to keep the initial connection time under control with new
44150 versions of @value{GDBN} which support increasing numbers of packets.
44151
44152 Reply:
44153 @table @samp
44154 @item @var{stubfeature} @r{[};@var{stubfeature}@r{]}@dots{}
44155 The stub supports or does not support each returned @var{stubfeature},
44156 depending on the form of each @var{stubfeature} (see below for the
44157 possible forms).
44158 @item @w{}
44159 An empty reply indicates that @samp{qSupported} is not recognized,
44160 or that no features needed to be reported to @value{GDBN}.
44161 @end table
44162
44163 The allowed forms for each feature (either a @var{gdbfeature} in the
44164 @samp{qSupported} packet, or a @var{stubfeature} in the response)
44165 are:
44166
44167 @table @samp
44168 @item @var{name}=@var{value}
44169 The remote protocol feature @var{name} is supported, and associated
44170 with the specified @var{value}. The format of @var{value} depends
44171 on the feature, but it must not include a semicolon.
44172 @item @var{name}+
44173 The remote protocol feature @var{name} is supported, and does not
44174 need an associated value.
44175 @item @var{name}-
44176 The remote protocol feature @var{name} is not supported.
44177 @item @var{name}?
44178 The remote protocol feature @var{name} may be supported, and
44179 @value{GDBN} should auto-detect support in some other way when it is
44180 needed. This form will not be used for @var{gdbfeature} notifications,
44181 but may be used for @var{stubfeature} responses.
44182 @end table
44183
44184 Whenever the stub receives a @samp{qSupported} request, the
44185 supplied set of @value{GDBN} features should override any previous
44186 request. This allows @value{GDBN} to put the stub in a known
44187 state, even if the stub had previously been communicating with
44188 a different version of @value{GDBN}.
44189
44190 The following values of @var{gdbfeature} (for the packet sent by @value{GDBN})
44191 are defined:
44192
44193 @table @samp
44194 @item multiprocess
44195 This feature indicates whether @value{GDBN} supports multiprocess
44196 extensions to the remote protocol. @value{GDBN} does not use such
44197 extensions unless the stub also reports that it supports them by
44198 including @samp{multiprocess+} in its @samp{qSupported} reply.
44199 @xref{multiprocess extensions}, for details.
44200
44201 @item xmlRegisters
44202 This feature indicates that @value{GDBN} supports the XML target
44203 description. If the stub sees @samp{xmlRegisters=} with target
44204 specific strings separated by a comma, it will report register
44205 description.
44206
44207 @item qRelocInsn
44208 This feature indicates whether @value{GDBN} supports the
44209 @samp{qRelocInsn} packet (@pxref{Tracepoint Packets,,Relocate
44210 instruction reply packet}).
44211
44212 @item swbreak
44213 This feature indicates whether @value{GDBN} supports the swbreak stop
44214 reason in stop replies. @xref{swbreak stop reason}, for details.
44215
44216 @item hwbreak
44217 This feature indicates whether @value{GDBN} supports the hwbreak stop
44218 reason in stop replies. @xref{swbreak stop reason}, for details.
44219
44220 @item fork-events
44221 This feature indicates whether @value{GDBN} supports fork event
44222 extensions to the remote protocol. @value{GDBN} does not use such
44223 extensions unless the stub also reports that it supports them by
44224 including @samp{fork-events+} in its @samp{qSupported} reply.
44225
44226 @item vfork-events
44227 This feature indicates whether @value{GDBN} supports vfork event
44228 extensions to the remote protocol. @value{GDBN} does not use such
44229 extensions unless the stub also reports that it supports them by
44230 including @samp{vfork-events+} in its @samp{qSupported} reply.
44231
44232 @item exec-events
44233 This feature indicates whether @value{GDBN} supports exec event
44234 extensions to the remote protocol. @value{GDBN} does not use such
44235 extensions unless the stub also reports that it supports them by
44236 including @samp{exec-events+} in its @samp{qSupported} reply.
44237
44238 @item vContSupported
44239 This feature indicates whether @value{GDBN} wants to know the
44240 supported actions in the reply to @samp{vCont?} packet.
44241 @end table
44242
44243 Stubs should ignore any unknown values for
44244 @var{gdbfeature}. Any @value{GDBN} which sends a @samp{qSupported}
44245 packet supports receiving packets of unlimited length (earlier
44246 versions of @value{GDBN} may reject overly long responses). Additional values
44247 for @var{gdbfeature} may be defined in the future to let the stub take
44248 advantage of new features in @value{GDBN}, e.g.@: incompatible
44249 improvements in the remote protocol---the @samp{multiprocess} feature is
44250 an example of such a feature. The stub's reply should be independent
44251 of the @var{gdbfeature} entries sent by @value{GDBN}; first @value{GDBN}
44252 describes all the features it supports, and then the stub replies with
44253 all the features it supports.
44254
44255 Similarly, @value{GDBN} will silently ignore unrecognized stub feature
44256 responses, as long as each response uses one of the standard forms.
44257
44258 Some features are flags. A stub which supports a flag feature
44259 should respond with a @samp{+} form response. Other features
44260 require values, and the stub should respond with an @samp{=}
44261 form response.
44262
44263 Each feature has a default value, which @value{GDBN} will use if
44264 @samp{qSupported} is not available or if the feature is not mentioned
44265 in the @samp{qSupported} response. The default values are fixed; a
44266 stub is free to omit any feature responses that match the defaults.
44267
44268 Not all features can be probed, but for those which can, the probing
44269 mechanism is useful: in some cases, a stub's internal
44270 architecture may not allow the protocol layer to know some information
44271 about the underlying target in advance. This is especially common in
44272 stubs which may be configured for multiple targets.
44273
44274 These are the currently defined stub features and their properties:
44275
44276 @multitable @columnfractions 0.35 0.2 0.12 0.2
44277 @c NOTE: The first row should be @headitem, but we do not yet require
44278 @c a new enough version of Texinfo (4.7) to use @headitem.
44279 @item Feature Name
44280 @tab Value Required
44281 @tab Default
44282 @tab Probe Allowed
44283
44284 @item @samp{PacketSize}
44285 @tab Yes
44286 @tab @samp{-}
44287 @tab No
44288
44289 @item @samp{qXfer:auxv:read}
44290 @tab No
44291 @tab @samp{-}
44292 @tab Yes
44293
44294 @item @samp{qXfer:btrace:read}
44295 @tab No
44296 @tab @samp{-}
44297 @tab Yes
44298
44299 @item @samp{qXfer:btrace-conf:read}
44300 @tab No
44301 @tab @samp{-}
44302 @tab Yes
44303
44304 @item @samp{qXfer:exec-file:read}
44305 @tab No
44306 @tab @samp{-}
44307 @tab Yes
44308
44309 @item @samp{qXfer:features:read}
44310 @tab No
44311 @tab @samp{-}
44312 @tab Yes
44313
44314 @item @samp{qXfer:libraries:read}
44315 @tab No
44316 @tab @samp{-}
44317 @tab Yes
44318
44319 @item @samp{qXfer:libraries-svr4:read}
44320 @tab No
44321 @tab @samp{-}
44322 @tab Yes
44323
44324 @item @samp{augmented-libraries-svr4-read}
44325 @tab No
44326 @tab @samp{-}
44327 @tab No
44328
44329 @item @samp{qXfer:memory-map:read}
44330 @tab No
44331 @tab @samp{-}
44332 @tab Yes
44333
44334 @item @samp{qXfer:sdata:read}
44335 @tab No
44336 @tab @samp{-}
44337 @tab Yes
44338
44339 @item @samp{qXfer:siginfo:read}
44340 @tab No
44341 @tab @samp{-}
44342 @tab Yes
44343
44344 @item @samp{qXfer:siginfo:write}
44345 @tab No
44346 @tab @samp{-}
44347 @tab Yes
44348
44349 @item @samp{qXfer:threads:read}
44350 @tab No
44351 @tab @samp{-}
44352 @tab Yes
44353
44354 @item @samp{qXfer:traceframe-info:read}
44355 @tab No
44356 @tab @samp{-}
44357 @tab Yes
44358
44359 @item @samp{qXfer:uib:read}
44360 @tab No
44361 @tab @samp{-}
44362 @tab Yes
44363
44364 @item @samp{qXfer:fdpic:read}
44365 @tab No
44366 @tab @samp{-}
44367 @tab Yes
44368
44369 @item @samp{Qbtrace:off}
44370 @tab Yes
44371 @tab @samp{-}
44372 @tab Yes
44373
44374 @item @samp{Qbtrace:bts}
44375 @tab Yes
44376 @tab @samp{-}
44377 @tab Yes
44378
44379 @item @samp{Qbtrace:pt}
44380 @tab Yes
44381 @tab @samp{-}
44382 @tab Yes
44383
44384 @item @samp{Qbtrace-conf:bts:size}
44385 @tab Yes
44386 @tab @samp{-}
44387 @tab Yes
44388
44389 @item @samp{Qbtrace-conf:pt:size}
44390 @tab Yes
44391 @tab @samp{-}
44392 @tab Yes
44393
44394 @item @samp{QNonStop}
44395 @tab No
44396 @tab @samp{-}
44397 @tab Yes
44398
44399 @item @samp{QCatchSyscalls}
44400 @tab No
44401 @tab @samp{-}
44402 @tab Yes
44403
44404 @item @samp{QPassSignals}
44405 @tab No
44406 @tab @samp{-}
44407 @tab Yes
44408
44409 @item @samp{QStartNoAckMode}
44410 @tab No
44411 @tab @samp{-}
44412 @tab Yes
44413
44414 @item @samp{multiprocess}
44415 @tab No
44416 @tab @samp{-}
44417 @tab No
44418
44419 @item @samp{ConditionalBreakpoints}
44420 @tab No
44421 @tab @samp{-}
44422 @tab No
44423
44424 @item @samp{ConditionalTracepoints}
44425 @tab No
44426 @tab @samp{-}
44427 @tab No
44428
44429 @item @samp{ReverseContinue}
44430 @tab No
44431 @tab @samp{-}
44432 @tab No
44433
44434 @item @samp{ReverseStep}
44435 @tab No
44436 @tab @samp{-}
44437 @tab No
44438
44439 @item @samp{TracepointSource}
44440 @tab No
44441 @tab @samp{-}
44442 @tab No
44443
44444 @item @samp{QAgent}
44445 @tab No
44446 @tab @samp{-}
44447 @tab No
44448
44449 @item @samp{QAllow}
44450 @tab No
44451 @tab @samp{-}
44452 @tab No
44453
44454 @item @samp{QDisableRandomization}
44455 @tab No
44456 @tab @samp{-}
44457 @tab No
44458
44459 @item @samp{EnableDisableTracepoints}
44460 @tab No
44461 @tab @samp{-}
44462 @tab No
44463
44464 @item @samp{QTBuffer:size}
44465 @tab No
44466 @tab @samp{-}
44467 @tab No
44468
44469 @item @samp{tracenz}
44470 @tab No
44471 @tab @samp{-}
44472 @tab No
44473
44474 @item @samp{BreakpointCommands}
44475 @tab No
44476 @tab @samp{-}
44477 @tab No
44478
44479 @item @samp{swbreak}
44480 @tab No
44481 @tab @samp{-}
44482 @tab No
44483
44484 @item @samp{hwbreak}
44485 @tab No
44486 @tab @samp{-}
44487 @tab No
44488
44489 @item @samp{fork-events}
44490 @tab No
44491 @tab @samp{-}
44492 @tab No
44493
44494 @item @samp{vfork-events}
44495 @tab No
44496 @tab @samp{-}
44497 @tab No
44498
44499 @item @samp{exec-events}
44500 @tab No
44501 @tab @samp{-}
44502 @tab No
44503
44504 @item @samp{QThreadEvents}
44505 @tab No
44506 @tab @samp{-}
44507 @tab No
44508
44509 @item @samp{no-resumed}
44510 @tab No
44511 @tab @samp{-}
44512 @tab No
44513
44514 @item @samp{memory-tagging}
44515 @tab No
44516 @tab @samp{-}
44517 @tab No
44518
44519 @end multitable
44520
44521 These are the currently defined stub features, in more detail:
44522
44523 @table @samp
44524 @cindex packet size, remote protocol
44525 @item PacketSize=@var{bytes}
44526 The remote stub can accept packets up to at least @var{bytes} in
44527 length. @value{GDBN} will send packets up to this size for bulk
44528 transfers, and will never send larger packets. This is a limit on the
44529 data characters in the packet, including the frame and checksum.
44530 There is no trailing NUL byte in a remote protocol packet; if the stub
44531 stores packets in a NUL-terminated format, it should allow an extra
44532 byte in its buffer for the NUL. If this stub feature is not supported,
44533 @value{GDBN} guesses based on the size of the @samp{g} packet response.
44534
44535 @item qXfer:auxv:read
44536 The remote stub understands the @samp{qXfer:auxv:read} packet
44537 (@pxref{qXfer auxiliary vector read}).
44538
44539 @item qXfer:btrace:read
44540 The remote stub understands the @samp{qXfer:btrace:read}
44541 packet (@pxref{qXfer btrace read}).
44542
44543 @item qXfer:btrace-conf:read
44544 The remote stub understands the @samp{qXfer:btrace-conf:read}
44545 packet (@pxref{qXfer btrace-conf read}).
44546
44547 @item qXfer:exec-file:read
44548 The remote stub understands the @samp{qXfer:exec-file:read} packet
44549 (@pxref{qXfer executable filename read}).
44550
44551 @item qXfer:features:read
44552 The remote stub understands the @samp{qXfer:features:read} packet
44553 (@pxref{qXfer target description read}).
44554
44555 @item qXfer:libraries:read
44556 The remote stub understands the @samp{qXfer:libraries:read} packet
44557 (@pxref{qXfer library list read}).
44558
44559 @item qXfer:libraries-svr4:read
44560 The remote stub understands the @samp{qXfer:libraries-svr4:read} packet
44561 (@pxref{qXfer svr4 library list read}).
44562
44563 @item augmented-libraries-svr4-read
44564 The remote stub understands the augmented form of the
44565 @samp{qXfer:libraries-svr4:read} packet
44566 (@pxref{qXfer svr4 library list read}).
44567
44568 @item qXfer:memory-map:read
44569 The remote stub understands the @samp{qXfer:memory-map:read} packet
44570 (@pxref{qXfer memory map read}).
44571
44572 @item qXfer:sdata:read
44573 The remote stub understands the @samp{qXfer:sdata:read} packet
44574 (@pxref{qXfer sdata read}).
44575
44576 @item qXfer:siginfo:read
44577 The remote stub understands the @samp{qXfer:siginfo:read} packet
44578 (@pxref{qXfer siginfo read}).
44579
44580 @item qXfer:siginfo:write
44581 The remote stub understands the @samp{qXfer:siginfo:write} packet
44582 (@pxref{qXfer siginfo write}).
44583
44584 @item qXfer:threads:read
44585 The remote stub understands the @samp{qXfer:threads:read} packet
44586 (@pxref{qXfer threads read}).
44587
44588 @item qXfer:traceframe-info:read
44589 The remote stub understands the @samp{qXfer:traceframe-info:read}
44590 packet (@pxref{qXfer traceframe info read}).
44591
44592 @item qXfer:uib:read
44593 The remote stub understands the @samp{qXfer:uib:read}
44594 packet (@pxref{qXfer unwind info block}).
44595
44596 @item qXfer:fdpic:read
44597 The remote stub understands the @samp{qXfer:fdpic:read}
44598 packet (@pxref{qXfer fdpic loadmap read}).
44599
44600 @item QNonStop
44601 The remote stub understands the @samp{QNonStop} packet
44602 (@pxref{QNonStop}).
44603
44604 @item QCatchSyscalls
44605 The remote stub understands the @samp{QCatchSyscalls} packet
44606 (@pxref{QCatchSyscalls}).
44607
44608 @item QPassSignals
44609 The remote stub understands the @samp{QPassSignals} packet
44610 (@pxref{QPassSignals}).
44611
44612 @item QStartNoAckMode
44613 The remote stub understands the @samp{QStartNoAckMode} packet and
44614 prefers to operate in no-acknowledgment mode. @xref{Packet Acknowledgment}.
44615
44616 @item multiprocess
44617 @anchor{multiprocess extensions}
44618 @cindex multiprocess extensions, in remote protocol
44619 The remote stub understands the multiprocess extensions to the remote
44620 protocol syntax. The multiprocess extensions affect the syntax of
44621 thread IDs in both packets and replies (@pxref{thread-id syntax}), and
44622 add process IDs to the @samp{D} packet and @samp{W} and @samp{X}
44623 replies. Note that reporting this feature indicates support for the
44624 syntactic extensions only, not that the stub necessarily supports
44625 debugging of more than one process at a time. The stub must not use
44626 multiprocess extensions in packet replies unless @value{GDBN} has also
44627 indicated it supports them in its @samp{qSupported} request.
44628
44629 @item qXfer:osdata:read
44630 The remote stub understands the @samp{qXfer:osdata:read} packet
44631 ((@pxref{qXfer osdata read}).
44632
44633 @item ConditionalBreakpoints
44634 The target accepts and implements evaluation of conditional expressions
44635 defined for breakpoints. The target will only report breakpoint triggers
44636 when such conditions are true (@pxref{Conditions, ,Break Conditions}).
44637
44638 @item ConditionalTracepoints
44639 The remote stub accepts and implements conditional expressions defined
44640 for tracepoints (@pxref{Tracepoint Conditions}).
44641
44642 @item ReverseContinue
44643 The remote stub accepts and implements the reverse continue packet
44644 (@pxref{bc}).
44645
44646 @item ReverseStep
44647 The remote stub accepts and implements the reverse step packet
44648 (@pxref{bs}).
44649
44650 @item TracepointSource
44651 The remote stub understands the @samp{QTDPsrc} packet that supplies
44652 the source form of tracepoint definitions.
44653
44654 @item QAgent
44655 The remote stub understands the @samp{QAgent} packet.
44656
44657 @item QAllow
44658 The remote stub understands the @samp{QAllow} packet.
44659
44660 @item QDisableRandomization
44661 The remote stub understands the @samp{QDisableRandomization} packet.
44662
44663 @item StaticTracepoint
44664 @cindex static tracepoints, in remote protocol
44665 The remote stub supports static tracepoints.
44666
44667 @item InstallInTrace
44668 @anchor{install tracepoint in tracing}
44669 The remote stub supports installing tracepoint in tracing.
44670
44671 @item EnableDisableTracepoints
44672 The remote stub supports the @samp{QTEnable} (@pxref{QTEnable}) and
44673 @samp{QTDisable} (@pxref{QTDisable}) packets that allow tracepoints
44674 to be enabled and disabled while a trace experiment is running.
44675
44676 @item QTBuffer:size
44677 The remote stub supports the @samp{QTBuffer:size} (@pxref{QTBuffer-size})
44678 packet that allows to change the size of the trace buffer.
44679
44680 @item tracenz
44681 @cindex string tracing, in remote protocol
44682 The remote stub supports the @samp{tracenz} bytecode for collecting strings.
44683 See @ref{Bytecode Descriptions} for details about the bytecode.
44684
44685 @item BreakpointCommands
44686 @cindex breakpoint commands, in remote protocol
44687 The remote stub supports running a breakpoint's command list itself,
44688 rather than reporting the hit to @value{GDBN}.
44689
44690 @item Qbtrace:off
44691 The remote stub understands the @samp{Qbtrace:off} packet.
44692
44693 @item Qbtrace:bts
44694 The remote stub understands the @samp{Qbtrace:bts} packet.
44695
44696 @item Qbtrace:pt
44697 The remote stub understands the @samp{Qbtrace:pt} packet.
44698
44699 @item Qbtrace-conf:bts:size
44700 The remote stub understands the @samp{Qbtrace-conf:bts:size} packet.
44701
44702 @item Qbtrace-conf:pt:size
44703 The remote stub understands the @samp{Qbtrace-conf:pt:size} packet.
44704
44705 @item swbreak
44706 The remote stub reports the @samp{swbreak} stop reason for memory
44707 breakpoints.
44708
44709 @item hwbreak
44710 The remote stub reports the @samp{hwbreak} stop reason for hardware
44711 breakpoints.
44712
44713 @item fork-events
44714 The remote stub reports the @samp{fork} stop reason for fork events.
44715
44716 @item vfork-events
44717 The remote stub reports the @samp{vfork} stop reason for vfork events
44718 and vforkdone events.
44719
44720 @item exec-events
44721 The remote stub reports the @samp{exec} stop reason for exec events.
44722
44723 @item vContSupported
44724 The remote stub reports the supported actions in the reply to
44725 @samp{vCont?} packet.
44726
44727 @item QThreadEvents
44728 The remote stub understands the @samp{QThreadEvents} packet.
44729
44730 @item no-resumed
44731 The remote stub reports the @samp{N} stop reply.
44732
44733
44734 @item memory-tagging
44735 The remote stub supports and implements the required memory tagging
44736 functionality and understands the @samp{qMemTags} (@pxref{qMemTags}) and
44737 @samp{QMemTags} (@pxref{QMemTags}) packets.
44738
44739 For AArch64 GNU/Linux systems, this feature also requires access to the
44740 @file{/proc/@var{pid}/smaps} file so memory mapping page flags can be inspected.
44741 This is done via the @samp{vFile} requests.
44742
44743 @end table
44744
44745 @item qSymbol::
44746 @cindex symbol lookup, remote request
44747 @cindex @samp{qSymbol} packet
44748 Notify the target that @value{GDBN} is prepared to serve symbol lookup
44749 requests. Accept requests from the target for the values of symbols.
44750
44751 Reply:
44752 @table @samp
44753 @item OK
44754 The target does not need to look up any (more) symbols.
44755 @item qSymbol:@var{sym_name}
44756 The target requests the value of symbol @var{sym_name} (hex encoded).
44757 @value{GDBN} may provide the value by using the
44758 @samp{qSymbol:@var{sym_value}:@var{sym_name}} message, described
44759 below.
44760 @end table
44761
44762 @item qSymbol:@var{sym_value}:@var{sym_name}
44763 Set the value of @var{sym_name} to @var{sym_value}.
44764
44765 @var{sym_name} (hex encoded) is the name of a symbol whose value the
44766 target has previously requested.
44767
44768 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
44769 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
44770 will be empty.
44771
44772 Reply:
44773 @table @samp
44774 @item OK
44775 The target does not need to look up any (more) symbols.
44776 @item qSymbol:@var{sym_name}
44777 The target requests the value of a new symbol @var{sym_name} (hex
44778 encoded). @value{GDBN} will continue to supply the values of symbols
44779 (if available), until the target ceases to request them.
44780 @end table
44781
44782 @item qTBuffer
44783 @itemx QTBuffer
44784 @itemx QTDisconnected
44785 @itemx QTDP
44786 @itemx QTDPsrc
44787 @itemx QTDV
44788 @itemx qTfP
44789 @itemx qTfV
44790 @itemx QTFrame
44791 @itemx qTMinFTPILen
44792
44793 @xref{Tracepoint Packets}.
44794
44795 @anchor{qThreadExtraInfo}
44796 @item qThreadExtraInfo,@var{thread-id}
44797 @cindex thread attributes info, remote request
44798 @cindex @samp{qThreadExtraInfo} packet
44799 Obtain from the target OS a printable string description of thread
44800 attributes for the thread @var{thread-id}; see @ref{thread-id syntax},
44801 for the forms of @var{thread-id}. This
44802 string may contain anything that the target OS thinks is interesting
44803 for @value{GDBN} to tell the user about the thread. The string is
44804 displayed in @value{GDBN}'s @code{info threads} display. Some
44805 examples of possible thread extra info strings are @samp{Runnable}, or
44806 @samp{Blocked on Mutex}.
44807
44808 Reply:
44809 @table @samp
44810 @item @var{XX}@dots{}
44811 Where @samp{@var{XX}@dots{}} is a hex encoding of @sc{ascii} data,
44812 comprising the printable string containing the extra information about
44813 the thread's attributes.
44814 @end table
44815
44816 (Note that the @code{qThreadExtraInfo} packet's name is separated from
44817 the command by a @samp{,}, not a @samp{:}, contrary to the naming
44818 conventions above. Please don't use this packet as a model for new
44819 packets.)
44820
44821 @item QTNotes
44822 @itemx qTP
44823 @itemx QTSave
44824 @itemx qTsP
44825 @itemx qTsV
44826 @itemx QTStart
44827 @itemx QTStop
44828 @itemx QTEnable
44829 @itemx QTDisable
44830 @itemx QTinit
44831 @itemx QTro
44832 @itemx qTStatus
44833 @itemx qTV
44834 @itemx qTfSTM
44835 @itemx qTsSTM
44836 @itemx qTSTMat
44837 @xref{Tracepoint Packets}.
44838
44839 @item qXfer:@var{object}:read:@var{annex}:@var{offset},@var{length}
44840 @cindex read special object, remote request
44841 @cindex @samp{qXfer} packet
44842 @anchor{qXfer read}
44843 Read uninterpreted bytes from the target's special data area
44844 identified by the keyword @var{object}. Request @var{length} bytes
44845 starting at @var{offset} bytes into the data. The content and
44846 encoding of @var{annex} is specific to @var{object}; it can supply
44847 additional details about what data to access.
44848
44849 Reply:
44850 @table @samp
44851 @item m @var{data}
44852 Data @var{data} (@pxref{Binary Data}) has been read from the
44853 target. There may be more data at a higher address (although
44854 it is permitted to return @samp{m} even for the last valid
44855 block of data, as long as at least one byte of data was read).
44856 It is possible for @var{data} to have fewer bytes than the @var{length} in the
44857 request.
44858
44859 @item l @var{data}
44860 Data @var{data} (@pxref{Binary Data}) has been read from the target.
44861 There is no more data to be read. It is possible for @var{data} to
44862 have fewer bytes than the @var{length} in the request.
44863
44864 @item l
44865 The @var{offset} in the request is at the end of the data.
44866 There is no more data to be read.
44867
44868 @item E00
44869 The request was malformed, or @var{annex} was invalid.
44870
44871 @item E @var{nn}
44872 The offset was invalid, or there was an error encountered reading the data.
44873 The @var{nn} part is a hex-encoded @code{errno} value.
44874
44875 @item @w{}
44876 An empty reply indicates the @var{object} string was not recognized by
44877 the stub, or that the object does not support reading.
44878 @end table
44879
44880 Here are the specific requests of this form defined so far. All the
44881 @samp{qXfer:@var{object}:read:@dots{}} requests use the same reply
44882 formats, listed above.
44883
44884 @table @samp
44885 @item qXfer:auxv:read::@var{offset},@var{length}
44886 @anchor{qXfer auxiliary vector read}
44887 Access the target's @dfn{auxiliary vector}. @xref{OS Information,
44888 auxiliary vector}. Note @var{annex} must be empty.
44889
44890 This packet is not probed by default; the remote stub must request it,
44891 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
44892
44893 @item qXfer:btrace:read:@var{annex}:@var{offset},@var{length}
44894 @anchor{qXfer btrace read}
44895
44896 Return a description of the current branch trace.
44897 @xref{Branch Trace Format}. The annex part of the generic @samp{qXfer}
44898 packet may have one of the following values:
44899
44900 @table @code
44901 @item all
44902 Returns all available branch trace.
44903
44904 @item new
44905 Returns all available branch trace if the branch trace changed since
44906 the last read request.
44907
44908 @item delta
44909 Returns the new branch trace since the last read request. Adds a new
44910 block to the end of the trace that begins at zero and ends at the source
44911 location of the first branch in the trace buffer. This extra block is
44912 used to stitch traces together.
44913
44914 If the trace buffer overflowed, returns an error indicating the overflow.
44915 @end table
44916
44917 This packet is not probed by default; the remote stub must request it
44918 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
44919
44920 @item qXfer:btrace-conf:read::@var{offset},@var{length}
44921 @anchor{qXfer btrace-conf read}
44922
44923 Return a description of the current branch trace configuration.
44924 @xref{Branch Trace Configuration Format}.
44925
44926 This packet is not probed by default; the remote stub must request it
44927 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
44928
44929 @item qXfer:exec-file:read:@var{annex}:@var{offset},@var{length}
44930 @anchor{qXfer executable filename read}
44931 Return the full absolute name of the file that was executed to create
44932 a process running on the remote system. The annex specifies the
44933 numeric process ID of the process to query, encoded as a hexadecimal
44934 number. If the annex part is empty the remote stub should return the
44935 filename corresponding to the currently executing process.
44936
44937 This packet is not probed by default; the remote stub must request it,
44938 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
44939
44940 @item qXfer:features:read:@var{annex}:@var{offset},@var{length}
44941 @anchor{qXfer target description read}
44942 Access the @dfn{target description}. @xref{Target Descriptions}. The
44943 annex specifies which XML document to access. The main description is
44944 always loaded from the @samp{target.xml} annex.
44945
44946 This packet is not probed by default; the remote stub must request it,
44947 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
44948
44949 @item qXfer:libraries:read:@var{annex}:@var{offset},@var{length}
44950 @anchor{qXfer library list read}
44951 Access the target's list of loaded libraries. @xref{Library List Format}.
44952 The annex part of the generic @samp{qXfer} packet must be empty
44953 (@pxref{qXfer read}).
44954
44955 Targets which maintain a list of libraries in the program's memory do
44956 not need to implement this packet; it is designed for platforms where
44957 the operating system manages the list of loaded libraries.
44958
44959 This packet is not probed by default; the remote stub must request it,
44960 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
44961
44962 @item qXfer:libraries-svr4:read:@var{annex}:@var{offset},@var{length}
44963 @anchor{qXfer svr4 library list read}
44964 Access the target's list of loaded libraries when the target is an SVR4
44965 platform. @xref{Library List Format for SVR4 Targets}. The annex part
44966 of the generic @samp{qXfer} packet must be empty unless the remote
44967 stub indicated it supports the augmented form of this packet
44968 by supplying an appropriate @samp{qSupported} response
44969 (@pxref{qXfer read}, @ref{qSupported}).
44970
44971 This packet is optional for better performance on SVR4 targets.
44972 @value{GDBN} uses memory read packets to read the SVR4 library list otherwise.
44973
44974 This packet is not probed by default; the remote stub must request it,
44975 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
44976
44977 If the remote stub indicates it supports the augmented form of this
44978 packet then the annex part of the generic @samp{qXfer} packet may
44979 contain a semicolon-separated list of @samp{@var{name}=@var{value}}
44980 arguments. The currently supported arguments are:
44981
44982 @table @code
44983 @item start=@var{address}
44984 A hexadecimal number specifying the address of the @samp{struct
44985 link_map} to start reading the library list from. If unset or zero
44986 then the first @samp{struct link_map} in the library list will be
44987 chosen as the starting point.
44988
44989 @item prev=@var{address}
44990 A hexadecimal number specifying the address of the @samp{struct
44991 link_map} immediately preceding the @samp{struct link_map}
44992 specified by the @samp{start} argument. If unset or zero then
44993 the remote stub will expect that no @samp{struct link_map}
44994 exists prior to the starting point.
44995
44996 @item lmid=@var{lmid}
44997 A hexadecimal number specifying a namespace identifier. This is
44998 currently only used together with @samp{start} to provide the
44999 namespace identifier back to @value{GDBN} in the response.
45000 @value{GDBN} will only provide values that were previously reported to
45001 it. If unset, the response will include @samp{lmid="0x0"}.
45002 @end table
45003
45004 Arguments that are not understood by the remote stub will be silently
45005 ignored.
45006
45007 @item qXfer:memory-map:read::@var{offset},@var{length}
45008 @anchor{qXfer memory map read}
45009 Access the target's @dfn{memory-map}. @xref{Memory Map Format}. The
45010 annex part of the generic @samp{qXfer} packet must be empty
45011 (@pxref{qXfer read}).
45012
45013 This packet is not probed by default; the remote stub must request it,
45014 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
45015
45016 @item qXfer:sdata:read::@var{offset},@var{length}
45017 @anchor{qXfer sdata read}
45018
45019 Read contents of the extra collected static tracepoint marker
45020 information. The annex part of the generic @samp{qXfer} packet must
45021 be empty (@pxref{qXfer read}). @xref{Tracepoint Actions,,Tracepoint
45022 Action Lists}.
45023
45024 This packet is not probed by default; the remote stub must request it,
45025 by supplying an appropriate @samp{qSupported} response
45026 (@pxref{qSupported}).
45027
45028 @item qXfer:siginfo:read::@var{offset},@var{length}
45029 @anchor{qXfer siginfo read}
45030 Read contents of the extra signal information on the target
45031 system. The annex part of the generic @samp{qXfer} packet must be
45032 empty (@pxref{qXfer read}).
45033
45034 This packet is not probed by default; the remote stub must request it,
45035 by supplying an appropriate @samp{qSupported} response
45036 (@pxref{qSupported}).
45037
45038 @item qXfer:threads:read::@var{offset},@var{length}
45039 @anchor{qXfer threads read}
45040 Access the list of threads on target. @xref{Thread List Format}. The
45041 annex part of the generic @samp{qXfer} packet must be empty
45042 (@pxref{qXfer read}).
45043
45044 This packet is not probed by default; the remote stub must request it,
45045 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
45046
45047 @item qXfer:traceframe-info:read::@var{offset},@var{length}
45048 @anchor{qXfer traceframe info read}
45049
45050 Return a description of the current traceframe's contents.
45051 @xref{Traceframe Info Format}. The annex part of the generic
45052 @samp{qXfer} packet must be empty (@pxref{qXfer read}).
45053
45054 This packet is not probed by default; the remote stub must request it,
45055 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
45056
45057 @item qXfer:uib:read:@var{pc}:@var{offset},@var{length}
45058 @anchor{qXfer unwind info block}
45059
45060 Return the unwind information block for @var{pc}. This packet is used
45061 on OpenVMS/ia64 to ask the kernel unwind information.
45062
45063 This packet is not probed by default.
45064
45065 @item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length}
45066 @anchor{qXfer fdpic loadmap read}
45067 Read contents of @code{loadmap}s on the target system. The
45068 annex, either @samp{exec} or @samp{interp}, specifies which @code{loadmap},
45069 executable @code{loadmap} or interpreter @code{loadmap} to read.
45070
45071 This packet is not probed by default; the remote stub must request it,
45072 by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}).
45073
45074 @item qXfer:osdata:read::@var{offset},@var{length}
45075 @anchor{qXfer osdata read}
45076 Access the target's @dfn{operating system information}.
45077 @xref{Operating System Information}.
45078
45079 @end table
45080
45081 @item qXfer:@var{object}:write:@var{annex}:@var{offset}:@var{data}@dots{}
45082 @cindex write data into object, remote request
45083 @anchor{qXfer write}
45084 Write uninterpreted bytes into the target's special data area
45085 identified by the keyword @var{object}, starting at @var{offset} bytes
45086 into the data. The binary-encoded data (@pxref{Binary Data}) to be
45087 written is given by @var{data}@dots{}. The content and encoding of @var{annex}
45088 is specific to @var{object}; it can supply additional details about what data
45089 to access.
45090
45091 Reply:
45092 @table @samp
45093 @item @var{nn}
45094 @var{nn} (hex encoded) is the number of bytes written.
45095 This may be fewer bytes than supplied in the request.
45096
45097 @item E00
45098 The request was malformed, or @var{annex} was invalid.
45099
45100 @item E @var{nn}
45101 The offset was invalid, or there was an error encountered writing the data.
45102 The @var{nn} part is a hex-encoded @code{errno} value.
45103
45104 @item @w{}
45105 An empty reply indicates the @var{object} string was not
45106 recognized by the stub, or that the object does not support writing.
45107 @end table
45108
45109 Here are the specific requests of this form defined so far. All the
45110 @samp{qXfer:@var{object}:write:@dots{}} requests use the same reply
45111 formats, listed above.
45112
45113 @table @samp
45114 @item qXfer:siginfo:write::@var{offset}:@var{data}@dots{}
45115 @anchor{qXfer siginfo write}
45116 Write @var{data} to the extra signal information on the target system.
45117 The annex part of the generic @samp{qXfer} packet must be
45118 empty (@pxref{qXfer write}).
45119
45120 This packet is not probed by default; the remote stub must request it,
45121 by supplying an appropriate @samp{qSupported} response
45122 (@pxref{qSupported}).
45123 @end table
45124
45125 @item qXfer:@var{object}:@var{operation}:@dots{}
45126 Requests of this form may be added in the future. When a stub does
45127 not recognize the @var{object} keyword, or its support for
45128 @var{object} does not recognize the @var{operation} keyword, the stub
45129 must respond with an empty packet.
45130
45131 @item qAttached:@var{pid}
45132 @cindex query attached, remote request
45133 @cindex @samp{qAttached} packet
45134 Return an indication of whether the remote server attached to an
45135 existing process or created a new process. When the multiprocess
45136 protocol extensions are supported (@pxref{multiprocess extensions}),
45137 @var{pid} is an integer in hexadecimal format identifying the target
45138 process. Otherwise, @value{GDBN} will omit the @var{pid} field and
45139 the query packet will be simplified as @samp{qAttached}.
45140
45141 This query is used, for example, to know whether the remote process
45142 should be detached or killed when a @value{GDBN} session is ended with
45143 the @code{quit} command.
45144
45145 Reply:
45146 @table @samp
45147 @item 1
45148 The remote server attached to an existing process.
45149 @item 0
45150 The remote server created a new process.
45151 @item E @var{NN}
45152 A badly formed request or an error was encountered.
45153 @end table
45154
45155 @item Qbtrace:bts
45156 Enable branch tracing for the current thread using Branch Trace Store.
45157
45158 Reply:
45159 @table @samp
45160 @item OK
45161 Branch tracing has been enabled.
45162 @item E.errtext
45163 A badly formed request or an error was encountered.
45164 @end table
45165
45166 @item Qbtrace:pt
45167 Enable branch tracing for the current thread using Intel Processor Trace.
45168
45169 Reply:
45170 @table @samp
45171 @item OK
45172 Branch tracing has been enabled.
45173 @item E.errtext
45174 A badly formed request or an error was encountered.
45175 @end table
45176
45177 @item Qbtrace:off
45178 Disable branch tracing for the current thread.
45179
45180 Reply:
45181 @table @samp
45182 @item OK
45183 Branch tracing has been disabled.
45184 @item E.errtext
45185 A badly formed request or an error was encountered.
45186 @end table
45187
45188 @item Qbtrace-conf:bts:size=@var{value}
45189 Set the requested ring buffer size for new threads that use the
45190 btrace recording method in bts format.
45191
45192 Reply:
45193 @table @samp
45194 @item OK
45195 The ring buffer size has been set.
45196 @item E.errtext
45197 A badly formed request or an error was encountered.
45198 @end table
45199
45200 @item Qbtrace-conf:pt:size=@var{value}
45201 Set the requested ring buffer size for new threads that use the
45202 btrace recording method in pt format.
45203
45204 Reply:
45205 @table @samp
45206 @item OK
45207 The ring buffer size has been set.
45208 @item E.errtext
45209 A badly formed request or an error was encountered.
45210 @end table
45211
45212 @end table
45213
45214 @node Architecture-Specific Protocol Details
45215 @section Architecture-Specific Protocol Details
45216
45217 This section describes how the remote protocol is applied to specific
45218 target architectures. Also see @ref{Standard Target Features}, for
45219 details of XML target descriptions for each architecture.
45220
45221 @menu
45222 * ARM-Specific Protocol Details::
45223 * MIPS-Specific Protocol Details::
45224 @end menu
45225
45226 @node ARM-Specific Protocol Details
45227 @subsection @acronym{ARM}-specific Protocol Details
45228
45229 @menu
45230 * ARM Breakpoint Kinds::
45231 * ARM Memory Tag Types::
45232 @end menu
45233
45234 @node ARM Breakpoint Kinds
45235 @subsubsection @acronym{ARM} Breakpoint Kinds
45236 @cindex breakpoint kinds, @acronym{ARM}
45237
45238 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
45239
45240 @table @r
45241
45242 @item 2
45243 16-bit Thumb mode breakpoint.
45244
45245 @item 3
45246 32-bit Thumb mode (Thumb-2) breakpoint.
45247
45248 @item 4
45249 32-bit @acronym{ARM} mode breakpoint.
45250
45251 @end table
45252
45253 @node ARM Memory Tag Types
45254 @subsubsection @acronym{ARM} Memory Tag Types
45255 @cindex memory tag types, @acronym{ARM}
45256
45257 These memory tag types are defined for the @samp{qMemTag} and @samp{QMemTag}
45258 packets.
45259
45260 @table @r
45261
45262 @item 0
45263 MTE logical tag
45264
45265 @item 1
45266 MTE allocation tag
45267
45268 @end table
45269
45270 @node MIPS-Specific Protocol Details
45271 @subsection @acronym{MIPS}-specific Protocol Details
45272
45273 @menu
45274 * MIPS Register packet Format::
45275 * MIPS Breakpoint Kinds::
45276 @end menu
45277
45278 @node MIPS Register packet Format
45279 @subsubsection @acronym{MIPS} Register Packet Format
45280 @cindex register packet format, @acronym{MIPS}
45281
45282 The following @code{g}/@code{G} packets have previously been defined.
45283 In the below, some thirty-two bit registers are transferred as
45284 sixty-four bits. Those registers should be zero/sign extended (which?)
45285 to fill the space allocated. Register bytes are transferred in target
45286 byte order. The two nibbles within a register byte are transferred
45287 most-significant -- least-significant.
45288
45289 @table @r
45290
45291 @item MIPS32
45292 All registers are transferred as thirty-two bit quantities in the order:
45293 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
45294 registers; fsr; fir; fp.
45295
45296 @item MIPS64
45297 All registers are transferred as sixty-four bit quantities (including
45298 thirty-two bit registers such as @code{sr}). The ordering is the same
45299 as @code{MIPS32}.
45300
45301 @end table
45302
45303 @node MIPS Breakpoint Kinds
45304 @subsubsection @acronym{MIPS} Breakpoint Kinds
45305 @cindex breakpoint kinds, @acronym{MIPS}
45306
45307 These breakpoint kinds are defined for the @samp{Z0} and @samp{Z1} packets.
45308
45309 @table @r
45310
45311 @item 2
45312 16-bit @acronym{MIPS16} mode breakpoint.
45313
45314 @item 3
45315 16-bit @acronym{microMIPS} mode breakpoint.
45316
45317 @item 4
45318 32-bit standard @acronym{MIPS} mode breakpoint.
45319
45320 @item 5
45321 32-bit @acronym{microMIPS} mode breakpoint.
45322
45323 @end table
45324
45325 @node Tracepoint Packets
45326 @section Tracepoint Packets
45327 @cindex tracepoint packets
45328 @cindex packets, tracepoint
45329
45330 Here we describe the packets @value{GDBN} uses to implement
45331 tracepoints (@pxref{Tracepoints}).
45332
45333 @table @samp
45334
45335 @item QTDP:@var{n}:@var{addr}:@var{ena}:@var{step}:@var{pass}[:F@var{flen}][:X@var{len},@var{bytes}]@r{[}-@r{]}
45336 @cindex @samp{QTDP} packet
45337 Create a new tracepoint, number @var{n}, at @var{addr}. If @var{ena}
45338 is @samp{E}, then the tracepoint is enabled; if it is @samp{D}, then
45339 the tracepoint is disabled. The @var{step} gives the tracepoint's step
45340 count, and @var{pass} gives its pass count. If an @samp{F} is present,
45341 then the tracepoint is to be a fast tracepoint, and the @var{flen} is
45342 the number of bytes that the target should copy elsewhere to make room
45343 for the tracepoint. If an @samp{X} is present, it introduces a
45344 tracepoint condition, which consists of a hexadecimal length, followed
45345 by a comma and hex-encoded bytes, in a manner similar to action
45346 encodings as described below. If the trailing @samp{-} is present,
45347 further @samp{QTDP} packets will follow to specify this tracepoint's
45348 actions.
45349
45350 Replies:
45351 @table @samp
45352 @item OK
45353 The packet was understood and carried out.
45354 @item qRelocInsn
45355 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
45356 @item @w{}
45357 The packet was not recognized.
45358 @end table
45359
45360 @item QTDP:-@var{n}:@var{addr}:@r{[}S@r{]}@var{action}@dots{}@r{[}-@r{]}
45361 Define actions to be taken when a tracepoint is hit. The @var{n} and
45362 @var{addr} must be the same as in the initial @samp{QTDP} packet for
45363 this tracepoint. This packet may only be sent immediately after
45364 another @samp{QTDP} packet that ended with a @samp{-}. If the
45365 trailing @samp{-} is present, further @samp{QTDP} packets will follow,
45366 specifying more actions for this tracepoint.
45367
45368 In the series of action packets for a given tracepoint, at most one
45369 can have an @samp{S} before its first @var{action}. If such a packet
45370 is sent, it and the following packets define ``while-stepping''
45371 actions. Any prior packets define ordinary actions --- that is, those
45372 taken when the tracepoint is first hit. If no action packet has an
45373 @samp{S}, then all the packets in the series specify ordinary
45374 tracepoint actions.
45375
45376 The @samp{@var{action}@dots{}} portion of the packet is a series of
45377 actions, concatenated without separators. Each action has one of the
45378 following forms:
45379
45380 @table @samp
45381
45382 @item R @var{mask}
45383 Collect the registers whose bits are set in @var{mask},
45384 a hexadecimal number whose @var{i}'th bit is set if register number
45385 @var{i} should be collected. (The least significant bit is numbered
45386 zero.) Note that @var{mask} may be any number of digits long; it may
45387 not fit in a 32-bit word.
45388
45389 @item M @var{basereg},@var{offset},@var{len}
45390 Collect @var{len} bytes of memory starting at the address in register
45391 number @var{basereg}, plus @var{offset}. If @var{basereg} is
45392 @samp{-1}, then the range has a fixed address: @var{offset} is the
45393 address of the lowest byte to collect. The @var{basereg},
45394 @var{offset}, and @var{len} parameters are all unsigned hexadecimal
45395 values (the @samp{-1} value for @var{basereg} is a special case).
45396
45397 @item X @var{len},@var{expr}
45398 Evaluate @var{expr}, whose length is @var{len}, and collect memory as
45399 it directs. The agent expression @var{expr} is as described in
45400 @ref{Agent Expressions}. Each byte of the expression is encoded as a
45401 two-digit hex number in the packet; @var{len} is the number of bytes
45402 in the expression (and thus one-half the number of hex digits in the
45403 packet).
45404
45405 @end table
45406
45407 Any number of actions may be packed together in a single @samp{QTDP}
45408 packet, as long as the packet does not exceed the maximum packet
45409 length (400 bytes, for many stubs). There may be only one @samp{R}
45410 action per tracepoint, and it must precede any @samp{M} or @samp{X}
45411 actions. Any registers referred to by @samp{M} and @samp{X} actions
45412 must be collected by a preceding @samp{R} action. (The
45413 ``while-stepping'' actions are treated as if they were attached to a
45414 separate tracepoint, as far as these restrictions are concerned.)
45415
45416 Replies:
45417 @table @samp
45418 @item OK
45419 The packet was understood and carried out.
45420 @item qRelocInsn
45421 @xref{Tracepoint Packets,,Relocate instruction reply packet}.
45422 @item @w{}
45423 The packet was not recognized.
45424 @end table
45425
45426 @item QTDPsrc:@var{n}:@var{addr}:@var{type}:@var{start}:@var{slen}:@var{bytes}
45427 @cindex @samp{QTDPsrc} packet
45428 Specify a source string of tracepoint @var{n} at address @var{addr}.
45429 This is useful to get accurate reproduction of the tracepoints
45430 originally downloaded at the beginning of the trace run. The @var{type}
45431 is the name of the tracepoint part, such as @samp{cond} for the
45432 tracepoint's conditional expression (see below for a list of types), while
45433 @var{bytes} is the string, encoded in hexadecimal.
45434
45435 @var{start} is the offset of the @var{bytes} within the overall source
45436 string, while @var{slen} is the total length of the source string.
45437 This is intended for handling source strings that are longer than will
45438 fit in a single packet.
45439 @c Add detailed example when this info is moved into a dedicated
45440 @c tracepoint descriptions section.
45441
45442 The available string types are @samp{at} for the location,
45443 @samp{cond} for the conditional, and @samp{cmd} for an action command.
45444 @value{GDBN} sends a separate packet for each command in the action
45445 list, in the same order in which the commands are stored in the list.
45446
45447 The target does not need to do anything with source strings except
45448 report them back as part of the replies to the @samp{qTfP}/@samp{qTsP}
45449 query packets.
45450
45451 Although this packet is optional, and @value{GDBN} will only send it
45452 if the target replies with @samp{TracepointSource} @xref{General
45453 Query Packets}, it makes both disconnected tracing and trace files
45454 much easier to use. Otherwise the user must be careful that the
45455 tracepoints in effect while looking at trace frames are identical to
45456 the ones in effect during the trace run; even a small discrepancy
45457 could cause @samp{tdump} not to work, or a particular trace frame not
45458 be found.
45459
45460 @item QTDV:@var{n}:@var{value}:@var{builtin}:@var{name}
45461 @cindex define trace state variable, remote request
45462 @cindex @samp{QTDV} packet
45463 Create a new trace state variable, number @var{n}, with an initial
45464 value of @var{value}, which is a 64-bit signed integer. Both @var{n}
45465 and @var{value} are encoded as hexadecimal values. @value{GDBN} has
45466 the option of not using this packet for initial values of zero; the
45467 target should simply create the trace state variables as they are
45468 mentioned in expressions. The value @var{builtin} should be 1 (one)
45469 if the trace state variable is builtin and 0 (zero) if it is not builtin.
45470 @value{GDBN} only sets @var{builtin} to 1 if a previous @samp{qTfV} or
45471 @samp{qTsV} packet had it set. The contents of @var{name} is the
45472 hex-encoded name (without the leading @samp{$}) of the trace state
45473 variable.
45474
45475 @item QTFrame:@var{n}
45476 @cindex @samp{QTFrame} packet
45477 Select the @var{n}'th tracepoint frame from the buffer, and use the
45478 register and memory contents recorded there to answer subsequent
45479 request packets from @value{GDBN}.
45480
45481 A successful reply from the stub indicates that the stub has found the
45482 requested frame. The response is a series of parts, concatenated
45483 without separators, describing the frame we selected. Each part has
45484 one of the following forms:
45485
45486 @table @samp
45487 @item F @var{f}
45488 The selected frame is number @var{n} in the trace frame buffer;
45489 @var{f} is a hexadecimal number. If @var{f} is @samp{-1}, then there
45490 was no frame matching the criteria in the request packet.
45491
45492 @item T @var{t}
45493 The selected trace frame records a hit of tracepoint number @var{t};
45494 @var{t} is a hexadecimal number.
45495
45496 @end table
45497
45498 @item QTFrame:pc:@var{addr}
45499 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
45500 currently selected frame whose PC is @var{addr};
45501 @var{addr} is a hexadecimal number.
45502
45503 @item QTFrame:tdp:@var{t}
45504 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
45505 currently selected frame that is a hit of tracepoint @var{t}; @var{t}
45506 is a hexadecimal number.
45507
45508 @item QTFrame:range:@var{start}:@var{end}
45509 Like @samp{QTFrame:@var{n}}, but select the first tracepoint frame after the
45510 currently selected frame whose PC is between @var{start} (inclusive)
45511 and @var{end} (inclusive); @var{start} and @var{end} are hexadecimal
45512 numbers.
45513
45514 @item QTFrame:outside:@var{start}:@var{end}
45515 Like @samp{QTFrame:range:@var{start}:@var{end}}, but select the first
45516 frame @emph{outside} the given range of addresses (exclusive).
45517
45518 @item qTMinFTPILen
45519 @cindex @samp{qTMinFTPILen} packet
45520 This packet requests the minimum length of instruction at which a fast
45521 tracepoint (@pxref{Set Tracepoints}) may be placed. For instance, on
45522 the 32-bit x86 architecture, it is possible to use a 4-byte jump, but
45523 it depends on the target system being able to create trampolines in
45524 the first 64K of memory, which might or might not be possible for that
45525 system. So the reply to this packet will be 4 if it is able to
45526 arrange for that.
45527
45528 Replies:
45529
45530 @table @samp
45531 @item 0
45532 The minimum instruction length is currently unknown.
45533 @item @var{length}
45534 The minimum instruction length is @var{length}, where @var{length}
45535 is a hexadecimal number greater or equal to 1. A reply
45536 of 1 means that a fast tracepoint may be placed on any instruction
45537 regardless of size.
45538 @item E
45539 An error has occurred.
45540 @item @w{}
45541 An empty reply indicates that the request is not supported by the stub.
45542 @end table
45543
45544 @item QTStart
45545 @cindex @samp{QTStart} packet
45546 Begin the tracepoint experiment. Begin collecting data from
45547 tracepoint hits in the trace frame buffer. This packet supports the
45548 @samp{qRelocInsn} reply (@pxref{Tracepoint Packets,,Relocate
45549 instruction reply packet}).
45550
45551 @item QTStop
45552 @cindex @samp{QTStop} packet
45553 End the tracepoint experiment. Stop collecting trace frames.
45554
45555 @item QTEnable:@var{n}:@var{addr}
45556 @anchor{QTEnable}
45557 @cindex @samp{QTEnable} packet
45558 Enable tracepoint @var{n} at address @var{addr} in a started tracepoint
45559 experiment. If the tracepoint was previously disabled, then collection
45560 of data from it will resume.
45561
45562 @item QTDisable:@var{n}:@var{addr}
45563 @anchor{QTDisable}
45564 @cindex @samp{QTDisable} packet
45565 Disable tracepoint @var{n} at address @var{addr} in a started tracepoint
45566 experiment. No more data will be collected from the tracepoint unless
45567 @samp{QTEnable:@var{n}:@var{addr}} is subsequently issued.
45568
45569 @item QTinit
45570 @cindex @samp{QTinit} packet
45571 Clear the table of tracepoints, and empty the trace frame buffer.
45572
45573 @item QTro:@var{start1},@var{end1}:@var{start2},@var{end2}:@dots{}
45574 @cindex @samp{QTro} packet
45575 Establish the given ranges of memory as ``transparent''. The stub
45576 will answer requests for these ranges from memory's current contents,
45577 if they were not collected as part of the tracepoint hit.
45578
45579 @value{GDBN} uses this to mark read-only regions of memory, like those
45580 containing program code. Since these areas never change, they should
45581 still have the same contents they did when the tracepoint was hit, so
45582 there's no reason for the stub to refuse to provide their contents.
45583
45584 @item QTDisconnected:@var{value}
45585 @cindex @samp{QTDisconnected} packet
45586 Set the choice to what to do with the tracing run when @value{GDBN}
45587 disconnects from the target. A @var{value} of 1 directs the target to
45588 continue the tracing run, while 0 tells the target to stop tracing if
45589 @value{GDBN} is no longer in the picture.
45590
45591 @item qTStatus
45592 @cindex @samp{qTStatus} packet
45593 Ask the stub if there is a trace experiment running right now.
45594
45595 The reply has the form:
45596
45597 @table @samp
45598
45599 @item T@var{running}@r{[};@var{field}@r{]}@dots{}
45600 @var{running} is a single digit @code{1} if the trace is presently
45601 running, or @code{0} if not. It is followed by semicolon-separated
45602 optional fields that an agent may use to report additional status.
45603
45604 @end table
45605
45606 If the trace is not running, the agent may report any of several
45607 explanations as one of the optional fields:
45608
45609 @table @samp
45610
45611 @item tnotrun:0
45612 No trace has been run yet.
45613
45614 @item tstop[:@var{text}]:0
45615 The trace was stopped by a user-originated stop command. The optional
45616 @var{text} field is a user-supplied string supplied as part of the
45617 stop command (for instance, an explanation of why the trace was
45618 stopped manually). It is hex-encoded.
45619
45620 @item tfull:0
45621 The trace stopped because the trace buffer filled up.
45622
45623 @item tdisconnected:0
45624 The trace stopped because @value{GDBN} disconnected from the target.
45625
45626 @item tpasscount:@var{tpnum}
45627 The trace stopped because tracepoint @var{tpnum} exceeded its pass count.
45628
45629 @item terror:@var{text}:@var{tpnum}
45630 The trace stopped because tracepoint @var{tpnum} had an error. The
45631 string @var{text} is available to describe the nature of the error
45632 (for instance, a divide by zero in the condition expression); it
45633 is hex encoded.
45634
45635 @item tunknown:0
45636 The trace stopped for some other reason.
45637
45638 @end table
45639
45640 Additional optional fields supply statistical and other information.
45641 Although not required, they are extremely useful for users monitoring
45642 the progress of a trace run. If a trace has stopped, and these
45643 numbers are reported, they must reflect the state of the just-stopped
45644 trace.
45645
45646 @table @samp
45647
45648 @item tframes:@var{n}
45649 The number of trace frames in the buffer.
45650
45651 @item tcreated:@var{n}
45652 The total number of trace frames created during the run. This may
45653 be larger than the trace frame count, if the buffer is circular.
45654
45655 @item tsize:@var{n}
45656 The total size of the trace buffer, in bytes.
45657
45658 @item tfree:@var{n}
45659 The number of bytes still unused in the buffer.
45660
45661 @item circular:@var{n}
45662 The value of the circular trace buffer flag. @code{1} means that the
45663 trace buffer is circular and old trace frames will be discarded if
45664 necessary to make room, @code{0} means that the trace buffer is linear
45665 and may fill up.
45666
45667 @item disconn:@var{n}
45668 The value of the disconnected tracing flag. @code{1} means that
45669 tracing will continue after @value{GDBN} disconnects, @code{0} means
45670 that the trace run will stop.
45671
45672 @end table
45673
45674 @item qTP:@var{tp}:@var{addr}
45675 @cindex tracepoint status, remote request
45676 @cindex @samp{qTP} packet
45677 Ask the stub for the current state of tracepoint number @var{tp} at
45678 address @var{addr}.
45679
45680 Replies:
45681 @table @samp
45682 @item V@var{hits}:@var{usage}
45683 The tracepoint has been hit @var{hits} times so far during the trace
45684 run, and accounts for @var{usage} in the trace buffer. Note that
45685 @code{while-stepping} steps are not counted as separate hits, but the
45686 steps' space consumption is added into the usage number.
45687
45688 @end table
45689
45690 @item qTV:@var{var}
45691 @cindex trace state variable value, remote request
45692 @cindex @samp{qTV} packet
45693 Ask the stub for the value of the trace state variable number @var{var}.
45694
45695 Replies:
45696 @table @samp
45697 @item V@var{value}
45698 The value of the variable is @var{value}. This will be the current
45699 value of the variable if the user is examining a running target, or a
45700 saved value if the variable was collected in the trace frame that the
45701 user is looking at. Note that multiple requests may result in
45702 different reply values, such as when requesting values while the
45703 program is running.
45704
45705 @item U
45706 The value of the variable is unknown. This would occur, for example,
45707 if the user is examining a trace frame in which the requested variable
45708 was not collected.
45709 @end table
45710
45711 @item qTfP
45712 @cindex @samp{qTfP} packet
45713 @itemx qTsP
45714 @cindex @samp{qTsP} packet
45715 These packets request data about tracepoints that are being used by
45716 the target. @value{GDBN} sends @code{qTfP} to get the first piece
45717 of data, and multiple @code{qTsP} to get additional pieces. Replies
45718 to these packets generally take the form of the @code{QTDP} packets
45719 that define tracepoints. (FIXME add detailed syntax)
45720
45721 @item qTfV
45722 @cindex @samp{qTfV} packet
45723 @itemx qTsV
45724 @cindex @samp{qTsV} packet
45725 These packets request data about trace state variables that are on the
45726 target. @value{GDBN} sends @code{qTfV} to get the first vari of data,
45727 and multiple @code{qTsV} to get additional variables. Replies to
45728 these packets follow the syntax of the @code{QTDV} packets that define
45729 trace state variables.
45730
45731 @item qTfSTM
45732 @itemx qTsSTM
45733 @anchor{qTfSTM}
45734 @anchor{qTsSTM}
45735 @cindex @samp{qTfSTM} packet
45736 @cindex @samp{qTsSTM} packet
45737 These packets request data about static tracepoint markers that exist
45738 in the target program. @value{GDBN} sends @code{qTfSTM} to get the
45739 first piece of data, and multiple @code{qTsSTM} to get additional
45740 pieces. Replies to these packets take the following form:
45741
45742 Reply:
45743 @table @samp
45744 @item m @var{address}:@var{id}:@var{extra}
45745 A single marker
45746 @item m @var{address}:@var{id}:@var{extra},@var{address}:@var{id}:@var{extra}@dots{}
45747 a comma-separated list of markers
45748 @item l
45749 (lower case letter @samp{L}) denotes end of list.
45750 @item E @var{nn}
45751 An error occurred. The error number @var{nn} is given as hex digits.
45752 @item @w{}
45753 An empty reply indicates that the request is not supported by the
45754 stub.
45755 @end table
45756
45757 The @var{address} is encoded in hex;
45758 @var{id} and @var{extra} are strings encoded in hex.
45759
45760 In response to each query, the target will reply with a list of one or
45761 more markers, separated by commas. @value{GDBN} will respond to each
45762 reply with a request for more markers (using the @samp{qs} form of the
45763 query), until the target responds with @samp{l} (lower-case ell, for
45764 @dfn{last}).
45765
45766 @item qTSTMat:@var{address}
45767 @anchor{qTSTMat}
45768 @cindex @samp{qTSTMat} packet
45769 This packets requests data about static tracepoint markers in the
45770 target program at @var{address}. Replies to this packet follow the
45771 syntax of the @samp{qTfSTM} and @code{qTsSTM} packets that list static
45772 tracepoint markers.
45773
45774 @item QTSave:@var{filename}
45775 @cindex @samp{QTSave} packet
45776 This packet directs the target to save trace data to the file name
45777 @var{filename} in the target's filesystem. The @var{filename} is encoded
45778 as a hex string; the interpretation of the file name (relative vs
45779 absolute, wild cards, etc) is up to the target.
45780
45781 @item qTBuffer:@var{offset},@var{len}
45782 @cindex @samp{qTBuffer} packet
45783 Return up to @var{len} bytes of the current contents of trace buffer,
45784 starting at @var{offset}. The trace buffer is treated as if it were
45785 a contiguous collection of traceframes, as per the trace file format.
45786 The reply consists as many hex-encoded bytes as the target can deliver
45787 in a packet; it is not an error to return fewer than were asked for.
45788 A reply consisting of just @code{l} indicates that no bytes are
45789 available.
45790
45791 @item QTBuffer:circular:@var{value}
45792 This packet directs the target to use a circular trace buffer if
45793 @var{value} is 1, or a linear buffer if the value is 0.
45794
45795 @item QTBuffer:size:@var{size}
45796 @anchor{QTBuffer-size}
45797 @cindex @samp{QTBuffer size} packet
45798 This packet directs the target to make the trace buffer be of size
45799 @var{size} if possible. A value of @code{-1} tells the target to
45800 use whatever size it prefers.
45801
45802 @item QTNotes:@r{[}@var{type}:@var{text}@r{]}@r{[};@var{type}:@var{text}@r{]}@dots{}
45803 @cindex @samp{QTNotes} packet
45804 This packet adds optional textual notes to the trace run. Allowable
45805 types include @code{user}, @code{notes}, and @code{tstop}, the
45806 @var{text} fields are arbitrary strings, hex-encoded.
45807
45808 @end table
45809
45810 @subsection Relocate instruction reply packet
45811 When installing fast tracepoints in memory, the target may need to
45812 relocate the instruction currently at the tracepoint address to a
45813 different address in memory. For most instructions, a simple copy is
45814 enough, but, for example, call instructions that implicitly push the
45815 return address on the stack, and relative branches or other
45816 PC-relative instructions require offset adjustment, so that the effect
45817 of executing the instruction at a different address is the same as if
45818 it had executed in the original location.
45819
45820 In response to several of the tracepoint packets, the target may also
45821 respond with a number of intermediate @samp{qRelocInsn} request
45822 packets before the final result packet, to have @value{GDBN} handle
45823 this relocation operation. If a packet supports this mechanism, its
45824 documentation will explicitly say so. See for example the above
45825 descriptions for the @samp{QTStart} and @samp{QTDP} packets. The
45826 format of the request is:
45827
45828 @table @samp
45829 @item qRelocInsn:@var{from};@var{to}
45830
45831 This requests @value{GDBN} to copy instruction at address @var{from}
45832 to address @var{to}, possibly adjusted so that executing the
45833 instruction at @var{to} has the same effect as executing it at
45834 @var{from}. @value{GDBN} writes the adjusted instruction to target
45835 memory starting at @var{to}.
45836 @end table
45837
45838 Replies:
45839 @table @samp
45840 @item qRelocInsn:@var{adjusted_size}
45841 Informs the stub the relocation is complete. The @var{adjusted_size} is
45842 the length in bytes of resulting relocated instruction sequence.
45843 @item E @var{NN}
45844 A badly formed request was detected, or an error was encountered while
45845 relocating the instruction.
45846 @end table
45847
45848 @node Host I/O Packets
45849 @section Host I/O Packets
45850 @cindex Host I/O, remote protocol
45851 @cindex file transfer, remote protocol
45852
45853 The @dfn{Host I/O} packets allow @value{GDBN} to perform I/O
45854 operations on the far side of a remote link. For example, Host I/O is
45855 used to upload and download files to a remote target with its own
45856 filesystem. Host I/O uses the same constant values and data structure
45857 layout as the target-initiated File-I/O protocol. However, the
45858 Host I/O packets are structured differently. The target-initiated
45859 protocol relies on target memory to store parameters and buffers.
45860 Host I/O requests are initiated by @value{GDBN}, and the
45861 target's memory is not involved. @xref{File-I/O Remote Protocol
45862 Extension}, for more details on the target-initiated protocol.
45863
45864 The Host I/O request packets all encode a single operation along with
45865 its arguments. They have this format:
45866
45867 @table @samp
45868
45869 @item vFile:@var{operation}: @var{parameter}@dots{}
45870 @var{operation} is the name of the particular request; the target
45871 should compare the entire packet name up to the second colon when checking
45872 for a supported operation. The format of @var{parameter} depends on
45873 the operation. Numbers are always passed in hexadecimal. Negative
45874 numbers have an explicit minus sign (i.e.@: two's complement is not
45875 used). Strings (e.g.@: filenames) are encoded as a series of
45876 hexadecimal bytes. The last argument to a system call may be a
45877 buffer of escaped binary data (@pxref{Binary Data}).
45878
45879 @end table
45880
45881 The valid responses to Host I/O packets are:
45882
45883 @table @samp
45884
45885 @item F @var{result} [, @var{errno}] [; @var{attachment}]
45886 @var{result} is the integer value returned by this operation, usually
45887 non-negative for success and -1 for errors. If an error has occurred,
45888 @var{errno} will be included in the result specifying a
45889 value defined by the File-I/O protocol (@pxref{Errno Values}). For
45890 operations which return data, @var{attachment} supplies the data as a
45891 binary buffer. Binary buffers in response packets are escaped in the
45892 normal way (@pxref{Binary Data}). See the individual packet
45893 documentation for the interpretation of @var{result} and
45894 @var{attachment}.
45895
45896 @item @w{}
45897 An empty response indicates that this operation is not recognized.
45898
45899 @end table
45900
45901 These are the supported Host I/O operations:
45902
45903 @table @samp
45904 @item vFile:open: @var{filename}, @var{flags}, @var{mode}
45905 Open a file at @var{filename} and return a file descriptor for it, or
45906 return -1 if an error occurs. The @var{filename} is a string,
45907 @var{flags} is an integer indicating a mask of open flags
45908 (@pxref{Open Flags}), and @var{mode} is an integer indicating a mask
45909 of mode bits to use if the file is created (@pxref{mode_t Values}).
45910 @xref{open}, for details of the open flags and mode values.
45911
45912 @item vFile:close: @var{fd}
45913 Close the open file corresponding to @var{fd} and return 0, or
45914 -1 if an error occurs.
45915
45916 @item vFile:pread: @var{fd}, @var{count}, @var{offset}
45917 Read data from the open file corresponding to @var{fd}. Up to
45918 @var{count} bytes will be read from the file, starting at @var{offset}
45919 relative to the start of the file. The target may read fewer bytes;
45920 common reasons include packet size limits and an end-of-file
45921 condition. The number of bytes read is returned. Zero should only be
45922 returned for a successful read at the end of the file, or if
45923 @var{count} was zero.
45924
45925 The data read should be returned as a binary attachment on success.
45926 If zero bytes were read, the response should include an empty binary
45927 attachment (i.e.@: a trailing semicolon). The return value is the
45928 number of target bytes read; the binary attachment may be longer if
45929 some characters were escaped.
45930
45931 @item vFile:pwrite: @var{fd}, @var{offset}, @var{data}
45932 Write @var{data} (a binary buffer) to the open file corresponding
45933 to @var{fd}. Start the write at @var{offset} from the start of the
45934 file. Unlike many @code{write} system calls, there is no
45935 separate @var{count} argument; the length of @var{data} in the
45936 packet is used. @samp{vFile:pwrite} returns the number of bytes written,
45937 which may be shorter than the length of @var{data}, or -1 if an
45938 error occurred.
45939
45940 @item vFile:fstat: @var{fd}
45941 Get information about the open file corresponding to @var{fd}.
45942 On success the information is returned as a binary attachment
45943 and the return value is the size of this attachment in bytes.
45944 If an error occurs the return value is -1. The format of the
45945 returned binary attachment is as described in @ref{struct stat}.
45946
45947 @item vFile:unlink: @var{filename}
45948 Delete the file at @var{filename} on the target. Return 0,
45949 or -1 if an error occurs. The @var{filename} is a string.
45950
45951 @item vFile:readlink: @var{filename}
45952 Read value of symbolic link @var{filename} on the target. Return
45953 the number of bytes read, or -1 if an error occurs.
45954
45955 The data read should be returned as a binary attachment on success.
45956 If zero bytes were read, the response should include an empty binary
45957 attachment (i.e.@: a trailing semicolon). The return value is the
45958 number of target bytes read; the binary attachment may be longer if
45959 some characters were escaped.
45960
45961 @item vFile:setfs: @var{pid}
45962 Select the filesystem on which @code{vFile} operations with
45963 @var{filename} arguments will operate. This is required for
45964 @value{GDBN} to be able to access files on remote targets where
45965 the remote stub does not share a common filesystem with the
45966 inferior(s).
45967
45968 If @var{pid} is nonzero, select the filesystem as seen by process
45969 @var{pid}. If @var{pid} is zero, select the filesystem as seen by
45970 the remote stub. Return 0 on success, or -1 if an error occurs.
45971 If @code{vFile:setfs:} indicates success, the selected filesystem
45972 remains selected until the next successful @code{vFile:setfs:}
45973 operation.
45974
45975 @end table
45976
45977 @node Interrupts
45978 @section Interrupts
45979 @cindex interrupts (remote protocol)
45980 @anchor{interrupting remote targets}
45981
45982 In all-stop mode, when a program on the remote target is running,
45983 @value{GDBN} may attempt to interrupt it by sending a @samp{Ctrl-C},
45984 @code{BREAK} or a @code{BREAK} followed by @code{g}, control of which
45985 is specified via @value{GDBN}'s @samp{interrupt-sequence}.
45986
45987 The precise meaning of @code{BREAK} is defined by the transport
45988 mechanism and may, in fact, be undefined. @value{GDBN} does not
45989 currently define a @code{BREAK} mechanism for any of the network
45990 interfaces except for TCP, in which case @value{GDBN} sends the
45991 @code{telnet} BREAK sequence.
45992
45993 @samp{Ctrl-C}, on the other hand, is defined and implemented for all
45994 transport mechanisms. It is represented by sending the single byte
45995 @code{0x03} without any of the usual packet overhead described in
45996 the Overview section (@pxref{Overview}). When a @code{0x03} byte is
45997 transmitted as part of a packet, it is considered to be packet data
45998 and does @emph{not} represent an interrupt. E.g., an @samp{X} packet
45999 (@pxref{X packet}), used for binary downloads, may include an unescaped
46000 @code{0x03} as part of its packet.
46001
46002 @code{BREAK} followed by @code{g} is also known as Magic SysRq g.
46003 When Linux kernel receives this sequence from serial port,
46004 it stops execution and connects to gdb.
46005
46006 In non-stop mode, because packet resumptions are asynchronous
46007 (@pxref{vCont packet}), @value{GDBN} is always free to send a remote
46008 command to the remote stub, even when the target is running. For that
46009 reason, @value{GDBN} instead sends a regular packet (@pxref{vCtrlC
46010 packet}) with the usual packet framing instead of the single byte
46011 @code{0x03}.
46012
46013 Stubs are not required to recognize these interrupt mechanisms and the
46014 precise meaning associated with receipt of the interrupt is
46015 implementation defined. If the target supports debugging of multiple
46016 threads and/or processes, it should attempt to interrupt all
46017 currently-executing threads and processes.
46018 If the stub is successful at interrupting the
46019 running program, it should send one of the stop
46020 reply packets (@pxref{Stop Reply Packets}) to @value{GDBN} as a result
46021 of successfully stopping the program in all-stop mode, and a stop reply
46022 for each stopped thread in non-stop mode.
46023 Interrupts received while the
46024 program is stopped are queued and the program will be interrupted when
46025 it is resumed next time.
46026
46027 @node Notification Packets
46028 @section Notification Packets
46029 @cindex notification packets
46030 @cindex packets, notification
46031
46032 The @value{GDBN} remote serial protocol includes @dfn{notifications},
46033 packets that require no acknowledgment. Both the GDB and the stub
46034 may send notifications (although the only notifications defined at
46035 present are sent by the stub). Notifications carry information
46036 without incurring the round-trip latency of an acknowledgment, and so
46037 are useful for low-impact communications where occasional packet loss
46038 is not a problem.
46039
46040 A notification packet has the form @samp{% @var{data} #
46041 @var{checksum}}, where @var{data} is the content of the notification,
46042 and @var{checksum} is a checksum of @var{data}, computed and formatted
46043 as for ordinary @value{GDBN} packets. A notification's @var{data}
46044 never contains @samp{$}, @samp{%} or @samp{#} characters. Upon
46045 receiving a notification, the recipient sends no @samp{+} or @samp{-}
46046 to acknowledge the notification's receipt or to report its corruption.
46047
46048 Every notification's @var{data} begins with a name, which contains no
46049 colon characters, followed by a colon character.
46050
46051 Recipients should silently ignore corrupted notifications and
46052 notifications they do not understand. Recipients should restart
46053 timeout periods on receipt of a well-formed notification, whether or
46054 not they understand it.
46055
46056 Senders should only send the notifications described here when this
46057 protocol description specifies that they are permitted. In the
46058 future, we may extend the protocol to permit existing notifications in
46059 new contexts; this rule helps older senders avoid confusing newer
46060 recipients.
46061
46062 (Older versions of @value{GDBN} ignore bytes received until they see
46063 the @samp{$} byte that begins an ordinary packet, so new stubs may
46064 transmit notifications without fear of confusing older clients. There
46065 are no notifications defined for @value{GDBN} to send at the moment, but we
46066 assume that most older stubs would ignore them, as well.)
46067
46068 Each notification is comprised of three parts:
46069 @table @samp
46070 @item @var{name}:@var{event}
46071 The notification packet is sent by the side that initiates the
46072 exchange (currently, only the stub does that), with @var{event}
46073 carrying the specific information about the notification, and
46074 @var{name} specifying the name of the notification.
46075 @item @var{ack}
46076 The acknowledge sent by the other side, usually @value{GDBN}, to
46077 acknowledge the exchange and request the event.
46078 @end table
46079
46080 The purpose of an asynchronous notification mechanism is to report to
46081 @value{GDBN} that something interesting happened in the remote stub.
46082
46083 The remote stub may send notification @var{name}:@var{event}
46084 at any time, but @value{GDBN} acknowledges the notification when
46085 appropriate. The notification event is pending before @value{GDBN}
46086 acknowledges. Only one notification at a time may be pending; if
46087 additional events occur before @value{GDBN} has acknowledged the
46088 previous notification, they must be queued by the stub for later
46089 synchronous transmission in response to @var{ack} packets from
46090 @value{GDBN}. Because the notification mechanism is unreliable,
46091 the stub is permitted to resend a notification if it believes
46092 @value{GDBN} may not have received it.
46093
46094 Specifically, notifications may appear when @value{GDBN} is not
46095 otherwise reading input from the stub, or when @value{GDBN} is
46096 expecting to read a normal synchronous response or a
46097 @samp{+}/@samp{-} acknowledgment to a packet it has sent.
46098 Notification packets are distinct from any other communication from
46099 the stub so there is no ambiguity.
46100
46101 After receiving a notification, @value{GDBN} shall acknowledge it by
46102 sending a @var{ack} packet as a regular, synchronous request to the
46103 stub. Such acknowledgment is not required to happen immediately, as
46104 @value{GDBN} is permitted to send other, unrelated packets to the
46105 stub first, which the stub should process normally.
46106
46107 Upon receiving a @var{ack} packet, if the stub has other queued
46108 events to report to @value{GDBN}, it shall respond by sending a
46109 normal @var{event}. @value{GDBN} shall then send another @var{ack}
46110 packet to solicit further responses; again, it is permitted to send
46111 other, unrelated packets as well which the stub should process
46112 normally.
46113
46114 If the stub receives a @var{ack} packet and there are no additional
46115 @var{event} to report, the stub shall return an @samp{OK} response.
46116 At this point, @value{GDBN} has finished processing a notification
46117 and the stub has completed sending any queued events. @value{GDBN}
46118 won't accept any new notifications until the final @samp{OK} is
46119 received . If further notification events occur, the stub shall send
46120 a new notification, @value{GDBN} shall accept the notification, and
46121 the process shall be repeated.
46122
46123 The process of asynchronous notification can be illustrated by the
46124 following example:
46125 @smallexample
46126 <- @code{%Stop:T0505:98e7ffbf;04:4ce6ffbf;08:b1b6e54c;thread:p7526.7526;core:0;}
46127 @code{...}
46128 -> @code{vStopped}
46129 <- @code{T0505:68f37db7;04:40f37db7;08:63850408;thread:p7526.7528;core:0;}
46130 -> @code{vStopped}
46131 <- @code{T0505:68e3fdb6;04:40e3fdb6;08:63850408;thread:p7526.7529;core:0;}
46132 -> @code{vStopped}
46133 <- @code{OK}
46134 @end smallexample
46135
46136 The following notifications are defined:
46137 @multitable @columnfractions 0.12 0.12 0.38 0.38
46138
46139 @item Notification
46140 @tab Ack
46141 @tab Event
46142 @tab Description
46143
46144 @item Stop
46145 @tab vStopped
46146 @tab @var{reply}. The @var{reply} has the form of a stop reply, as
46147 described in @ref{Stop Reply Packets}. Refer to @ref{Remote Non-Stop},
46148 for information on how these notifications are acknowledged by
46149 @value{GDBN}.
46150 @tab Report an asynchronous stop event in non-stop mode.
46151
46152 @end multitable
46153
46154 @node Remote Non-Stop
46155 @section Remote Protocol Support for Non-Stop Mode
46156
46157 @value{GDBN}'s remote protocol supports non-stop debugging of
46158 multi-threaded programs, as described in @ref{Non-Stop Mode}. If the stub
46159 supports non-stop mode, it should report that to @value{GDBN} by including
46160 @samp{QNonStop+} in its @samp{qSupported} response (@pxref{qSupported}).
46161
46162 @value{GDBN} typically sends a @samp{QNonStop} packet only when
46163 establishing a new connection with the stub. Entering non-stop mode
46164 does not alter the state of any currently-running threads, but targets
46165 must stop all threads in any already-attached processes when entering
46166 all-stop mode. @value{GDBN} uses the @samp{?} packet as necessary to
46167 probe the target state after a mode change.
46168
46169 In non-stop mode, when an attached process encounters an event that
46170 would otherwise be reported with a stop reply, it uses the
46171 asynchronous notification mechanism (@pxref{Notification Packets}) to
46172 inform @value{GDBN}. In contrast to all-stop mode, where all threads
46173 in all processes are stopped when a stop reply is sent, in non-stop
46174 mode only the thread reporting the stop event is stopped. That is,
46175 when reporting a @samp{S} or @samp{T} response to indicate completion
46176 of a step operation, hitting a breakpoint, or a fault, only the
46177 affected thread is stopped; any other still-running threads continue
46178 to run. When reporting a @samp{W} or @samp{X} response, all running
46179 threads belonging to other attached processes continue to run.
46180
46181 In non-stop mode, the target shall respond to the @samp{?} packet as
46182 follows. First, any incomplete stop reply notification/@samp{vStopped}
46183 sequence in progress is abandoned. The target must begin a new
46184 sequence reporting stop events for all stopped threads, whether or not
46185 it has previously reported those events to @value{GDBN}. The first
46186 stop reply is sent as a synchronous reply to the @samp{?} packet, and
46187 subsequent stop replies are sent as responses to @samp{vStopped} packets
46188 using the mechanism described above. The target must not send
46189 asynchronous stop reply notifications until the sequence is complete.
46190 If all threads are running when the target receives the @samp{?} packet,
46191 or if the target is not attached to any process, it shall respond
46192 @samp{OK}.
46193
46194 If the stub supports non-stop mode, it should also support the
46195 @samp{swbreak} stop reason if software breakpoints are supported, and
46196 the @samp{hwbreak} stop reason if hardware breakpoints are supported
46197 (@pxref{swbreak stop reason}). This is because given the asynchronous
46198 nature of non-stop mode, between the time a thread hits a breakpoint
46199 and the time the event is finally processed by @value{GDBN}, the
46200 breakpoint may have already been removed from the target. Due to
46201 this, @value{GDBN} needs to be able to tell whether a trap stop was
46202 caused by a delayed breakpoint event, which should be ignored, as
46203 opposed to a random trap signal, which should be reported to the user.
46204 Note the @samp{swbreak} feature implies that the target is responsible
46205 for adjusting the PC when a software breakpoint triggers, if
46206 necessary, such as on the x86 architecture.
46207
46208 @node Packet Acknowledgment
46209 @section Packet Acknowledgment
46210
46211 @cindex acknowledgment, for @value{GDBN} remote
46212 @cindex packet acknowledgment, for @value{GDBN} remote
46213 By default, when either the host or the target machine receives a packet,
46214 the first response expected is an acknowledgment: either @samp{+} (to indicate
46215 the package was received correctly) or @samp{-} (to request retransmission).
46216 This mechanism allows the @value{GDBN} remote protocol to operate over
46217 unreliable transport mechanisms, such as a serial line.
46218
46219 In cases where the transport mechanism is itself reliable (such as a pipe or
46220 TCP connection), the @samp{+}/@samp{-} acknowledgments are redundant.
46221 It may be desirable to disable them in that case to reduce communication
46222 overhead, or for other reasons. This can be accomplished by means of the
46223 @samp{QStartNoAckMode} packet; @pxref{QStartNoAckMode}.
46224
46225 When in no-acknowledgment mode, neither the stub nor @value{GDBN} shall send or
46226 expect @samp{+}/@samp{-} protocol acknowledgments. The packet
46227 and response format still includes the normal checksum, as described in
46228 @ref{Overview}, but the checksum may be ignored by the receiver.
46229
46230 If the stub supports @samp{QStartNoAckMode} and prefers to operate in
46231 no-acknowledgment mode, it should report that to @value{GDBN}
46232 by including @samp{QStartNoAckMode+} in its response to @samp{qSupported};
46233 @pxref{qSupported}.
46234 If @value{GDBN} also supports @samp{QStartNoAckMode} and it has not been
46235 disabled via the @code{set remote noack-packet off} command
46236 (@pxref{Remote Configuration}),
46237 @value{GDBN} may then send a @samp{QStartNoAckMode} packet to the stub.
46238 Only then may the stub actually turn off packet acknowledgments.
46239 @value{GDBN} sends a final @samp{+} acknowledgment of the stub's @samp{OK}
46240 response, which can be safely ignored by the stub.
46241
46242 Note that @code{set remote noack-packet} command only affects negotiation
46243 between @value{GDBN} and the stub when subsequent connections are made;
46244 it does not affect the protocol acknowledgment state for any current
46245 connection.
46246 Since @samp{+}/@samp{-} acknowledgments are enabled by default when a
46247 new connection is established,
46248 there is also no protocol request to re-enable the acknowledgments
46249 for the current connection, once disabled.
46250
46251 @node Examples
46252 @section Examples
46253
46254 Example sequence of a target being re-started. Notice how the restart
46255 does not get any direct output:
46256
46257 @smallexample
46258 -> @code{R00}
46259 <- @code{+}
46260 @emph{target restarts}
46261 -> @code{?}
46262 <- @code{+}
46263 <- @code{T001:1234123412341234}
46264 -> @code{+}
46265 @end smallexample
46266
46267 Example sequence of a target being stepped by a single instruction:
46268
46269 @smallexample
46270 -> @code{G1445@dots{}}
46271 <- @code{+}
46272 -> @code{s}
46273 <- @code{+}
46274 @emph{time passes}
46275 <- @code{T001:1234123412341234}
46276 -> @code{+}
46277 -> @code{g}
46278 <- @code{+}
46279 <- @code{1455@dots{}}
46280 -> @code{+}
46281 @end smallexample
46282
46283 @node File-I/O Remote Protocol Extension
46284 @section File-I/O Remote Protocol Extension
46285 @cindex File-I/O remote protocol extension
46286
46287 @menu
46288 * File-I/O Overview::
46289 * Protocol Basics::
46290 * The F Request Packet::
46291 * The F Reply Packet::
46292 * The Ctrl-C Message::
46293 * Console I/O::
46294 * List of Supported Calls::
46295 * Protocol-specific Representation of Datatypes::
46296 * Constants::
46297 * File-I/O Examples::
46298 @end menu
46299
46300 @node File-I/O Overview
46301 @subsection File-I/O Overview
46302 @cindex file-i/o overview
46303
46304 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
46305 target to use the host's file system and console I/O to perform various
46306 system calls. System calls on the target system are translated into a
46307 remote protocol packet to the host system, which then performs the needed
46308 actions and returns a response packet to the target system.
46309 This simulates file system operations even on targets that lack file systems.
46310
46311 The protocol is defined to be independent of both the host and target systems.
46312 It uses its own internal representation of datatypes and values. Both
46313 @value{GDBN} and the target's @value{GDBN} stub are responsible for
46314 translating the system-dependent value representations into the internal
46315 protocol representations when data is transmitted.
46316
46317 The communication is synchronous. A system call is possible only when
46318 @value{GDBN} is waiting for a response from the @samp{C}, @samp{c}, @samp{S}
46319 or @samp{s} packets. While @value{GDBN} handles the request for a system call,
46320 the target is stopped to allow deterministic access to the target's
46321 memory. Therefore File-I/O is not interruptible by target signals. On
46322 the other hand, it is possible to interrupt File-I/O by a user interrupt
46323 (@samp{Ctrl-C}) within @value{GDBN}.
46324
46325 The target's request to perform a host system call does not finish
46326 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
46327 after finishing the system call, the target returns to continuing the
46328 previous activity (continue, step). No additional continue or step
46329 request from @value{GDBN} is required.
46330
46331 @smallexample
46332 (@value{GDBP}) continue
46333 <- target requests 'system call X'
46334 target is stopped, @value{GDBN} executes system call
46335 -> @value{GDBN} returns result
46336 ... target continues, @value{GDBN} returns to wait for the target
46337 <- target hits breakpoint and sends a Txx packet
46338 @end smallexample
46339
46340 The protocol only supports I/O on the console and to regular files on
46341 the host file system. Character or block special devices, pipes,
46342 named pipes, sockets or any other communication method on the host
46343 system are not supported by this protocol.
46344
46345 File I/O is not supported in non-stop mode.
46346
46347 @node Protocol Basics
46348 @subsection Protocol Basics
46349 @cindex protocol basics, file-i/o
46350
46351 The File-I/O protocol uses the @code{F} packet as the request as well
46352 as reply packet. Since a File-I/O system call can only occur when
46353 @value{GDBN} is waiting for a response from the continuing or stepping target,
46354 the File-I/O request is a reply that @value{GDBN} has to expect as a result
46355 of a previous @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
46356 This @code{F} packet contains all information needed to allow @value{GDBN}
46357 to call the appropriate host system call:
46358
46359 @itemize @bullet
46360 @item
46361 A unique identifier for the requested system call.
46362
46363 @item
46364 All parameters to the system call. Pointers are given as addresses
46365 in the target memory address space. Pointers to strings are given as
46366 pointer/length pair. Numerical values are given as they are.
46367 Numerical control flags are given in a protocol-specific representation.
46368
46369 @end itemize
46370
46371 At this point, @value{GDBN} has to perform the following actions.
46372
46373 @itemize @bullet
46374 @item
46375 If the parameters include pointer values to data needed as input to a
46376 system call, @value{GDBN} requests this data from the target with a
46377 standard @code{m} packet request. This additional communication has to be
46378 expected by the target implementation and is handled as any other @code{m}
46379 packet.
46380
46381 @item
46382 @value{GDBN} translates all value from protocol representation to host
46383 representation as needed. Datatypes are coerced into the host types.
46384
46385 @item
46386 @value{GDBN} calls the system call.
46387
46388 @item
46389 It then coerces datatypes back to protocol representation.
46390
46391 @item
46392 If the system call is expected to return data in buffer space specified
46393 by pointer parameters to the call, the data is transmitted to the
46394 target using a @code{M} or @code{X} packet. This packet has to be expected
46395 by the target implementation and is handled as any other @code{M} or @code{X}
46396 packet.
46397
46398 @end itemize
46399
46400 Eventually @value{GDBN} replies with another @code{F} packet which contains all
46401 necessary information for the target to continue. This at least contains
46402
46403 @itemize @bullet
46404 @item
46405 Return value.
46406
46407 @item
46408 @code{errno}, if has been changed by the system call.
46409
46410 @item
46411 ``Ctrl-C'' flag.
46412
46413 @end itemize
46414
46415 After having done the needed type and value coercion, the target continues
46416 the latest continue or step action.
46417
46418 @node The F Request Packet
46419 @subsection The @code{F} Request Packet
46420 @cindex file-i/o request packet
46421 @cindex @code{F} request packet
46422
46423 The @code{F} request packet has the following format:
46424
46425 @table @samp
46426 @item F@var{call-id},@var{parameter@dots{}}
46427
46428 @var{call-id} is the identifier to indicate the host system call to be called.
46429 This is just the name of the function.
46430
46431 @var{parameter@dots{}} are the parameters to the system call.
46432 Parameters are hexadecimal integer values, either the actual values in case
46433 of scalar datatypes, pointers to target buffer space in case of compound
46434 datatypes and unspecified memory areas, or pointer/length pairs in case
46435 of string parameters. These are appended to the @var{call-id} as a
46436 comma-delimited list. All values are transmitted in ASCII
46437 string representation, pointer/length pairs separated by a slash.
46438
46439 @end table
46440
46441
46442
46443 @node The F Reply Packet
46444 @subsection The @code{F} Reply Packet
46445 @cindex file-i/o reply packet
46446 @cindex @code{F} reply packet
46447
46448 The @code{F} reply packet has the following format:
46449
46450 @table @samp
46451
46452 @item F@var{retcode},@var{errno},@var{Ctrl-C flag};@var{call-specific attachment}
46453
46454 @var{retcode} is the return code of the system call as hexadecimal value.
46455
46456 @var{errno} is the @code{errno} set by the call, in protocol-specific
46457 representation.
46458 This parameter can be omitted if the call was successful.
46459
46460 @var{Ctrl-C flag} is only sent if the user requested a break. In this
46461 case, @var{errno} must be sent as well, even if the call was successful.
46462 The @var{Ctrl-C flag} itself consists of the character @samp{C}:
46463
46464 @smallexample
46465 F0,0,C
46466 @end smallexample
46467
46468 @noindent
46469 or, if the call was interrupted before the host call has been performed:
46470
46471 @smallexample
46472 F-1,4,C
46473 @end smallexample
46474
46475 @noindent
46476 assuming 4 is the protocol-specific representation of @code{EINTR}.
46477
46478 @end table
46479
46480
46481 @node The Ctrl-C Message
46482 @subsection The @samp{Ctrl-C} Message
46483 @cindex ctrl-c message, in file-i/o protocol
46484
46485 If the @samp{Ctrl-C} flag is set in the @value{GDBN}
46486 reply packet (@pxref{The F Reply Packet}),
46487 the target should behave as if it had
46488 gotten a break message. The meaning for the target is ``system call
46489 interrupted by @code{SIGINT}''. Consequentially, the target should actually stop
46490 (as with a break message) and return to @value{GDBN} with a @code{T02}
46491 packet.
46492
46493 It's important for the target to know in which
46494 state the system call was interrupted. There are two possible cases:
46495
46496 @itemize @bullet
46497 @item
46498 The system call hasn't been performed on the host yet.
46499
46500 @item
46501 The system call on the host has been finished.
46502
46503 @end itemize
46504
46505 These two states can be distinguished by the target by the value of the
46506 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
46507 call hasn't been performed. This is equivalent to the @code{EINTR} handling
46508 on POSIX systems. In any other case, the target may presume that the
46509 system call has been finished --- successfully or not --- and should behave
46510 as if the break message arrived right after the system call.
46511
46512 @value{GDBN} must behave reliably. If the system call has not been called
46513 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
46514 @code{errno} in the packet. If the system call on the host has been finished
46515 before the user requests a break, the full action must be finished by
46516 @value{GDBN}. This requires sending @code{M} or @code{X} packets as necessary.
46517 The @code{F} packet may only be sent when either nothing has happened
46518 or the full action has been completed.
46519
46520 @node Console I/O
46521 @subsection Console I/O
46522 @cindex console i/o as part of file-i/o
46523
46524 By default and if not explicitly closed by the target system, the file
46525 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
46526 on the @value{GDBN} console is handled as any other file output operation
46527 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
46528 by @value{GDBN} so that after the target read request from file descriptor
46529 0 all following typing is buffered until either one of the following
46530 conditions is met:
46531
46532 @itemize @bullet
46533 @item
46534 The user types @kbd{Ctrl-c}. The behaviour is as explained above, and the
46535 @code{read}
46536 system call is treated as finished.
46537
46538 @item
46539 The user presses @key{RET}. This is treated as end of input with a trailing
46540 newline.
46541
46542 @item
46543 The user types @kbd{Ctrl-d}. This is treated as end of input. No trailing
46544 character (neither newline nor @samp{Ctrl-D}) is appended to the input.
46545
46546 @end itemize
46547
46548 If the user has typed more characters than fit in the buffer given to
46549 the @code{read} call, the trailing characters are buffered in @value{GDBN} until
46550 either another @code{read(0, @dots{})} is requested by the target, or debugging
46551 is stopped at the user's request.
46552
46553
46554 @node List of Supported Calls
46555 @subsection List of Supported Calls
46556 @cindex list of supported file-i/o calls
46557
46558 @menu
46559 * open::
46560 * close::
46561 * read::
46562 * write::
46563 * lseek::
46564 * rename::
46565 * unlink::
46566 * stat/fstat::
46567 * gettimeofday::
46568 * isatty::
46569 * system::
46570 @end menu
46571
46572 @node open
46573 @unnumberedsubsubsec open
46574 @cindex open, file-i/o system call
46575
46576 @table @asis
46577 @item Synopsis:
46578 @smallexample
46579 int open(const char *pathname, int flags);
46580 int open(const char *pathname, int flags, mode_t mode);
46581 @end smallexample
46582
46583 @item Request:
46584 @samp{Fopen,@var{pathptr}/@var{len},@var{flags},@var{mode}}
46585
46586 @noindent
46587 @var{flags} is the bitwise @code{OR} of the following values:
46588
46589 @table @code
46590 @item O_CREAT
46591 If the file does not exist it will be created. The host
46592 rules apply as far as file ownership and time stamps
46593 are concerned.
46594
46595 @item O_EXCL
46596 When used with @code{O_CREAT}, if the file already exists it is
46597 an error and open() fails.
46598
46599 @item O_TRUNC
46600 If the file already exists and the open mode allows
46601 writing (@code{O_RDWR} or @code{O_WRONLY} is given) it will be
46602 truncated to zero length.
46603
46604 @item O_APPEND
46605 The file is opened in append mode.
46606
46607 @item O_RDONLY
46608 The file is opened for reading only.
46609
46610 @item O_WRONLY
46611 The file is opened for writing only.
46612
46613 @item O_RDWR
46614 The file is opened for reading and writing.
46615 @end table
46616
46617 @noindent
46618 Other bits are silently ignored.
46619
46620
46621 @noindent
46622 @var{mode} is the bitwise @code{OR} of the following values:
46623
46624 @table @code
46625 @item S_IRUSR
46626 User has read permission.
46627
46628 @item S_IWUSR
46629 User has write permission.
46630
46631 @item S_IRGRP
46632 Group has read permission.
46633
46634 @item S_IWGRP
46635 Group has write permission.
46636
46637 @item S_IROTH
46638 Others have read permission.
46639
46640 @item S_IWOTH
46641 Others have write permission.
46642 @end table
46643
46644 @noindent
46645 Other bits are silently ignored.
46646
46647
46648 @item Return value:
46649 @code{open} returns the new file descriptor or -1 if an error
46650 occurred.
46651
46652 @item Errors:
46653
46654 @table @code
46655 @item EEXIST
46656 @var{pathname} already exists and @code{O_CREAT} and @code{O_EXCL} were used.
46657
46658 @item EISDIR
46659 @var{pathname} refers to a directory.
46660
46661 @item EACCES
46662 The requested access is not allowed.
46663
46664 @item ENAMETOOLONG
46665 @var{pathname} was too long.
46666
46667 @item ENOENT
46668 A directory component in @var{pathname} does not exist.
46669
46670 @item ENODEV
46671 @var{pathname} refers to a device, pipe, named pipe or socket.
46672
46673 @item EROFS
46674 @var{pathname} refers to a file on a read-only filesystem and
46675 write access was requested.
46676
46677 @item EFAULT
46678 @var{pathname} is an invalid pointer value.
46679
46680 @item ENOSPC
46681 No space on device to create the file.
46682
46683 @item EMFILE
46684 The process already has the maximum number of files open.
46685
46686 @item ENFILE
46687 The limit on the total number of files open on the system
46688 has been reached.
46689
46690 @item EINTR
46691 The call was interrupted by the user.
46692 @end table
46693
46694 @end table
46695
46696 @node close
46697 @unnumberedsubsubsec close
46698 @cindex close, file-i/o system call
46699
46700 @table @asis
46701 @item Synopsis:
46702 @smallexample
46703 int close(int fd);
46704 @end smallexample
46705
46706 @item Request:
46707 @samp{Fclose,@var{fd}}
46708
46709 @item Return value:
46710 @code{close} returns zero on success, or -1 if an error occurred.
46711
46712 @item Errors:
46713
46714 @table @code
46715 @item EBADF
46716 @var{fd} isn't a valid open file descriptor.
46717
46718 @item EINTR
46719 The call was interrupted by the user.
46720 @end table
46721
46722 @end table
46723
46724 @node read
46725 @unnumberedsubsubsec read
46726 @cindex read, file-i/o system call
46727
46728 @table @asis
46729 @item Synopsis:
46730 @smallexample
46731 int read(int fd, void *buf, unsigned int count);
46732 @end smallexample
46733
46734 @item Request:
46735 @samp{Fread,@var{fd},@var{bufptr},@var{count}}
46736
46737 @item Return value:
46738 On success, the number of bytes read is returned.
46739 Zero indicates end of file. If count is zero, read
46740 returns zero as well. On error, -1 is returned.
46741
46742 @item Errors:
46743
46744 @table @code
46745 @item EBADF
46746 @var{fd} is not a valid file descriptor or is not open for
46747 reading.
46748
46749 @item EFAULT
46750 @var{bufptr} is an invalid pointer value.
46751
46752 @item EINTR
46753 The call was interrupted by the user.
46754 @end table
46755
46756 @end table
46757
46758 @node write
46759 @unnumberedsubsubsec write
46760 @cindex write, file-i/o system call
46761
46762 @table @asis
46763 @item Synopsis:
46764 @smallexample
46765 int write(int fd, const void *buf, unsigned int count);
46766 @end smallexample
46767
46768 @item Request:
46769 @samp{Fwrite,@var{fd},@var{bufptr},@var{count}}
46770
46771 @item Return value:
46772 On success, the number of bytes written are returned.
46773 Zero indicates nothing was written. On error, -1
46774 is returned.
46775
46776 @item Errors:
46777
46778 @table @code
46779 @item EBADF
46780 @var{fd} is not a valid file descriptor or is not open for
46781 writing.
46782
46783 @item EFAULT
46784 @var{bufptr} is an invalid pointer value.
46785
46786 @item EFBIG
46787 An attempt was made to write a file that exceeds the
46788 host-specific maximum file size allowed.
46789
46790 @item ENOSPC
46791 No space on device to write the data.
46792
46793 @item EINTR
46794 The call was interrupted by the user.
46795 @end table
46796
46797 @end table
46798
46799 @node lseek
46800 @unnumberedsubsubsec lseek
46801 @cindex lseek, file-i/o system call
46802
46803 @table @asis
46804 @item Synopsis:
46805 @smallexample
46806 long lseek (int fd, long offset, int flag);
46807 @end smallexample
46808
46809 @item Request:
46810 @samp{Flseek,@var{fd},@var{offset},@var{flag}}
46811
46812 @var{flag} is one of:
46813
46814 @table @code
46815 @item SEEK_SET
46816 The offset is set to @var{offset} bytes.
46817
46818 @item SEEK_CUR
46819 The offset is set to its current location plus @var{offset}
46820 bytes.
46821
46822 @item SEEK_END
46823 The offset is set to the size of the file plus @var{offset}
46824 bytes.
46825 @end table
46826
46827 @item Return value:
46828 On success, the resulting unsigned offset in bytes from
46829 the beginning of the file is returned. Otherwise, a
46830 value of -1 is returned.
46831
46832 @item Errors:
46833
46834 @table @code
46835 @item EBADF
46836 @var{fd} is not a valid open file descriptor.
46837
46838 @item ESPIPE
46839 @var{fd} is associated with the @value{GDBN} console.
46840
46841 @item EINVAL
46842 @var{flag} is not a proper value.
46843
46844 @item EINTR
46845 The call was interrupted by the user.
46846 @end table
46847
46848 @end table
46849
46850 @node rename
46851 @unnumberedsubsubsec rename
46852 @cindex rename, file-i/o system call
46853
46854 @table @asis
46855 @item Synopsis:
46856 @smallexample
46857 int rename(const char *oldpath, const char *newpath);
46858 @end smallexample
46859
46860 @item Request:
46861 @samp{Frename,@var{oldpathptr}/@var{len},@var{newpathptr}/@var{len}}
46862
46863 @item Return value:
46864 On success, zero is returned. On error, -1 is returned.
46865
46866 @item Errors:
46867
46868 @table @code
46869 @item EISDIR
46870 @var{newpath} is an existing directory, but @var{oldpath} is not a
46871 directory.
46872
46873 @item EEXIST
46874 @var{newpath} is a non-empty directory.
46875
46876 @item EBUSY
46877 @var{oldpath} or @var{newpath} is a directory that is in use by some
46878 process.
46879
46880 @item EINVAL
46881 An attempt was made to make a directory a subdirectory
46882 of itself.
46883
46884 @item ENOTDIR
46885 A component used as a directory in @var{oldpath} or new
46886 path is not a directory. Or @var{oldpath} is a directory
46887 and @var{newpath} exists but is not a directory.
46888
46889 @item EFAULT
46890 @var{oldpathptr} or @var{newpathptr} are invalid pointer values.
46891
46892 @item EACCES
46893 No access to the file or the path of the file.
46894
46895 @item ENAMETOOLONG
46896
46897 @var{oldpath} or @var{newpath} was too long.
46898
46899 @item ENOENT
46900 A directory component in @var{oldpath} or @var{newpath} does not exist.
46901
46902 @item EROFS
46903 The file is on a read-only filesystem.
46904
46905 @item ENOSPC
46906 The device containing the file has no room for the new
46907 directory entry.
46908
46909 @item EINTR
46910 The call was interrupted by the user.
46911 @end table
46912
46913 @end table
46914
46915 @node unlink
46916 @unnumberedsubsubsec unlink
46917 @cindex unlink, file-i/o system call
46918
46919 @table @asis
46920 @item Synopsis:
46921 @smallexample
46922 int unlink(const char *pathname);
46923 @end smallexample
46924
46925 @item Request:
46926 @samp{Funlink,@var{pathnameptr}/@var{len}}
46927
46928 @item Return value:
46929 On success, zero is returned. On error, -1 is returned.
46930
46931 @item Errors:
46932
46933 @table @code
46934 @item EACCES
46935 No access to the file or the path of the file.
46936
46937 @item EPERM
46938 The system does not allow unlinking of directories.
46939
46940 @item EBUSY
46941 The file @var{pathname} cannot be unlinked because it's
46942 being used by another process.
46943
46944 @item EFAULT
46945 @var{pathnameptr} is an invalid pointer value.
46946
46947 @item ENAMETOOLONG
46948 @var{pathname} was too long.
46949
46950 @item ENOENT
46951 A directory component in @var{pathname} does not exist.
46952
46953 @item ENOTDIR
46954 A component of the path is not a directory.
46955
46956 @item EROFS
46957 The file is on a read-only filesystem.
46958
46959 @item EINTR
46960 The call was interrupted by the user.
46961 @end table
46962
46963 @end table
46964
46965 @node stat/fstat
46966 @unnumberedsubsubsec stat/fstat
46967 @cindex fstat, file-i/o system call
46968 @cindex stat, file-i/o system call
46969
46970 @table @asis
46971 @item Synopsis:
46972 @smallexample
46973 int stat(const char *pathname, struct stat *buf);
46974 int fstat(int fd, struct stat *buf);
46975 @end smallexample
46976
46977 @item Request:
46978 @samp{Fstat,@var{pathnameptr}/@var{len},@var{bufptr}}@*
46979 @samp{Ffstat,@var{fd},@var{bufptr}}
46980
46981 @item Return value:
46982 On success, zero is returned. On error, -1 is returned.
46983
46984 @item Errors:
46985
46986 @table @code
46987 @item EBADF
46988 @var{fd} is not a valid open file.
46989
46990 @item ENOENT
46991 A directory component in @var{pathname} does not exist or the
46992 path is an empty string.
46993
46994 @item ENOTDIR
46995 A component of the path is not a directory.
46996
46997 @item EFAULT
46998 @var{pathnameptr} is an invalid pointer value.
46999
47000 @item EACCES
47001 No access to the file or the path of the file.
47002
47003 @item ENAMETOOLONG
47004 @var{pathname} was too long.
47005
47006 @item EINTR
47007 The call was interrupted by the user.
47008 @end table
47009
47010 @end table
47011
47012 @node gettimeofday
47013 @unnumberedsubsubsec gettimeofday
47014 @cindex gettimeofday, file-i/o system call
47015
47016 @table @asis
47017 @item Synopsis:
47018 @smallexample
47019 int gettimeofday(struct timeval *tv, void *tz);
47020 @end smallexample
47021
47022 @item Request:
47023 @samp{Fgettimeofday,@var{tvptr},@var{tzptr}}
47024
47025 @item Return value:
47026 On success, 0 is returned, -1 otherwise.
47027
47028 @item Errors:
47029
47030 @table @code
47031 @item EINVAL
47032 @var{tz} is a non-NULL pointer.
47033
47034 @item EFAULT
47035 @var{tvptr} and/or @var{tzptr} is an invalid pointer value.
47036 @end table
47037
47038 @end table
47039
47040 @node isatty
47041 @unnumberedsubsubsec isatty
47042 @cindex isatty, file-i/o system call
47043
47044 @table @asis
47045 @item Synopsis:
47046 @smallexample
47047 int isatty(int fd);
47048 @end smallexample
47049
47050 @item Request:
47051 @samp{Fisatty,@var{fd}}
47052
47053 @item Return value:
47054 Returns 1 if @var{fd} refers to the @value{GDBN} console, 0 otherwise.
47055
47056 @item Errors:
47057
47058 @table @code
47059 @item EINTR
47060 The call was interrupted by the user.
47061 @end table
47062
47063 @end table
47064
47065 Note that the @code{isatty} call is treated as a special case: it returns
47066 1 to the target if the file descriptor is attached
47067 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
47068 would require implementing @code{ioctl} and would be more complex than
47069 needed.
47070
47071
47072 @node system
47073 @unnumberedsubsubsec system
47074 @cindex system, file-i/o system call
47075
47076 @table @asis
47077 @item Synopsis:
47078 @smallexample
47079 int system(const char *command);
47080 @end smallexample
47081
47082 @item Request:
47083 @samp{Fsystem,@var{commandptr}/@var{len}}
47084
47085 @item Return value:
47086 If @var{len} is zero, the return value indicates whether a shell is
47087 available. A zero return value indicates a shell is not available.
47088 For non-zero @var{len}, the value returned is -1 on error and the
47089 return status of the command otherwise. Only the exit status of the
47090 command is returned, which is extracted from the host's @code{system}
47091 return value by calling @code{WEXITSTATUS(retval)}. In case
47092 @file{/bin/sh} could not be executed, 127 is returned.
47093
47094 @item Errors:
47095
47096 @table @code
47097 @item EINTR
47098 The call was interrupted by the user.
47099 @end table
47100
47101 @end table
47102
47103 @value{GDBN} takes over the full task of calling the necessary host calls
47104 to perform the @code{system} call. The return value of @code{system} on
47105 the host is simplified before it's returned
47106 to the target. Any termination signal information from the child process
47107 is discarded, and the return value consists
47108 entirely of the exit status of the called command.
47109
47110 Due to security concerns, the @code{system} call is by default refused
47111 by @value{GDBN}. The user has to allow this call explicitly with the
47112 @code{set remote system-call-allowed 1} command.
47113
47114 @table @code
47115 @item set remote system-call-allowed
47116 @kindex set remote system-call-allowed
47117 Control whether to allow the @code{system} calls in the File I/O
47118 protocol for the remote target. The default is zero (disabled).
47119
47120 @item show remote system-call-allowed
47121 @kindex show remote system-call-allowed
47122 Show whether the @code{system} calls are allowed in the File I/O
47123 protocol.
47124 @end table
47125
47126 @node Protocol-specific Representation of Datatypes
47127 @subsection Protocol-specific Representation of Datatypes
47128 @cindex protocol-specific representation of datatypes, in file-i/o protocol
47129
47130 @menu
47131 * Integral Datatypes::
47132 * Pointer Values::
47133 * Memory Transfer::
47134 * struct stat::
47135 * struct timeval::
47136 @end menu
47137
47138 @node Integral Datatypes
47139 @unnumberedsubsubsec Integral Datatypes
47140 @cindex integral datatypes, in file-i/o protocol
47141
47142 The integral datatypes used in the system calls are @code{int},
47143 @code{unsigned int}, @code{long}, @code{unsigned long},
47144 @code{mode_t}, and @code{time_t}.
47145
47146 @code{int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
47147 implemented as 32 bit values in this protocol.
47148
47149 @code{long} and @code{unsigned long} are implemented as 64 bit types.
47150
47151 @xref{Limits}, for corresponding MIN and MAX values (similar to those
47152 in @file{limits.h}) to allow range checking on host and target.
47153
47154 @code{time_t} datatypes are defined as seconds since the Epoch.
47155
47156 All integral datatypes transferred as part of a memory read or write of a
47157 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
47158 byte order.
47159
47160 @node Pointer Values
47161 @unnumberedsubsubsec Pointer Values
47162 @cindex pointer values, in file-i/o protocol
47163
47164 Pointers to target data are transmitted as they are. An exception
47165 is made for pointers to buffers for which the length isn't
47166 transmitted as part of the function call, namely strings. Strings
47167 are transmitted as a pointer/length pair, both as hex values, e.g.@:
47168
47169 @smallexample
47170 @code{1aaf/12}
47171 @end smallexample
47172
47173 @noindent
47174 which is a pointer to data of length 18 bytes at position 0x1aaf.
47175 The length is defined as the full string length in bytes, including
47176 the trailing null byte. For example, the string @code{"hello world"}
47177 at address 0x123456 is transmitted as
47178
47179 @smallexample
47180 @code{123456/d}
47181 @end smallexample
47182
47183 @node Memory Transfer
47184 @unnumberedsubsubsec Memory Transfer
47185 @cindex memory transfer, in file-i/o protocol
47186
47187 Structured data which is transferred using a memory read or write (for
47188 example, a @code{struct stat}) is expected to be in a protocol-specific format
47189 with all scalar multibyte datatypes being big endian. Translation to
47190 this representation needs to be done both by the target before the @code{F}
47191 packet is sent, and by @value{GDBN} before
47192 it transfers memory to the target. Transferred pointers to structured
47193 data should point to the already-coerced data at any time.
47194
47195
47196 @node struct stat
47197 @unnumberedsubsubsec struct stat
47198 @cindex struct stat, in file-i/o protocol
47199
47200 The buffer of type @code{struct stat} used by the target and @value{GDBN}
47201 is defined as follows:
47202
47203 @smallexample
47204 struct stat @{
47205 unsigned int st_dev; /* device */
47206 unsigned int st_ino; /* inode */
47207 mode_t st_mode; /* protection */
47208 unsigned int st_nlink; /* number of hard links */
47209 unsigned int st_uid; /* user ID of owner */
47210 unsigned int st_gid; /* group ID of owner */
47211 unsigned int st_rdev; /* device type (if inode device) */
47212 unsigned long st_size; /* total size, in bytes */
47213 unsigned long st_blksize; /* blocksize for filesystem I/O */
47214 unsigned long st_blocks; /* number of blocks allocated */
47215 time_t st_atime; /* time of last access */
47216 time_t st_mtime; /* time of last modification */
47217 time_t st_ctime; /* time of last change */
47218 @};
47219 @end smallexample
47220
47221 The integral datatypes conform to the definitions given in the
47222 appropriate section (see @ref{Integral Datatypes}, for details) so this
47223 structure is of size 64 bytes.
47224
47225 The values of several fields have a restricted meaning and/or
47226 range of values.
47227
47228 @table @code
47229
47230 @item st_dev
47231 A value of 0 represents a file, 1 the console.
47232
47233 @item st_ino
47234 No valid meaning for the target. Transmitted unchanged.
47235
47236 @item st_mode
47237 Valid mode bits are described in @ref{Constants}. Any other
47238 bits have currently no meaning for the target.
47239
47240 @item st_uid
47241 @itemx st_gid
47242 @itemx st_rdev
47243 No valid meaning for the target. Transmitted unchanged.
47244
47245 @item st_atime
47246 @itemx st_mtime
47247 @itemx st_ctime
47248 These values have a host and file system dependent
47249 accuracy. Especially on Windows hosts, the file system may not
47250 support exact timing values.
47251 @end table
47252
47253 The target gets a @code{struct stat} of the above representation and is
47254 responsible for coercing it to the target representation before
47255 continuing.
47256
47257 Note that due to size differences between the host, target, and protocol
47258 representations of @code{struct stat} members, these members could eventually
47259 get truncated on the target.
47260
47261 @node struct timeval
47262 @unnumberedsubsubsec struct timeval
47263 @cindex struct timeval, in file-i/o protocol
47264
47265 The buffer of type @code{struct timeval} used by the File-I/O protocol
47266 is defined as follows:
47267
47268 @smallexample
47269 struct timeval @{
47270 time_t tv_sec; /* second */
47271 long tv_usec; /* microsecond */
47272 @};
47273 @end smallexample
47274
47275 The integral datatypes conform to the definitions given in the
47276 appropriate section (see @ref{Integral Datatypes}, for details) so this
47277 structure is of size 8 bytes.
47278
47279 @node Constants
47280 @subsection Constants
47281 @cindex constants, in file-i/o protocol
47282
47283 The following values are used for the constants inside of the
47284 protocol. @value{GDBN} and target are responsible for translating these
47285 values before and after the call as needed.
47286
47287 @menu
47288 * Open Flags::
47289 * mode_t Values::
47290 * Errno Values::
47291 * Lseek Flags::
47292 * Limits::
47293 @end menu
47294
47295 @node Open Flags
47296 @unnumberedsubsubsec Open Flags
47297 @cindex open flags, in file-i/o protocol
47298
47299 All values are given in hexadecimal representation.
47300
47301 @smallexample
47302 O_RDONLY 0x0
47303 O_WRONLY 0x1
47304 O_RDWR 0x2
47305 O_APPEND 0x8
47306 O_CREAT 0x200
47307 O_TRUNC 0x400
47308 O_EXCL 0x800
47309 @end smallexample
47310
47311 @node mode_t Values
47312 @unnumberedsubsubsec mode_t Values
47313 @cindex mode_t values, in file-i/o protocol
47314
47315 All values are given in octal representation.
47316
47317 @smallexample
47318 S_IFREG 0100000
47319 S_IFDIR 040000
47320 S_IRUSR 0400
47321 S_IWUSR 0200
47322 S_IXUSR 0100
47323 S_IRGRP 040
47324 S_IWGRP 020
47325 S_IXGRP 010
47326 S_IROTH 04
47327 S_IWOTH 02
47328 S_IXOTH 01
47329 @end smallexample
47330
47331 @node Errno Values
47332 @unnumberedsubsubsec Errno Values
47333 @cindex errno values, in file-i/o protocol
47334
47335 All values are given in decimal representation.
47336
47337 @smallexample
47338 EPERM 1
47339 ENOENT 2
47340 EINTR 4
47341 EBADF 9
47342 EACCES 13
47343 EFAULT 14
47344 EBUSY 16
47345 EEXIST 17
47346 ENODEV 19
47347 ENOTDIR 20
47348 EISDIR 21
47349 EINVAL 22
47350 ENFILE 23
47351 EMFILE 24
47352 EFBIG 27
47353 ENOSPC 28
47354 ESPIPE 29
47355 EROFS 30
47356 ENAMETOOLONG 91
47357 EUNKNOWN 9999
47358 @end smallexample
47359
47360 @code{EUNKNOWN} is used as a fallback error value if a host system returns
47361 any error value not in the list of supported error numbers.
47362
47363 @node Lseek Flags
47364 @unnumberedsubsubsec Lseek Flags
47365 @cindex lseek flags, in file-i/o protocol
47366
47367 @smallexample
47368 SEEK_SET 0
47369 SEEK_CUR 1
47370 SEEK_END 2
47371 @end smallexample
47372
47373 @node Limits
47374 @unnumberedsubsubsec Limits
47375 @cindex limits, in file-i/o protocol
47376
47377 All values are given in decimal representation.
47378
47379 @smallexample
47380 INT_MIN -2147483648
47381 INT_MAX 2147483647
47382 UINT_MAX 4294967295
47383 LONG_MIN -9223372036854775808
47384 LONG_MAX 9223372036854775807
47385 ULONG_MAX 18446744073709551615
47386 @end smallexample
47387
47388 @node File-I/O Examples
47389 @subsection File-I/O Examples
47390 @cindex file-i/o examples
47391
47392 Example sequence of a write call, file descriptor 3, buffer is at target
47393 address 0x1234, 6 bytes should be written:
47394
47395 @smallexample
47396 <- @code{Fwrite,3,1234,6}
47397 @emph{request memory read from target}
47398 -> @code{m1234,6}
47399 <- XXXXXX
47400 @emph{return "6 bytes written"}
47401 -> @code{F6}
47402 @end smallexample
47403
47404 Example sequence of a read call, file descriptor 3, buffer is at target
47405 address 0x1234, 6 bytes should be read:
47406
47407 @smallexample
47408 <- @code{Fread,3,1234,6}
47409 @emph{request memory write to target}
47410 -> @code{X1234,6:XXXXXX}
47411 @emph{return "6 bytes read"}
47412 -> @code{F6}
47413 @end smallexample
47414
47415 Example sequence of a read call, call fails on the host due to invalid
47416 file descriptor (@code{EBADF}):
47417
47418 @smallexample
47419 <- @code{Fread,3,1234,6}
47420 -> @code{F-1,9}
47421 @end smallexample
47422
47423 Example sequence of a read call, user presses @kbd{Ctrl-c} before syscall on
47424 host is called:
47425
47426 @smallexample
47427 <- @code{Fread,3,1234,6}
47428 -> @code{F-1,4,C}
47429 <- @code{T02}
47430 @end smallexample
47431
47432 Example sequence of a read call, user presses @kbd{Ctrl-c} after syscall on
47433 host is called:
47434
47435 @smallexample
47436 <- @code{Fread,3,1234,6}
47437 -> @code{X1234,6:XXXXXX}
47438 <- @code{T02}
47439 @end smallexample
47440
47441 @node Library List Format
47442 @section Library List Format
47443 @cindex library list format, remote protocol
47444
47445 On some platforms, a dynamic loader (e.g.@: @file{ld.so}) runs in the
47446 same process as your application to manage libraries. In this case,
47447 @value{GDBN} can use the loader's symbol table and normal memory
47448 operations to maintain a list of shared libraries. On other
47449 platforms, the operating system manages loaded libraries.
47450 @value{GDBN} can not retrieve the list of currently loaded libraries
47451 through memory operations, so it uses the @samp{qXfer:libraries:read}
47452 packet (@pxref{qXfer library list read}) instead. The remote stub
47453 queries the target's operating system and reports which libraries
47454 are loaded.
47455
47456 The @samp{qXfer:libraries:read} packet returns an XML document which
47457 lists loaded libraries and their offsets. Each library has an
47458 associated name and one or more segment or section base addresses,
47459 which report where the library was loaded in memory.
47460
47461 For the common case of libraries that are fully linked binaries, the
47462 library should have a list of segments. If the target supports
47463 dynamic linking of a relocatable object file, its library XML element
47464 should instead include a list of allocated sections. The segment or
47465 section bases are start addresses, not relocation offsets; they do not
47466 depend on the library's link-time base addresses.
47467
47468 @value{GDBN} must be linked with the Expat library to support XML
47469 library lists. @xref{Expat}.
47470
47471 A simple memory map, with one loaded library relocated by a single
47472 offset, looks like this:
47473
47474 @smallexample
47475 <library-list>
47476 <library name="/lib/libc.so.6">
47477 <segment address="0x10000000"/>
47478 </library>
47479 </library-list>
47480 @end smallexample
47481
47482 Another simple memory map, with one loaded library with three
47483 allocated sections (.text, .data, .bss), looks like this:
47484
47485 @smallexample
47486 <library-list>
47487 <library name="sharedlib.o">
47488 <section address="0x10000000"/>
47489 <section address="0x20000000"/>
47490 <section address="0x30000000"/>
47491 </library>
47492 </library-list>
47493 @end smallexample
47494
47495 The format of a library list is described by this DTD:
47496
47497 @smallexample
47498 <!-- library-list: Root element with versioning -->
47499 <!ELEMENT library-list (library)*>
47500 <!ATTLIST library-list version CDATA #FIXED "1.0">
47501 <!ELEMENT library (segment*, section*)>
47502 <!ATTLIST library name CDATA #REQUIRED>
47503 <!ELEMENT segment EMPTY>
47504 <!ATTLIST segment address CDATA #REQUIRED>
47505 <!ELEMENT section EMPTY>
47506 <!ATTLIST section address CDATA #REQUIRED>
47507 @end smallexample
47508
47509 In addition, segments and section descriptors cannot be mixed within a
47510 single library element, and you must supply at least one segment or
47511 section for each library.
47512
47513 @node Library List Format for SVR4 Targets
47514 @section Library List Format for SVR4 Targets
47515 @cindex library list format, remote protocol
47516
47517 On SVR4 platforms @value{GDBN} can use the symbol table of a dynamic loader
47518 (e.g.@: @file{ld.so}) and normal memory operations to maintain a list of
47519 shared libraries. Still a special library list provided by this packet is
47520 more efficient for the @value{GDBN} remote protocol.
47521
47522 The @samp{qXfer:libraries-svr4:read} packet returns an XML document which lists
47523 loaded libraries and their SVR4 linker parameters. For each library on SVR4
47524 target, the following parameters are reported:
47525
47526 @itemize @minus
47527 @item
47528 @code{name}, the absolute file name from the @code{l_name} field of
47529 @code{struct link_map}.
47530 @item
47531 @code{lm} with address of @code{struct link_map} used for TLS
47532 (Thread Local Storage) access.
47533 @item
47534 @code{l_addr}, the displacement as read from the field @code{l_addr} of
47535 @code{struct link_map}. For prelinked libraries this is not an absolute
47536 memory address. It is a displacement of absolute memory address against
47537 address the file was prelinked to during the library load.
47538 @item
47539 @code{l_ld}, which is memory address of the @code{PT_DYNAMIC} segment
47540 @item
47541 @code{lmid}, which is an identifier for a linker namespace, such as
47542 the memory address of the @code{r_debug} object that contains this
47543 namespace's load map or the namespace identifier returned by
47544 @code{dlinfo (3)}.
47545 @end itemize
47546
47547 Additionally the single @code{main-lm} attribute specifies address of
47548 @code{struct link_map} used for the main executable. This parameter is used
47549 for TLS access and its presence is optional.
47550
47551 @value{GDBN} must be linked with the Expat library to support XML
47552 SVR4 library lists. @xref{Expat}.
47553
47554 A simple memory map, with two loaded libraries (which do not use prelink),
47555 looks like this:
47556
47557 @smallexample
47558 <library-list-svr4 version="1.0" main-lm="0xe4f8f8">
47559 <library name="/lib/ld-linux.so.2" lm="0xe4f51c" l_addr="0xe2d000"
47560 l_ld="0xe4eefc" lmid="0xfffe0"/>
47561 <library name="/lib/libc.so.6" lm="0xe4fbe8" l_addr="0x154000"
47562 l_ld="0x152350" lmid="0xfffe0"/>
47563 </library-list-svr>
47564 @end smallexample
47565
47566 The format of an SVR4 library list is described by this DTD:
47567
47568 @smallexample
47569 <!-- library-list-svr4: Root element with versioning -->
47570 <!ELEMENT library-list-svr4 (library)*>
47571 <!ATTLIST library-list-svr4 version CDATA #FIXED "1.0">
47572 <!ATTLIST library-list-svr4 main-lm CDATA #IMPLIED>
47573 <!ELEMENT library EMPTY>
47574 <!ATTLIST library name CDATA #REQUIRED>
47575 <!ATTLIST library lm CDATA #REQUIRED>
47576 <!ATTLIST library l_addr CDATA #REQUIRED>
47577 <!ATTLIST library l_ld CDATA #REQUIRED>
47578 <!ATTLIST library lmid CDATA #IMPLIED>
47579 @end smallexample
47580
47581 @node Memory Map Format
47582 @section Memory Map Format
47583 @cindex memory map format
47584
47585 To be able to write into flash memory, @value{GDBN} needs to obtain a
47586 memory map from the target. This section describes the format of the
47587 memory map.
47588
47589 The memory map is obtained using the @samp{qXfer:memory-map:read}
47590 (@pxref{qXfer memory map read}) packet and is an XML document that
47591 lists memory regions.
47592
47593 @value{GDBN} must be linked with the Expat library to support XML
47594 memory maps. @xref{Expat}.
47595
47596 The top-level structure of the document is shown below:
47597
47598 @smallexample
47599 <?xml version="1.0"?>
47600 <!DOCTYPE memory-map
47601 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
47602 "http://sourceware.org/gdb/gdb-memory-map.dtd">
47603 <memory-map>
47604 region...
47605 </memory-map>
47606 @end smallexample
47607
47608 Each region can be either:
47609
47610 @itemize
47611
47612 @item
47613 A region of RAM starting at @var{addr} and extending for @var{length}
47614 bytes from there:
47615
47616 @smallexample
47617 <memory type="ram" start="@var{addr}" length="@var{length}"/>
47618 @end smallexample
47619
47620
47621 @item
47622 A region of read-only memory:
47623
47624 @smallexample
47625 <memory type="rom" start="@var{addr}" length="@var{length}"/>
47626 @end smallexample
47627
47628
47629 @item
47630 A region of flash memory, with erasure blocks @var{blocksize}
47631 bytes in length:
47632
47633 @smallexample
47634 <memory type="flash" start="@var{addr}" length="@var{length}">
47635 <property name="blocksize">@var{blocksize}</property>
47636 </memory>
47637 @end smallexample
47638
47639 @end itemize
47640
47641 Regions must not overlap. @value{GDBN} assumes that areas of memory not covered
47642 by the memory map are RAM, and uses the ordinary @samp{M} and @samp{X}
47643 packets to write to addresses in such ranges.
47644
47645 The formal DTD for memory map format is given below:
47646
47647 @smallexample
47648 <!-- ................................................... -->
47649 <!-- Memory Map XML DTD ................................ -->
47650 <!-- File: memory-map.dtd .............................. -->
47651 <!-- .................................... .............. -->
47652 <!-- memory-map.dtd -->
47653 <!-- memory-map: Root element with versioning -->
47654 <!ELEMENT memory-map (memory)*>
47655 <!ATTLIST memory-map version CDATA #FIXED "1.0.0">
47656 <!ELEMENT memory (property)*>
47657 <!-- memory: Specifies a memory region,
47658 and its type, or device. -->
47659 <!ATTLIST memory type (ram|rom|flash) #REQUIRED
47660 start CDATA #REQUIRED
47661 length CDATA #REQUIRED>
47662 <!-- property: Generic attribute tag -->
47663 <!ELEMENT property (#PCDATA | property)*>
47664 <!ATTLIST property name (blocksize) #REQUIRED>
47665 @end smallexample
47666
47667 @node Thread List Format
47668 @section Thread List Format
47669 @cindex thread list format
47670
47671 To efficiently update the list of threads and their attributes,
47672 @value{GDBN} issues the @samp{qXfer:threads:read} packet
47673 (@pxref{qXfer threads read}) and obtains the XML document with
47674 the following structure:
47675
47676 @smallexample
47677 <?xml version="1.0"?>
47678 <threads>
47679 <thread id="id" core="0" name="name">
47680 ... description ...
47681 </thread>
47682 </threads>
47683 @end smallexample
47684
47685 Each @samp{thread} element must have the @samp{id} attribute that
47686 identifies the thread (@pxref{thread-id syntax}). The
47687 @samp{core} attribute, if present, specifies which processor core
47688 the thread was last executing on. The @samp{name} attribute, if
47689 present, specifies the human-readable name of the thread. The content
47690 of the of @samp{thread} element is interpreted as human-readable
47691 auxiliary information. The @samp{handle} attribute, if present,
47692 is a hex encoded representation of the thread handle.
47693
47694
47695 @node Traceframe Info Format
47696 @section Traceframe Info Format
47697 @cindex traceframe info format
47698
47699 To be able to know which objects in the inferior can be examined when
47700 inspecting a tracepoint hit, @value{GDBN} needs to obtain the list of
47701 memory ranges, registers and trace state variables that have been
47702 collected in a traceframe.
47703
47704 This list is obtained using the @samp{qXfer:traceframe-info:read}
47705 (@pxref{qXfer traceframe info read}) packet and is an XML document.
47706
47707 @value{GDBN} must be linked with the Expat library to support XML
47708 traceframe info discovery. @xref{Expat}.
47709
47710 The top-level structure of the document is shown below:
47711
47712 @smallexample
47713 <?xml version="1.0"?>
47714 <!DOCTYPE traceframe-info
47715 PUBLIC "+//IDN gnu.org//DTD GDB Memory Map V1.0//EN"
47716 "http://sourceware.org/gdb/gdb-traceframe-info.dtd">
47717 <traceframe-info>
47718 block...
47719 </traceframe-info>
47720 @end smallexample
47721
47722 Each traceframe block can be either:
47723
47724 @itemize
47725
47726 @item
47727 A region of collected memory starting at @var{addr} and extending for
47728 @var{length} bytes from there:
47729
47730 @smallexample
47731 <memory start="@var{addr}" length="@var{length}"/>
47732 @end smallexample
47733
47734 @item
47735 A block indicating trace state variable numbered @var{number} has been
47736 collected:
47737
47738 @smallexample
47739 <tvar id="@var{number}"/>
47740 @end smallexample
47741
47742 @end itemize
47743
47744 The formal DTD for the traceframe info format is given below:
47745
47746 @smallexample
47747 <!ELEMENT traceframe-info (memory | tvar)* >
47748 <!ATTLIST traceframe-info version CDATA #FIXED "1.0">
47749
47750 <!ELEMENT memory EMPTY>
47751 <!ATTLIST memory start CDATA #REQUIRED
47752 length CDATA #REQUIRED>
47753 <!ELEMENT tvar>
47754 <!ATTLIST tvar id CDATA #REQUIRED>
47755 @end smallexample
47756
47757 @node Branch Trace Format
47758 @section Branch Trace Format
47759 @cindex branch trace format
47760
47761 In order to display the branch trace of an inferior thread,
47762 @value{GDBN} needs to obtain the list of branches. This list is
47763 represented as list of sequential code blocks that are connected via
47764 branches. The code in each block has been executed sequentially.
47765
47766 This list is obtained using the @samp{qXfer:btrace:read}
47767 (@pxref{qXfer btrace read}) packet and is an XML document.
47768
47769 @value{GDBN} must be linked with the Expat library to support XML
47770 traceframe info discovery. @xref{Expat}.
47771
47772 The top-level structure of the document is shown below:
47773
47774 @smallexample
47775 <?xml version="1.0"?>
47776 <!DOCTYPE btrace
47777 PUBLIC "+//IDN gnu.org//DTD GDB Branch Trace V1.0//EN"
47778 "http://sourceware.org/gdb/gdb-btrace.dtd">
47779 <btrace>
47780 block...
47781 </btrace>
47782 @end smallexample
47783
47784 @itemize
47785
47786 @item
47787 A block of sequentially executed instructions starting at @var{begin}
47788 and ending at @var{end}:
47789
47790 @smallexample
47791 <block begin="@var{begin}" end="@var{end}"/>
47792 @end smallexample
47793
47794 @end itemize
47795
47796 The formal DTD for the branch trace format is given below:
47797
47798 @smallexample
47799 <!ELEMENT btrace (block* | pt) >
47800 <!ATTLIST btrace version CDATA #FIXED "1.0">
47801
47802 <!ELEMENT block EMPTY>
47803 <!ATTLIST block begin CDATA #REQUIRED
47804 end CDATA #REQUIRED>
47805
47806 <!ELEMENT pt (pt-config?, raw?)>
47807
47808 <!ELEMENT pt-config (cpu?)>
47809
47810 <!ELEMENT cpu EMPTY>
47811 <!ATTLIST cpu vendor CDATA #REQUIRED
47812 family CDATA #REQUIRED
47813 model CDATA #REQUIRED
47814 stepping CDATA #REQUIRED>
47815
47816 <!ELEMENT raw (#PCDATA)>
47817 @end smallexample
47818
47819 @node Branch Trace Configuration Format
47820 @section Branch Trace Configuration Format
47821 @cindex branch trace configuration format
47822
47823 For each inferior thread, @value{GDBN} can obtain the branch trace
47824 configuration using the @samp{qXfer:btrace-conf:read}
47825 (@pxref{qXfer btrace-conf read}) packet.
47826
47827 The configuration describes the branch trace format and configuration
47828 settings for that format. The following information is described:
47829
47830 @table @code
47831 @item bts
47832 This thread uses the @dfn{Branch Trace Store} (@acronym{BTS}) format.
47833 @table @code
47834 @item size
47835 The size of the @acronym{BTS} ring buffer in bytes.
47836 @end table
47837 @item pt
47838 This thread uses the @dfn{Intel Processor Trace} (@acronym{Intel
47839 PT}) format.
47840 @table @code
47841 @item size
47842 The size of the @acronym{Intel PT} ring buffer in bytes.
47843 @end table
47844 @end table
47845
47846 @value{GDBN} must be linked with the Expat library to support XML
47847 branch trace configuration discovery. @xref{Expat}.
47848
47849 The formal DTD for the branch trace configuration format is given below:
47850
47851 @smallexample
47852 <!ELEMENT btrace-conf (bts?, pt?)>
47853 <!ATTLIST btrace-conf version CDATA #FIXED "1.0">
47854
47855 <!ELEMENT bts EMPTY>
47856 <!ATTLIST bts size CDATA #IMPLIED>
47857
47858 <!ELEMENT pt EMPTY>
47859 <!ATTLIST pt size CDATA #IMPLIED>
47860 @end smallexample
47861
47862 @include agentexpr.texi
47863
47864 @node Target Descriptions
47865 @appendix Target Descriptions
47866 @cindex target descriptions
47867
47868 One of the challenges of using @value{GDBN} to debug embedded systems
47869 is that there are so many minor variants of each processor
47870 architecture in use. It is common practice for vendors to start with
47871 a standard processor core --- ARM, PowerPC, or @acronym{MIPS}, for example ---
47872 and then make changes to adapt it to a particular market niche. Some
47873 architectures have hundreds of variants, available from dozens of
47874 vendors. This leads to a number of problems:
47875
47876 @itemize @bullet
47877 @item
47878 With so many different customized processors, it is difficult for
47879 the @value{GDBN} maintainers to keep up with the changes.
47880 @item
47881 Since individual variants may have short lifetimes or limited
47882 audiences, it may not be worthwhile to carry information about every
47883 variant in the @value{GDBN} source tree.
47884 @item
47885 When @value{GDBN} does support the architecture of the embedded system
47886 at hand, the task of finding the correct architecture name to give the
47887 @command{set architecture} command can be error-prone.
47888 @end itemize
47889
47890 To address these problems, the @value{GDBN} remote protocol allows a
47891 target system to not only identify itself to @value{GDBN}, but to
47892 actually describe its own features. This lets @value{GDBN} support
47893 processor variants it has never seen before --- to the extent that the
47894 descriptions are accurate, and that @value{GDBN} understands them.
47895
47896 @value{GDBN} must be linked with the Expat library to support XML
47897 target descriptions. @xref{Expat}.
47898
47899 @menu
47900 * Retrieving Descriptions:: How descriptions are fetched from a target.
47901 * Target Description Format:: The contents of a target description.
47902 * Predefined Target Types:: Standard types available for target
47903 descriptions.
47904 * Enum Target Types:: How to define enum target types.
47905 * Standard Target Features:: Features @value{GDBN} knows about.
47906 @end menu
47907
47908 @node Retrieving Descriptions
47909 @section Retrieving Descriptions
47910
47911 Target descriptions can be read from the target automatically, or
47912 specified by the user manually. The default behavior is to read the
47913 description from the target. @value{GDBN} retrieves it via the remote
47914 protocol using @samp{qXfer} requests (@pxref{General Query Packets,
47915 qXfer}). The @var{annex} in the @samp{qXfer} packet will be
47916 @samp{target.xml}. The contents of the @samp{target.xml} annex are an
47917 XML document, of the form described in @ref{Target Description
47918 Format}.
47919
47920 Alternatively, you can specify a file to read for the target description.
47921 If a file is set, the target will not be queried. The commands to
47922 specify a file are:
47923
47924 @table @code
47925 @cindex set tdesc filename
47926 @item set tdesc filename @var{path}
47927 Read the target description from @var{path}.
47928
47929 @cindex unset tdesc filename
47930 @item unset tdesc filename
47931 Do not read the XML target description from a file. @value{GDBN}
47932 will use the description supplied by the current target.
47933
47934 @cindex show tdesc filename
47935 @item show tdesc filename
47936 Show the filename to read for a target description, if any.
47937 @end table
47938
47939
47940 @node Target Description Format
47941 @section Target Description Format
47942 @cindex target descriptions, XML format
47943
47944 A target description annex is an @uref{http://www.w3.org/XML/, XML}
47945 document which complies with the Document Type Definition provided in
47946 the @value{GDBN} sources in @file{gdb/features/gdb-target.dtd}. This
47947 means you can use generally available tools like @command{xmllint} to
47948 check that your feature descriptions are well-formed and valid.
47949 However, to help people unfamiliar with XML write descriptions for
47950 their targets, we also describe the grammar here.
47951
47952 Target descriptions can identify the architecture of the remote target
47953 and (for some architectures) provide information about custom register
47954 sets. They can also identify the OS ABI of the remote target.
47955 @value{GDBN} can use this information to autoconfigure for your
47956 target, or to warn you if you connect to an unsupported target.
47957
47958 Here is a simple target description:
47959
47960 @smallexample
47961 <target version="1.0">
47962 <architecture>i386:x86-64</architecture>
47963 </target>
47964 @end smallexample
47965
47966 @noindent
47967 This minimal description only says that the target uses
47968 the x86-64 architecture.
47969
47970 A target description has the following overall form, with [ ] marking
47971 optional elements and @dots{} marking repeatable elements. The elements
47972 are explained further below.
47973
47974 @smallexample
47975 <?xml version="1.0"?>
47976 <!DOCTYPE target SYSTEM "gdb-target.dtd">
47977 <target version="1.0">
47978 @r{[}@var{architecture}@r{]}
47979 @r{[}@var{osabi}@r{]}
47980 @r{[}@var{compatible}@r{]}
47981 @r{[}@var{feature}@dots{}@r{]}
47982 </target>
47983 @end smallexample
47984
47985 @noindent
47986 The description is generally insensitive to whitespace and line
47987 breaks, under the usual common-sense rules. The XML version
47988 declaration and document type declaration can generally be omitted
47989 (@value{GDBN} does not require them), but specifying them may be
47990 useful for XML validation tools. The @samp{version} attribute for
47991 @samp{<target>} may also be omitted, but we recommend
47992 including it; if future versions of @value{GDBN} use an incompatible
47993 revision of @file{gdb-target.dtd}, they will detect and report
47994 the version mismatch.
47995
47996 @subsection Inclusion
47997 @cindex target descriptions, inclusion
47998 @cindex XInclude
47999 @ifnotinfo
48000 @cindex <xi:include>
48001 @end ifnotinfo
48002
48003 It can sometimes be valuable to split a target description up into
48004 several different annexes, either for organizational purposes, or to
48005 share files between different possible target descriptions. You can
48006 divide a description into multiple files by replacing any element of
48007 the target description with an inclusion directive of the form:
48008
48009 @smallexample
48010 <xi:include href="@var{document}"/>
48011 @end smallexample
48012
48013 @noindent
48014 When @value{GDBN} encounters an element of this form, it will retrieve
48015 the named XML @var{document}, and replace the inclusion directive with
48016 the contents of that document. If the current description was read
48017 using @samp{qXfer}, then so will be the included document;
48018 @var{document} will be interpreted as the name of an annex. If the
48019 current description was read from a file, @value{GDBN} will look for
48020 @var{document} as a file in the same directory where it found the
48021 original description.
48022
48023 @subsection Architecture
48024 @cindex <architecture>
48025
48026 An @samp{<architecture>} element has this form:
48027
48028 @smallexample
48029 <architecture>@var{arch}</architecture>
48030 @end smallexample
48031
48032 @var{arch} is one of the architectures from the set accepted by
48033 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
48034
48035 @subsection OS ABI
48036 @cindex @code{<osabi>}
48037
48038 This optional field was introduced in @value{GDBN} version 7.0.
48039 Previous versions of @value{GDBN} ignore it.
48040
48041 An @samp{<osabi>} element has this form:
48042
48043 @smallexample
48044 <osabi>@var{abi-name}</osabi>
48045 @end smallexample
48046
48047 @var{abi-name} is an OS ABI name from the same selection accepted by
48048 @w{@code{set osabi}} (@pxref{ABI, ,Configuring the Current ABI}).
48049
48050 @subsection Compatible Architecture
48051 @cindex @code{<compatible>}
48052
48053 This optional field was introduced in @value{GDBN} version 7.0.
48054 Previous versions of @value{GDBN} ignore it.
48055
48056 A @samp{<compatible>} element has this form:
48057
48058 @smallexample
48059 <compatible>@var{arch}</compatible>
48060 @end smallexample
48061
48062 @var{arch} is one of the architectures from the set accepted by
48063 @code{set architecture} (@pxref{Targets, ,Specifying a Debugging Target}).
48064
48065 A @samp{<compatible>} element is used to specify that the target
48066 is able to run binaries in some other than the main target architecture
48067 given by the @samp{<architecture>} element. For example, on the
48068 Cell Broadband Engine, the main architecture is @code{powerpc:common}
48069 or @code{powerpc:common64}, but the system is able to run binaries
48070 in the @code{spu} architecture as well. The way to describe this
48071 capability with @samp{<compatible>} is as follows:
48072
48073 @smallexample
48074 <architecture>powerpc:common</architecture>
48075 <compatible>spu</compatible>
48076 @end smallexample
48077
48078 @subsection Features
48079 @cindex <feature>
48080
48081 Each @samp{<feature>} describes some logical portion of the target
48082 system. Features are currently used to describe available CPU
48083 registers and the types of their contents. A @samp{<feature>} element
48084 has this form:
48085
48086 @smallexample
48087 <feature name="@var{name}">
48088 @r{[}@var{type}@dots{}@r{]}
48089 @var{reg}@dots{}
48090 </feature>
48091 @end smallexample
48092
48093 @noindent
48094 Each feature's name should be unique within the description. The name
48095 of a feature does not matter unless @value{GDBN} has some special
48096 knowledge of the contents of that feature; if it does, the feature
48097 should have its standard name. @xref{Standard Target Features}.
48098
48099 @subsection Types
48100
48101 Any register's value is a collection of bits which @value{GDBN} must
48102 interpret. The default interpretation is a two's complement integer,
48103 but other types can be requested by name in the register description.
48104 Some predefined types are provided by @value{GDBN} (@pxref{Predefined
48105 Target Types}), and the description can define additional composite
48106 and enum types.
48107
48108 Each type element must have an @samp{id} attribute, which gives
48109 a unique (within the containing @samp{<feature>}) name to the type.
48110 Types must be defined before they are used.
48111
48112 @cindex <vector>
48113 Some targets offer vector registers, which can be treated as arrays
48114 of scalar elements. These types are written as @samp{<vector>} elements,
48115 specifying the array element type, @var{type}, and the number of elements,
48116 @var{count}:
48117
48118 @smallexample
48119 <vector id="@var{id}" type="@var{type}" count="@var{count}"/>
48120 @end smallexample
48121
48122 @cindex <union>
48123 If a register's value is usefully viewed in multiple ways, define it
48124 with a union type containing the useful representations. The
48125 @samp{<union>} element contains one or more @samp{<field>} elements,
48126 each of which has a @var{name} and a @var{type}:
48127
48128 @smallexample
48129 <union id="@var{id}">
48130 <field name="@var{name}" type="@var{type}"/>
48131 @dots{}
48132 </union>
48133 @end smallexample
48134
48135 @cindex <struct>
48136 @cindex <flags>
48137 If a register's value is composed from several separate values, define
48138 it with either a structure type or a flags type.
48139 A flags type may only contain bitfields.
48140 A structure type may either contain only bitfields or contain no bitfields.
48141 If the value contains only bitfields, its total size in bytes must be
48142 specified.
48143
48144 Non-bitfield values have a @var{name} and @var{type}.
48145
48146 @smallexample
48147 <struct id="@var{id}">
48148 <field name="@var{name}" type="@var{type}"/>
48149 @dots{}
48150 </struct>
48151 @end smallexample
48152
48153 Both @var{name} and @var{type} values are required.
48154 No implicit padding is added.
48155
48156 Bitfield values have a @var{name}, @var{start}, @var{end} and @var{type}.
48157
48158 @smallexample
48159 <struct id="@var{id}" size="@var{size}">
48160 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
48161 @dots{}
48162 </struct>
48163 @end smallexample
48164
48165 @smallexample
48166 <flags id="@var{id}" size="@var{size}">
48167 <field name="@var{name}" start="@var{start}" end="@var{end}" type="@var{type}"/>
48168 @dots{}
48169 </flags>
48170 @end smallexample
48171
48172 The @var{name} value is required.
48173 Bitfield values may be named with the empty string, @samp{""},
48174 in which case the field is ``filler'' and its value is not printed.
48175 Not all bits need to be specified, so ``filler'' fields are optional.
48176
48177 The @var{start} and @var{end} values are required, and @var{type}
48178 is optional.
48179 The field's @var{start} must be less than or equal to its @var{end},
48180 and zero represents the least significant bit.
48181
48182 The default value of @var{type} is @code{bool} for single bit fields,
48183 and an unsigned integer otherwise.
48184
48185 Which to choose? Structures or flags?
48186
48187 Registers defined with @samp{flags} have these advantages over
48188 defining them with @samp{struct}:
48189
48190 @itemize @bullet
48191 @item
48192 Arithmetic may be performed on them as if they were integers.
48193 @item
48194 They are printed in a more readable fashion.
48195 @end itemize
48196
48197 Registers defined with @samp{struct} have one advantage over
48198 defining them with @samp{flags}:
48199
48200 @itemize @bullet
48201 @item
48202 One can fetch individual fields like in @samp{C}.
48203
48204 @smallexample
48205 (@value{GDBP}) print $my_struct_reg.field3
48206 $1 = 42
48207 @end smallexample
48208
48209 @end itemize
48210
48211 @subsection Registers
48212 @cindex <reg>
48213
48214 Each register is represented as an element with this form:
48215
48216 @smallexample
48217 <reg name="@var{name}"
48218 bitsize="@var{size}"
48219 @r{[}regnum="@var{num}"@r{]}
48220 @r{[}save-restore="@var{save-restore}"@r{]}
48221 @r{[}type="@var{type}"@r{]}
48222 @r{[}group="@var{group}"@r{]}/>
48223 @end smallexample
48224
48225 @noindent
48226 The components are as follows:
48227
48228 @table @var
48229
48230 @item name
48231 The register's name; it must be unique within the target description.
48232
48233 @item bitsize
48234 The register's size, in bits.
48235
48236 @item regnum
48237 The register's number. If omitted, a register's number is one greater
48238 than that of the previous register (either in the current feature or in
48239 a preceding feature); the first register in the target description
48240 defaults to zero. This register number is used to read or write
48241 the register; e.g.@: it is used in the remote @code{p} and @code{P}
48242 packets, and registers appear in the @code{g} and @code{G} packets
48243 in order of increasing register number.
48244
48245 @item save-restore
48246 Whether the register should be preserved across inferior function
48247 calls; this must be either @code{yes} or @code{no}. The default is
48248 @code{yes}, which is appropriate for most registers except for
48249 some system control registers; this is not related to the target's
48250 ABI.
48251
48252 @item type
48253 The type of the register. It may be a predefined type, a type
48254 defined in the current feature, or one of the special types @code{int}
48255 and @code{float}. @code{int} is an integer type of the correct size
48256 for @var{bitsize}, and @code{float} is a floating point type (in the
48257 architecture's normal floating point format) of the correct size for
48258 @var{bitsize}. The default is @code{int}.
48259
48260 @item group
48261 The register group to which this register belongs. It can be one of the
48262 standard register groups @code{general}, @code{float}, @code{vector} or an
48263 arbitrary string. Group names should be limited to alphanumeric characters.
48264 If a group name is made up of multiple words the words may be separated by
48265 hyphens; e.g.@: @code{special-group} or @code{ultra-special-group}. If no
48266 @var{group} is specified, @value{GDBN} will not display the register in
48267 @code{info registers}.
48268
48269 @end table
48270
48271 @node Predefined Target Types
48272 @section Predefined Target Types
48273 @cindex target descriptions, predefined types
48274
48275 Type definitions in the self-description can build up composite types
48276 from basic building blocks, but can not define fundamental types. Instead,
48277 standard identifiers are provided by @value{GDBN} for the fundamental
48278 types. The currently supported types are:
48279
48280 @table @code
48281
48282 @item bool
48283 Boolean type, occupying a single bit.
48284
48285 @item int8
48286 @itemx int16
48287 @itemx int24
48288 @itemx int32
48289 @itemx int64
48290 @itemx int128
48291 Signed integer types holding the specified number of bits.
48292
48293 @item uint8
48294 @itemx uint16
48295 @itemx uint24
48296 @itemx uint32
48297 @itemx uint64
48298 @itemx uint128
48299 Unsigned integer types holding the specified number of bits.
48300
48301 @item code_ptr
48302 @itemx data_ptr
48303 Pointers to unspecified code and data. The program counter and
48304 any dedicated return address register may be marked as code
48305 pointers; printing a code pointer converts it into a symbolic
48306 address. The stack pointer and any dedicated address registers
48307 may be marked as data pointers.
48308
48309 @item ieee_half
48310 Half precision IEEE floating point.
48311
48312 @item ieee_single
48313 Single precision IEEE floating point.
48314
48315 @item ieee_double
48316 Double precision IEEE floating point.
48317
48318 @item bfloat16
48319 The 16-bit @dfn{brain floating point} format used e.g.@: by x86 and ARM.
48320
48321 @item arm_fpa_ext
48322 The 12-byte extended precision format used by ARM FPA registers.
48323
48324 @item i387_ext
48325 The 10-byte extended precision format used by x87 registers.
48326
48327 @item i386_eflags
48328 32bit @sc{eflags} register used by x86.
48329
48330 @item i386_mxcsr
48331 32bit @sc{mxcsr} register used by x86.
48332
48333 @end table
48334
48335 @node Enum Target Types
48336 @section Enum Target Types
48337 @cindex target descriptions, enum types
48338
48339 Enum target types are useful in @samp{struct} and @samp{flags}
48340 register descriptions. @xref{Target Description Format}.
48341
48342 Enum types have a name, size and a list of name/value pairs.
48343
48344 @smallexample
48345 <enum id="@var{id}" size="@var{size}">
48346 <evalue name="@var{name}" value="@var{value}"/>
48347 @dots{}
48348 </enum>
48349 @end smallexample
48350
48351 Enums must be defined before they are used.
48352
48353 @smallexample
48354 <enum id="levels_type" size="4">
48355 <evalue name="low" value="0"/>
48356 <evalue name="high" value="1"/>
48357 </enum>
48358 <flags id="flags_type" size="4">
48359 <field name="X" start="0"/>
48360 <field name="LEVEL" start="1" end="1" type="levels_type"/>
48361 </flags>
48362 <reg name="flags" bitsize="32" type="flags_type"/>
48363 @end smallexample
48364
48365 Given that description, a value of 3 for the @samp{flags} register
48366 would be printed as:
48367
48368 @smallexample
48369 (@value{GDBP}) info register flags
48370 flags 0x3 [ X LEVEL=high ]
48371 @end smallexample
48372
48373 @node Standard Target Features
48374 @section Standard Target Features
48375 @cindex target descriptions, standard features
48376
48377 A target description must contain either no registers or all the
48378 target's registers. If the description contains no registers, then
48379 @value{GDBN} will assume a default register layout, selected based on
48380 the architecture. If the description contains any registers, the
48381 default layout will not be used; the standard registers must be
48382 described in the target description, in such a way that @value{GDBN}
48383 can recognize them.
48384
48385 This is accomplished by giving specific names to feature elements
48386 which contain standard registers. @value{GDBN} will look for features
48387 with those names and verify that they contain the expected registers;
48388 if any known feature is missing required registers, or if any required
48389 feature is missing, @value{GDBN} will reject the target
48390 description. You can add additional registers to any of the
48391 standard features --- @value{GDBN} will display them just as if
48392 they were added to an unrecognized feature.
48393
48394 This section lists the known features and their expected contents.
48395 Sample XML documents for these features are included in the
48396 @value{GDBN} source tree, in the directory @file{gdb/features}.
48397
48398 Names recognized by @value{GDBN} should include the name of the
48399 company or organization which selected the name, and the overall
48400 architecture to which the feature applies; so e.g.@: the feature
48401 containing ARM core registers is named @samp{org.gnu.gdb.arm.core}.
48402
48403 The names of registers are not case sensitive for the purpose
48404 of recognizing standard features, but @value{GDBN} will only display
48405 registers using the capitalization used in the description.
48406
48407 @menu
48408 * AArch64 Features::
48409 * ARC Features::
48410 * ARM Features::
48411 * i386 Features::
48412 * LoongArch Features::
48413 * MicroBlaze Features::
48414 * MIPS Features::
48415 * M68K Features::
48416 * NDS32 Features::
48417 * Nios II Features::
48418 * OpenRISC 1000 Features::
48419 * PowerPC Features::
48420 * RISC-V Features::
48421 * RX Features::
48422 * S/390 and System z Features::
48423 * Sparc Features::
48424 * TIC6x Features::
48425 @end menu
48426
48427
48428 @node AArch64 Features
48429 @subsection AArch64 Features
48430 @cindex target descriptions, AArch64 features
48431
48432 @subsubsection AArch64 core registers feature
48433
48434 The @samp{org.gnu.gdb.aarch64.core} feature is required for AArch64
48435 targets. It must contain the following:
48436
48437 @itemize @minus
48438 @item
48439 @samp{x0} through @samp{x30}, the general purpose registers, with size of
48440 64 bits. Register @samp{x30} is also known as the @dfn{link register},
48441 or @samp{lr}.
48442 @item
48443 @samp{sp}, the stack pointer register or @samp{x31}. It is 64 bits in size and
48444 has a type of @samp{data_ptr}.
48445 @item
48446 @samp{pc}, the program counter register. It is 64 bits in size and has a type
48447 of @samp{code_ptr}.
48448 @item
48449 @samp{cpsr}, the current program status register. It is 32 bits in size
48450 and has a custom flags type.
48451 @end itemize
48452
48453 The semantics of the individual flags and fields in @samp{cpsr} can change as
48454 new architectural features are added. The current layout can be found in the
48455 aarch64-core.xml file.
48456
48457 Extra registers are allowed in this feature, but they will not affect
48458 @value{GDBN}.
48459
48460 @subsubsection AArch64 floating-point registers feature
48461
48462 The @samp{org.gnu.gdb.aarch64.fpu} feature is optional. If present,
48463 it must contain the following registers:
48464
48465 @itemize @minus
48466 @item
48467 @samp{v0} through @samp{v31}, the vector registers with size of 128 bits. The
48468 type is a custom vector type.
48469 @item
48470 @samp{fpsr}, the floating-point status register. It is 32 bits in size and has
48471 a custom flags type.
48472 @item
48473 @samp{fpcr}, the floating-point control register. It is 32 bits in size and has
48474 a custom flags type.
48475 @end itemize
48476
48477 The semantics of the individual flags and fields in @samp{fpsr} and @samp{fpcr}
48478 can change as new architectural features are added.
48479
48480 The types for the vector registers, @samp{fpsr} and @samp{fpcr} registers can
48481 be found in the aarch64-fpu.xml file.
48482
48483 Extra registers are allowed in this feature, but they will not affect
48484 @value{GDBN}.
48485
48486 @subsubsection AArch64 SVE registers feature
48487
48488 The @samp{org.gnu.gdb.aarch64.sve} feature is optional. If present,
48489 it means the target supports the Scalable Vector Extension and must contain
48490 the following registers:
48491
48492 @itemize @minus
48493 @item
48494 @samp{z0} through @samp{z31}, the scalable vector registers. Their sizes are
48495 variable and a multiple of 128 bits up to a maximum of 2048 bit. Their type is
48496 a custom union type that helps visualize different sizes of sub-vectors.
48497 @item
48498 @samp{fpsr}, the floating-point status register. It is 32 bits in size and has
48499 a custom flags type.
48500 @item
48501 @samp{fpcr}, the floating-point control register. It is 32 bits in size and has
48502 a custom flags type.
48503 @item
48504 @samp{p0} through @samp{p15}, the predicate registers. Their sizes are
48505 variable, based on the current vector length, and a multiple of
48506 16 bits. Their types are a custom union to help visualize sub-elements.
48507 @item
48508 @samp{ffr}, the First Fault register. It has a variable size based on the
48509 current vector length and is a multiple of 16 bits. The type is the same as
48510 the predicate registers.
48511 @item
48512 @samp{vg}, the vector granule. It represents the number of 64 bits chunks in
48513 a @samp{z} register. It is closely associated with the current vector
48514 length. It has a type of @samp{int}.
48515 @end itemize
48516
48517 When @value{GDBN} sees the SVE feature, it will assume the Scalable Vector
48518 Extension is supported, and will adjust the sizes of the @samp{z}, @samp{p}
48519 and @samp{ffr} registers accordingly, based on the value of @samp{vg}.
48520
48521 @value{GDBN} will also create pseudo-registers equivalent to the @samp{v}
48522 vector registers from the @samp{org.gnu.gdb.aarch64.fpu} feature.
48523
48524 The first 128 bits of the @samp{z} registers overlap the 128 bits of the
48525 @samp{v} registers, so changing one will trigger a change to the other.
48526
48527 For the types of the @samp{z}, @samp{p} and @samp{ffr} registers, please
48528 check the aarch64-sve.c file. No XML file is available for this feature
48529 because it is dynamically generated based on the current vector length.
48530
48531 The semantics of the individual flags and fields in @samp{fpsr} and @samp{fpcr}
48532 can change as new architectural features are added.
48533
48534 The types for the @samp{fpsr} and @samp{fpcr} registers can be found in the
48535 aarch64-sve.c file, and should match what is described in aarch64-fpu.xml.
48536
48537 Extra registers are allowed in this feature, but they will not affect
48538 @value{GDBN}.
48539
48540 @subsubsection AArch64 Pointer Authentication registers feature
48541
48542 The @samp{org.gnu.gdb.aarch64.pauth} optional feature was introduced so
48543 @value{GDBN} could detect support for the Pointer Authentication
48544 extension. If present, it must contain one of two possible register sets.
48545
48546 Pointer Authentication masks for user-mode:
48547
48548 @itemize @minus
48549 @item
48550 @samp{pauth_dmask}, the user-mode pointer authentication mask for data
48551 pointers. It is 64 bits in size.
48552 @item
48553 @samp{pauth_cmask}, the user-mode pointer authentication mask for code
48554 pointers. It is 64 bits in size.
48555 @end itemize
48556
48557 Pointer Authentication masks for user-mode and kernel-mode:
48558
48559 @itemize @minus
48560 @item
48561 @samp{pauth_dmask}, the user-mode pointer authentication mask for data
48562 pointers. It is 64 bits in size.
48563 @item
48564 @samp{pauth_cmask}, the user-mode pointer authentication mask for code
48565 pointers. It is 64 bits in size.
48566 @item
48567 @samp{pauth_dmask_high}, the kernel-mode pointer authentication mask for
48568 data pointers. It is 64 bits in size.
48569 @item
48570 @samp{pauth_cmask_high}, the kernel-mode pointer authentication mask for
48571 code pointers. It is 64 bits in size.
48572 @end itemize
48573
48574 If @value{GDBN} sees any of the two sets of registers in this feature, it will
48575 assume the target is capable of signing pointers. If so, @value{GDBN} will
48576 decorate backtraces with a @samp{[PAC]} marker alongside a function that
48577 has a signed link register value that needs to be unmasked/decoded.
48578
48579 @value{GDBN} will also use the masks to remove non-address bits from pointers.
48580
48581 Extra registers are allowed in this feature, but they will not affect
48582 @value{GDBN}.
48583
48584 Please note the @samp{org.gnu.gdb.aarch64.pauth} feature string is deprecated
48585 and must only be used for backwards compatibility with older releases of
48586 @value{GDBN} and @command{gdbserver}. Targets that support Pointer
48587 Authentication must advertise such capability by using the
48588 @samp{org.gnu.gdb.aarch64.pauth_v2} feature string instead.
48589
48590 The @samp{org.gnu.gdb.aarch64.pauth_v2} feature has the exact same contents
48591 as feature @samp{org.gnu.gdb.aarch64.pauth}.
48592
48593 The reason for having feature @samp{org.gnu.gdb.aarch64.pauth_v2} is a bug in
48594 previous versions of @value{GDBN} (versions 9, 10, 11 and 12). This bug
48595 caused @value{GDBN} to crash whenever the target reported support for Pointer
48596 Authentication (using feature string @samp{org.gnu.gdb.aarch64.pauth}) and also
48597 reported additional system registers that were not accounted for by
48598 @value{GDBN}. This is more common when using emulators and on bare-metal
48599 debugging scenarios.
48600
48601 It can also happen if a newer gdbserver is used with an old @value{GDBN} that
48602 has the bug. In such a case, the newer gdbserver might report Pointer
48603 Authentication support via the @samp{org.gnu.gdb.aarch64.pauth} feature string
48604 and also report additional registers the older @value{GDBN} does not know
48605 about, potentially leading to a crash.
48606
48607 @subsubsection AArch64 TLS registers feature
48608
48609 The @samp{org.gnu.gdb.aarch64.tls} optional feature was introduced to expose
48610 the TLS registers to @value{GDBN}. If present, it must contain either one
48611 of the following register sets.
48612
48613 Only @samp{tpidr}:
48614
48615 @itemize @minus
48616 @item
48617 @samp{tpidr}, the software thread id register. It is 64 bits in size and has a
48618 type of @samp{data_ptr}.
48619 @end itemize
48620
48621 Both @samp{tpidr} and @samp{tpidr2}.
48622
48623 @itemize @minus
48624 @item
48625 @samp{tpidr}, the software thread id register. It is 64 bits in size and has a
48626 type of @samp{data_ptr}.
48627 @item
48628 @samp{tpidr2}, the second software thread id register. It is 64 bits in size
48629 and has a type of @samp{data_ptr}. It may be used in the future alongside
48630 the Scalable Matrix Extension for a lazy restore scheme.
48631 @end itemize
48632
48633 If @value{GDBN} sees this feature, it will attempt to find one of the
48634 variations of the register set. If @samp{tpidr2} is available,
48635 @value{GDBN} may act on it to display additional data in the future.
48636
48637 There is no XML for this feature as the presence of @samp{tpidr2} is
48638 determined dynamically at runtime.
48639
48640 Extra registers are allowed in this feature, but they will not affect
48641 @value{GDBN}.
48642
48643 @subsubsection AArch64 MTE registers feature
48644
48645 The @samp{org.gnu.gdb.aarch64.mte} optional feature was introduced so
48646 @value{GDBN} could detect support for the Memory Tagging Extension and
48647 control memory tagging settings. If present, this feature must have the
48648 following register:
48649
48650 @itemize @minus
48651 @item
48652 @samp{tag_ctl}, the tag control register. It is 64 bits in size and has a type
48653 of @samp{uint64}.
48654 @end itemize
48655
48656 Memory Tagging detection is done via a runtime check though, so the presence
48657 of this feature and register is not enough to enable memory tagging support.
48658
48659 This restriction may be lifted in the future.
48660
48661 Extra registers are allowed in this feature, but they will not affect
48662 @value{GDBN}.
48663
48664 @subsubsection AArch64 SME registers feature
48665
48666 The @samp{org.gnu.gdb.aarch64.sme} feature is optional. If present,
48667 it should contain registers @code{ZA}, @code{SVG} and @code{SVCR}.
48668 @xref{AArch64 SME}.
48669
48670 @itemize @minus
48671
48672 @item
48673 @code{ZA} is a register represented by a vector of @var{svl}x@var{svl}
48674 bytes. @xref{svl}.
48675
48676 @item
48677 @code{SVG} is a 64-bit register containing the value of @var{svg}. @xref{svg}.
48678
48679 @item
48680 @code{SVCR} is a 64-bit status pseudo-register with two valid bits. Bit 0
48681 (@sc{sm}) shows whether the streaming @acronym{SVE} mode is enabled or disabled.
48682 Bit 1 (@sc{ZA}) shows whether the @code{ZA} register state is active (in use) or
48683 not.
48684 @xref{aarch64 sme svcr}.
48685
48686 The rest of the unused bits of the @code{SVCR} pseudo-register is undefined
48687 and reserved. Such bits should not be used and may be defined by future
48688 extensions of the architecture.
48689
48690 @end itemize
48691
48692 Extra registers are allowed in this feature, but they will not affect
48693 @value{GDBN}.
48694
48695 The @samp{org.gnu.gdb.aarch64.sme} feature is required when the target also
48696 reports support for the @samp{org.gnu.gdb.aarch64.sme2} feature.
48697
48698 @subsubsection AArch64 SME2 registers feature
48699
48700 The @samp{org.gnu.gdb.aarch64.sme2} feature is optional. If present,
48701 then the @samp{org.gnu.gdb.aarch64.sme} feature must also be present. The
48702 @samp{org.gnu.gdb.aarch64.sme2} feature should contain the following:
48703 @xref{AArch64 SME2}.
48704
48705 @itemize @minus
48706
48707 @item
48708 @code{ZT0} is a register of 512 bits (64 bytes). It is defined as a vector
48709 of bytes.
48710
48711 @end itemize
48712
48713 Extra registers are allowed in this feature, but they will not affect
48714 @value{GDBN}.
48715
48716 @node ARC Features
48717 @subsection ARC Features
48718 @cindex target descriptions, ARC Features
48719
48720 ARC processors are so configurable that even core registers and their numbers
48721 are not predetermined completely. Moreover, @emph{flags} and @emph{PC}
48722 registers, which are important to @value{GDBN}, are not ``core'' registers in
48723 ARC. Therefore, there are two features that their presence is mandatory:
48724 @samp{org.gnu.gdb.arc.core} and @samp{org.gnu.gdb.arc.aux}.
48725
48726 The @samp{org.gnu.gdb.arc.core} feature is required for all targets. It must
48727 contain registers:
48728
48729 @itemize @minus
48730 @item
48731 @samp{r0} through @samp{r25} for normal register file targets.
48732 @item
48733 @samp{r0} through @samp{r3}, and @samp{r10} through @samp{r15} for reduced
48734 register file targets.
48735 @item
48736 @samp{gp}, @samp{fp}, @samp{sp}, @samp{r30}@footnote{Not necessary for ARCv1.},
48737 @samp{blink}, @samp{lp_count}, @samp{pcl}.
48738 @end itemize
48739
48740 In case of an ARCompact target (ARCv1 ISA), the @samp{org.gnu.gdb.arc.core}
48741 feature may contain registers @samp{ilink1} and @samp{ilink2}. While in case
48742 of ARC EM and ARC HS targets (ARCv2 ISA), register @samp{ilink} may be present.
48743 The difference between ARCv1 and ARCv2 is the naming of registers @emph{29th}
48744 and @emph{30th}. They are called @samp{ilink1} and @samp{ilink2} for ARCv1 and
48745 are optional. For ARCv2, they are called @samp{ilink} and @samp{r30} and only
48746 @samp{ilink} is optional. The optionality of @samp{ilink*} registers is
48747 because of their inaccessibility during user space debugging sessions.
48748
48749 Extension core registers @samp{r32} through @samp{r59} are optional and their
48750 existence depends on the configuration. When debugging GNU/Linux applications,
48751 i.e.@: user space debugging, these core registers are not available.
48752
48753 The @samp{org.gnu.gdb.arc.aux} feature is required for all ARC targets. Here
48754 is the list of registers pertinent to this feature:
48755
48756 @itemize @minus
48757 @item
48758 mandatory: @samp{pc} and @samp{status32}.
48759 @item
48760 optional: @samp{lp_start}, @samp{lp_end}, and @samp{bta}.
48761 @end itemize
48762
48763 @node ARM Features
48764 @subsection ARM Features
48765 @cindex target descriptions, ARM features
48766
48767 @subsubsection Core register set for non-M-profile
48768
48769 The @samp{org.gnu.gdb.arm.core} feature is required for non-M-profile
48770 ARM targets. It must contain the following registers:
48771
48772 @itemize @minus
48773 @item
48774 @samp{r0} through @samp{r12}. The general purpose registers. They are 32 bits
48775 in size and have a type of @samp{uint32}.
48776 @item
48777 @samp{sp}, the stack pointer register, also known as @samp{r13}. It is 32 bits
48778 in size and has a type of @samp{data_ptr}.
48779 @item
48780 @samp{lr}, the link register. It is 32 bits in size.
48781 @item
48782 @samp{pc}, the program counter register. It is 32 bit in size and of type
48783 @samp{code_ptr}.
48784 @item
48785 @samp{cpsr}, the current program status register containing all the status
48786 bits. It is 32 bits in size. Historically this register was hardwired to
48787 number 25, but debugging stubs that report XML do not need to use this number
48788 anymore.
48789 @end itemize
48790
48791 Extra registers are allowed in this feature, but they will not affect
48792 @value{GDBN}.
48793
48794 @subsubsection Core register set for M-profile
48795
48796 For M-profile targets (e.g.@: Cortex-M3), the @samp{org.gnu.gdb.arm.core}
48797 feature is replaced by @samp{org.gnu.gdb.arm.m-profile}, and it is a required
48798 feature. It must contain the following registers:
48799
48800 @itemize @minus
48801 @item
48802 @samp{r0} through @samp{r12}, the general purpose registers. They have a size
48803 of 32 bits and a type of @samp{uint32}.
48804 @item
48805 @samp{sp}, the stack pointer register, also known as @samp{r13}. It has a size
48806 of 32 bits and a type of @samp{data_ptr}.
48807 @item
48808 @samp{lr}, the link register. It has a size of 32 bits.
48809 @item
48810 @samp{pc}, the program counter register. It has a size of 32 bits and a type
48811 of @samp{code_ptr}.
48812 @item
48813 @samp{xpsr}, the program status register containing all the status
48814 bits. It has a size of 32 bits. Historically this register was hardwired to
48815 number 25, but debugging stubs that report XML do not need to use this number
48816 anymore.
48817 @end itemize
48818
48819 Upon seeing this feature, @value{GDBN} will acknowledge that it is dealing
48820 with an M-profile target. This means @value{GDBN} will use hooks and
48821 configurations that are meaningful to M-profiles.
48822
48823 Extra registers are allowed in this feature, but they will not affect
48824 @value{GDBN}.
48825
48826 @subsubsection FPA registers feature (obsolete)
48827
48828 The @samp{org.gnu.gdb.arm.fpa} feature is obsolete and should not be
48829 advertised by debugging stubs anymore. It used to advertise registers for
48830 the old FPA architecture that has long been discontinued in toolchains.
48831
48832 It is kept in @value{GDBN} for backward compatibility purposes so older
48833 debugging stubs that don't support XML target descriptions still work
48834 correctly. One such example is the KGDB debugging stub from
48835 Linux or BSD kernels.
48836
48837 The description below is for historical purposes only. This feature
48838 used to contain the following registers:
48839
48840 @itemize @minus
48841 @item
48842 @samp{f0} through @samp{f8}. The floating point registers. They are 96 bits
48843 in size and of type @samp{arm_fpa_ext}. @samp{f0} is pinned to register
48844 number 16.
48845 @item
48846 @samp{fps}, the status register. It has a size of 32 bits.
48847 @end itemize
48848
48849 @subsubsection M-profile Vector Extension (MVE)
48850
48851 Also known as Helium, the M-profile Vector Extension is advertised via the
48852 optional @samp{org.gnu.gdb.arm.m-profile-mve} feature.
48853
48854 It must contain the following:
48855
48856 @itemize @minus
48857 @item
48858 @samp{vpr}, the vector predication status and control register. It is 32 bits
48859 in size and has a custom flags type. The flags type is laid out in a way that
48860 exposes the @samp{P0} field from bits 0 to 15, the @samp{MASK01} field from
48861 bits 16 to 19 and the @samp{MASK23} field from bits 20 to 23.
48862
48863 Bits 24 through 31 are reserved.
48864 @end itemize
48865
48866 When this feature is available, @value{GDBN} will synthesize the @samp{p0}
48867 pseudo-register from @samp{vpr} contents.
48868
48869 This feature must only be advertised if the target is M-profile. Advertising
48870 this feature for targets that are not M-profile may cause @value{GDBN} to
48871 assume the target is M-profile when it isn't.
48872
48873 If the @samp{org.gnu.gdb.arm.vfp} feature is available alongside the
48874 @samp{org.gnu.gdb.arm.m-profile-mve} feature, @value{GDBN} will
48875 synthesize the @samp{q} pseudo-registers from @samp{d} register
48876 contents.
48877
48878 Extra registers are allowed in this feature, but they will not affect
48879 @value{GDBN}.
48880
48881 @subsubsection XScale iwMMXt feature
48882
48883 The XScale @samp{org.gnu.gdb.xscale.iwmmxt} feature is optional. If present,
48884 it must contain the following:
48885
48886 @itemize @minus
48887 @item
48888 @samp{wR0} through @samp{wR15}, registers with size 64 bits and a custom type
48889 @samp{iwmmxt_vec64i}. @samp{iwmmxt_vec64i} is a union of four other
48890 types: @samp{uint64}, a 2-element vector of @samp{uint32}, a 4-element
48891 vector of @samp{uint16} and a 8-element vector of @samp{uint8}.
48892 @item
48893 @samp{wCGR0} through @samp{wCGR3}, registers with size 32 bits and
48894 type @samp{int}.
48895 @end itemize
48896
48897 The following registers are optional:
48898
48899 @itemize @minus
48900 @item
48901 @samp{wCID}, register with size of 32 bits and type @samp{int}.
48902 @item
48903 @samp{wCon}, register with size 32 bits and type @samp{int}.
48904 @item
48905 @samp{wCSSF}, register with size 32 bits and type @samp{int}.
48906 @item
48907 @samp{wCASF}, register with size 32 bit and type @samp{int}.
48908 @end itemize
48909
48910 This feature should only be reported if the target is XScale.
48911
48912 Extra registers are allowed in this feature, but they will not affect
48913 @value{GDBN}.
48914
48915 @subsubsection Vector Floating-Point (VFP) feature
48916
48917 The @samp{org.gnu.gdb.arm.vfp} feature is optional. If present, it
48918 should contain one of two possible sets of values depending on whether
48919 VFP version 2 or VFP version 3 is in use.
48920
48921 For VFP v2:
48922
48923 @itemize @minus
48924 @item
48925 @samp{d0} through @samp{d15}. The double-precision registers. They are
48926 64 bits in size and have type @samp{ieee_double}.
48927 @item
48928 @samp{fpscr}, the floating-point status and control register. It has a size
48929 of 32 bits and a type of @samp{int}.
48930 @end itemize
48931
48932 For VFP v3:
48933
48934 @itemize @minus
48935 @item
48936 @samp{d0} through @samp{d31}. The double-precision registers. They are
48937 64 bits in size and have type @samp{ieee_double}.
48938 @item
48939 @samp{fpscr}, the floating-point status and control register. It has a size
48940 of 32 bits and a type of @samp{int}.
48941 @end itemize
48942
48943 If this feature is available, @value{GDBN} will synthesize the
48944 single-precision floating-point registers from halves of the double-precision
48945 registers as pseudo-registers.
48946
48947 Extra registers are allowed in this feature, but they will not affect
48948 @value{GDBN}.
48949
48950 @subsubsection NEON architecture feature
48951
48952 The @samp{org.gnu.gdb.arm.neon} feature is optional. It does not
48953 need to contain registers; it instructs @value{GDBN} to display the
48954 VFP double-precision registers as vectors and to synthesize the
48955 quad-precision registers from pairs of double-precision registers.
48956 If this feature is present, @samp{org.gnu.gdb.arm.vfp} must also
48957 be present and include 32 double-precision registers.
48958
48959 Extra registers are allowed in this feature, but they will not affect
48960 @value{GDBN}.
48961
48962 @subsubsection M-profile Pointer Authentication and Branch Target Identification feature
48963
48964 The @samp{org.gnu.gdb.arm.m-profile-pacbti} feature is optional, and
48965 acknowledges support for the ARMv8.1-m PACBTI extensions.
48966
48967 This feature doesn't contain any required registers, and it only serves as a
48968 hint to @value{GDBN} that the debugging stub supports the ARMv8.1-m PACBTI
48969 extensions.
48970
48971 When @value{GDBN} sees this feature, it will track return address signing
48972 states and will decorate backtraces using the [PAC] marker, similar to
48973 AArch64's PAC extension.
48974 @xref{AArch64 PAC}.
48975
48976 Extra registers are allowed in this feature, but they will not affect
48977 @value{GDBN}.
48978
48979 @subsubsection M-profile system registers feature
48980
48981 The @samp{org.gnu.gdb.arm.m-system} optional feature was introduced as a way to
48982 inform @value{GDBN} about additional system registers.
48983
48984 At the moment this feature must contain the following:
48985
48986 @itemize @minus
48987 @item
48988 @samp{msp}, the main stack pointer register. It is 32 bits in size with
48989 type @samp{data_ptr}.
48990 @item
48991 @samp{psp}, the process stack pointer register. It is 32 bits in size with
48992 type @samp{data_ptr}.
48993 @end itemize
48994
48995 This feature must only be advertised for M-profile targets. When @value{GDBN}
48996 sees this feature, it will attempt to track the values of @samp{msp} and
48997 @samp{psp} across frames.
48998
48999 Extra registers are allowed in this feature, but they will not affect
49000 @value{GDBN}.
49001
49002 @subsubsection M-profile Security Extensions feature
49003
49004 The @samp{org.gnu.gdb.arm.secext} optional feature was introduced so
49005 @value{GDBN} could better support the switching of stack pointers and
49006 secure states in the Security Extensions.
49007
49008 At the moment this feature must contain the following:
49009
49010 @itemize @minus
49011 @item
49012 @samp{msp_ns}, the main stack pointer register (non-secure state). It is
49013 32 bits in size with type @samp{data_ptr}.
49014 @item
49015 @samp{psp_ns}, the process stack pointer register (non-secure state). It is
49016 32 bits in size with type @samp{data_ptr}.
49017 @item
49018 @samp{msp_s}, the main stack pointer register (secure state). It is 32 bits
49019 in size with type @samp{data_ptr}.
49020 @item
49021 @samp{psp_s}, the process stack pointer register (secure state). It is 32 bits
49022 in size with type @samp{data_ptr}.
49023 @end itemize
49024
49025 When @value{GDBN} sees this feature, it will attempt to track the values of
49026 all 4 stack pointers across secure state transitions, potentially improving
49027 unwinding when applications switch between security states.
49028
49029 Extra registers are allowed in this feature, but they will not affect
49030 @value{GDBN}.
49031
49032 @subsubsection TLS registers feature
49033
49034 The optional @samp{org.gnu.gdb.arm.tls} feature contains TLS registers.
49035
49036 Currently it contains the following:
49037
49038 @itemize @minus
49039 @item
49040 @samp{tpidruro}, the user read-only thread id register. It is 32 bits in size
49041 and has type @samp{data_ptr}.
49042 @end itemize
49043
49044 At the moment @value{GDBN} looks for this feature, but doesn't do anything
49045 with it other than displaying it.
49046
49047 Extra registers are allowed in this feature, but they will not affect
49048 @value{GDBN}.
49049
49050 @node i386 Features
49051 @subsection i386 Features
49052 @cindex target descriptions, i386 features
49053
49054 The @samp{org.gnu.gdb.i386.core} feature is required for i386/amd64
49055 targets. It should describe the following registers:
49056
49057 @itemize @minus
49058 @item
49059 @samp{eax} through @samp{edi} plus @samp{eip} for i386
49060 @item
49061 @samp{rax} through @samp{r15} plus @samp{rip} for amd64
49062 @item
49063 @samp{eflags}, @samp{cs}, @samp{ss}, @samp{ds}, @samp{es},
49064 @samp{fs}, @samp{gs}
49065 @item
49066 @samp{st0} through @samp{st7}
49067 @item
49068 @samp{fctrl}, @samp{fstat}, @samp{ftag}, @samp{fiseg}, @samp{fioff},
49069 @samp{foseg}, @samp{fooff} and @samp{fop}
49070 @end itemize
49071
49072 The register sets may be different, depending on the target.
49073
49074 The @samp{org.gnu.gdb.i386.sse} feature is optional. It should
49075 describe registers:
49076
49077 @itemize @minus
49078 @item
49079 @samp{xmm0} through @samp{xmm7} for i386
49080 @item
49081 @samp{xmm0} through @samp{xmm15} for amd64
49082 @item
49083 @samp{mxcsr}
49084 @end itemize
49085
49086 The @samp{org.gnu.gdb.i386.avx} feature is optional and requires the
49087 @samp{org.gnu.gdb.i386.sse} feature. It should
49088 describe the upper 128 bits of @sc{ymm} registers:
49089
49090 @itemize @minus
49091 @item
49092 @samp{ymm0h} through @samp{ymm7h} for i386
49093 @item
49094 @samp{ymm0h} through @samp{ymm15h} for amd64
49095 @end itemize
49096
49097 The @samp{org.gnu.gdb.i386.mpx} is an optional feature representing Intel
49098 Memory Protection Extension (MPX). It should describe the following registers:
49099
49100 @itemize @minus
49101 @item
49102 @samp{bnd0raw} through @samp{bnd3raw} for i386 and amd64.
49103 @item
49104 @samp{bndcfgu} and @samp{bndstatus} for i386 and amd64.
49105 @end itemize
49106
49107 The @samp{org.gnu.gdb.i386.linux} feature is optional. It should
49108 describe a single register, @samp{orig_eax}.
49109
49110 The @samp{org.gnu.gdb.i386.segments} feature is optional. It should
49111 describe two system registers: @samp{fs_base} and @samp{gs_base}.
49112
49113 The @samp{org.gnu.gdb.i386.avx512} feature is optional and requires the
49114 @samp{org.gnu.gdb.i386.avx} feature. It should
49115 describe additional @sc{xmm} registers:
49116
49117 @itemize @minus
49118 @item
49119 @samp{xmm16h} through @samp{xmm31h}, only valid for amd64.
49120 @end itemize
49121
49122 It should describe the upper 128 bits of additional @sc{ymm} registers:
49123
49124 @itemize @minus
49125 @item
49126 @samp{ymm16h} through @samp{ymm31h}, only valid for amd64.
49127 @end itemize
49128
49129 It should
49130 describe the upper 256 bits of @sc{zmm} registers:
49131
49132 @itemize @minus
49133 @item
49134 @samp{zmm0h} through @samp{zmm7h} for i386.
49135 @item
49136 @samp{zmm0h} through @samp{zmm15h} for amd64.
49137 @end itemize
49138
49139 It should
49140 describe the additional @sc{zmm} registers:
49141
49142 @itemize @minus
49143 @item
49144 @samp{zmm16h} through @samp{zmm31h}, only valid for amd64.
49145 @end itemize
49146
49147 The @samp{org.gnu.gdb.i386.pkeys} feature is optional. It should
49148 describe a single register, @samp{pkru}. It is a 32-bit register
49149 valid for i386 and amd64.
49150
49151 @node LoongArch Features
49152 @subsection LoongArch Features
49153 @cindex target descriptions, LoongArch Features
49154
49155 The @samp{org.gnu.gdb.loongarch.base} feature is required for LoongArch
49156 targets. It should contain the registers @samp{r0} through @samp{r31},
49157 @samp{pc}, and @samp{badv}. Either the architectural names (@samp{r0},
49158 @samp{r1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra}, etc).
49159
49160 The @samp{org.gnu.gdb.loongarch.fpu} feature is optional. If present,
49161 it should contain registers @samp{f0} through @samp{f31}, @samp{fcc},
49162 and @samp{fcsr}.
49163
49164 @node MicroBlaze Features
49165 @subsection MicroBlaze Features
49166 @cindex target descriptions, MicroBlaze features
49167
49168 The @samp{org.gnu.gdb.microblaze.core} feature is required for MicroBlaze
49169 targets. It should contain registers @samp{r0} through @samp{r31},
49170 @samp{rpc}, @samp{rmsr}, @samp{rear}, @samp{resr}, @samp{rfsr}, @samp{rbtr},
49171 @samp{rpvr}, @samp{rpvr1} through @samp{rpvr11}, @samp{redr}, @samp{rpid},
49172 @samp{rzpr}, @samp{rtlbx}, @samp{rtlbsx}, @samp{rtlblo}, and @samp{rtlbhi}.
49173
49174 The @samp{org.gnu.gdb.microblaze.stack-protect} feature is optional.
49175 If present, it should contain registers @samp{rshr} and @samp{rslr}
49176
49177 @node MIPS Features
49178 @subsection @acronym{MIPS} Features
49179 @cindex target descriptions, @acronym{MIPS} features
49180
49181 The @samp{org.gnu.gdb.mips.cpu} feature is required for @acronym{MIPS} targets.
49182 It should contain registers @samp{r0} through @samp{r31}, @samp{lo},
49183 @samp{hi}, and @samp{pc}. They may be 32-bit or 64-bit depending
49184 on the target.
49185
49186 The @samp{org.gnu.gdb.mips.cp0} feature is also required. It should
49187 contain at least the @samp{status}, @samp{badvaddr}, and @samp{cause}
49188 registers. They may be 32-bit or 64-bit depending on the target.
49189
49190 The @samp{org.gnu.gdb.mips.fpu} feature is currently required, though
49191 it may be optional in a future version of @value{GDBN}. It should
49192 contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and
49193 @samp{fir}. They may be 32-bit or 64-bit depending on the target.
49194
49195 The @samp{org.gnu.gdb.mips.dsp} feature is optional. It should
49196 contain registers @samp{hi1} through @samp{hi3}, @samp{lo1} through
49197 @samp{lo3}, and @samp{dspctl}. The @samp{dspctl} register should
49198 be 32-bit and the rest may be 32-bit or 64-bit depending on the target.
49199
49200 The @samp{org.gnu.gdb.mips.linux} feature is optional. It should
49201 contain a single register, @samp{restart}, which is used by the
49202 Linux kernel to control restartable syscalls.
49203
49204 @node M68K Features
49205 @subsection M68K Features
49206 @cindex target descriptions, M68K features
49207
49208 @table @code
49209 @item @samp{org.gnu.gdb.m68k.core}
49210 @itemx @samp{org.gnu.gdb.coldfire.core}
49211 @itemx @samp{org.gnu.gdb.fido.core}
49212 One of those features must be always present.
49213 The feature that is present determines which flavor of m68k is
49214 used. The feature that is present should contain registers
49215 @samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp},
49216 @samp{sp}, @samp{ps} and @samp{pc}.
49217
49218 @item @samp{org.gnu.gdb.coldfire.fp}
49219 This feature is optional. If present, it should contain registers
49220 @samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and
49221 @samp{fpiaddr}.
49222
49223 Note that, despite the fact that this feature's name says
49224 @samp{coldfire}, it is used to describe any floating point registers.
49225 The size of the registers must match the main m68k flavor; so, for
49226 example, if the primary feature is reported as @samp{coldfire}, then
49227 64-bit floating point registers are required.
49228 @end table
49229
49230 @node NDS32 Features
49231 @subsection NDS32 Features
49232 @cindex target descriptions, NDS32 features
49233
49234 The @samp{org.gnu.gdb.nds32.core} feature is required for NDS32
49235 targets. It should contain at least registers @samp{r0} through
49236 @samp{r10}, @samp{r15}, @samp{fp}, @samp{gp}, @samp{lp}, @samp{sp},
49237 and @samp{pc}.
49238
49239 The @samp{org.gnu.gdb.nds32.fpu} feature is optional. If present,
49240 it should contain 64-bit double-precision floating-point registers
49241 @samp{fd0} through @emph{fdN}, which should be @samp{fd3}, @samp{fd7},
49242 @samp{fd15}, or @samp{fd31} based on the FPU configuration implemented.
49243
49244 @emph{Note:} The first sixteen 64-bit double-precision floating-point
49245 registers are overlapped with the thirty-two 32-bit single-precision
49246 floating-point registers. The 32-bit single-precision registers, if
49247 not being listed explicitly, will be synthesized from halves of the
49248 overlapping 64-bit double-precision registers. Listing 32-bit
49249 single-precision registers explicitly is deprecated, and the
49250 support to it could be totally removed some day.
49251
49252 @node Nios II Features
49253 @subsection Nios II Features
49254 @cindex target descriptions, Nios II features
49255
49256 The @samp{org.gnu.gdb.nios2.cpu} feature is required for Nios II
49257 targets. It should contain the 32 core registers (@samp{zero},
49258 @samp{at}, @samp{r2} through @samp{r23}, @samp{et} through @samp{ra}),
49259 @samp{pc}, and the 16 control registers (@samp{status} through
49260 @samp{mpuacc}).
49261
49262 @node OpenRISC 1000 Features
49263 @subsection Openrisc 1000 Features
49264 @cindex target descriptions, OpenRISC 1000 features
49265
49266 The @samp{org.gnu.gdb.or1k.group0} feature is required for OpenRISC 1000
49267 targets. It should contain the 32 general purpose registers (@samp{r0}
49268 through @samp{r31}), @samp{ppc}, @samp{npc} and @samp{sr}.
49269
49270 @node PowerPC Features
49271 @subsection PowerPC Features
49272 @cindex target descriptions, PowerPC features
49273
49274 The @samp{org.gnu.gdb.power.core} feature is required for PowerPC
49275 targets. It should contain registers @samp{r0} through @samp{r31},
49276 @samp{pc}, @samp{msr}, @samp{cr}, @samp{lr}, @samp{ctr}, and
49277 @samp{xer}. They may be 32-bit or 64-bit depending on the target.
49278
49279 The @samp{org.gnu.gdb.power.fpu} feature is optional. It should
49280 contain registers @samp{f0} through @samp{f31} and @samp{fpscr}.
49281
49282 The @samp{org.gnu.gdb.power.altivec} feature is optional. It should
49283 contain registers @samp{vr0} through @samp{vr31}, @samp{vscr}, and
49284 @samp{vrsave}. @value{GDBN} will define pseudo-registers @samp{v0}
49285 through @samp{v31} as aliases for the corresponding @samp{vrX}
49286 registers.
49287
49288 The @samp{org.gnu.gdb.power.vsx} feature is optional. It should
49289 contain registers @samp{vs0h} through @samp{vs31h}. @value{GDBN} will
49290 combine these registers with the floating point registers (@samp{f0}
49291 through @samp{f31}) and the altivec registers (@samp{vr0} through
49292 @samp{vr31}) to present the 128-bit wide registers @samp{vs0} through
49293 @samp{vs63}, the set of vector-scalar registers for POWER7.
49294 Therefore, this feature requires both @samp{org.gnu.gdb.power.fpu} and
49295 @samp{org.gnu.gdb.power.altivec}.
49296
49297 The @samp{org.gnu.gdb.power.spe} feature is optional. It should
49298 contain registers @samp{ev0h} through @samp{ev31h}, @samp{acc}, and
49299 @samp{spefscr}. SPE targets should provide 32-bit registers in
49300 @samp{org.gnu.gdb.power.core} and provide the upper halves in
49301 @samp{ev0h} through @samp{ev31h}. @value{GDBN} will combine
49302 these to present registers @samp{ev0} through @samp{ev31} to the
49303 user.
49304
49305 The @samp{org.gnu.gdb.power.ppr} feature is optional. It should
49306 contain the 64-bit register @samp{ppr}.
49307
49308 The @samp{org.gnu.gdb.power.dscr} feature is optional. It should
49309 contain the 64-bit register @samp{dscr}.
49310
49311 The @samp{org.gnu.gdb.power.tar} feature is optional. It should
49312 contain the 64-bit register @samp{tar}.
49313
49314 The @samp{org.gnu.gdb.power.ebb} feature is optional. It should
49315 contain registers @samp{bescr}, @samp{ebbhr} and @samp{ebbrr}, all
49316 64-bit wide.
49317
49318 The @samp{org.gnu.gdb.power.linux.pmu} feature is optional. It should
49319 contain registers @samp{mmcr0}, @samp{mmcr2}, @samp{siar}, @samp{sdar}
49320 and @samp{sier}, all 64-bit wide. This is the subset of the isa 2.07
49321 server PMU registers provided by @sc{gnu}/Linux.
49322
49323 The @samp{org.gnu.gdb.power.htm.spr} feature is optional. It should
49324 contain registers @samp{tfhar}, @samp{texasr} and @samp{tfiar}, all
49325 64-bit wide.
49326
49327 The @samp{org.gnu.gdb.power.htm.core} feature is optional. It should
49328 contain the checkpointed general-purpose registers @samp{cr0} through
49329 @samp{cr31}, as well as the checkpointed registers @samp{clr} and
49330 @samp{cctr}. These registers may all be either 32-bit or 64-bit
49331 depending on the target. It should also contain the checkpointed
49332 registers @samp{ccr} and @samp{cxer}, which should both be 32-bit
49333 wide.
49334
49335 The @samp{org.gnu.gdb.power.htm.fpu} feature is optional. It should
49336 contain the checkpointed 64-bit floating-point registers @samp{cf0}
49337 through @samp{cf31}, as well as the checkpointed 64-bit register
49338 @samp{cfpscr}.
49339
49340 The @samp{org.gnu.gdb.power.htm.altivec} feature is optional. It
49341 should contain the checkpointed altivec registers @samp{cvr0} through
49342 @samp{cvr31}, all 128-bit wide. It should also contain the
49343 checkpointed registers @samp{cvscr} and @samp{cvrsave}, both 32-bit
49344 wide.
49345
49346 The @samp{org.gnu.gdb.power.htm.vsx} feature is optional. It should
49347 contain registers @samp{cvs0h} through @samp{cvs31h}. @value{GDBN}
49348 will combine these registers with the checkpointed floating point
49349 registers (@samp{cf0} through @samp{cf31}) and the checkpointed
49350 altivec registers (@samp{cvr0} through @samp{cvr31}) to present the
49351 128-bit wide checkpointed vector-scalar registers @samp{cvs0} through
49352 @samp{cvs63}. Therefore, this feature requires both
49353 @samp{org.gnu.gdb.power.htm.altivec} and
49354 @samp{org.gnu.gdb.power.htm.fpu}.
49355
49356 The @samp{org.gnu.gdb.power.htm.ppr} feature is optional. It should
49357 contain the 64-bit checkpointed register @samp{cppr}.
49358
49359 The @samp{org.gnu.gdb.power.htm.dscr} feature is optional. It should
49360 contain the 64-bit checkpointed register @samp{cdscr}.
49361
49362 The @samp{org.gnu.gdb.power.htm.tar} feature is optional. It should
49363 contain the 64-bit checkpointed register @samp{ctar}.
49364
49365
49366 @node RISC-V Features
49367 @subsection RISC-V Features
49368 @cindex target descriptions, RISC-V Features
49369
49370 The @samp{org.gnu.gdb.riscv.cpu} feature is required for RISC-V
49371 targets. It should contain the registers @samp{x0} through
49372 @samp{x31}, and @samp{pc}. Either the architectural names (@samp{x0},
49373 @samp{x1}, etc) can be used, or the ABI names (@samp{zero}, @samp{ra},
49374 etc).
49375
49376 The @samp{org.gnu.gdb.riscv.fpu} feature is optional. If present, it
49377 should contain registers @samp{f0} through @samp{f31}, @samp{fflags},
49378 @samp{frm}, and @samp{fcsr}. As with the cpu feature, either the
49379 architectural register names, or the ABI names can be used.
49380
49381 The @samp{org.gnu.gdb.riscv.virtual} feature is optional. If present,
49382 it should contain registers that are not backed by real registers on
49383 the target, but are instead virtual, where the register value is
49384 derived from other target state. In many ways these are like
49385 @value{GDBN}s pseudo-registers, except implemented by the target.
49386 Currently the only register expected in this set is the one byte
49387 @samp{priv} register that contains the target's privilege level in the
49388 least significant two bits.
49389
49390 The @samp{org.gnu.gdb.riscv.csr} feature is optional. If present, it
49391 should contain all of the target's standard CSRs. Standard CSRs are
49392 those defined in the RISC-V specification documents. There is some
49393 overlap between this feature and the fpu feature; the @samp{fflags},
49394 @samp{frm}, and @samp{fcsr} registers could be in either feature. The
49395 expectation is that these registers will be in the fpu feature if the
49396 target has floating point hardware, but can be moved into the csr
49397 feature if the target has the floating point control registers, but no
49398 other floating point hardware.
49399
49400 The @samp{org.gnu.gdb.riscv.vector} feature is optional. If present,
49401 it should contain registers @samp{v0} through @samp{v31}, all of which
49402 must be the same size.
49403
49404 @node RX Features
49405 @subsection RX Features
49406 @cindex target descriptions, RX Features
49407
49408 The @samp{org.gnu.gdb.rx.core} feature is required for RX
49409 targets. It should contain the registers @samp{r0} through
49410 @samp{r15}, @samp{usp}, @samp{isp}, @samp{psw}, @samp{pc}, @samp{intb},
49411 @samp{bpsw}, @samp{bpc}, @samp{fintv}, @samp{fpsw}, and @samp{acc}.
49412
49413 @node S/390 and System z Features
49414 @subsection S/390 and System z Features
49415 @cindex target descriptions, S/390 features
49416 @cindex target descriptions, System z features
49417
49418 The @samp{org.gnu.gdb.s390.core} feature is required for S/390 and
49419 System z targets. It should contain the PSW and the 16 general
49420 registers. In particular, System z targets should provide the 64-bit
49421 registers @samp{pswm}, @samp{pswa}, and @samp{r0} through @samp{r15}.
49422 S/390 targets should provide the 32-bit versions of these registers.
49423 A System z target that runs in 31-bit addressing mode should provide
49424 32-bit versions of @samp{pswm} and @samp{pswa}, as well as the general
49425 register's upper halves @samp{r0h} through @samp{r15h}, and their
49426 lower halves @samp{r0l} through @samp{r15l}.
49427
49428 The @samp{org.gnu.gdb.s390.fpr} feature is required. It should
49429 contain the 64-bit registers @samp{f0} through @samp{f15}, and
49430 @samp{fpc}.
49431
49432 The @samp{org.gnu.gdb.s390.acr} feature is required. It should
49433 contain the 32-bit registers @samp{acr0} through @samp{acr15}.
49434
49435 The @samp{org.gnu.gdb.s390.linux} feature is optional. It should
49436 contain the register @samp{orig_r2}, which is 64-bit wide on System z
49437 targets and 32-bit otherwise. In addition, the feature may contain
49438 the @samp{last_break} register, whose width depends on the addressing
49439 mode, as well as the @samp{system_call} register, which is always
49440 32-bit wide.
49441
49442 The @samp{org.gnu.gdb.s390.tdb} feature is optional. It should
49443 contain the 64-bit registers @samp{tdb0}, @samp{tac}, @samp{tct},
49444 @samp{atia}, and @samp{tr0} through @samp{tr15}.
49445
49446 The @samp{org.gnu.gdb.s390.vx} feature is optional. It should contain
49447 64-bit wide registers @samp{v0l} through @samp{v15l}, which will be
49448 combined by @value{GDBN} with the floating point registers @samp{f0}
49449 through @samp{f15} to present the 128-bit wide vector registers
49450 @samp{v0} through @samp{v15}. In addition, this feature should
49451 contain the 128-bit wide vector registers @samp{v16} through
49452 @samp{v31}.
49453
49454 The @samp{org.gnu.gdb.s390.gs} feature is optional. It should contain
49455 the 64-bit wide guarded-storage-control registers @samp{gsd},
49456 @samp{gssm}, and @samp{gsepla}.
49457
49458 The @samp{org.gnu.gdb.s390.gsbc} feature is optional. It should contain
49459 the 64-bit wide guarded-storage broadcast control registers
49460 @samp{bc_gsd}, @samp{bc_gssm}, and @samp{bc_gsepla}.
49461
49462 @node Sparc Features
49463 @subsection Sparc Features
49464 @cindex target descriptions, sparc32 features
49465 @cindex target descriptions, sparc64 features
49466 The @samp{org.gnu.gdb.sparc.cpu} feature is required for sparc32/sparc64
49467 targets. It should describe the following registers:
49468
49469 @itemize @minus
49470 @item
49471 @samp{g0} through @samp{g7}
49472 @item
49473 @samp{o0} through @samp{o7}
49474 @item
49475 @samp{l0} through @samp{l7}
49476 @item
49477 @samp{i0} through @samp{i7}
49478 @end itemize
49479
49480 They may be 32-bit or 64-bit depending on the target.
49481
49482 Also the @samp{org.gnu.gdb.sparc.fpu} feature is required for sparc32/sparc64
49483 targets. It should describe the following registers:
49484
49485 @itemize @minus
49486 @item
49487 @samp{f0} through @samp{f31}
49488 @item
49489 @samp{f32} through @samp{f62} for sparc64
49490 @end itemize
49491
49492 The @samp{org.gnu.gdb.sparc.cp0} feature is required for sparc32/sparc64
49493 targets. It should describe the following registers:
49494
49495 @itemize @minus
49496 @item
49497 @samp{y}, @samp{psr}, @samp{wim}, @samp{tbr}, @samp{pc}, @samp{npc},
49498 @samp{fsr}, and @samp{csr} for sparc32
49499 @item
49500 @samp{pc}, @samp{npc}, @samp{state}, @samp{fsr}, @samp{fprs}, and @samp{y}
49501 for sparc64
49502 @end itemize
49503
49504 @node TIC6x Features
49505 @subsection TMS320C6x Features
49506 @cindex target descriptions, TIC6x features
49507 @cindex target descriptions, TMS320C6x features
49508 The @samp{org.gnu.gdb.tic6x.core} feature is required for TMS320C6x
49509 targets. It should contain registers @samp{A0} through @samp{A15},
49510 registers @samp{B0} through @samp{B15}, @samp{CSR} and @samp{PC}.
49511
49512 The @samp{org.gnu.gdb.tic6x.gp} feature is optional. It should
49513 contain registers @samp{A16} through @samp{A31} and @samp{B16}
49514 through @samp{B31}.
49515
49516 The @samp{org.gnu.gdb.tic6x.c6xp} feature is optional. It should
49517 contain registers @samp{TSR}, @samp{ILC} and @samp{RILC}.
49518
49519 @node Operating System Information
49520 @appendix Operating System Information
49521 @cindex operating system information
49522
49523 Users of @value{GDBN} often wish to obtain information about the state of
49524 the operating system running on the target---for example the list of
49525 processes, or the list of open files. This section describes the
49526 mechanism that makes it possible. This mechanism is similar to the
49527 target features mechanism (@pxref{Target Descriptions}), but focuses
49528 on a different aspect of target.
49529
49530 Operating system information is retrieved from the target via the
49531 remote protocol, using @samp{qXfer} requests (@pxref{qXfer osdata
49532 read}). The object name in the request should be @samp{osdata}, and
49533 the @var{annex} identifies the data to be fetched.
49534
49535 @menu
49536 * Process list::
49537 @end menu
49538
49539 @node Process list
49540 @appendixsection Process list
49541 @cindex operating system information, process list
49542
49543 When requesting the process list, the @var{annex} field in the
49544 @samp{qXfer} request should be @samp{processes}. The returned data is
49545 an XML document. The formal syntax of this document is defined in
49546 @file{gdb/features/osdata.dtd}.
49547
49548 An example document is:
49549
49550 @smallexample
49551 <?xml version="1.0"?>
49552 <!DOCTYPE target SYSTEM "osdata.dtd">
49553 <osdata type="processes">
49554 <item>
49555 <column name="pid">1</column>
49556 <column name="user">root</column>
49557 <column name="command">/sbin/init</column>
49558 <column name="cores">1,2,3</column>
49559 </item>
49560 </osdata>
49561 @end smallexample
49562
49563 Each item should include a column whose name is @samp{pid}. The value
49564 of that column should identify the process on the target. The
49565 @samp{user} and @samp{command} columns are optional, and will be
49566 displayed by @value{GDBN}. The @samp{cores} column, if present,
49567 should contain a comma-separated list of cores that this process
49568 is running on. Target may provide additional columns,
49569 which @value{GDBN} currently ignores.
49570
49571 @node Trace File Format
49572 @appendix Trace File Format
49573 @cindex trace file format
49574
49575 The trace file comes in three parts: a header, a textual description
49576 section, and a trace frame section with binary data.
49577
49578 The header has the form @code{\x7fTRACE0\n}. The first byte is
49579 @code{0x7f} so as to indicate that the file contains binary data,
49580 while the @code{0} is a version number that may have different values
49581 in the future.
49582
49583 The description section consists of multiple lines of @sc{ascii} text
49584 separated by newline characters (@code{0xa}). The lines may include a
49585 variety of optional descriptive or context-setting information, such
49586 as tracepoint definitions or register set size. @value{GDBN} will
49587 ignore any line that it does not recognize. An empty line marks the end
49588 of this section.
49589
49590 @table @code
49591 @item R @var{size}
49592 Specifies the size of a register block in bytes. This is equal to the
49593 size of a @code{g} packet payload in the remote protocol. @var{size}
49594 is an ascii decimal number. There should be only one such line in
49595 a single trace file.
49596
49597 @item status @var{status}
49598 Trace status. @var{status} has the same format as a @code{qTStatus}
49599 remote packet reply. There should be only one such line in a single trace
49600 file.
49601
49602 @item tp @var{payload}
49603 Tracepoint definition. The @var{payload} has the same format as
49604 @code{qTfP}/@code{qTsP} remote packet reply payload. A single tracepoint
49605 may take multiple lines of definition, corresponding to the multiple
49606 reply packets.
49607
49608 @item tsv @var{payload}
49609 Trace state variable definition. The @var{payload} has the same format as
49610 @code{qTfV}/@code{qTsV} remote packet reply payload. A single variable
49611 may take multiple lines of definition, corresponding to the multiple
49612 reply packets.
49613
49614 @item tdesc @var{payload}
49615 Target description in XML format. The @var{payload} is a single line of
49616 the XML file. All such lines should be concatenated together to get
49617 the original XML file. This file is in the same format as @code{qXfer}
49618 @code{features} payload, and corresponds to the main @code{target.xml}
49619 file. Includes are not allowed.
49620
49621 @end table
49622
49623 The trace frame section consists of a number of consecutive frames.
49624 Each frame begins with a two-byte tracepoint number, followed by a
49625 four-byte size giving the amount of data in the frame. The data in
49626 the frame consists of a number of blocks, each introduced by a
49627 character indicating its type (at least register, memory, and trace
49628 state variable). The data in this section is raw binary, not a
49629 hexadecimal or other encoding; its endianness matches the target's
49630 endianness.
49631
49632 @c FIXME bi-arch may require endianness/arch info in description section
49633
49634 @table @code
49635 @item R @var{bytes}
49636 Register block. The number and ordering of bytes matches that of a
49637 @code{g} packet in the remote protocol. Note that these are the
49638 actual bytes, in target order, not a hexadecimal encoding.
49639
49640 @item M @var{address} @var{length} @var{bytes}...
49641 Memory block. This is a contiguous block of memory, at the 8-byte
49642 address @var{address}, with a 2-byte length @var{length}, followed by
49643 @var{length} bytes.
49644
49645 @item V @var{number} @var{value}
49646 Trace state variable block. This records the 8-byte signed value
49647 @var{value} of trace state variable numbered @var{number}.
49648
49649 @end table
49650
49651 Future enhancements of the trace file format may include additional types
49652 of blocks.
49653
49654 @node Index Section Format
49655 @appendix @code{.gdb_index} section format
49656 @cindex .gdb_index section format
49657 @cindex index section format
49658
49659 This section documents the index section that is created by @code{save
49660 gdb-index} (@pxref{Index Files}). The index section is
49661 DWARF-specific; some knowledge of DWARF is assumed in this
49662 description.
49663
49664 The mapped index file format is designed to be directly
49665 @code{mmap}able on any architecture. In most cases, a datum is
49666 represented using a little-endian 32-bit integer value, called an
49667 @code{offset_type}. Big endian machines must byte-swap the values
49668 before using them. Exceptions to this rule are noted. The data is
49669 laid out such that alignment is always respected.
49670
49671 A mapped index consists of several areas, laid out in order.
49672
49673 @enumerate
49674 @item
49675 The file header. This is a sequence of values, of @code{offset_type}
49676 unless otherwise noted:
49677
49678 @enumerate
49679 @item
49680 The version number, currently 9. Versions 1, 2 and 3 are obsolete.
49681 Version 4 uses a different hashing function from versions 5 and 6.
49682 Version 6 includes symbols for inlined functions, whereas versions 4
49683 and 5 do not. Version 7 adds attributes to the CU indices in the
49684 symbol table. Version 8 specifies that symbols from DWARF type units
49685 (@samp{DW_TAG_type_unit}) refer to the type unit's symbol table and not the
49686 compilation unit (@samp{DW_TAG_comp_unit}) using the type. Version 9 adds
49687 the name and the language of the main function to the index.
49688
49689 @value{GDBN} will only read version 4, 5, or 6 indices
49690 by specifying @code{set use-deprecated-index-sections on}.
49691 GDB has a workaround for potentially broken version 7 indices so it is
49692 currently not flagged as deprecated.
49693
49694 @item
49695 The offset, from the start of the file, of the CU list.
49696
49697 @item
49698 The offset, from the start of the file, of the types CU list. Note
49699 that this area can be empty, in which case this offset will be equal
49700 to the next offset.
49701
49702 @item
49703 The offset, from the start of the file, of the address area.
49704
49705 @item
49706 The offset, from the start of the file, of the symbol table.
49707
49708 @item
49709 The offset, from the start of the file, of the shortcut table.
49710
49711 @item
49712 The offset, from the start of the file, of the constant pool.
49713 @end enumerate
49714
49715 @item
49716 The CU list. This is a sequence of pairs of 64-bit little-endian
49717 values, sorted by the CU offset. The first element in each pair is
49718 the offset of a CU in the @code{.debug_info} section. The second
49719 element in each pair is the length of that CU. References to a CU
49720 elsewhere in the map are done using a CU index, which is just the
49721 0-based index into this table. Note that if there are type CUs, then
49722 conceptually CUs and type CUs form a single list for the purposes of
49723 CU indices.
49724
49725 @item
49726 The types CU list. This is a sequence of triplets of 64-bit
49727 little-endian values. In a triplet, the first value is the CU offset,
49728 the second value is the type offset in the CU, and the third value is
49729 the type signature. The types CU list is not sorted.
49730
49731 @item
49732 The address area. The address area consists of a sequence of address
49733 entries. Each address entry has three elements:
49734
49735 @enumerate
49736 @item
49737 The low address. This is a 64-bit little-endian value.
49738
49739 @item
49740 The high address. This is a 64-bit little-endian value. Like
49741 @code{DW_AT_high_pc}, the value is one byte beyond the end.
49742
49743 @item
49744 The CU index. This is an @code{offset_type} value.
49745 @end enumerate
49746
49747 @item
49748 The symbol table. This is an open-addressed hash table. The size of
49749 the hash table is always a power of 2.
49750
49751 Each slot in the hash table consists of a pair of @code{offset_type}
49752 values. The first value is the offset of the symbol's name in the
49753 constant pool. The second value is the offset of the CU vector in the
49754 constant pool.
49755
49756 If both values are 0, then this slot in the hash table is empty. This
49757 is ok because while 0 is a valid constant pool index, it cannot be a
49758 valid index for both a string and a CU vector.
49759
49760 The hash value for a table entry is computed by applying an
49761 iterative hash function to the symbol's name. Starting with an
49762 initial value of @code{r = 0}, each (unsigned) character @samp{c} in
49763 the string is incorporated into the hash using the formula depending on the
49764 index version:
49765
49766 @table @asis
49767 @item Version 4
49768 The formula is @code{r = r * 67 + c - 113}.
49769
49770 @item Versions 5 to 7
49771 The formula is @code{r = r * 67 + tolower (c) - 113}.
49772 @end table
49773
49774 The terminating @samp{\0} is not incorporated into the hash.
49775
49776 The step size used in the hash table is computed via
49777 @code{((hash * 17) & (size - 1)) | 1}, where @samp{hash} is the hash
49778 value, and @samp{size} is the size of the hash table. The step size
49779 is used to find the next candidate slot when handling a hash
49780 collision.
49781
49782 The names of C@t{++} symbols in the hash table are canonicalized. We
49783 don't currently have a simple description of the canonicalization
49784 algorithm; if you intend to create new index sections, you must read
49785 the code.
49786
49787 @item The shortcut table
49788 This is a data structure with the following fields:
49789
49790 @table @asis
49791 @item Language of main
49792 An @code{offset_type} value indicating the language of the main function as a
49793 @code{DW_LANG_} constant. This value will be zero if main function information
49794 is not present.
49795
49796 @item Name of main
49797 An @code{offset_type} value indicating the offset of the main function's name
49798 in the constant pool. This value must be ignored if the value for the language
49799 of main is zero.
49800 @end table
49801
49802 @item
49803 The constant pool. This is simply a bunch of bytes. It is organized
49804 so that alignment is correct: CU vectors are stored first, followed by
49805 strings.
49806
49807 A CU vector in the constant pool is a sequence of @code{offset_type}
49808 values. The first value is the number of CU indices in the vector.
49809 Each subsequent value is the index and symbol attributes of a CU in
49810 the CU list. This element in the hash table is used to indicate which
49811 CUs define the symbol and how the symbol is used.
49812 See below for the format of each CU index+attributes entry.
49813
49814 A string in the constant pool is zero-terminated.
49815 @end enumerate
49816
49817 Attributes were added to CU index values in @code{.gdb_index} version 7.
49818 If a symbol has multiple uses within a CU then there is one
49819 CU index+attributes value for each use.
49820
49821 The format of each CU index+attributes entry is as follows
49822 (bit 0 = LSB):
49823
49824 @table @asis
49825
49826 @item Bits 0-23
49827 This is the index of the CU in the CU list.
49828 @item Bits 24-27
49829 These bits are reserved for future purposes and must be zero.
49830 @item Bits 28-30
49831 The kind of the symbol in the CU.
49832
49833 @table @asis
49834 @item 0
49835 This value is reserved and should not be used.
49836 By reserving zero the full @code{offset_type} value is backwards compatible
49837 with previous versions of the index.
49838 @item 1
49839 The symbol is a type.
49840 @item 2
49841 The symbol is a variable or an enum value.
49842 @item 3
49843 The symbol is a function.
49844 @item 4
49845 Any other kind of symbol.
49846 @item 5,6,7
49847 These values are reserved.
49848 @end table
49849
49850 @item Bit 31
49851 This bit is zero if the value is global and one if it is static.
49852
49853 The determination of whether a symbol is global or static is complicated.
49854 The authorative reference is the file @file{dwarf2read.c} in
49855 @value{GDBN} sources.
49856
49857 @end table
49858
49859 This pseudo-code describes the computation of a symbol's kind and
49860 global/static attributes in the index.
49861
49862 @smallexample
49863 is_external = get_attribute (die, DW_AT_external);
49864 language = get_attribute (cu_die, DW_AT_language);
49865 switch (die->tag)
49866 @{
49867 case DW_TAG_typedef:
49868 case DW_TAG_base_type:
49869 case DW_TAG_subrange_type:
49870 kind = TYPE;
49871 is_static = 1;
49872 break;
49873 case DW_TAG_enumerator:
49874 kind = VARIABLE;
49875 is_static = language != CPLUS;
49876 break;
49877 case DW_TAG_subprogram:
49878 kind = FUNCTION;
49879 is_static = ! (is_external || language == ADA);
49880 break;
49881 case DW_TAG_constant:
49882 kind = VARIABLE;
49883 is_static = ! is_external;
49884 break;
49885 case DW_TAG_variable:
49886 kind = VARIABLE;
49887 is_static = ! is_external;
49888 break;
49889 case DW_TAG_namespace:
49890 kind = TYPE;
49891 is_static = 0;
49892 break;
49893 case DW_TAG_class_type:
49894 case DW_TAG_interface_type:
49895 case DW_TAG_structure_type:
49896 case DW_TAG_union_type:
49897 case DW_TAG_enumeration_type:
49898 kind = TYPE;
49899 is_static = language != CPLUS;
49900 break;
49901 default:
49902 assert (0);
49903 @}
49904 @end smallexample
49905
49906 @node Debuginfod
49907 @appendix Download debugging resources with Debuginfod
49908 @cindex debuginfod
49909
49910 @code{debuginfod} is an HTTP server for distributing ELF, DWARF and source
49911 files.
49912
49913 With the @code{debuginfod} client library, @file{libdebuginfod}, @value{GDBN}
49914 can query servers using the build IDs associated with missing debug info,
49915 executables and source files in order to download them on demand.
49916
49917 For instructions on building @value{GDBN} with @file{libdebuginfod},
49918 @pxref{Configure Options,,--with-debuginfod}. @code{debuginfod} is packaged
49919 with @code{elfutils}, starting with version 0.178. See
49920 @uref{https://sourceware.org/elfutils/Debuginfod.html} for more information
49921 regarding @code{debuginfod}.
49922
49923 @menu
49924 * Debuginfod Settings:: Configuring debuginfod with @value{GDBN}
49925 @end menu
49926
49927 @node Debuginfod Settings
49928 @section Debuginfod Settings
49929
49930 @value{GDBN} provides the following commands for configuring @code{debuginfod}.
49931
49932 @table @code
49933 @kindex set debuginfod enabled
49934 @anchor{set debuginfod enabled}
49935 @item set debuginfod enabled
49936 @itemx set debuginfod enabled on
49937 @cindex enable debuginfod
49938 @value{GDBN} may query @code{debuginfod} servers for missing debug info and
49939 source files. @value{GDBN} may also download individual ELF/DWARF sections
49940 such as @code{.gdb_index} to help reduce the total amount of data downloaded
49941 from @code{debuginfod} servers; this can be controlled by @w{@code{maint
49942 set debuginfod download-sections}} (@pxref{Maintenance Commands, maint set
49943 debuginfod download-sections}).
49944
49945 @item set debuginfod enabled off
49946 @value{GDBN} will not attempt to query @code{debuginfod} servers when missing
49947 debug info or source files. By default, @code{debuginfod enabled} is set to
49948 @code{off} for non-interactive sessions.
49949
49950 @item set debuginfod enabled ask
49951 @value{GDBN} will prompt the user to enable or disable @code{debuginfod} before
49952 attempting to perform the next query. By default, @code{debuginfod enabled}
49953 is set to @code{ask} for interactive sessions.
49954
49955 @kindex show debuginfod enabled
49956 @item show debuginfod enabled
49957 Display whether @code{debuginfod enabled} is set to @code{on}, @code{off} or
49958 @code{ask}.
49959
49960 @kindex set debuginfod urls
49961 @cindex configure debuginfod URLs
49962 @item set debuginfod urls
49963 @itemx set debuginfod urls @var{urls}
49964 Set the space-separated list of URLs that @code{debuginfod} will attempt to
49965 query. Only @code{http://}, @code{https://} and @code{file://} protocols
49966 should be used. The default value of @code{debuginfod urls} is copied from
49967 the @var{DEBUGINFOD_URLS} environment variable.
49968
49969 @kindex show debuginfod urls
49970 @item show debuginfod urls
49971 Display the list of URLs that @code{debuginfod} will attempt to query.
49972
49973 @kindex set debuginfod verbose
49974 @cindex debuginfod verbosity
49975 @item set debuginfod verbose
49976 @itemx set debuginfod verbose @var{n}
49977 Enable or disable @code{debuginfod}-related output. Use a non-zero value
49978 to enable and @code{0} to disable. @code{debuginfod} output is shown by
49979 default.
49980
49981 @kindex show debuginfod verbose
49982 @item show debuginfod verbose
49983 Show the current verbosity setting.
49984
49985 @end table
49986
49987 @node Man Pages
49988 @appendix Manual pages
49989 @cindex Man pages
49990
49991 @menu
49992 * gdb man:: The GNU Debugger man page
49993 * gdbserver man:: Remote Server for the GNU Debugger man page
49994 * gcore man:: Generate a core file of a running program
49995 * gdbinit man:: gdbinit scripts
49996 * gdb-add-index man:: Add index files to speed up GDB
49997 @end menu
49998
49999 @node gdb man
50000 @heading gdb man
50001
50002 @c man title gdb The GNU Debugger
50003
50004 @c man begin SYNOPSIS gdb
50005 gdb [OPTIONS] [@var{prog}|@var{prog} @var{procID}|@var{prog} @var{core}]
50006 @c man end
50007
50008 @c man begin DESCRIPTION gdb
50009 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
50010 going on ``inside'' another program while it executes -- or what another
50011 program was doing at the moment it crashed.
50012
50013 @value{GDBN} can do four main kinds of things (plus other things in support of
50014 these) to help you catch bugs in the act:
50015
50016 @itemize @bullet
50017 @item
50018 Start your program, specifying anything that might affect its behavior.
50019
50020 @item
50021 Make your program stop on specified conditions.
50022
50023 @item
50024 Examine what has happened, when your program has stopped.
50025
50026 @item
50027 Change things in your program, so you can experiment with correcting the
50028 effects of one bug and go on to learn about another.
50029 @end itemize
50030
50031 You can use @value{GDBN} to debug programs written in C, C@t{++}, Fortran and
50032 Modula-2.
50033
50034 @value{GDBN} is invoked with the shell command @code{gdb}. Once started, it reads
50035 commands from the terminal until you tell it to exit with the @value{GDBN}
50036 command @code{quit} or @code{exit}. You can get online help from @value{GDBN} itself
50037 by using the command @code{help}.
50038
50039 You can run @code{gdb} with no arguments or options; but the most
50040 usual way to start @value{GDBN} is with one argument or two, specifying an
50041 executable program as the argument:
50042
50043 @smallexample
50044 gdb program
50045 @end smallexample
50046
50047 You can also start with both an executable program and a core file specified:
50048
50049 @smallexample
50050 gdb program core
50051 @end smallexample
50052
50053 You can, instead, specify a process ID as a second argument or use option
50054 @code{-p}, if you want to debug a running process:
50055
50056 @smallexample
50057 gdb program 1234
50058 gdb -p 1234
50059 @end smallexample
50060
50061 @noindent
50062 would attach @value{GDBN} to process @code{1234}. With option @option{-p} you
50063 can omit the @var{program} filename.
50064
50065 Here are some of the most frequently needed @value{GDBN} commands:
50066
50067 @c pod2man highlights the right hand side of the @item lines.
50068 @table @env
50069 @item break [@var{file}:][@var{function}|@var{line}]
50070 Set a breakpoint at @var{function} or @var{line} (in @var{file}).
50071
50072 @item run [@var{arglist}]
50073 Start your program (with @var{arglist}, if specified).
50074
50075 @item bt
50076 Backtrace: display the program stack.
50077
50078 @item print @var{expr}
50079 Display the value of an expression.
50080
50081 @item c
50082 Continue running your program (after stopping, e.g.@: at a breakpoint).
50083
50084 @item next
50085 Execute next program line (after stopping); step @emph{over} any
50086 function calls in the line.
50087
50088 @item edit [@var{file}:]@var{function}
50089 look at the program line where it is presently stopped.
50090
50091 @item list [@var{file}:]@var{function}
50092 type the text of the program in the vicinity of where it is presently stopped.
50093
50094 @item step
50095 Execute next program line (after stopping); step @emph{into} any
50096 function calls in the line.
50097
50098 @item help [@var{name}]
50099 Show information about @value{GDBN} command @var{name}, or general information
50100 about using @value{GDBN}.
50101
50102 @item quit
50103 @itemx exit
50104 Exit from @value{GDBN}.
50105 @end table
50106
50107 @ifset man
50108 For full details on @value{GDBN},
50109 see @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
50110 by Richard M. Stallman and Roland H. Pesch. The same text is available online
50111 as the @code{gdb} entry in the @code{info} program.
50112 @end ifset
50113 @c man end
50114
50115 @c man begin OPTIONS gdb
50116 Any arguments other than options specify an executable
50117 file and core file (or process ID); that is, the first argument
50118 encountered with no
50119 associated option flag is equivalent to a @option{--se} option, and the second,
50120 if any, is equivalent to a @option{-c} option if it's the name of a file.
50121 Many options have
50122 both long and abbreviated forms; both are shown here. The long forms are also
50123 recognized if you truncate them, so long as enough of the option is
50124 present to be unambiguous.
50125
50126 The abbreviated forms are shown here with @samp{-} and long forms are shown
50127 with @samp{--} to reflect how they are shown in @option{--help}. However,
50128 @value{GDBN} recognizes all of the following conventions for most options:
50129
50130 @table @code
50131 @item --option=@var{value}
50132 @item --option @var{value}
50133 @item -option=@var{value}
50134 @item -option @var{value}
50135 @item --o=@var{value}
50136 @item --o @var{value}
50137 @item -o=@var{value}
50138 @item -o @var{value}
50139 @end table
50140
50141 All the options and command line arguments you give are processed
50142 in sequential order. The order makes a difference when the @option{-x}
50143 option is used.
50144
50145 @table @env
50146 @item --help
50147 @itemx -h
50148 List all options, with brief explanations.
50149
50150 @item --symbols=@var{file}
50151 @itemx -s @var{file}
50152 Read symbol table from @var{file}.
50153
50154 @item --write
50155 Enable writing into executable and core files.
50156
50157 @item --exec=@var{file}
50158 @itemx -e @var{file}
50159 Use @var{file} as the executable file to execute when
50160 appropriate, and for examining pure data in conjunction with a core
50161 dump.
50162
50163 @item --se=@var{file}
50164 Read symbol table from @var{file} and use it as the executable
50165 file.
50166
50167 @item --core=@var{file}
50168 @itemx -c @var{file}
50169 Use @var{file} as a core dump to examine.
50170
50171 @item --command=@var{file}
50172 @itemx -x @var{file}
50173 Execute @value{GDBN} commands from @var{file}.
50174
50175 @item --eval-command=@var{command}
50176 @item -ex @var{command}
50177 Execute given @value{GDBN} @var{command}.
50178
50179 @item --init-eval-command=@var{command}
50180 @item -iex
50181 Execute @value{GDBN} @var{command} before loading the inferior.
50182
50183 @item --directory=@var{directory}
50184 @itemx -d @var{directory}
50185 Add @var{directory} to the path to search for source files.
50186
50187 @item --nh
50188 Do not execute commands from @file{~/.config/gdb/gdbinit},
50189 @file{~/.gdbinit}, @file{~/.config/gdb/gdbearlyinit}, or
50190 @file{~/.gdbearlyinit}
50191
50192 @item --nx
50193 @itemx -n
50194 Do not execute commands from any @file{.gdbinit} or
50195 @file{.gdbearlyinit} initialization files.
50196
50197 @item --quiet
50198 @item --silent
50199 @itemx -q
50200 ``Quiet''. Do not print the introductory and copyright messages. These
50201 messages are also suppressed in batch mode.
50202
50203 @item --batch
50204 Run in batch mode. Exit with status @code{0} after processing all the command
50205 files specified with @option{-x} (and @file{.gdbinit}, if not inhibited).
50206 Exit with nonzero status if an error occurs in executing the @value{GDBN}
50207 commands in the command files.
50208
50209 Batch mode may be useful for running @value{GDBN} as a filter, for example to
50210 download and run a program on another computer; in order to make this
50211 more useful, the message
50212
50213 @smallexample
50214 Program exited normally.
50215 @end smallexample
50216
50217 @noindent
50218 (which is ordinarily issued whenever a program running under @value{GDBN} control
50219 terminates) is not issued when running in batch mode.
50220
50221 @item --batch-silent
50222 Run in batch mode, just like @option{--batch}, but totally silent. All @value{GDBN}
50223 output is suppressed (stderr is unaffected). This is much quieter than
50224 @option{--silent} and would be useless for an interactive session.
50225
50226 This is particularly useful when using targets that give @samp{Loading section}
50227 messages, for example.
50228
50229 Note that targets that give their output via @value{GDBN}, as opposed to writing
50230 directly to @code{stdout}, will also be made silent.
50231
50232 @item --args @var{prog} [@var{arglist}]
50233 Change interpretation of command line so that arguments following this
50234 option are passed as arguments to the inferior. As an example, take
50235 the following command:
50236
50237 @smallexample
50238 gdb ./a.out -q
50239 @end smallexample
50240
50241 @noindent
50242 It would start @value{GDBN} with @option{-q}, not printing the introductory message. On
50243 the other hand, using:
50244
50245 @smallexample
50246 gdb --args ./a.out -q
50247 @end smallexample
50248
50249 @noindent
50250 starts @value{GDBN} with the introductory message, and passes the option to the inferior.
50251
50252 @item --pid=@var{pid}
50253 Attach @value{GDBN} to an already running program, with the PID @var{pid}.
50254
50255 @item --tui
50256 Open the terminal user interface.
50257
50258 @item --readnow
50259 Read all symbols from the given symfile on the first access.
50260
50261 @item --readnever
50262 Do not read symbol files.
50263
50264 @item --return-child-result
50265 @value{GDBN}'s exit code will be the same as the child's exit code.
50266
50267 @item --configuration
50268 Print details about GDB configuration and then exit.
50269
50270 @item --version
50271 Print version information and then exit.
50272
50273 @item --cd=@var{directory}
50274 Run @value{GDBN} using @var{directory} as its working directory,
50275 instead of the current directory.
50276
50277 @item --data-directory=@var{directory}
50278 @item -D
50279 Run @value{GDBN} using @var{directory} as its data directory. The data
50280 directory is where @value{GDBN} searches for its auxiliary files.
50281
50282 @item --fullname
50283 @itemx -f
50284 Emacs sets this option when it runs @value{GDBN} as a subprocess. It tells
50285 @value{GDBN} to output the full file name and line number in a standard,
50286 recognizable fashion each time a stack frame is displayed (which
50287 includes each time the program stops). This recognizable format looks
50288 like two @samp{\032} characters, followed by the file name, line number
50289 and character position separated by colons, and a newline. The
50290 Emacs-to-@value{GDBN} interface program uses the two @samp{\032}
50291 characters as a signal to display the source code for the frame.
50292
50293 @item -b @var{baudrate}
50294 Set the line speed (baud rate or bits per second) of any serial
50295 interface used by @value{GDBN} for remote debugging.
50296
50297 @item -l @var{timeout}
50298 Set timeout, in seconds, for remote debugging.
50299
50300 @item --tty=@var{device}
50301 Run using @var{device} for your program's standard input and output.
50302 @end table
50303 @c man end
50304
50305 @c man begin SEEALSO gdb
50306 @ifset man
50307 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
50308 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
50309 documentation are properly installed at your site, the command
50310
50311 @smallexample
50312 info gdb
50313 @end smallexample
50314
50315 @noindent
50316 should give you access to the complete manual.
50317
50318 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
50319 Richard M. Stallman and Roland H. Pesch, July 1991.
50320 @end ifset
50321 @c man end
50322
50323 @node gdbserver man
50324 @heading gdbserver man
50325
50326 @c man title gdbserver Remote Server for the GNU Debugger
50327 @format
50328 @c man begin SYNOPSIS gdbserver
50329 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
50330
50331 gdbserver --attach @var{comm} @var{pid}
50332
50333 gdbserver --multi @var{comm}
50334 @c man end
50335 @end format
50336
50337 @c man begin DESCRIPTION gdbserver
50338 @command{gdbserver} is a program that allows you to run @value{GDBN} on a different machine
50339 than the one which is running the program being debugged.
50340
50341 @ifclear man
50342 @subheading Usage (server (target) side)
50343 @end ifclear
50344 @ifset man
50345 Usage (server (target) side):
50346 @end ifset
50347
50348 First, you need to have a copy of the program you want to debug put onto
50349 the target system. The program can be stripped to save space if needed, as
50350 @command{gdbserver} doesn't care about symbols. All symbol handling is taken care of by
50351 the @value{GDBN} running on the host system.
50352
50353 To use the server, you log on to the target system, and run the @command{gdbserver}
50354 program. You must tell it (a) how to communicate with @value{GDBN}, (b) the name of
50355 your program, and (c) its arguments. The general syntax is:
50356
50357 @smallexample
50358 target> gdbserver @var{comm} @var{program} [@var{args} ...]
50359 @end smallexample
50360
50361 For example, using a serial port, you might say:
50362
50363 @smallexample
50364 @ifset man
50365 @c @file would wrap it as F</dev/com1>.
50366 target> gdbserver /dev/com1 emacs foo.txt
50367 @end ifset
50368 @ifclear man
50369 target> gdbserver @file{/dev/com1} emacs foo.txt
50370 @end ifclear
50371 @end smallexample
50372
50373 This tells @command{gdbserver} to debug emacs with an argument of foo.txt, and
50374 to communicate with @value{GDBN} via @file{/dev/com1}. @command{gdbserver} now
50375 waits patiently for the host @value{GDBN} to communicate with it.
50376
50377 To use a TCP connection, you could say:
50378
50379 @smallexample
50380 target> gdbserver host:2345 emacs foo.txt
50381 @end smallexample
50382
50383 This says pretty much the same thing as the last example, except that we are
50384 going to communicate with the @code{host} @value{GDBN} via TCP. The @code{host:2345} argument means
50385 that we are expecting to see a TCP connection from @code{host} to local TCP port
50386 2345. (Currently, the @code{host} part is ignored.) You can choose any number you
50387 want for the port number as long as it does not conflict with any existing TCP
50388 ports on the target system. This same port number must be used in the host
50389 @value{GDBN}s @code{target remote} command, which will be described shortly. Note that if
50390 you chose a port number that conflicts with another service, @command{gdbserver} will
50391 print an error message and exit.
50392
50393 @command{gdbserver} can also attach to running programs.
50394 This is accomplished via the @option{--attach} argument. The syntax is:
50395
50396 @smallexample
50397 target> gdbserver --attach @var{comm} @var{pid}
50398 @end smallexample
50399
50400 @var{pid} is the process ID of a currently running process. It isn't
50401 necessary to point @command{gdbserver} at a binary for the running process.
50402
50403 To start @code{gdbserver} without supplying an initial command to run
50404 or process ID to attach, use the @option{--multi} command line option.
50405 In such case you should connect using @kbd{target extended-remote} to start
50406 the program you want to debug.
50407
50408 @smallexample
50409 target> gdbserver --multi @var{comm}
50410 @end smallexample
50411
50412 @ifclear man
50413 @subheading Usage (host side)
50414 @end ifclear
50415 @ifset man
50416 Usage (host side):
50417 @end ifset
50418
50419 You need an unstripped copy of the target program on your host system, since
50420 @value{GDBN} needs to examine its symbol tables and such. Start up @value{GDBN} as you normally
50421 would, with the target program as the first argument. (You may need to use the
50422 @option{--baud} option if the serial line is running at anything except 9600 baud.)
50423 That is @code{gdb TARGET-PROG}, or @code{gdb --baud BAUD TARGET-PROG}. After that, the only
50424 new command you need to know about is @code{target remote}
50425 (or @code{target extended-remote}). Its argument is either
50426 a device name (usually a serial device, like @file{/dev/ttyb}), or a @code{HOST:PORT}
50427 descriptor. For example:
50428
50429 @smallexample
50430 @ifset man
50431 @c @file would wrap it as F</dev/ttyb>.
50432 (@value{GDBP}) target remote /dev/ttyb
50433 @end ifset
50434 @ifclear man
50435 (@value{GDBP}) target remote @file{/dev/ttyb}
50436 @end ifclear
50437 @end smallexample
50438
50439 @noindent
50440 communicates with the server via serial line @file{/dev/ttyb}, and:
50441
50442 @smallexample
50443 (@value{GDBP}) target remote the-target:2345
50444 @end smallexample
50445
50446 @noindent
50447 communicates via a TCP connection to port 2345 on host `the-target', where
50448 you previously started up @command{gdbserver} with the same port number. Note that for
50449 TCP connections, you must start up @command{gdbserver} prior to using the `target remote'
50450 command, otherwise you may get an error that looks something like
50451 `Connection refused'.
50452
50453 @command{gdbserver} can also debug multiple inferiors at once,
50454 described in
50455 @ifset man
50456 the @value{GDBN} manual in node @code{Inferiors Connections and Programs}
50457 -- shell command @code{info -f gdb -n 'Inferiors Connections and Programs'}.
50458 @end ifset
50459 @ifclear man
50460 @ref{Inferiors Connections and Programs}.
50461 @end ifclear
50462 In such case use the @code{extended-remote} @value{GDBN} command variant:
50463
50464 @smallexample
50465 (@value{GDBP}) target extended-remote the-target:2345
50466 @end smallexample
50467
50468 The @command{gdbserver} option @option{--multi} may or may not be used in such
50469 case.
50470 @c man end
50471
50472 @c man begin OPTIONS gdbserver
50473 There are three different modes for invoking @command{gdbserver}:
50474
50475 @itemize @bullet
50476
50477 @item
50478 Debug a specific program specified by its program name:
50479
50480 @smallexample
50481 gdbserver @var{comm} @var{prog} [@var{args}@dots{}]
50482 @end smallexample
50483
50484 The @var{comm} parameter specifies how should the server communicate
50485 with @value{GDBN}; it is either a device name (to use a serial line),
50486 a TCP port number (@code{:1234}), or @code{-} or @code{stdio} to use
50487 stdin/stdout of @code{gdbserver}. Specify the name of the program to
50488 debug in @var{prog}. Any remaining arguments will be passed to the
50489 program verbatim. When the program exits, @value{GDBN} will close the
50490 connection, and @code{gdbserver} will exit.
50491
50492 @item
50493 Debug a specific program by specifying the process ID of a running
50494 program:
50495
50496 @smallexample
50497 gdbserver --attach @var{comm} @var{pid}
50498 @end smallexample
50499
50500 The @var{comm} parameter is as described above. Supply the process ID
50501 of a running program in @var{pid}; @value{GDBN} will do everything
50502 else. Like with the previous mode, when the process @var{pid} exits,
50503 @value{GDBN} will close the connection, and @code{gdbserver} will exit.
50504
50505 @item
50506 Multi-process mode -- debug more than one program/process:
50507
50508 @smallexample
50509 gdbserver --multi @var{comm}
50510 @end smallexample
50511
50512 In this mode, @value{GDBN} can instruct @command{gdbserver} which
50513 command(s) to run. Unlike the other 2 modes, @value{GDBN} will not
50514 close the connection when a process being debugged exits, so you can
50515 debug several processes in the same session.
50516 @end itemize
50517
50518 In each of the modes you may specify these options:
50519
50520 @table @env
50521
50522 @item --help
50523 List all options, with brief explanations.
50524
50525 @item --version
50526 This option causes @command{gdbserver} to print its version number and exit.
50527
50528 @item --attach
50529 @command{gdbserver} will attach to a running program. The syntax is:
50530
50531 @smallexample
50532 target> gdbserver --attach @var{comm} @var{pid}
50533 @end smallexample
50534
50535 @var{pid} is the process ID of a currently running process. It isn't
50536 necessary to point @command{gdbserver} at a binary for the running process.
50537
50538 @item --multi
50539 To start @code{gdbserver} without supplying an initial command to run
50540 or process ID to attach, use this command line option.
50541 Then you can connect using @kbd{target extended-remote} and start
50542 the program you want to debug. The syntax is:
50543
50544 @smallexample
50545 target> gdbserver --multi @var{comm}
50546 @end smallexample
50547
50548 @item --debug
50549 Instruct @code{gdbserver} to display extra status information about the debugging
50550 process.
50551 This option is intended for @code{gdbserver} development and for bug reports to
50552 the developers.
50553
50554 @item --remote-debug
50555 Instruct @code{gdbserver} to display remote protocol debug output.
50556 This option is intended for @code{gdbserver} development and for bug reports to
50557 the developers.
50558
50559 @item --debug-file=@var{filename}
50560 Instruct @code{gdbserver} to send any debug output to the given @var{filename}.
50561 This option is intended for @code{gdbserver} development and for bug reports to
50562 the developers.
50563
50564 @item --debug-format=option1@r{[},option2,...@r{]}
50565 Instruct @code{gdbserver} to include extra information in each line
50566 of debugging output.
50567 @xref{Other Command-Line Arguments for gdbserver}.
50568
50569 @item --wrapper
50570 Specify a wrapper to launch programs
50571 for debugging. The option should be followed by the name of the
50572 wrapper, then any command-line arguments to pass to the wrapper, then
50573 @kbd{--} indicating the end of the wrapper arguments.
50574
50575 @item --once
50576 By default, @command{gdbserver} keeps the listening TCP port open, so that
50577 additional connections are possible. However, if you start @code{gdbserver}
50578 with the @option{--once} option, it will stop listening for any further
50579 connection attempts after connecting to the first @value{GDBN} session.
50580
50581 @c --disable-packet is not documented for users.
50582
50583 @c --disable-randomization and --no-disable-randomization are superseded by
50584 @c QDisableRandomization.
50585
50586 @end table
50587 @c man end
50588
50589 @c man begin SEEALSO gdbserver
50590 @ifset man
50591 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
50592 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
50593 documentation are properly installed at your site, the command
50594
50595 @smallexample
50596 info gdb
50597 @end smallexample
50598
50599 should give you access to the complete manual.
50600
50601 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
50602 Richard M. Stallman and Roland H. Pesch, July 1991.
50603 @end ifset
50604 @c man end
50605
50606 @node gcore man
50607 @heading gcore
50608
50609 @c man title gcore Generate a core file of a running program
50610
50611 @format
50612 @c man begin SYNOPSIS gcore
50613 gcore [-a] [-o @var{prefix}] @var{pid1} [@var{pid2}...@var{pidN}]
50614 @c man end
50615 @end format
50616
50617 @c man begin DESCRIPTION gcore
50618 Generate core dumps of one or more running programs with process IDs
50619 @var{pid1}, @var{pid2}, etc. A core file produced by @command{gcore}
50620 is equivalent to one produced by the kernel when the process crashes
50621 (and when @kbd{ulimit -c} was used to set up an appropriate core dump
50622 limit). However, unlike after a crash, after @command{gcore} finishes
50623 its job the program remains running without any change.
50624 @c man end
50625
50626 @c man begin OPTIONS gcore
50627 @table @env
50628 @item -a
50629 Dump all memory mappings. The actual effect of this option depends on
50630 the Operating System. On @sc{gnu}/Linux, it will disable
50631 @code{use-coredump-filter} (@pxref{set use-coredump-filter}) and
50632 enable @code{dump-excluded-mappings} (@pxref{set
50633 dump-excluded-mappings}).
50634
50635 @item -o @var{prefix}
50636 The optional argument @var{prefix} specifies the prefix to be used
50637 when composing the file names of the core dumps. The file name is
50638 composed as @file{@var{prefix}.@var{pid}}, where @var{pid} is the
50639 process ID of the running program being analyzed by @command{gcore}.
50640 If not specified, @var{prefix} defaults to @var{gcore}.
50641 @end table
50642 @c man end
50643
50644 @c man begin SEEALSO gcore
50645 @ifset man
50646 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
50647 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
50648 documentation are properly installed at your site, the command
50649
50650 @smallexample
50651 info gdb
50652 @end smallexample
50653
50654 @noindent
50655 should give you access to the complete manual.
50656
50657 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
50658 Richard M. Stallman and Roland H. Pesch, July 1991.
50659 @end ifset
50660 @c man end
50661
50662 @node gdbinit man
50663 @heading gdbinit
50664
50665 @c man title gdbinit GDB initialization scripts
50666
50667 @format
50668 @c man begin SYNOPSIS gdbinit
50669 @ifset SYSTEM_GDBINIT
50670 @value{SYSTEM_GDBINIT}
50671 @end ifset
50672
50673 @ifset SYSTEM_GDBINIT_DIR
50674 @value{SYSTEM_GDBINIT_DIR}/*
50675 @end ifset
50676
50677 ~/.config/gdb/gdbinit
50678
50679 ~/.gdbinit
50680
50681 ./.gdbinit
50682 @c man end
50683 @end format
50684
50685 @c man begin DESCRIPTION gdbinit
50686 These files contain @value{GDBN} commands to automatically execute during
50687 @value{GDBN} startup. The lines of contents are canned sequences of commands,
50688 described in
50689 @ifset man
50690 the @value{GDBN} manual in node @code{Sequences}
50691 -- shell command @code{info -f gdb -n Sequences}.
50692 @end ifset
50693 @ifclear man
50694 @ref{Sequences}.
50695 @end ifclear
50696
50697 Please read more in
50698 @ifset man
50699 the @value{GDBN} manual in node @code{Startup}
50700 -- shell command @code{info -f gdb -n Startup}.
50701 @end ifset
50702 @ifclear man
50703 @ref{Startup}.
50704 @end ifclear
50705
50706 @table @env
50707 @ifset SYSTEM_GDBINIT
50708 @item @value{SYSTEM_GDBINIT}
50709 @end ifset
50710 @ifclear SYSTEM_GDBINIT
50711 @item (not enabled with @code{--with-system-gdbinit} during compilation)
50712 @end ifclear
50713 System-wide initialization file. It is executed unless user specified
50714 @value{GDBN} option @code{-nx} or @code{-n}.
50715 See more in
50716 @ifset man
50717 the @value{GDBN} manual in node @code{System-wide configuration}
50718 -- shell command @code{info -f gdb -n 'System-wide configuration'}.
50719 @end ifset
50720 @ifset SYSTEM_GDBINIT_DIR
50721 @item @value{SYSTEM_GDBINIT_DIR}
50722 @end ifset
50723 @ifclear SYSTEM_GDBINIT_DIR
50724 @item (not enabled with @code{--with-system-gdbinit-dir} during compilation)
50725 @end ifclear
50726 System-wide initialization directory. All files in this directory are
50727 executed on startup unless user specified @value{GDBN} option @code{-nx} or
50728 @code{-n}, as long as they have a recognized file extension.
50729 See more in
50730 @ifset man
50731 the @value{GDBN} manual in node @code{System-wide configuration}
50732 -- shell command @code{info -f gdb -n 'System-wide configuration'}.
50733 @end ifset
50734 @ifclear man
50735 @ref{System-wide configuration}.
50736 @end ifclear
50737
50738 @item @file{~/.config/gdb/gdbinit} or @file{~/.gdbinit}
50739 User initialization file. It is executed unless user specified
50740 @value{GDBN} options @code{-nx}, @code{-n} or @code{-nh}.
50741
50742 @item @file{.gdbinit}
50743 Initialization file for current directory. It may need to be enabled with
50744 @value{GDBN} security command @code{set auto-load local-gdbinit}.
50745 See more in
50746 @ifset man
50747 the @value{GDBN} manual in node @code{Init File in the Current Directory}
50748 -- shell command @code{info -f gdb -n 'Init File in the Current Directory'}.
50749 @end ifset
50750 @ifclear man
50751 @ref{Init File in the Current Directory}.
50752 @end ifclear
50753 @end table
50754 @c man end
50755
50756 @c man begin SEEALSO gdbinit
50757 @ifset man
50758 gdb(1), @code{info -f gdb -n Startup}
50759
50760 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
50761 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
50762 documentation are properly installed at your site, the command
50763
50764 @smallexample
50765 info gdb
50766 @end smallexample
50767
50768 should give you access to the complete manual.
50769
50770 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
50771 Richard M. Stallman and Roland H. Pesch, July 1991.
50772 @end ifset
50773 @c man end
50774
50775 @node gdb-add-index man
50776 @heading gdb-add-index
50777 @pindex gdb-add-index
50778 @anchor{gdb-add-index}
50779
50780 @c man title gdb-add-index Add index files to speed up GDB
50781
50782 @c man begin SYNOPSIS gdb-add-index
50783 gdb-add-index @var{filename}
50784 @c man end
50785
50786 @c man begin DESCRIPTION gdb-add-index
50787 When @value{GDBN} finds a symbol file, it scans the symbols in the
50788 file in order to construct an internal symbol table. This lets most
50789 @value{GDBN} operations work quickly--at the cost of a delay early on.
50790 For large programs, this delay can be quite lengthy, so @value{GDBN}
50791 provides a way to build an index, which speeds up startup.
50792
50793 To determine whether a file contains such an index, use the command
50794 @kbd{readelf -S filename}: the index is stored in a section named
50795 @code{.gdb_index}. The index file can only be produced on systems
50796 which use ELF binaries and DWARF debug information (i.e., sections
50797 named @code{.debug_*}).
50798
50799 @command{gdb-add-index} uses @value{GDBN} and @command{objdump} found
50800 in the @env{PATH} environment variable. If you want to use different
50801 versions of these programs, you can specify them through the
50802 @env{GDB} and @env{OBJDUMP} environment variables.
50803
50804 See more in
50805 @ifset man
50806 the @value{GDBN} manual in node @code{Index Files}
50807 -- shell command @kbd{info -f gdb -n "Index Files"}.
50808 @end ifset
50809 @ifclear man
50810 @ref{Index Files}.
50811 @end ifclear
50812 @c man end
50813
50814 @c man begin SEEALSO gdb-add-index
50815 @ifset man
50816 The full documentation for @value{GDBN} is maintained as a Texinfo manual.
50817 If the @code{info} and @code{gdb} programs and @value{GDBN}'s Texinfo
50818 documentation are properly installed at your site, the command
50819
50820 @smallexample
50821 info gdb
50822 @end smallexample
50823
50824 should give you access to the complete manual.
50825
50826 @cite{Using GDB: A Guide to the GNU Source-Level Debugger},
50827 Richard M. Stallman and Roland H. Pesch, July 1991.
50828 @end ifset
50829 @c man end
50830
50831 @include gpl.texi
50832
50833 @node GNU Free Documentation License
50834 @appendix GNU Free Documentation License
50835 @include fdl.texi
50836
50837 @node Concept Index
50838 @unnumbered Concept Index
50839
50840 @printindex cp
50841
50842 @node Command and Variable Index
50843 @unnumbered Command, Variable, and Function Index
50844
50845 @printindex fn
50846
50847 @tex
50848 % I think something like @@colophon should be in texinfo. In the
50849 % meantime:
50850 \long\def\colophon{\hbox to0pt{}\vfill
50851 \centerline{The body of this manual is set in}
50852 \centerline{\fontname\tenrm,}
50853 \centerline{with headings in {\bf\fontname\tenbf}}
50854 \centerline{and examples in {\tt\fontname\tentt}.}
50855 \centerline{{\it\fontname\tenit\/},}
50856 \centerline{{\bf\fontname\tenbf}, and}
50857 \centerline{{\sl\fontname\tensl\/}}
50858 \centerline{are used for emphasis.}\vfill}
50859 \page\colophon
50860 % Blame: doc@@cygnus.com, 1991.
50861 @end tex
50862
50863 @bye